-
Notifications
You must be signed in to change notification settings - Fork 25
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
OpenP b.107 crash dedi server: no class found clientside only stuff #142
Comments
Non-fatal exceptions in log like:
are caused by bug in CC (as exception suggests, missing Main, crashing exception isn't probably caused by OpenPeripheral exception. It's in |
testing that should be rather easy, i'll get back to you on that |
On the test server instance this time. Log from a just fine run, with all the OpenMods removed (search for ".jar---" to see what's disabled from last run) Conclusion: The crash is not caused by just ComputerCraft 1.6 all by itself. startup program on the offending turtle: http://oddstr13.openshell.no/paste/Uzc-iWjq/ |
In case it isn't clear from the awful turtle code I wrote. The turtle is a plain turtle and interacts with a bunch of iron chest and an applied energetics cable. It aims to take and sort forestry + extrabees bees from an iron chest into a bunch of other chest based on the bee's beeinfo. Hope that's useful extra information. :) |
This still looks like nothing to do with OpenPeripheral, regardless of whether using OpenPeripheral enables the issue. When our code isn't even in the stack, it's very difficult to see how our code could be offending here. However, I'll speak to dan and see if he can shed some light. |
Thanks for the effort, Mikee! :) |
I have been unable to reproduce this crash without running said turtle script, but when i do run the turtle script, it seems to crash in this loop for some reason: http://oddstr13.openshell.no/paste/UzdX7lcr/ The turtle moves once, then the server crashes http://tk.nerdstation.nl/crash-reports-test/crash-2014-03-30_00.41.46-server.txt crashlog from the crash that happened just before i took screenshot, just for good measure |
@mikeemoo did you discuss this with dan, and if so, was light shed? |
Works fine in SSP, crashes SMP
Forge log: http://oddstr13.openshell.no/paste/Uzb0ftJO/
Crash report: http://tk.nerdstation.nl/crash-reports/crash-2014-03-29_17.08.37-server.txt
Turtle in question has a IronChest above & below it.
The text was updated successfully, but these errors were encountered: