EarthvLava17 wrote: ↑Sun Jul 30, 2017 1:38 am
Alright, so my mapmaker keeps crashing every 15 minutes, and i don't really know why, there was no cause for the crash as well, also sometimes when i'm about to save, then before the last moment it crashes, any way to fix this?
After using the map editor myself recently I noticed it crashes after roughly 15 minutes after opening the ScriptAPI via the script window using Mozilla Firefox (my default internet browser).
The windows log:
► Show Spoiler
Faulting application name: Superfighters Deluxe.exe, version: 1.0.6424.24346, time stamp: 0x598317a5
Faulting module name: XAudio2_6.dll_unloaded, version: 9.28.1886.0, time stamp: 0x4b6b0791
Exception code: 0xc0000005
Fault offset: 0x0003a480
Faulting process id: 0x10a0
Faulting application start time: 0x01d30c60dd023aba
Faulting application path: C:\....\Superfighters Deluxe.exe
Faulting module path: XAudio2_6.dll
Report Id: ca777211-68c6-4e78-853f-4ae123e77c25
Faulting package full name:
Faulting package-relative application ID:
What I can track down is that it's related to some sound drivers oddly enough.
Similar problems (and possible solutions):
http://forums.ubi.com/showthread.php/73 ... fix-Forums
https://github.com/sharpdx/SharpDX/issues/532
http://www.tomshardware.co.uk/answers/i ... games.html
I don't know why this only happens for me after opening the ScriptAPI via the script window using Firefox. I'm just guessing it's some deeper bug in windows when using XNA with Windows Forms and starting other processes in certain situations - and we can't fix this. The solution is simple for me - avoid opening the ScriptAPI via the script window and I can use the editor for hours

(or open the scriptAPI and then restart SFD).
Your problem might be different. Next time SFD crash please check your windows logs in the windows Event Viewer.
- Open in in the run prompt (windows + R) by typing "eventvwr" and press enter.
- Select "Windows Logs" in the left tree.
- Select "Application" under "Windows Logs" in the left tree.
- See if you can see any "Error" log and if it's part of SFD.
- Paste it into this thread.