• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Couple crashes. Need help figuring out.

Soarin

2[H]4U
Joined
Jul 23, 2010
Messages
2,489
Both these happened when I tried to use an application with my webcam. OBS, Skype x2
Faulting application name: Skype.exe, version: 6.16.59.105, time stamp: 0x536b58dc
Faulting module name: ntdll.dll, version: 6.1.7601.18247, time stamp: 0x521ea8e7
Exception code: 0x4000001f
Fault offset: 0x0005805d
Faulting process id: 0xbb0
Faulting application start time: 0x01cfb75bb5095da8
Faulting application path: C:\Program Files (x86)\Skype\Phone\Skype.exe
Faulting module path: C:\Windows\SysWOW64\ntdll.dll
Report Id: fb54e802-234e-11e4-810e-6cf049b8433e
Faulting application name: OBS.exe, version: 0.6.2.2, time stamp: 0x53a32c9c
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18409, time stamp: 0x53159a86
Exception code: 0x80000003
Fault offset: 0x00013226
Faulting process id: 0x1824
Faulting application start time: 0x01cfb759c403353c
Faulting application path: C:\Program Files (x86)\OBS\OBS.exe
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll
Report Id: 2dbed68c-234d-11e4-9a3c-6cf049b8433e
The whole system acted up. Tried to close each program with task manager and could not. I was able to create a dump file for skype through task manager but both times I had to hit the reset button to get my pc back. I took my webcam out for now. And yes I tried different usb ports and most recent drivers.

The dump file is 415mb in size though..
 
Last edited:
0x4000001F is a first-chance exception. Windows is basically giving the program running a chance to catch an error and handle it before the program crashes.

0x80000003 is a bad memory pointer exception. The program is asking for more memory and that memory either fails to be created or is created in restricted space, causing a bad pointer to be returned and the program crashes when trying to access it. This exception could mean 2 things: the program is broken and needs to be updated, or your system memory may be going bad.

First thing I would do is update your version of OBS. You're running version 0.622 according to the log you posted, while the latest stable build is 0.625b. Update OBS and see if that resolves your issue. If it doesn't, you should stress test your memory by running MemTest86+ over night and see if it comes back with any errors. It also wouldn't hurt to check your hard drive for any errors while you're at it.
 
Yeah I already stress tested my memory and checked the hard drive. Both came back fine. OBS is at the most recent version. Not sure why event viewer info is showing its not.. The thing is, only happened with the webcam.
 
Back
Top