02-28-2013, 07:08 AM
I put the crashes down to the map.
What I will do is next time save the logs and upload.
What I will do is next time save the logs and upload.
MC-Server on Raspberry Pi
|
02-28-2013, 07:08 AM
I put the crashes down to the map.
What I will do is next time save the logs and upload.
02-28-2013, 07:11 AM
I'm afraid the logs alone won't be enough to debug this.
02-28-2013, 07:15 AM
02-28-2013, 07:33 AM
MCServer should be capable of importing whatever maps you throw at it, so if it is the maps, it should be reported. Generally, any crash is bad enough to have a look at.
03-15-2013, 08:09 PM
Hi,
quick question: am i the only one that experiences server crashes on connect? Code: [b3385460|10:02:30] Streaming chunks centered on [-40, 11], view distance 9 Running 1276 and Minecraft 1.5 Greetings[/code]
03-15-2013, 08:56 PM
I dont have a crash at all....
I am running a clean copy of Minecraft Client 1.5... When I tried to run client side plugins I had some odd problems but works great with a clean copy. If you want to try on my server it is running now and I can copy you logs... DAVE
Gandl, can you run MCServer under GDB and do some initial analysis for me? Here's a link to a thread that describes how to do it: ("Reporting crashes on Linux"):
https://forum.cuberite.org/showthread.php?tid=631 Since you're running on special hardware, it is vital that you perform either Live or Post-mortem analysis for that report, I cannot do much without it. Also, "Assertion" means that you are running a debug version of the program. Is that your intent, or is that by accident? If you want just to try it out and play on the server, it's better (faster, uses less memory) when you compile a release version, by using "make release=1" instead of "make" during the build process (details are in the wiki: http://mc-server.org/wiki/doku.php?id=compiling_gcc ) I have seen such a crash when the Classic fluid simulator was used, but in the revision that you're using the simulator has already been thrown away, so it's probably a different cause.
03-16-2013, 07:50 AM
wut?
I compiled it with release=1. Let me check that again. Maybe something got mixed up and that results in this crash.
03-16-2013, 05:20 PM
I would still be interested in the analysis for the crash that you have, because even if it is a debug version, it means that the code is doing something it's not supposed to do (that's why the assert is there in the first place) and that means that a release version will most probably crash there.
03-16-2013, 08:09 PM
I think i found my mistake.
If you run 'make clean' instead of 'make clean release=1', the whole thing can get a bit confusing for the poor gnu compiler. |
« Next Oldest | Next Newest »
|