Cuberite Forum

Full Version: Random crashs: Deadlock detected
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello,
I have some problems with MCServer on my mobile with an armv7 processor.
I'm running a real Debian system on my mobile (with the app Linux Deploy, 0.8 GB RAM)
When someone is on my server, sometimes MC Server crashs.
It happens while generating chunks (Chunkworx) and in the game modes survival and adventure. I builded Mc-Server from source myself, at this moment it's the source version from 1st March 3 pm.
[attachment=558][attachment=559][attachment=560]
Edit: link removed because some idiots joined my server and overloaded it.
The log says that the deadlock has occurred after two minutes of "doing nothing", this looks suspicious. If only there was a way to debug the server directly on the device; I don't suppose GDB works there, does it?
did you already looked at the error
Code:
argument #1 is 'cArrowEntity'; 'const cEntity' expected.

I tested this code in my test plugin
Code:
function OnSpawningEntity(World, Entity)
    if (not Entity:IsMob()) then -- Spawns the error above
        return false
    end
end

Thanks,
Seadragon91
Although it is annoying, I don't think that's related.
Looks like something to do with the LimitWorld plugin.
(03-02-2015, 05:14 AM)DiamondToaster Wrote: [ -> ]Looks like something to do with the LimitWorld plugin.

I tested it and it looks like the bug is in mc server.
Ah. Possibly.
Well, I found out some other informations: Mc Server only crashs with player diggermat. I remembered he is playing minecraft on his Sony PlayStation. The other player (erik) plays Minecraft on PC, with him the server didn't crashed until yet (I changed some generator settings and deleted/regenerated all chunks)
Wait, what? Playstation? That's possible? :O

They might be slightly different protocals or something that causes the server to crash.
(03-02-2015, 07:27 AM)DiamondToaster Wrote: [ -> ]Wait, what? Playstation? That's possible? :O

They might be slightly different protocals or something that causes the server to crash.
*Update: He plays Minecraft also on his PC Wink
It's not possible to connect to a multiplayer server on PS3-Edition
Pages: 1 2