Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I fixed one of the crashes, which was responsible for "anothercrashdump.zip" and one of the crashes in "crashdumps.zip". Stupid logging mistake; when you tried to move a player to a non-existent world, an invalid log message would be output, crashing the server. Fixed in rev 1645.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
07-06-2013, 05:03 AM
(This post was last modified: 07-06-2013, 05:38 AM by xoft.)
This just made me smile, in the new 1.6.1's launcher:
I've got basic 1.6.1 protocol working. One problem though: the player moves incredibly fast when walking - maybe 50 blocks / sec. I suppose that's because we're not sending the PlayerAbilities packet yet, I'll try sending it, if the speed gets fixed.
Also, is it just me, or was the camera tweaked? It feels much more "wide-anglish" to me. Although this might just be a co-effect of the high speed.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
07-06-2013, 06:15 AM
(This post was last modified: 07-06-2013, 07:15 AM by xoft.)
Nope, doesn't help, the player still dashes through the terrain like crazy.
Ugh, I'm blind, the protocol docs even say this that there's a new packet, 0x2c, that is sent to provide the client with the maxSpeed value. It even says what I've been observing - without the packet the player moves way too fast.
I'm declaring rev 1651 to be fully 1.6.1-compatible.
Posts: 1,469
Threads: 57
Joined: Jul 2012
Thanks: 66
Given 127 thank(s) in 108 post(s)
Posts: 1,162
Threads: 68
Joined: Mar 2013
Thanks: 245
Given 125 thank(s) in 100 post(s)
Would a soft restart help to avoid deadlocks and crashes?
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Nope. Once deadlocked, the threads will not be waken up by anything but a hard program kill.
I have a few ideas in mind to keep this from happening at all, but they aren't ripe yet, and we'll need to discuss them with other devs, too.
Posts: 1,162
Threads: 68
Joined: Mar 2013
Thanks: 245
Given 125 thank(s) in 100 post(s)
07-07-2013, 01:39 AM
(This post was last modified: 07-07-2013, 01:40 AM by tonibm19.)
Ok, but please fix it before 10 of this mont, because this day I get my vps. Im going seriusly with MCServer. I have all done for my server: three worlds (survival with plots, survival pvp and creative with plots), plugins and some other cool things. I want to make a fun server with MCServer limitations.
day 10 I only have to upload it on my server
One question, do someone have an idea for a server name?
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I'm afraid you haven't understood the size of the issue here. It's not gonna be something fixable in days. It will take weeks, if not months, to get right.
We can and probably will have fixed the most serious deadlocks pretty fast, but fixing all of them for good will require a code revision of most MCServer's parts.
Posts: 4,628
Threads: 115
Joined: Dec 2011
Thanks: 693
Given 494 thank(s) in 423 post(s)
How does the BiomeVisualiser work? When I start it i get the same image each time.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I don't remember exactly, I think it has a hardcoded inifile inside it that it visualises.
|