Author Topic: Some odd bits of code in my console log  (Read 1092 times)

There are 2 odd bits of code I get in my console log:

1.
Code: [Select]
SetModPaths: Invalid directory name "screenshots"  Ever since I got this, instead of the main menu cycling through screenshots, the screen is white except for the BL and RTB logos and the buttons.

2.
Code: [Select]
Warning- HandleSimplePingResponse()- address does not match Does nothing as far as I can tell.

3. When I type
Code: [Select]
trace(1); into my console I get what appears to be joining and leaving spam that starts with the number 327 and keeps going up until I get pissed and shuts Blockland down. It also looks mysteriously like what I got in my console when Blockland crashed my comp.

Any help/knowing what that code means?
« Last Edit: August 27, 2009, 12:41:53 AM by BobSevenSevens »

In the first one, it seems that your screenshot folder is either moved or missing.

Have you been messing around files in main Blockland folder? I hope not.

Reinstall to fix all this btw.

Did this just start happening?

Nevermind, Bob&Rob pretty much invalidated what my next response would be.
« Last Edit: August 26, 2009, 07:47:10 PM by Regulith »

In the first one, it seems that your screenshot folder is either moved or missing.
Correct, in a few of my BL installations I have removed my screen shots folder on purpose and I confirm that this is the origin of the issue.

2.
Code: [Select]
Warning- HandleSimplePingResponse()- address does not match Does nothing as far as I can tell.
This happens to me also, it occurs once directly after all other servers have stopped replying to being pinged by me.

Have you been messing around files in main Blockland folder? I hope not.
Oh, ummm, yes. As a matter of fact I have.

Reinstall to fix all this btw.
I don't think so, not for the 2nd issue. For the heck of it I installed a fresh BL copy just to see if that would fix it and it did not.

Did this just start happening?

No, its been going on for a while now.

In the first one, it seems that your screenshot folder is either moved or missing.

Have you been messing around files in main Blockland folder? I hope not.

Reinstall to fix all this btw.

The only thing i messed around with in the main Blockland Folder was get Mission Editor.

Editing first post to include something mew.

If you trace in a server with some of my mods e.g. Portal Gun or Target Events enabled, you will get console spam due to the functions I used. Type cancel($SpaceMods::SpaceTick); in the console to stop this and spaceTick(); to start them working again. (targets won't move and portals will not function in the mean time)