Hi all,
Thought I'd share some info with all of you re: my FF 800 bluescreen problems (sorry if this is a double post from my other thread, but it seemed relevant - maybe the other post should be deleted).
I run Win 7 64bit (not via bootcamp - I have a PC) and the RME drive has been causing bluescreens on a regular basis. I'm running the latest firmware and 2.9992 driver (problem was still occurring with the older driver too). Reinstalling Win7 hasn't helped.
The error that is displayed is IRQL_NOT_LESS_OR_EQUAL or IRQL_GT_ZERO_AT_SYSTEM_SERVICE (kicking myself that I didn't write down exactly which one....). But I do have my crash dump files, and when I analyse them, the error is occurring in audiodg.exe every time.
The reason I'm fairly certain it's the RME drivers is because when I go into Sounds in control panel and disable all the RME ins and outs in Windows, the crashes stop occurring. I'm still able to use the Fireface in applications that use the ASIO driver, but not in those that use that go through the normal windows sound drivers.
For the others who are experiencing these bluescreen errors, have you tried downloading the window debugging tool and analysing the crashdump .dmp files in your c:\windows\minidump directory? Posting the results may help RME get to the pottom of this? If everyone's error has the same cause, it means it's a non-system-specifc driver problem that needs to be fixed.
Here is the analysis of my latest crash dump (they all report the same error). It's a raised IRQ fault - possibly related to switching from ASIO usage to normal windows driver usage (eg. using Cubase, then trying to run something like Media Player). But I'm just guessing.
--------------------------------------------------------------------------------------
Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [C:\Windows\Minidump\022510-51870-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available
Symbol search path is: SRV*c:\Symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
Windows 7 Kernel Version 7600 MP (8 procs) Free x64
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 7600.16385.amd64fre.win7_rtm.090713-1255
Machine Name:
Kernel base = 0xfffff800`02a68000 PsLoadedModuleList = 0xfffff800`02ca5e50
Debug session time: Thu Feb 25 03:35:55.284 2010 (GMT+11)
System Uptime: 0 days 16:24:08.110
Loading Kernel Symbols
...............................................................
................................................................
...........................................
Loading User Symbols
Loading unloaded module list
............
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
Use !analyze -v to get detailed debugging information.
BugCheck 4A, {7759ff2a, 2, 0, fffff88013483ca0}
Probably caused by : ntkrnlmp.exe ( nt!KiSystemServiceExit+245 )
Followup: MachineOwner
---------
3: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
IRQL_GT_ZERO_AT_SYSTEM_SERVICE (4a)
Returning to usermode from a system call at an IRQL > PASSIVE_LEVEL.
Arguments:
Arg1: 000000007759ff2a, Address of system function (system call routine)
Arg2: 0000000000000002, Current IRQL
Arg3: 0000000000000000, 0
Arg4: fffff88013483ca0, 0
Debugging Details:
------------------
PROCESS_NAME: audiodg.exe
BUGCHECK_STR: RAISED_IRQL_FAULT
FAULTING_IP:
+0
00000000`7759ff2a ?? ???
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
CURRENT_IRQL: 2
LAST_CONTROL_TRANSFER: from fffff80002ad9469 to fffff80002ad9f00
STACK_TEXT:
fffff880`13483a68 fffff800`02ad9469 : 00000000`0000004a 00000000`7759ff2a 00000000`00000002 00000000`00000000 : nt!KeBugCheckEx
fffff880`13483a70 fffff800`02ad93a0 : fffffa80`0a56b3e0 00000000`01e1fc58 fffff880`13483bc8 00000000`00000001 : nt!KiBugCheckDispatch+0x69
fffff880`13483bb0 00000000`7759ff2a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceExit+0x245
00000000`01e1fc28 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x7759ff2a
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!KiSystemServiceExit+245
fffff800`02ad93a0 4883ec50 sub rsp,50h
SYMBOL_STACK_INDEX: 2
SYMBOL_NAME: nt!KiSystemServiceExit+245
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 4a5bc600
FAILURE_BUCKET_ID: X64_RAISED_IRQL_FAULT_audiodg.exe_nt!KiSystemServiceExit+245
BUCKET_ID: X64_RAISED_IRQL_FAULT_audiodg.exe_nt!KiSystemServiceExit+245
Followup: MachineOwner
---------