https://bugs.winehq.org/show_bug.cgi?id=37474 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de --- Comment #4 from Sebastian Lackner <sebastian(a)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.