How to deal with the message: winedevice.exe has encountered
How to deal with the message: winedevice.exe has encountered
Since recent update I am getting this error:
Program Error
The program winedevice.exe has encountered a serious problem and needs
to close. We are sorry for the inconvenience.
I realize that I probably have some malfunctioning device driver.
How to fix this? How to remove the driver?
Yuri
Program Error
The program winedevice.exe has encountered a serious problem and needs
to close. We are sorry for the inconvenience.
I realize that I probably have some malfunctioning device driver.
How to fix this? How to remove the driver?
Yuri
Re: How to deal with the message: winedevice.exe has encount
Unless you want to implement missing features you can't fix it.Yuri wrote:How to fix this? How to remove the driver?
To remove driver - just remove the driver file "*.sys" from windows/system32/drivers directory. A cleaner way would be to disable it in registry or remove it's complete section.
Last edited by vitamin on Tue Apr 28, 2009 2:43 pm, edited 1 time in total.
-
- Newbie
- Posts: 1
- Joined: Tue Apr 28, 2009 9:12 am
I'd call this a regression, not a new feature.
I'm running many games with starforce protection, and when winedevice.exe has a problem, the game crashes to let this annoying message appear. I had to create wineprefixes to older versions of wine just to let my apps work as they should. Please, don't underestimate this post: I'm sure many people running various apps are having this issue.
I'm running many games with starforce protection, and when winedevice.exe has a problem, the game crashes to let this annoying message appear. I had to create wineprefixes to older versions of wine just to let my apps work as they should. Please, don't underestimate this post: I'm sure many people running various apps are having this issue.
How to deal with the message: winedevice.exe has encountered
On Wed, Apr 29, 2009 at 5:08 PM, Montblanc <[email protected]> wrote:
think quite differently. You can't have your cake and eat it to.
$ WINEDLLOVERRIDES="winedbg.exe=d" wine foo.exe to work around it.
That disables the debugger, but no error will appear.
--
-Austin
And for users that had random crashes with no explanation, they'dI'd call this a regression, not a new feature.
think quite differently. You can't have your cake and eat it to.
You can use:I'm running many games with starforce protection, and when winedevice.exe has a problem, the game crashes to let this annoying message appear. I had to create wineprefixes to older versions of wine just to let my apps work as they should. Please, don't underestimate this post: I'm sure many people running various apps are having this issue.
$ WINEDLLOVERRIDES="winedbg.exe=d" wine foo.exe to work around it.
That disables the debugger, but no error will appear.
--
-Austin
Re: How to deal with the message: winedevice.exe has encount
I don't get it: if an app crashes, I'm used to debug it from shell. Users can do as they did till 1.1.20. I think no one has asked for a buggy feature.austin987 wrote:And for users that had random crashes with no explanation, they'd think quite differently. You can't have your cake and eat it to.
Thank you, I'll try it when I'll be forced to use wine >= 1.1.20.austin987 wrote:You can use:
$ WINEDLLOVERRIDES="winedbg.exe=d" wine foo.exe to work around it.
How to deal with the message: winedevice.exe has encountered
On Fri, May 1, 2009 at 10:39 AM, Montblanc <[email protected]> wrote:
command line. And to be honest, we've put a lot of work into making
sure they don't have to.
It's not a buggy feature, it works fine. The bug is elsewhere, in
whatever's crashing
.
hand. Search the registry for 'showgui'.
--
-Austin
You may be, and that's good. But _a ton_ of users aren't using theaustin987 wrote:I don't get it: if an app crashes, I'm used to debug it from shell. Users can do as they did till 1.1.20. I think no one has asked for a buggy feature.And for users that had random crashes with no explanation, they'd think quite differently. You can't have your cake and eat it to.
command line. And to be honest, we've put a lot of work into making
sure they don't have to.
It's not a buggy feature, it works fine. The bug is elsewhere, in
whatever's crashing

