[Bug 37474] Unhandled exception: unimplemented function ntoskrnl.exe.IoCsqInitialize called in 32-bit code (0x7b83c9eb)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 29 04:09:40 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=37474

Sebastian Lackner <sebastian at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sebastian at fds-team.de

--- Comment #4 from Sebastian Lackner <sebastian at fds-team.de> ---
You reported this issue when using wine-compholio, which is normally not
allowed in this bug tracker. Take a look at the beginning of the debug output:

--- snip ---
Wine-Compholio is a Wine testing version containing experimental patches.
Please don't report bugs at winehq.org and use our issue tracker instead:
https://github.com/compholio/wine-compholio/issues
--- snip ---

In this case its an issue which is also present in regular wine. In fact its a
duplicate of an existing bug: https://bugs.winehq.org/show_bug.cgi?id=36777

This issue happens for every application because you installed them all in the
same wineprefix, and one of them installed a driver which tries to use the
nonimplemented ntoskrnl.exe.IoCsqInitialize function. Drivers are always
started when you run any wine application.

You should clean up your wine prefix to get rid of this again, and in the
future use separate wine prefixes for all your apps, to avoid that they
influence each other.

See the FAQ:
* http://wiki.winehq.org/FAQ#head-cf92baf0d9ee0ef112a680b45ac21805caaf9c0a
* http://wiki.winehq.org/FAQ#head-faf9617c53607e583f6e6ff70a4ac9522d490faf

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list