Author Topic: Console problems.  (Read 1765 times)

I was told by Badspot to do trace(1);
so I did, i started loading my map and it took 49 minutes to load 70k bricks insted of 10 minutes it usually takes....
So I went to console to turn trace off somehow as the server was also continuously lagging....
and this was happening
https://gyazo.com/85db675097c3ebdf9ab16c8161e81070
What.. The.. forget.

I think thats how trace(1); works
It logs EVERYTHING that happens, and prints it out into the console every action a piece of code does
atleast thats how i see it

If you ever see anything like that, disable them all.

These are weapons that modify the light key command. Anything that creates a terrible tree/stair, disable it all.

In the brackets they show the package name, which you can find them in the console log when the add-on is enabled, once you find it I recommend disabling them all.

If you ever see anything like that, disable them all.

These are weapons that modify the light key command. Anything that creates a terrible tree/stair, disable it all.

In the brackets they show the package name, which you can find them in the console log when the add-on is enabled, once you find it I recommend disabling them all.
Do you think you could help via Skype or something?

What do you mean? I already explained what could be the issue and how to solve it

What do you mean? I already explained what could be the issue and how to solve it
Well, didn't explain it correctly, but I'm not sure if Skype or anything related should be necessary.

Well, didn't explain it correctly, but I'm not sure if Skype or anything related should be necessary.
If we skyped I could show u the logs and you could help.

Why can't you post the logs here?



This add-on is the problem from the trace, from what it looks like.
Weapon_WarfarePack - You can either disable it or just leave it enabled, but you'll have that insane tree stack with this weapon pack enabled.
Something with VGM_tick() is also creating amounts of spam in your trace, I'm not sure what add-on it is so I can't tell where it's coming from. (See below)

Remove System_AddOnLoad immediately, this is the cause for your loading being much slower, this happened on Kong123's server when it made the server slower to reset the minigame, slower to delete bricks, slower to load bricks, and even run simple loops.

why do you need to run a trace?
you shouldn't need to be running it during normal gameplay

Oh yeah, if you're just constantly running trace your server will slow down with loading bricks, clearing bricks, schedules, etc

Only run trace before you do the action and stop the trace after the action.

Oh yeah, if you're just constantly running trace your server will slow down with loading bricks, clearing bricks, schedules, etc

Only run trace before you do the action and stop the trace after the action.
I was told to do the trace because the server crashes at random times with a runtime error, this could be addonload. I will disable

If it's the runtime error that has the pure virtual call R6025 there's nothing you can do about it.

The only solution is to go back blockland revisions until it gets fixed.

The last non-runtime R6025 error is r1967, to get this update you'll have to find someone who has it and is willing to give it to you. When using an older update you also need a batch file to avoid the launcher that overwrites the files.