Server crashes if I try to connect
#4
Hi,

this is on a Raspberry Pi 3 Model B Rev 1.2. I think all is up to date.
I installed it with this tutorial: https://jankarres.de/2014/01/raspberry-p...tallieren/

With authentication off I get this log

Code:
[10:35:52] --- Started Log ---
[10:35:52] Cuberite Jenkins gcc armhf Release (master) build id: #763
[10:35:52] from commit id: 0e1649a0f15a23717c72d7984a0b5d44ac29a769 built at: Wed 21 Jun 07:05:17 UTC 2017
[10:35:52] Creating new server instance...
[10:35:52] Reading server config...
[10:35:52] Starting server...
[10:35:52] Compatible clients: 1.8.x, 1.9.x, 1.10.x, 1.11.x, 1.12
[10:35:52] Compatible protocol versions 47, 107, 108, 109, 110, 210, 315, 316, 335
[10:35:52] WebServer: The server will run in unsecured HTTP mode.
[10:35:52] Put a valid HTTPS certificate in file 'webadmin/httpscert.crt' and its corresponding private key to 'webadmin/httpskey.pem' (without any password) to enable HTTPS support
[10:35:52] Loaded 726 crafting recipes
[10:35:52] Loaded 52 furnace recipes and 66 fuels
[10:35:52] Loaded 88 brewing recipes
[10:35:52] -- Loading Plugins --
[10:35:52] Initialised Core v.15
[10:35:52] Initialized ChatLog v.3
[10:35:52] -- Loaded 2 Plugins --
[10:35:53] Preparing spawn (standard): 64.25% (257/400; 257.00 chunks / sec)
[10:35:55] Preparing spawn (world_nether): 27.75% (111/400; 97.54 chunks / sec)
[10:35:58] Preparing spawn (world_the_end): 62.00% (248/400; 248.00 chunks / sec)
[10:35:58] Did not find an acceptable spawnpoint. Generated a random spawnpoint position at {0.00, 168.00, 0.00}
[10:35:58] WebAdmin is running on port(s) 8080
[10:35:58] Startup complete, took 6791ms!
[10:37:28] Player data file not found for BalloS_Twok (148aaac7db97386280a8a96f038af80e, offline 148aaac7db97386280a8a96f038af80e (unused)), will be reset to defaults.
[10:37:28]   D:    | Cuberite has encountered an error and needs to close
[10:37:28] Details | SIGSEGV: Segmentation fault
[10:37:28] Cuberite Jenkins gcc armhf Release (master) build id: #763
[10:37:28] from commit id: 0e1649a0f15a23717c72d7984a0b5d44ac29a769 built at: Wed 21 Jun 07:05:17 UTC 2017
./Cuberite(_Z15PrintStackTracev+0x14)[0x212e94]
./Cuberite[0x201684]
/lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer_v2+0x0)[0x76ca9180]
./Cuberite(_ZN7cPlayer15SetCapabilitiesEv+0x164)[0x432d08]
./Cuberite(_ZN13cClientHandle12AuthenticateERKSsS1_RKN4Json5ValueE+0x43c)[0x17a718]
./Cuberite(_ZN7cServer16AuthenticateUserEiRKSsS1_RKN4Json5ValueE+0x80)[0x1d561c]
./Cuberite(_ZN14cAuthenticator12AuthenticateEiRKSsS1_+0x60)[0x31d92c]
./Cuberite(_ZN13cClientHandle11HandleLoginERKSs+0xb0)[0x175c64]
./Cuberite(_ZN15cProtocol_1_9_022HandlePacketLoginStartER11cByteBuffer+0x160)[0x341b7c]
./Cuberite(_ZN14cProtocol_1_1212HandlePacketER11cByteBufferj+0x154)[0x3551c4]
./Cuberite(_ZN15cProtocol_1_9_015AddReceivedDataEPKcj+0xfc)[0x342d94]
./Cuberite(_ZN15cProtocol_1_9_012DataReceivedEPKcj+0x74)[0x343570]
./Cuberite(_ZN19cProtocolRecognizer12DataReceivedEPKcj+0x17c)[0x34a660]
./Cuberite(_ZN13cClientHandle20ProcessProtocolInOutEv+0x54)[0x17a058]
./Cuberite(_ZN13cClientHandle10ServerTickEf+0x10)[0x17cf08]
./Cuberite(_ZN7cServer11TickClientsEf+0xf0)[0x1d7578]
./Cuberite(_ZN7cServer11cTickThread7ExecuteEv+0xcc)[0x1d7a88]
/usr/lib/arm-linux-gnueabihf/libstdc++.so.6(+0xa5348)[0x76f30348]
[10:37:28]   D:    | Cuberite has encountered an error and needs to close
[10:37:28] Details | SIGABRT: Server self-terminated due to an internal fault
[10:37:28] Cuberite Jenkins gcc armhf Release (master) build id: #763
[10:37:28] from commit id: 0e1649a0f15a23717c72d7984a0b5d44ac29a769 built at: Wed 21 Jun 07:05:17 UTC 2017
./Cuberite(_Z15PrintStackTracev+0x14)[0x212e94]
./Cuberite[0x201684]
/lib/arm-linux-gnueabihf/libc.so.6(__default_sa_restorer_v2+0x0)[0x76ca9180]
/lib/arm-linux-gnueabihf/libc.so.6(gsignal+0x38)[0x76ca7f70]
Abgebrochen

I have to say that I tried to import a existing world from a windows java Server on this.
At first I get a lot of errors with mismatch of some items like in this thread : https://forum.cuberite.org/thread-2977.html

But with the new version #763 there were no errors but the crashes.
Reply
Thanks given by:


Messages In This Thread
Server crashes if I try to connect - by BalloS - 06-21-2017, 08:10 PM
RE: Server crashes if I try to connect - by xoft - 06-21-2017, 08:22 PM
RE: Server crashes if I try to connect - by BalloS - 06-21-2017, 08:41 PM
RE: Server crashes if I try to connect - by xoft - 06-21-2017, 09:17 PM
RE: Server crashes if I try to connect - by xoft - 06-21-2017, 09:18 PM
RE: Server crashes if I try to connect - by xoft - 06-22-2017, 05:38 PM
RE: Server crashes if I try to connect - by xoft - 06-22-2017, 08:43 PM



Users browsing this thread: 1 Guest(s)