-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mekanism Laser crashes game #4810
Comments
Oh. A quick hint on how to import a backup would be nice. Couldn't find an option for that in CurseForge. Is it done from ingame-mainmenu? I found backups in the ".../SevTech Ages Of The Sky/[Worldname]/backups/"-folder. But I never imported one and can't try it at the moment. A quick hint on how to do it would make things easier for me once starting curseforge/SevTech is safe again, but if you are busy don't waste time on it. I guess I will figure out. |
You might be able resolve this using Forge's automatic removal of crashing tile entities feature:
# Set this to true to remove any TileEntity that throws an error in its update method instead of closing the server and reporting a crash log. BE WARNED THIS COULD SCREW UP EVERYTHING USE SPARINGLY WE ARE NOT RESPONSIBLE FOR DAMAGES.
- B:removeErroringTileEntities=false
+ B:removeErroringTileEntities=true
If that doesn't work, then restoring backups is a manual process;
|
Update: The automatic blockremoval option by changing ./config/forge.cfg did not work. The game still crashed. The following message was shown in the minecraft-launcher: Will try restoring the backup. |
Restoring worked. So I can give more info. Here is a screenshot of where the laser was pointing to. The laser itself is not show of course due to backuprestoration. The laser was pointing from right to left at the block with the purple-framed output ("forge energy emitter"). In the same row (from right to left) are the following blocks: gas turbine controller, fluid intake valve and - after a gap of air - a fluid output valve. The fact that the last crash-message was about "net.bdew.generators.modules.fluidOutputSelect.TileFluidOutputSelect" might indicate that after trying to start the game for 3-4 times (didnt count it) each time a block was removed and the server crashed. So maybe it would have run again if it tried again again until all blocks in the row would have been deleted. Let me know if you need further info. |
Bug Description
While making some tests with the mekanism laser (and the tractor beam from the same mod) my game crashed. Restarting the game now keeps crashing immediately before I can undo it. So here is what I did in detail:
Anyway ... before i could remove the laser the game crashed. Probably in the moment, where the block it was aiming at broke. I tried restarting it two more times but even before I get to the firstperson-view of my character it crashes again.
Maybe something related: I noticed a strange behaviour of "advanced generators"-blocks before. Usually you place the various component-blocks (i.e. gasturbine-mainblock, turbines, inputs, outputs) together and they autoconnect, forming the complete generator. This is also indicated by a thick black border around the edges of the whole blocksetup.
However if you pickup a block by shift-right-clicking it, move it away and place it again somewhere else, then the block still seems to be connected to the generator-setup (kind of a magic wireless connection). I didnt test if the generator would still work that way, but at least I get the GUI of the whole generator when right clicking the single, seperated block.
I hope this description is not too confusing and long.
Did this behavior use to work in the previous version?
Idk. I never tested it before.Steps to Reproduce (for bugs)
Logs
Client Information
World Information
The text was updated successfully, but these errors were encountered: