Posted June 19, 2025
When trying to run game version 1.1.1b on Linux, it starts with a critical error preventing from reaching the game menu:
On game version 1.1.0c, the error about a missing GalaxyCSharpGlue library does not appear in the game logs.
Oh no! EXCEPTION found!
Look for the latest ErrorLog_#.txt message inside your game folder!
Send it to us and we'll sort it out!
ErrorLog_#.txt does not exist, but the following error is spammed in the game log: Look for the latest ErrorLog_#.txt message inside your game folder!
Send it to us and we'll sort it out!
DllNotFoundException: GalaxyCSharpGlue assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Galaxy.Api.GalaxyInstance+CustomExceptionHelper.CustomExceptionRegisterCallback(Galaxy.Api.GalaxyInstance/Cust omExceptionHelper/CustomExceptionDelegate)
at Galaxy.Api.GalaxyInstance+CustomExceptionHelper..cctor () [0x00011] in <720b5b3a3c054243ba7f4793c4cda61e>:0
Rethrow as TypeInitializationException: The type initializer for 'CustomExceptionHelper' threw an exception.
at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr)
at Galaxy.Api.GalaxyInstance..cctor () [0x00000] in <720b5b3a3c054243ba7f4793c4cda61e>:0
Rethrow as TypeInitializationException: The type initializer for 'Galaxy.Api.GalaxyInstance' threw an exception.
at NMGogGalaxyManager.Update () [0x00000] in <39a98b2d3e71420babf69da531d28d63>:0
I can confirm that there is no GalaxyCSharpGlue shipped with GOG build 82930. It was not shipped with GOG build 82721 either (game version 1.1.0c), but this version of the game was not failing to run despite the absence of this library. at (wrapper managed-to-native) Galaxy.Api.GalaxyInstance+CustomExceptionHelper.CustomExceptionRegisterCallback(Galaxy.Api.GalaxyInstance/Cust omExceptionHelper/CustomExceptionDelegate)
at Galaxy.Api.GalaxyInstance+CustomExceptionHelper..cctor () [0x00011] in <720b5b3a3c054243ba7f4793c4cda61e>:0
Rethrow as TypeInitializationException: The type initializer for 'CustomExceptionHelper' threw an exception.
at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_generic_class_init(intptr)
at Galaxy.Api.GalaxyInstance..cctor () [0x00000] in <720b5b3a3c054243ba7f4793c4cda61e>:0
Rethrow as TypeInitializationException: The type initializer for 'Galaxy.Api.GalaxyInstance' threw an exception.
at NMGogGalaxyManager.Update () [0x00000] in <39a98b2d3e71420babf69da531d28d63>:0
On game version 1.1.0c, the error about a missing GalaxyCSharpGlue library does not appear in the game logs.