Author Topic: Blockland stuck at Connection approved.  (Read 2178 times)

trying to add some addons to blockland and I get this issue. Not even reinstalling helped.

this is the last bit of text in my console when I hit the freeze

*** Stage 1 create
136 environmental resource files found
Regenerating file manifest
Got 4646 items in manifest, 1 files hashed
Can't post to master server in LAN game

LordXius trying to connect.
LordXius trying to connect without DRPG.
Connection established
Connected successfully, killing other pending connections
AUTHCHECK:  = LAN client -> LAN server, loading
CADD: 14060 local
 +- bl_id = 999999
 +- no auto admin
Can't post to master server in LAN game
ZAPT has been registered with this server.
Executing Add-Ons/GameMode_ZAPT/gui/panel_1.gui.
Executing Add-Ons/GameMode_ZAPT/gui/panel_2.gui.
Executing Add-Ons/GameMode_ZAPT/gui/panel_3.gui.
CDROP: 14060 local
Can't post to master server in LAN game
De-activating package: AmmoGuns
Activating package: AmmoGuns2
De-activating package: AmmoGuns
Activating package: AmmoGuns2
 package AmmoGuns2 is already active
De-activating package: AmmoGuns
Activating package: AmmoGuns2
 package AmmoGuns2 is already active

Does it happen without any addons?
What kind of OS are you using? With Steam?
What happens after this? Does it say "stopped responding" or does it just freeze?

I'm using windows 7 64 bit, no it doesn't happen without any addons, I'm just not sure which one(s) is/are causing it. It doesn't crash or anything, it just hangs up on connection accepted, I can even hit Esc and go back to the main menu

Badspot

  • Administrator
trace(1);
start game
post console.log

ok, here.

You did it wrong; you put:
trace(1)

where it it should be:
trace(1);


ok, here

Could it be this?

Code: [Select]
Entering [sportBallsPackage]GameConnection::onDrop(6952, You need the latest <a:www.dropbox.com/s/wi3n473pdx2ggpw/Client_DRPG.zip>DRPG Client</a> (v0.17 ) to play on this server.)
   Entering [PetMod]GameConnection::onDrop(6952, You need the latest <a:www.dropbox.com/s/wi3n473pdx2ggpw/Client_DRPG.zip>DRPG Client</a> (v0.17 ) to play on this server.)
      Entering [DRPG_Server_Main]GameConnection::onDrop(6952, You need the latest <a:www.dropbox.com/s/wi3n473pdx2ggpw/Client_DRPG.zip>DRPG Client</a> (v0.17 ) to play on this server.)
         Entering [BotHolePackage]GameConnection::onDrop(6952, You need the latest <a:www.dropbox.com/s/wi3n473pdx2ggpw/Client_DRPG.zip>DRPG Client</a> (v0.17 ) to play on this server.)
            Entering GameConnection::onDrop(6952, You need the latest <a:www.dropbox.com/s/wi3n473pdx2ggpw/Client_DRPG.zip>DRPG Client</a> (v0.17 ) to play on this server.)
               Entering [c4]GameConnection::onClientLeaveGame(6952)
                  Entering GameConnection::onClientLeaveGame(6952)
You're trying to host with Server_MRPG enabled but you don't have the proper client.  So when you try to connect it drops you.  I made a Whitelist mod that did the same thing while I was testing.  Took me a minute to figure out I forgot to actually add myself to the whitelist.

Yeah Dglider nailed it. You're trying to run DRPG but you don't have the client counterpart of it.


Just a suggestion though, I do not recommend trying to run DRPG unless you're absolutely sure of how everything works.