Hi,
I’m also experiencing this issue, with the same player logs as others, e.g. : Whenever I build my project, run it and then try to quit it with Application.Quit(), the process just hang forever.
I’m on Unity 6000.3.2f1 with Input Manager 1.17.0.
Here’s a memory dump file as @Tautvydas-Zilys asked previously (from a Development Build with “Script debugging” enabled, if this change anything). It’s uploaded to Google Drive since I can’t upload files here as a “new” user (according to the error popup).
For clarification, this only happens when I enable the new Input Manager. If I revert to the old one, everthing works as expected and the application close.
Thanks!
Closing application...
UnityEngine.Debug:ExtractStackTraceNoAlloc (byte*,int,string)
UnityEngine.StackTraceUtility:ExtractStackTrace () (at C:/build/output/unity/unity/Runtime/Export/Scripting/StackTrace.cs:35)
UnityEngine.DebugLogHandler:Internal_Log (UnityEngine.LogType,UnityEngine.LogOption,string,UnityEngine.Object)
UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) (at C:/build/output/unity/unity/Runtime/Export/Logging/DebugLogHandler.cs:9)
UnityEngine.Logger:Log (UnityEngine.LogType,object) (at C:/build/output/unity/unity/Runtime/Export/Logging/Logger.cs:60)
UnityEngine.Debug:Log (object) (at C:/build/output/unity/unity/Runtime/Export/Debug/Debug.bindings.cs:123)
ApplicationManager:CloseApplication () (at C:/Dev/MedievalCitySimulator/Assets/Script/ApplicationManager.cs:115)
ApplicationManager:<Awake>b__14_0 () (at C:/Dev/MedievalCitySimulator/Assets/Script/ApplicationManager.cs:74)
UnityEngine.Application:Internal_ApplicationQuit () (at C:/build/output/unity/unity/Runtime/Export/Application/Application.cs:370)
(Filename: C:/build/output/unity/unity/Runtime/Export/Debug/Debug.bindings.cs Line: 123)
[Physics::Module] Cleanup current backend.
[Physics::Module] Id: 0xf2b8ea05
Input System module state changed to: ShutdownInProgress.
Input System polling thread exited.
Input System module state changed to: Shutdown.
Couldn't register input device. The Input System is not in an initialized state (Shutdown). A call to GetIInput()->InitInput() or equivalently InitializeNewInputSystem() is required before using the Input System. Associated device descriptor: {"interface":"HID","type":"","product":"","manufacturer":"","serial":"","version":"801","capabilities":"{\"vendorId\":6940,\"productId\":7051,\"usage\":2,\"usagePage\":65473,\"inputReportSize\":64,\"outputReportSize\":0,\"featureReportSize\":0}"}Couldn't register input device. The Input System is not in an initialized state (Shutdown). A call to GetIInput()->InitInput() or equivalently InitializeNewInputSystem() is required before using the Input System. Associated device descriptor: {"interface":"HID","type":"","product":"","manufacturer":"","serial":"","version":"801","capabilities":"{\"vendorId\":6940,\"productId\":7051,\"usage\":3,\"usagePage\":65474,\"inputReportSize\":64,\"outputReportSize\":0,\"featureReportSize\":0}"}Couldn't register input device. The Input System is not in an initialized state (Shutdown). A call to GetIInput()->InitInput() or equivalently InitializeNewInputSystem() is required before using the Input System. Associated device descriptor: {"interface":"HID","type":"","product":"","manufacturer":"","serial":"","version":"1","capabilities":"{\"vendorId\":6940,\"productId\":7152,\"usage\":1,\"usagePage\":12,\"inputReportSize\":3,\"outputReportSize\":0,\"featureReportSize\":0}"}Couldn't register input device. The Input System is not in an initialized state (Shutdown). A call to GetIInput()->InitInput() or equivalently InitializeNewInputSystem() is required before using the Input System. Associated device descriptor: {"interface":"HID","type":"","product":"","manufacturer":"","serial":"","version":"513","capabilities":"{\"vendorId\":4152,\"productId\":5660,\"usage\":1,\"usagePage\":12,\"inputReportSize\":5,\"outputReportSize\":0,\"featureReportSize\":0}"}Couldn't register input device. The Input System is not in an initialized state (Shutdown). A call to GetIInput()->InitInput() or equivalently InitializeNewInputSystem() is required before using the Input System. Associated device descriptor: {"interface":"HID","type":"","product":"SteelSeries Apex 5","manufacturer":"SteelSeries","serial":"","version":"513","capabilities":"{\"vendorId\":4152,\"productId\":5660,\"usage\":1,\"usagePage\":65473,\"inputReportSize\":65,\"outputReportSize\":0,\"featureReportSize\":0}"}Couldn't register input device. The Input System is not in an initialized state (Shutdown). A call to GetIInput()->InitInput() or equivalently InitializeNewInputSystem() is required before using the Input System. Associated device descriptor: {"interface":"HID","type":"","product":"","manufacturer":"","serial":"","version":"513","capabilities":"{\"vendorId\":4152,\"productId\":5660,\"usage\":1,\"usagePage\":12,\"inputReportSize\":5,\"outputReportSize\":0,\"featureReportSize\":0}"}```