#[1.0.3-RC3] Game crash when playing
13 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 54 reports awaiting team review. Due to the high volume, it may take a little longer for us to get to yours.
โฐ Our team is off on weekends, so it may take a bit longer for us to review your report. Thank you for your patience!
๐พ 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/
Thanks for attaching your log file โ no errors have been found at a first glance.
Log Analysis (Player.log):
-
NullReferenceException: Occurs inMapSoundManager.IsProcessingEntitywhile processing aBuildingModel, propagating up throughMapSoundManager.UpdateClusterEntitiesandGameAudioManager.Update. -
StackOverflowException: Occurs inIslandInstanceModel..ctorwhen constructing anIslandInstanceModelfrom anIslandInstance, indicating recursive construction.
here are the new log
Log Analysis (Player-prev_1.log):
-
NullReferenceException: Occurs inMapSoundManager.IsProcessingEntitywhile processing aBuildingModel, propagating throughMapSoundManager.UpdateClusterEntitiesand up toGameAudioManager.Update. -
StackOverflowException: Occurs inIslandInstanceModel..ctorwhen constructing anIslandInstanceModelfrom anIslandInstance, causing a stack overflow during the operation.
Log Analysis (Player_1.log):
-
NullReferenceException: Thrown inSpacePathSimulationRenderer.OnDrawDynamic, propagating throughSpaceConveyorSimulationRenderer.OnDrawDynamicand up the draw call stack viaStatelessIslandSimulationRenderer.DrawandSimulationsDrawer.Draw. -
Symbol Resolution Error:
SymGetSymFromAddr64repeatedly failed with "่ฏๅพ่ฎฟ้ฎๆ ๆ็ๅฐๅ" (invalid address access) during stack trace extraction in the native debug symbol lookup layer.
StackOverflowException: The requested operation caused a stack overflow error occurred when loading save file
Done โข Priority: Highest โข Fix: 1.0 Release [1.0.0] โข Game: 1.0.0-beta3 โข Resolution: Duplicate
A StackOverflowException occurs when loading a specific savegame, triggered by a recursive loop in the Split item distributor's lane calculation (BeltPathLane.getMaxStepS and SplittingItemDistributor.[token redacted]). After the savegame loads and briefly becomes responsive, the error spams repeatedly. In development builds this results in a purple screen, while in release builds the game crashes to desktop. The expected behavior is that the savegame loads without errors or crashes. This issu...
๐ฌ Threads: [1.0.0-beta2] repeatable crash on loadin
CRASH after Dev Warning - StackOverflowException: The requested operation caused a stack overflow.
Done โข Priority: Highest โข Fix: Version 0.0.9 โข Resolution: Done
shapez 2 crashes with a StackOverflowException after confirming the DEV Warning on game launch, preventing the player from reaching the main menu. The crash occurs when loading a Savegame and accepting the dev warning dialog. The stack overflow is caused by infinite recursion in the ISpacePathInput connection system, specifically related to Space Belts or Space Pipes pathfinding. The error log mentions a missing serialized upgrade for Pump Booster. The issue has been marked as already fixed a...
Space pipe: NullReferenceException: Object reference not set to an instance of an object
Done โข Priority: Critical โข Fix: 1.0 Bugfixes before Feature Freeze โข Resolution: Cannot Reproduce
When paint blobs reach a Space Pipe, the game spams NullReferenceException errors in the logs. This causes the Input and Output arrows on the Space Pipe to disappear and prevents animations from showing when the blob arrives. The issue occurs when placing a Paint Asteroid Miner with Mini-Miners connected to a Space Pipe and zooming into Machine View. The error originates from LODMeshMaterialAsset.TryGet() attempting to retrieve missing or uninitialized mesh and material references. The issue ...
Occasional crashes while panning
To Do โข Priority: Low โข Fix: None
The game crashes occasionally while panning the camera combined with other actions. The first crash occurred while panning and placing Conveyor Belts with a transition to Level 2. The second and third crashes happened while panning and using Area Selection to delete structures. All crashes appear to occur approximately half a second after pressing the panning Keybinding, and may be related to Certification popups being visible on screen during the crashes.
[0.0.9-rc6] game freezes and crashes when configuring machines or text input fields
Done โข Priority: Medium โข Fix: Dimension Update [0.1.0] โข Game: 0.0.9-rc6 โข Resolution: Cannot Reproduce
The game / shapez 2 freezes and crashes when configuring Machines / Buildings or interacting with text input fields on Windows 10 Steam. The crash occurs when trying to change text on a Display / Shape Display / Signal Display, configure Wire / Logic Wire / Signal Wire Machines / Buildings, or create and name Blueprints / Saved Layouts / Templates. The issue persists even after disabling multithreaded saving and parallel rendering settings. The crash logs show symbol resolution failures in Un...
NullReferenceException: Object reference not set to an instance of an object
Done โข Priority: High โข Fix: Version 0.0.9 โข Resolution: Done
A NullReferenceException error occurs when loading specific Savegames in Insane Mode, triggered in the IslandPlayingfieldDrawer.Draw method. Despite the exception being thrown, the game continues to function normally with no crashes or missing Machine Levels. The error appears to be related to rendering the Space Platform playing field. After fixes were applied, the exception no longer occurs. The issue had no visible impact on gameplay despite the error being logged.