Author Topic: Crash when trying to host?  (Read 761 times)

Everything in my Console.log looks fine up until this point, at which it continually repeats the last 4 lines. Could anyone help me figure out the problem?

Code: [Select]
*** CREATING MISSION
*** Stage 1 create

Add-Ons/Bot_Hole/events.cs (582): Unable to find object: '40875296' attempting to call function 'getClassName'
BackTrace: ->ServerSettingsGui::clickLaunchGame->createServer->createMission->[Slayer_Dependencies_Brick]onMissionLoaded->[Slayer_Dependencies_Minigames]onMissionLoaded->onMissionLoaded->[BotHolePackage]startGame->createHoleBotList

311 environmental resource files found
Regenerating file manifest
Add-Ons/System_ReturnToBlockland/support/xmlParser.cs (231): Unable to find function getStringAttrib
Add-Ons/System_ReturnToBlockland/support/xmlParser.cs (231): Unable to find function getStringAttrib

getSubStr(...): error, starting position and desired length must be >= 0: ("neral Discussion"",0, -1)
BackTrace: ->ServerSettingsGui::clickLaunchGame->createServer->createMission->[Slayer_Dependencies_Brick]onMissionLoaded->[Slayer_Dependencies_Minigames]onMissionLoaded->onMissionLoaded->RTBCC_Socket::onLine->XMLParser::bufferData->XMLParser::parseBuffer->XMLParser::parseStanza

Add-Ons/System_ReturnToBlockland/support/xmlParser.cs (231): Unable to find function getStringAttrib

Post your entire console.log as an attachment.

As you request - I just tried again and it seems to have thrown a new error. Definitely some add-on related problem.

The crash appears to be due to VCE.
Code: [Select]
*** Sending mission load to client:
Posting to master server
Posting to rtb server
Slayer (Server): Sending Handshake: Ostinyo
*** Prep-Phase 1: Download GUI
Slayer (Client): Handshake Recieved: Server has Version 3.8 Beta 1
Slayer (Server): Slayer client registered: Ostinyo has Version 3.8 Beta 1
*** New Mission
*** Phase 1: Download Datablocks & Targets
Slayer (Client): Handshake Accepted: Recieving initial data...
VCEClient: Server is running VCE 6.12.
Regenerating file manifest
Got 6335 items in manifest, 0 files hashed
Received manifest and requested 4248 blobs. (2087 duplicates removed)
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
Got non-CURLE_OK result on a request, result was 3 'URL using bad/illegal format or missing URL'
 - Request was for ''
CDN Download finished
Activating package: VCE_Main
registerSpecialVar() - Variable posx already exists on Player. Overwriting...
registerSpecialVar() - Variable posy already exists on Player. Overwriting...
registerSpecialVar() - Variable posz already exists on Player. Overwriting...
registerSpecialVar() - Variable isPassenger already exists on Player. Overwriting...
registerSpecialVar() - Variable isDriver already exists on Player. Overwriting...
registerSpecialVar() - Variable posx already exists on fxDTSBrick. Overwriting...
registerSpecialVar() - Variable posy already exists on fxDTSBrick. Overwriting...
registerSpecialVar() - Variable posz already exists on fxDTSBrick. Overwriting...
registerSpecialVar() - Variable velx already exists on Vehicle. Overwriting...
registerSpecialVar() - Variable vely already exists on Vehicle. Overwriting...
registerSpecialVar() - Variable velz already exists on Vehicle. Overwriting...
registerSpecialVar() - Variable speed already exists on Vehicle. Overwriting...
registerSpecialVar() - Variable posx already exists on Vehicle. Overwriting...
registerSpecialVar() - Variable posy already exists on Vehicle. Overwriting...
registerSpecialVar() - Variable posz already exists on Vehicle. Overwriting...

Does disabling VCE fix the problem?

Those are errors, probably not causing the problem.

Does disabling VCE fix the problem?

Those are errors, probably not causing the problem.
Actually, the problem turned out to be Event_VariableReplacers
Thanks though :)