Author Topic: blockland crashes on spawn  (Read 1180 times)

every time i start blockland in singleplayer, as soon as i spawn, it says blockland.exe has stopped working. i look at console log and these are the last 46 lines of it:
Code: [Select]
i even tried starting from freebuild and that still crashes me. gamemode_freebuild.zip is not read-only in my add-ons folder. can somebody please help me?

post your console.log file.

every time i start blockland in singleplayer, as soon as i spawn, it says blockland.exe has stopped working. i look at console log and these are the last 46 lines of it:
Code: [Select]
*** CREATING MISSION
*** Stage 1 create
157 environmental resource files found
Regenerating file manifest
Got 1626 items in manifest, 0 files hashed
Can't post to master server in LAN game
Direct load Add-Ons/GameMode_Freebuild/save.bls, 3, , 2,
LOADING BRICKS: Add-Ons/GameMode_Freebuild/save.bls (ColorMethod 3)
Added to cache: 268 music files
Added to cache: 77 long music files
Got connect request from IPX:00000000:000000000000:0
  lan name = mitterdoo
Connection established
Connected successfully, killing other pending connections
AUTHCHECK: mitterdoo = LAN client -> LAN server, loading
CADD: 15448 local
 +- bl_id = 999999
 +- no auto admin
*** Sending mission load to client:
Can't post to master server in LAN game
*** Prep-Phase 1: Download GUI
*** New Mission
*** Phase 1: Download Datablocks & Targets
Received manifest and requested 1121 blobs. (505 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
*** Phase 2: Download Ghost Objects
*** Phase 3: Mission Lighting
Mission lighting done
Executing config/client/Favorites.cs.
mitterdoo spawned.
Stored stats for Steam
i even tried starting from freebuild and that still crashes me. gamemode_freebuild.zip is not read-only in my add-ons folder. can somebody please help me?
noedit:
god dammit i'm so stupid i forgot to paste my log

Actually scratch that.

Try launching the game again and before you start the server, open the console and type trace(1); into the console. Then do stuff until it crashes. Then attach the console.log file to your post (or upload it somewhere if it's too big).

goodness. it turns out it got caught in an infinite loop for an scp addon i'm working on. thanks for telling me to trace, i forgot about that feature.