Please excuse my poor english
[2.6.0] Crash: Too many actors using thing hate?
Moderator: GZDoom Developers
Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
[2.6.0] Crash: Too many actors using thing hate?
I'been working on a personal proyect simulating a zombie apocalypse using thing hate to make zombies attack people, cops attack zombies, etc, while this works just fine, at certain point the game starts to crash randomly, while this maybe an user error because there are too many actors "hating" each other (there are about 1000 people in the simulation that are "hated" by zombies ), i still want to make sure it's the cause, so here's the crashlog
Please excuse my poor english
Please excuse my poor english
- Attachments
-
CrashReport ZDOOM new.zip- (17.63 KiB) Downloaded 25 times
-
Edward-san
- Posts: 1774
- Joined: Sat Oct 17, 2009 9:40 am
Re: [2.6.0] Crash: Too many actors using thing hate?
can you upload also the pwad(s) in question? or if you don't want it to be public just pm the developers with the files.
Re: [2.6.0] Crash: Too many actors using thing hate?
Well here are the files that im using, im not really sure if it's thing hate what is causing the crash, i really hope it's not my error on this one
*Link removed sorry =(*
*Link removed sorry =(*
Last edited by DMPhobos on Sat Jul 07, 2012 10:42 am, edited 1 time in total.
Re: [2.6.0] Crash: Too many actors using thing hate?
No, it is not from having too many actors hating on each other. It crashes with an integer overflow while trying to divide -29108 by 1. There is no reason at all why this should crash. The result should be -29108, which fits perfectly fine inside a register, especially since it's already in one. I fear your processor may be dying, since it's crashing on a perfectly valid operation.