Go Back   Cockos Incorporated Forums > REAPER Forums > REAPER Bug Reports

Reply
 
Thread Tools Display Modes
Old 09-25-2018, 10:38 AM   #1
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default Reaper Crash - Unknown Module (RESOLVED)

Faulting application name: reaper.exe, version: 5.9.5.0, time stamp: 0x5b96700c
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x00000000644cf540

Don't think I've ever had a crash where the module was unknown, whats that mean?

Link to the dmp file Windows created,
https://drive.google.com/open?id=1Jd...Ogm36h2zj-142f

I also created (the much larger) dmp file from task manager before closing reaper if needed.

Win7 / v5.95 / x64

Last edited by Edgemeal; 09-25-2018 at 03:00 PM.
Edgemeal is offline   Reply With Quote
Old 09-25-2018, 01:27 PM   #2
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,967
Default

AmpliTube 4.vpa
cfillion is offline   Reply With Quote
Old 09-25-2018, 02:31 PM   #3
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default

Quote:
Originally Posted by cfillion View Post
AmpliTube 4.vpa
Thanks, Thats the plugin I was tweaking at the time, I can open the dmp file (VS 2015) but not sure what to look for.
Edgemeal is offline   Reply With Quote
Old 09-25-2018, 02:36 PM   #4
karbomusic
Human being with feelings
 
karbomusic's Avatar
 
Join Date: May 2009
Posts: 29,269
Default

Quote:
Originally Posted by Edgemeal View Post
Thanks, Thats the plugin I was tweaking at the time, I can open the dmp file (VS 2015) but not sure what to look for.
Type these commands then enter after each one...

.symfix
knL
!analyze -v

Oops, can't remember where to do that in VS, those are the windbg commands. Here's what that looks like (abbreviated)...


BUCKET_ID_PREFIX_STR: X64_APPLICATION_FAULT_SOFTWARE_NX_FAULT_INVALID_PO INTER_EXECUTE_BAD_IP_
FAILURE_PROBLEM_CLASS: APPLICATION_FAULT
FAILURE_SYMBOL_NAME: AmpliTube_4.vpa!Unknown <================

0a 00000000`0012d7a0 00000000`778db61e ntdll!RtlDispatchException+0x45a
0b 00000000`0012de80 00000000`644cf540 ntdll!KiUserExceptionDispatch+0x2e <=====================
0c 00000000`0012e588 00000000`16efdb5f 0x644cf540
0d 00000000`0012e590 0000005f`00000000 AmpliTube_4_16e60000+0x9db5f <=====================
0e 00000000`0012e598 00000000`00000000 0x0000005f`00000000
__________________
Music is what feelings sound like.
karbomusic is offline   Reply With Quote
Old 09-25-2018, 02:43 PM   #5
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,967
Default

Quote:
Originally Posted by Edgemeal View Post
I can open the dmp file (VS 2015) but not sure what to look for.
Click on the "Debug with Native Only" button. It will start at the stack frame that crashed (0x644cf540, from the "unknown" module). You can see how it arrived there and from which module (AmpliTube 4.vpa) in the Call Stack window (with limited usefulness without debug symbols–.pdb– nor the source code).

Last edited by cfillion; 09-25-2018 at 02:58 PM.
cfillion is offline   Reply With Quote
Old 09-25-2018, 03:00 PM   #6
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default

Quote:
Originally Posted by cfillion View Post
Click on the "Debug with Native Only" button. It will start at the stack frame that crashed (0x644cf540, from the "unknown" module). You can see how it arrived there and from which module (AmpliTube 4.vpa) in the Call Stack window (with limited usefulness without debug symbols nor the source code).
Thanks, at least next time I can look to see what caused the crash. Amplitube4 is pretty stable unless I change pedals/effects really fast, tho this time I was just making tiny adjustments to an amp.
Edgemeal is offline   Reply With Quote
Old 03-03-2019, 11:38 AM   #7
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default Who's crashing me project ?

Can someone take a look at this Windows 7 dump file and tell me what actually is causing REAPER to crash? This is like the 5th crash in this one project. Each time was after an hour or so of editing and happens right after I stop/play, it happen in REAPER v5.965, v5.97, and v5.971.

In VS I see in the one list is like 4x reaper.wave.dll, then 4x jsfx. I swapped out all the JSFX for others but that didn't help.


dump file, (Rar) is 2.23 MB.
https://drive.google.com/open?id=1X-...qYd30fBdjwoarl
Edgemeal is offline   Reply With Quote
Old 03-03-2019, 11:44 AM   #8
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,967
Default

reaper_wave.dll divided an integer by zero (but there might be more to it given the odd -1 addresses in the call stack). Looks like you've found a REAPER bug.

Last edited by cfillion; 03-03-2019 at 11:52 AM.
cfillion is offline   Reply With Quote
Old 03-03-2019, 12:09 PM   #9
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,921
Default

Quote:
Originally Posted by cfillion View Post
reaper_wave.dll divided an integer by zero (but there might be more to it given the odd -1 addresses in the call stack). Looks like you've found a REAPER bug.
Thanks, I created a new post.
https://forum.cockos.com/showthread.php?t=217971
Edgemeal is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:29 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.