Page 1 of 1

3 Windows open when I launch an app or game with Wine 1.4...

Posted: Wed May 30, 2012 3:05 pm
by RytronII
Hi.

I'm using LM 13 MATE.

3 Windows open when I launch an app or game with Wine 1.4. [images attached].

It does not seem to affect the app/game but they are a nuisance.

Any fix for this :?:

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Thu Jun 07, 2012 4:57 am
by RytronII
Here is the terminal error.

Code: Select all

winecfg

Code: Select all

wine: Unhandled page fault on read access to 0xffffffff at address 0x54b89f (thread 0027), starting debugger...
wine: Unhandled page fault on read access to 0xffffffff at address 0x55521a (thread 002f), starting debugger...
wine: Unhandled page fault on write access to 0x00549000 at address 0x7bc4b907 (thread 003d), starting debugger...
fixme:ntoskrnl:KeInitializeEvent stub: 0x540748 1 0
fixme:ntoskrnl:PsSetCreateThreadNotifyRoutine stub: 0x5405c0
fixme:ntoskrnl:IoCreateSynchronizationEvent (0x53e6f0 0x53e6fc) stub
fixme:ntoskrnl:IoAllocateErrorLogEntry stub: 0x6838c4a0, 48
WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-8B6HYV/pkcs11: No such file or directory
This happens with every Wine program I open.

Is it a kernel issue? I cannot upgrade the kernel in LM 13 (I don't think it is allowed).

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Fri Jun 08, 2012 5:32 am
by RytronII
feadanaigh wrote:I had a couple of problems with 1.4 as well, but 1.5 is there, maybe you want to give it a try?

via ppa:
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.5
Thank you feadanaigh (is that an Irish name/word?). I may hold out with Wine 1.4 for a but longer. Perhaps this issue will be fixed else I will jump to 1.5. :idea:

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 4:59 am
by RytronII
I upgraded to Wine 1.5 but those 3 error windows keep popping up.
Arrrrggghhh! :x :evil:

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 5:49 am
by Garvan
Never seen this before.

Does this happen with every windows program, or just some? What happens when you run the supplied version of Notepad?

If you are set up to log in automatically, try changing it to log in with user-name and password. I am curious why you get this message

WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-8B6HYV/pkcs11: No such file or directory

Garvan

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 6:01 am
by RytronII
Garvan wrote:Never seen this before.

Does this happen with every windows program, or just some? What happens when you run the supplied version of Notepad?

If you are set up to log in automatically, try changing it to log in with user-name and password. I am curious why you get this message

WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-8B6HYV/pkcs11: No such file or directory

Garvan
It happens with every window app/game including notepad when I open with wine. However it never happens when I open an app/game in PlayOnLinux.

I always log in with a password.

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 6:41 am
by Garvan
It does not happen here on Mint 13 Cinnamon either, so now I think it must be a MATE bug.

Garvan

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 6:42 am
by RytronII
Garvan wrote:It does not happen here on Mint 13 Cinnamon either, so now I think it must be a MATE bug.

Garvan
I originally installed from the Cinnamon ISO. Cinnamon was way too buggy so I installed the MATE DE. Maybe that is the cause? :idea:

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 6:48 am
by Garvan
Not sure .. I just checked my version of wine, it is wine 1.4-i386. Is this what you are using?

Gar.

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 6:48 am
by RytronII
Garvan wrote:Not sure .. I just checked my version of wine, it is wine 1.4-i386. Is this what you are using?

Gar.
wine-1.5.5

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 6:59 am
by Garvan
If you have 64-bit installed, check this post

http://forums.linuxmint.com/viewtopic.p ... 2&p=594389

Garvan.

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 7:14 am
by RytronII
Garvan wrote:If you have 64-bit installed, check this post

http://forums.linuxmint.com/viewtopic.p ... 2&p=594389

Garvan.
No, I use good old 32-bit. :wink:

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 8:22 am
by Garvan
One idea.

Make sure regedit key

HKEY_CURRENT_USER\Software\Wine\WineDbg

Has no entries.

regedit is in your wine windows folder.

Code: Select all

+-WineDbg
      |  |
      |  +->BreakOnFirstChance
      |  |   [DWORD value. Set this to "0" to let applications handle exceptions themselves.
      |  |    winedbg then only catches exceptions that are not handled by the app,
      |  |    which makes debugging a bit easier.
      |  |    Default value is "1" (enabled)]
      |  |
      |  +->ShowCrashDialog
      |      [DWORD value. Set this to "0" to disable the GUI crash dialog.
      |       Default value is "1" (enabled)]
      |

Garvan

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sat Jun 16, 2012 1:44 pm
by RytronII
I went there and saw this [image attached]. I went to delete even though it looked like it had no values. The file remained but it must have reset a setting. Now everythings seems fine. :D

SOLVED!

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sun Jun 17, 2012 5:08 am
by RytronII
No! The 3 error windows problem is back! :x :cry:

That must have been a temp fix.

:?:

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sun Jun 17, 2012 6:55 am
by Garvan
RytronII wrote:No! The 3 error windows problem is back! :x :cry:

That must have been a temp fix.

:?:
Did you try creating the key ShowCrashDialog and sets its value to 0, as per the documentation I copied above?

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sun Jun 17, 2012 3:45 pm
by RytronII
Garvan wrote:
RytronII wrote:No! The 3 error windows problem is back! :x :cry:

That must have been a temp fix.

:?:
Did you try creating the key ShowCrashDialog and sets its value to 0, as per the documentation I copied above?
Sorry, I overloked that part.

I tried these [2 images]. Neither worked. Which is the more accurate way?

Should the value zero be hex or decimal [1st image]?

The error also happens when I logged into Cinnamon.

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Sun Jun 17, 2012 8:58 pm
by Garvan
Hexadecimal 0 = Decimal 0 so they are both correct. Unfortunately I have run out of ideas for now, as nobody else is reporting this error. If I find anything I will post back.

Garvan

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Mon Jun 18, 2012 3:49 am
by RytronII
Garvan wrote:Hexadecimal 0 = Decimal 0 so they are both correct. Unfortunately I have run out of ideas for now, as nobody else is reporting this error. If I find anything I will post back.

Garvan
No problem.

Re: 3 Windows open when I launch an app or game with Wine 1.

Posted: Fri Oct 19, 2012 4:38 am
by RytronII
The 3 windows problem is gone now. I don't know what solved it.