Crash after save! Exit code: 3221226505
1130210
Member Posts: 381
Crap! I just freshly installed the game. I installed a mod from the NWN Vault to update Shayan's Subrace Engine. Then I created my character for the OC.
After that, I tried saving after the introduction to the OC, and I received a crash. It keeps happening! So, I uninstalled Shayan's Subrace Engine update, then pressed "Verify Game." I did receive a message that files were altered in the game (even though all the files from the update are gone).
After the restoration of the game's files, I tried the aforementioned above again (no mods present). This time I received the same crash.
Looks like I'll have to switch back to NWN2.
Edit: Is there some file I can attach so that I can give some of the tech people more information?
After that, I tried saving after the introduction to the OC, and I received a crash. It keeps happening! So, I uninstalled Shayan's Subrace Engine update, then pressed "Verify Game." I did receive a message that files were altered in the game (even though all the files from the update are gone).
After the restoration of the game's files, I tried the aforementioned above again (no mods present). This time I received the same crash.
Looks like I'll have to switch back to NWN2.
Edit: Is there some file I can attach so that I can give some of the tech people more information?
0
Comments
If it isn't the case, can you please file this in the public redmine (Bug-tracker, there's a stickied post at the top of the tech support forum showing how)?
Please, attach your dump file and DxDiag.file to your report.
You get two files:
something like nwmain-crash-1511445021.log
and
nwmain-crash-1511445021.dmp
(the number at the end is probably the time)
You should attach both files with a bug report.
I checked the folder, and it seems my game isn't logging the crash files. Last night I even did a clean install. I can recreate the crash each time I save to check again, too. I'm entirely certain I'm checking the correct folder, as a save I try to create while in game ends up creating an empty folder (i.e. what I named the save). So therefore, I'm looking at the correct directory.
The folder, however is empty.
Thanks for the help. Let me try messing around with my antivirus software. These antivirus people need to stop getting in the way of the work of more important people: Beamdog.
If that doesn't work, I've found you may have to disable Avast's Firewall and then activate Windows Defender to use as Firewall protection.
I had nwserver crash on client leaving, both as player and dm.
I fixed the issues by editing the OnClientLeave event, i removed the following code lines:
object oPlayer=GetExitingObject();
if (!GetIsPC(oPlayer))
return;
ExportSingleCharacter(oPlayer);
that worked for me.
I also use Shayan's Subrace System. I'll do further tests to check if I have any other problem!
I wish I could help more, dude... having a crash on save sucks to NO END.
Actually this is a BIG point of contention among the AVG 2017 version. They, as of now, removed this feature. I looked it up for about 30 minutes. They don't have the feature in the program right now.
Thought I would let people know of my solution in case others haven't been able to solve this.