Author Topic: Repeated Vehicle Spawning Crashes Server? [Solved]  (Read 4524 times)

I'm working on a mod that involves spawning and deleting physics vehicles. Recently I've noticed that if I leave my server open for a while, with lots of people on, it crashes. This never happens with any other mods.
« Last Edit: November 19, 2014, 05:17:15 PM by tommybricksetti »

Alrighty.. so do some debugging. Put echos at the start of every function that could even theoretically be causing it, and run the server and wait for it to crash. Check the last line written, and you know what function caused it.

The only general advice I have on this topic is to make sure that you schedule the deletion of a vehicle, not just call %this.delete(); inside of a method on that vehicle. In all cases.

Maybe it's compatibility errors? Try posting the console.log?

Never mind, turns out someone crashed the server on join.

Get the console.log and find the moment before the crash and copy about 10 lines into here. If he was using a hack to do this then he'll be handled.

Get the console.log and find the moment before the crash and copy about 10 lines into here. If he was using a hack to do this then he'll be handled.
Was probably that bloxer guy, who already admitted to doing it.

Was probably that bloxer guy, who already admitted to doing it.

He also crashed Zix's server. Whats with the quick surplus of idiots getting the hack?
« Last Edit: November 20, 2014, 07:35:57 AM by Wrapperup »

I heard that BLHack.dll is what causes the servers to crash. Computermix created BLHack.dll if you didn't know because I asked him who created BLHack on Glass Trench Wars. Only Badspot can fix this exploit is what I hope for. So that bloxer guy i guess was using BLHack.dll then.

Well lets just pray that Badspot fixes it before Christmas or so.
« Last Edit: November 20, 2014, 08:58:38 AM by mario0126 »

He crashed several servers

Well lets just pray that Badspot fixes it before Christmas or so.
Lol gl getting a BL update.

DLL ran through IDA pro for whoever wants to look at it (Injector not included, no hack4u)
Link
« Last Edit: November 21, 2014, 10:27:10 PM by RarwMuffinz »


Lol gl getting a BL update.

DLL ran through IDA pro for whoever wants to look at it (Injector not included, no hack4u)
Link
ftfy
Idk if I did the IDA pro thing right though.

ftfy
Idk if I did the IDA pro thing right though.

I just ran it through as a PE Dynamic Library

I just ran it through as a PE Dynamic Library
I wouldn't know, you link is still saying:
Access denied.