#Mods when game starts
9 messages ยท Page 1 of 1 (latest)
Thank you for reporting this bug! Our team will review your report soon.
Feel free to add more details in follow-up messages โ we're also scanning for duplicate reports automatically now.
๐จ There are currently 24 reports awaiting team review. Due to the high volume, it may take a little longer for us to get to yours.
๐พ Savegame files (.spz2) are very helpful if relevant to the issue!
Export via Main Menu โ Play โ click the download icon on the relevant savegame.
You can also find them here:
โข Windows: %USERPROFILE%/AppData/LocalLow/tobspr Games/shapez 2/
โข Linux: $XDG_CONFIG_HOME/unity3d/tobspr Games/shapez 2/
Log Analysis (message.txt):
System.TypeLoadException: Could not set up parent class because the vtable failed to initialize โ unable to resolve the virtual method signature in assemblyMonoMod.Core.dllfor typesFxCoreBaseRuntimeandCoreBaseRuntime. The error occurs during mod loading inModLoader.<>c.<LoadMods>b__29_0while checking type assignability.
Cannot proceed to game from Mods Disclaimer screen
Done โข Priority: Medium โข Fix: None โข Resolution: Done
The game cannot proceed from the Mods Disclaimer screen in shapez 2. After selecting either option to load or not load Mods on the Mods Disclaimer screen and clicking accept, the game fails to load and crashes. The player.log shows a DirectoryNotFoundException where the game cannot find the Mods directory. This prevents players from entering the game after the disclaimer screen. The expected behavior is that the game should load correctly after selecting any option on the Mods Disclaimer screen.
Analytics Crash at start of game
Done โข Priority: Medium โข Fix: Future โข Resolution: Done
Analytics Crash at start of Savegame occurs when the GameAnalytics SDK fails to initialize due to filesystem permission errors. The crash happens when the game attempts to access the GameAnalytics directory but encounters a System.IO.IOException for permission denied, followed by UnauthorizedAccessException and TypeInitializationException. This prevents the game from starting properly. The issue was fixed by adding a try-catch block around the game analytics initialization to prevent the game...
Hi, can you tell me the steps it took to get this to happen?
loaded the game with modes
Bigger Foundations
Created by lorenzo.kaufmann
Adds 4x4, 5x5 and 6x6 foundations to the game...
MonoMod.RuntimeDetour
Created by lorenzo.kaufmann
A flexible and easily extensible runtime detouring library, supporting x86/x86_64 on .NET Framework, .NET Core, and Mono....
Custom Title Screen
Created by WaffleDevs
Allows you to put any of your save games into the Main Menu...
Sandbox Islands
Created by lorenzo.kaufmann
Adds an island trash for flushing extra fluid...
Shapez Shifter
Created by lorenzo.kaufmann
Curated set of tools for extending Shapez 2 features and adding extra content for the game...
Diagonal Cutters
Created by lorenzo.kaufmann
Adds a diagonal cutting building to the game...
AssimpNet
Created by lorenzo.kaufmann
A .NET Wrapper for the Open Asset Import (Assimp) librar
mod "MonoMod.RuntimeDetour" seem to be the problem
Thank you for the report, we will update this ticket once we finish further investigation into the issue.