Neyami / CSO-Weapons

Weapons from Counter-Strike Online ported to Sven Co-op in Angelscript.
6 stars 1 forks source link

crashing when map change #6

Open RedyRT opened 9 months ago

RedyRT commented 9 months ago

Hi again, it seems the server just crashing when map is changing with your addon when im commenting this addon the crashing is just disappearing 2024-02-19.log Heres the log file, but 1 problem theres no any errors about it when it's just crashing

Sadly i dont have any clue why its happening

Neyami commented 9 months ago

Yeah the game can be quite unstable like this and I don't know why either :/

Does it crash when changing to any level or just some? I've had the game crash when changing to stadium4 for instance, but not my test maps.

Could be that there are too many resources being loaded if you have too many weapons enabled, then add to that a map with a lot of entities already. 🤔

RedyRT commented 9 months ago

Yeah the game can be quite unstable like this and I don't know why either :/

Does it crash when changing to any level or just some? I've had the game crash when changing to stadium4 for instance, but not my test maps.

Could be that there are too many resources being loaded if you have too many weapons enabled, then add to that a map with a lot of entities already. 🤔

i think its crashes to any level

RedyRT commented 9 months ago

i have insurgency weapons but i tried without them loading just CSO, seems same just crash

Neyami commented 9 months ago

Yeah the only thing I can think of atm. is to submit the crash dump or whatever they're called to the svencoop devs :/

And maybe disable one weapon at a time to see if it's one of them that causes it?

RedyRT commented 9 months ago

Yeah the only thing I can think of atm. is to submit the crash dump or whatever they're called to the svencoop devs :/

And maybe disable one weapon at a time to see if it's one of them that causes it?

hmm, interesting idea, i can try i think

RedyRT commented 9 months ago

ERROR: Attempted to get current module while outside of a script!

thats what i get, and i think its with any weapon

RedyRT commented 9 months ago

i literally removed everything xd изображение and it works fine just with 2 includes

Neyami commented 9 months ago

Try setting bUseDroppedItemEffect to false in csocommon.as Maybe that effect has something to do with it? (it shouldn't)