Apparently there's also a registry key, though I can't find it offaustin987 wrote:Thank you, I'll try it when I'll be forced to use wine >= 1.1.20.You can use:
$ WINEDLLOVERRIDES="winedbg.exe=d" wine foo.exe to work around it.
hand. Search the registry for 'showgui'.
--
-Austin
Re: How to deal with the message: winedevice.exe has encount
Sure, whatever's crashing is a bug, but for apps that used to continue despite the crash and are now failing to work solely because of the dialog box, I'd say that's a regression. And I question how much use this dialog box really is. It doesn't tell users anything they couldn't figure out from the fact that their app never started, and they are going to have to run the app from the command line anyway to debug it any further. Windows itself doesn't give users any such message, and Wine was already showing similar messages generated by the apps themselves just fine. JMHO.austin987 wrote: You may be, and that's good. But _a ton_ of users aren't using the
command line. And to be honest, we've put a lot of work into making
sure they don't have to.
It's not a buggy feature, it works fine. The bug is elsewhere, in
whatever's crashing.
How to deal with the message: winedevice.exe has encountered
On Fri, May 1, 2009 at 11:50 AM, dimesio <[email protected]> wrote:

Perhaps it will annoy people enough that they write patches to fix
those bugs <g>...
--
-Austin
Windows also had a complete ntoskrnl.exe implementationaustin987 wrote:Sure, whatever's crashing is a bug, but for apps that used to continue despite the crash and are now failing to work solely because of the dialog box, I'd say that's a regression. And I question how much use this dialog box really is. It doesn't tell users anything they couldn't figure out from the fact that their app never started, and they are going to have to run the app from the command line anyway to debug it any further. Windows itself doesn't give users any such message, and Wine was already showing similar messages generated by the apps themselves just fine. JMHO.You may be, and that's good. But _a ton_ of users aren't using the
command line. And to be honest, we've put a lot of work into making
sure they don't have to.
It's not a buggy feature, it works fine. The bug is elsewhere, in
whatever's crashing.

Perhaps it will annoy people enough that they write patches to fix
those bugs <g>...
--
-Austin
I guess I'm late to the party. I'm getting this error on just about every program I run under Wine since I updated to 1.1.20. Even the Wine Configuration tool makes this error show up first. What is happening here?
I had 4 files in my ~/.wine/drive_c/windows/system32/drivers directory.
mountmgr.sys
MrtRate.sys
PxHelp20.sys
pxhelper.sys
If I move all of them out, the error popup stops showing up, but what are these files there for and what problems will I cause by moving them out? I use Wine with a number of CD/DVD applications, is this going to cause problems?
I had 4 files in my ~/.wine/drive_c/windows/system32/drivers directory.
mountmgr.sys
MrtRate.sys
PxHelp20.sys
pxhelper.sys
If I move all of them out, the error popup stops showing up, but what are these files there for and what problems will I cause by moving them out? I use Wine with a number of CD/DVD applications, is this going to cause problems?
Those are all device drivers, probably installed by the CD/DVD apps, none of which Wine can use anyway. In Windows they would load at boot, so Wine will try to load them whenever you start anything in Wine. They have been crashing in the background all along, you just didn't know about it until the useless and annoying GUI crash dialog was added in 1.1.20.mocham wrote:I guess I'm late to the party. I'm getting this error on just about every program I run under Wine since I updated to 1.1.20. Even the Wine Configuration tool makes this error show up first. What is happening here?
I had 4 files in my ~/.wine/drive_c/windows/system32/drivers directory.
mountmgr.sys
MrtRate.sys
PxHelp20.sys
pxhelper.sys
If I move all of them out, the error popup stops showing up, but what are these files there for and what problems will I cause by moving them out? I use Wine with a number of CD/DVD applications, is this going to cause problems?
Do not touch mountmgr.sys it's Wine's own "driver".mocham wrote:I had 4 files in my ~/.wine/drive_c/windows/system32/drivers directory.
mountmgr.sys
MrtRate.sys
PxHelp20.sys
pxhelper.sys
Doubt, they don't work as-is anyway.mocham wrote:If I move all of them out, the error popup stops showing up, but what are these files there for and what problems will I cause by moving them out? I use Wine with a number of CD/DVD applications, is this going to cause problems?
Re: How to deal with the message: winedevice.exe has encount
The key is "ShowCrashDialog." I've added instructions to the FAQ on how to disable it.austin987 wrote: Apparently there's also a registry key, though I can't find it off
hand. Search the registry for 'showgui'.
-Austin
http://wiki.winehq.org/FAQ#head-c857c43 ... 25483c91d6
-
- Level 2
- Posts: 16
- Joined: Fri May 08, 2009 7:36 am
Disable this new GUI popup via registry. Set ShowCrashDialog to 1 ( http://wiki.winehq.org/UsefulRegistryKeys )monkeyslayer56 wrote:so is there anyway to fix it?