Creative Mode
#11
Creative mode seems to be working really well now. I'm going to put in a server kick when you active the warning and put the server on planet minecraft to see what happens. Running make clean and then make again solved the crashing issues. I'm guessing g++ isn't picking up on all the changes and compiles the project using older objects.
Reply
Thanks given by:
#12
Actually there's still a big bug in cPlayer.cpp, when a new player joins, the server will crash, I created this bug while preparing the server for multiple worlds. I'm still fixing it.
Reply
Thanks given by:
#13
(11-02-2011, 07:21 AM)FakeTruth Wrote: Actually there's still a big bug in cPlayer.cpp, when a new player joins, the server will crash, I created this bug while preparing the server for multiple worlds. I'm still fixing it.

Oh? I haven't had any crashing problems since ran make clean and remade. Then again I've been the only one on and off the server.
Reply
Thanks given by:
#14
Alright, fixed it
Reply
Thanks given by:
#15
Nice, I also just fixed the spawning into the ground bug. I'm sure there's a better way to do it, but this works.
Reply
Thanks given by:
#16
Spawning in the ground seems to be an error in the login sequence. The player is supposed to be suspended in the air until it has received a certain packet. In some previous versions of minecraft the player would be stuck in the air until the chunks around the player are received, however now the player starts falling while it has not received the chunks which results in falling into nothingness.
Reply
Thanks given by:
#17
(11-02-2011, 08:24 AM)FakeTruth Wrote: Spawning in the ground seems to be an error in the login sequence. The player is supposed to be suspended in the air until it has received a certain packet. In some previous versions of minecraft the player would be stuck in the air until the chunks around the player are received, however now the player starts falling while it has not received the chunks which results in falling into nothingness.

Yeah, I wasn't sure what was causing it, I could tell it was from falling though. I just teleport the player to the top right before the entities become unlocked during the login.
Reply
Thanks given by:
#18
(11-02-2011, 08:30 AM)rs2k Wrote:
(11-02-2011, 08:24 AM)FakeTruth Wrote: Spawning in the ground seems to be an error in the login sequence. The player is supposed to be suspended in the air until it has received a certain packet. In some previous versions of minecraft the player would be stuck in the air until the chunks around the player are received, however now the player starts falling while it has not received the chunks which results in falling into nothingness.

Yeah, I wasn't sure what was causing it, I could tell it was from falling though. I just teleport the player to the top right before the entities become unlocked during the login.

No, you teleport the player to the spawn positionTongue That's not right
Reply
Thanks given by:
#19
Oops!
Angel

I had it right the first time I did it, but overwrote the code and did it again in a hurry. lol.
Reply
Thanks given by:
#20
(11-02-2011, 09:39 AM)FakeTruth Wrote:
(11-02-2011, 08:30 AM)rs2k Wrote:
(11-02-2011, 08:24 AM)FakeTruth Wrote: Spawning in the ground seems to be an error in the login sequence. The player is supposed to be suspended in the air until it has received a certain packet. In some previous versions of minecraft the player would be stuck in the air until the chunks around the player are received, however now the player starts falling while it has not received the chunks which results in falling into nothingness.

Yeah, I wasn't sure what was causing it, I could tell it was from falling though. I just teleport the player to the top right before the entities become unlocked during the login.

No, you teleport the player to the spawn positionTongue That's not right



Fixed it.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)