![]() |
Event crashes game with debug options enabled - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html) +--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html) +---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html) +---- Thread: Event crashes game with debug options enabled (/thread-29944.html) |
Event crashes game with debug options enabled - RaideX - 05-21-2015 So hi again guys. I've got a problem at hand: Triggering a certain event with "show errors and warnings" enabled yields the crash. I've got a simple lever firing a function scenario. The hpl.log under documents gives no information what so ever. PS: Loading the level with F1 > Load Map is also a bit weird. I've got a StartPos called "IntroInit" and the player should start the game at this point as noted in the main_init.cfg. When i change the map to the specified map it tries to put me at "IntroInit" as it's giving me the error for it. Reloading didn't change anything. The game is loading the script file correctly as it is working without "show errors and warnings" enabled. RE: Event crashes game with debug options enabled - Daemian - 05-21-2015 Try without the script, rename it or something. See what happens. RE: Event crashes game with debug options enabled - RaideX - 05-22-2015 (05-21-2015, 10:22 PM)Daemian Wrote: Try without the script, rename it or something. See what happens. Well, disabling the script is no valid option as i want the script to work. It's only crashing once the desired function triggers with the stuff enabled. RE: Event crashes game with debug options enabled - DnALANGE - 05-22-2015 Doubkle check what it does... Remove script by scriptuntil you find the crashing one.. TRY to find what is causing it and check the crashlog. IF you cant find the issue, send the .hpl over and we check it out if we encounter the same problem. RE: Event crashes game with debug options enabled - Daemian - 05-22-2015 (05-22-2015, 01:56 PM)RaideX Wrote:It's not valid, is just to test if the script is the one causing your problem.(05-21-2015, 10:22 PM)Daemian Wrote: Try without the script, rename it or something. See what happens. RE: Event crashes game with debug options enabled - FlawlessHappiness - 05-22-2015 (05-22-2015, 07:24 PM)Daemian Wrote:(05-22-2015, 01:56 PM)RaideX Wrote:It's not valid, is just to test if the script is the one causing your problem.(05-21-2015, 10:22 PM)Daemian Wrote: Try without the script, rename it or something. See what happens. Hi. The thing is, I created the script. It works perfectly fine on my end. I get no errors. No nothing. (Except if I enable error messages in the debug menu) But it seemed that on other people's ends it does not work. The script is the problem. It's definitely not the map. RE: Event crashes game with debug options enabled - RaideX - 05-22-2015 Alright, problem is fixed now. For further reference: The debug menu doesn't like a for-loop with i<=100 when it has to spit out ~100 errors. Thanks to everybody trying to help ![]() |