CaKlassen / gmwwise

A Wwise Plugin for GameMaker: Studio
25 stars 4 forks source link

Integration is broken after GMS update #20

Open doublebee022 opened 7 months ago

doublebee022 commented 7 months ago

Updated to GMS LTS and the integration no longer seems to work. I get a ton of errors when building a GMS project, after having re-downloaded the extension from yoyogames and ensuring all parameters and configurations were set. Been using this integration for years with no problem, until this latest GMS update.

There is a fork out there with an update that may fix this, but there is no included .dll and I'm having trouble getting the solution to build (advice would be appreciated). It might make sense to merge those changes into this repository and get a new compiled .dll - thanks!

LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWSetBasePath" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWLoadBank" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWUnloadBank" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWInit" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWShutdown" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWProcessAudio" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWSetState" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWRegisterGroupGameObj" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWUnregisterGroupGameObj" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWRegisterGameObj" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWUnregisterGameObj" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWSet2DPosition" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWSet3DPosition" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWPostEvent" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWPostTrigger" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWStopAll" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWSetRTPCValue" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWSetGlobalRTPCValue" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWGetRTPCValue" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWSetSwitch" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWSet2DListenerPosition" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWSet3DListenerPosition" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWSetActiveListeners" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "GMWGetError" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "?YYExtensionInitialise@@YAXPEBUYYRunnerInterface@@_K@Z" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "?YYExtensionInitialise@@YA_NPEBUYYRunnerInterface@@_K@Z" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64). LoadLibraryW("C:\Users\19089\AppData\Local\GameMakerStudio2-LTS\GMS2TEMP\MidnightDoor(LTS)_56A4DE54_VM\GMWwise_profile.dll") for function "?YYExtensionInitialise@@YANPEBUYYRunnerInterface@@_K@Z" failed with error code 126 ("The specified module could not be found."). Machine type mismatch - DLL is type 332 (x86/I386), game is type 34404 (x64/AMD64).