-
Notifications
You must be signed in to change notification settings - Fork 24
[Bug] Can't use MeltyTool without an AlAudioManager error #115
Description
Describe the bug
MeltyTool just refuses to run on my system (Windows 11) without an error about object references and what appears to be the OpenAL Audio Manager (Even though I have it installed?)
To Reproduce
Steps to reproduce the behavior:
- Download MeltyTool on a fresh Windows install
- Run launch_ui.bat
- After a few seconds, it then just crashes
C:\Users\theco\Downloads\MeltyTool-main (1)\MeltyTool-main\cli>tools\universal_asset_tool\universal_asset_tool.exe ui
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at fin.ui.playback.al.AlAudioManager.ReleaseUnmanagedResources_() in C:\Users\Ryan\Documents\CSharpWorkspace\FinModelUtility\FinModelUtility\Fin\Fin.Ui\src\playback\al\AlAudioManager.cs:line 43
at fin.ui.playback.al.AlAudioManager.Finalize() in C:\Users\Ryan\Documents\CSharpWorkspace\FinModelUtility\FinModelUtility\Fin\Fin.Ui\src\playback\al\AlAudioManager.cs:line 34
at System.GC.RunFinalizers()