Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WIN32 ERROR 0n129

40 views
Skip to first unread message

PRANAV KANT GAUR

unread,
May 15, 2009, 6:36:08 AM5/15/09
to
I am currently trying to use windbg but when i attached my driver system file
to debugger(by specifying its path in 'OPEN EXECUTABLE' option),it displayed
following error:
Could not create process
c:\WINDOWS\System32\Drivers\MYTESTDRIVER.sys
Win32 Error 0n129
(NOTE:ERROR CODE IS 'ZERO n 129')

%1 Application cannot be run in Win32 mode.

In 'Image path' i have specified the directory location of driver(.sys file).
In 'Symbol file path' i have specified path of private symbol file(i.e. the
one generated through code compilation) & path of public symbol file(i.e. the
file downloaded from windows symbol server.)

Pavel A.

unread,
May 15, 2009, 4:50:22 PM5/15/09
to
You attempted to run a driver as application under windbg.
To open the .sys file for looking at the symbols, use "open crash dump..."
(not very intuitive, yes).

-- pa

"PRANAV KANT GAUR" <PRANAVK...@discussions.microsoft.com> wrote in
message news:CF819F3B-79AC-4A6E...@microsoft.com...

0 new messages