Skip to content

Instantly share code, notes, and snippets.

@Remyrios
Created February 9, 2025 19:42
Show Gist options
  • Save Remyrios/0c66074f7e47c88f1c9cd0c7ccfebed9 to your computer and use it in GitHub Desktop.
Save Remyrios/0c66074f7e47c88f1c9cd0c7ccfebed9 to your computer and use it in GitHub Desktop.
Stardew Valley Error Log
[20:33:30 INFO SMAPI] SMAPI 4.1.10 with Stardew Valley 1.6.15 build 24356 on Unix 6.13.2.1
[20:33:30 INFO SMAPI] Mods go here: ~/.local/share/Steam/steamapps/common/Stardew Valley/Mods
[20:33:30 TRACE SMAPI] Log started at 2025-02-09T19:33:30 UTC
[20:33:33 DEBUG SMAPI] Waiting for game to launch...
[20:33:34 TRACE game] Instance_Initialize() finished, elapsed = '00:00:00.3505601'
[20:33:34 DEBUG SMAPI] Loading mod metadata...
[20:33:34 DEBUG SMAPI] Loading mods...
[20:33:34 INFO SMAPI] Loaded 0 mods.
[20:33:34 DEBUG SMAPI] Launching mods...
[20:33:34 DEBUG SMAPI] Mods loaded and ready!
[20:33:34 TRACE SMAPI] Checking for updates...
[20:33:35 TRACE game] setGameMode( 'titleScreenGameMode (0)' )
[20:33:35 TRACE game] Instance_LoadContent() finished, elapsed = '00:00:00.7839346'
[20:33:35 TRACE game] Steam logged on: True
[20:33:35 TRACE game] Initializing GalaxySDK
[20:33:35 TRACE game] Requesting Steam app ticket
[20:33:35 ERROR game] Error initializing the Galaxy API.
TypeInitializationException: The type initializer for 'Galaxy.Api.GalaxyInstancePINVOKE' threw an exception.
---> TypeInitializationException: The type initializer for 'SWIGExceptionHelper' threw an exception.
---> DllNotFoundException: Unable to load shared library 'GalaxyCSharpGlue' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libGalaxyCSharpGlue: cannot open shared object file: No such file or directory
at Galaxy.Api.GalaxyInstancePINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_GalaxyInstance(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)
at Galaxy.Api.GalaxyInstancePINVOKE.SWIGExceptionHelper..cctor()
--- End of inner exception stack trace ---
at Galaxy.Api.GalaxyInstancePINVOKE.SWIGExceptionHelper..ctor()
at Galaxy.Api.GalaxyInstancePINVOKE..cctor()
--- End of inner exception stack trace ---
at Galaxy.Api.GalaxyInstancePINVOKE.new_InitParams__SWIG_3(String jarg1, String jarg2, String jarg3)
at StardewValley.SDKs.Steam.SteamHelper.Initialize() in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\Farmer\Farmer\SDKs\Steam\SteamHelper.cs:line 90
[20:33:35 INFO SMAPI] Type 'help' for help, or 'help <cmd>' for a command's usage
[20:33:35 TRACE SMAPI] SMAPI okay.
[20:33:35 TRACE game] Signing into GalaxySDK
[20:33:35 ERROR game] Galaxy SignInSteam failed with an exception:
TypeInitializationException: The type initializer for 'Galaxy.Api.GalaxyInstance' threw an exception.
---> TypeInitializationException: The type initializer for 'CustomExceptionHelper' threw an exception.
---> DllNotFoundException: Unable to load shared library 'GalaxyCSharpGlue' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libGalaxyCSharpGlue: cannot open shared object file: No such file or directory
at Galaxy.Api.GalaxyInstance.CustomExceptionHelper.CustomExceptionRegisterCallback(CustomExceptionDelegate customCallback)
at Galaxy.Api.GalaxyInstance.CustomExceptionHelper..cctor()
--- End of inner exception stack trace ---
at Galaxy.Api.GalaxyInstance.CustomExceptionHelper..ctor()
at Galaxy.Api.GalaxyInstance..cctor()
--- End of inner exception stack trace ---
at Galaxy.Api.GalaxyInstance.User()
at StardewValley.SDKs.Steam.SteamHelper.onEncryptedAppTicketResponse(EncryptedAppTicketResponse_t response, Boolean ioFailure) in D:\GitlabRunner\builds\Gq5qA5P4\1\ConcernedApe\stardewvalley\Farmer\Farmer\SDKs\Steam\SteamHelper.cs:line 251
[20:33:35 TRACE game] Window_ClientSizeChanged(); Window.ClientBounds={X:320 Y:180 Width:1280 Height:720}
[20:33:35 TRACE game] Window_ClientSizeChanged(); Window.ClientBounds={X:12 Y:45 Width:941 Height:505}
[20:33:59 TRACE SMAPI] Synchronizing 'Farm_SpaceCheck' task...
[20:33:59 TRACE SMAPI] task complete.
[20:35:15 TRACE game] Window_ClientSizeChanged(); Window.ClientBounds={X:12 Y:45 Width:941 Height:505}
[20:35:15 TRACE game] Window_ClientSizeChanged(); Window.ClientBounds={X:12 Y:45 Width:941 Height:505}
[20:35:16 TRACE game] Window_ClientSizeChanged(); Window.ClientBounds={X:0 Y:0 Width:1920 Height:1080}
[20:38:18 TRACE game] Window_ClientSizeChanged(); Window.ClientBounds={X:0 Y:0 Width:1920 Height:1080}
[20:38:18 TRACE game] Window_ClientSizeChanged(); Window.ClientBounds={X:0 Y:0 Width:1920 Height:1080}
[20:38:19 TRACE SMAPI] Synchronizing 'Farm_SpaceCheck' task...
[20:38:19 TRACE SMAPI] task complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment