Rtlp Wait For Critical Section??

Questions about Wine on Linux
Locked
Smashden
Level 2
Level 2
Posts: 10
Joined: Thu Dec 25, 2014 7:14 am

Rtlp Wait For Critical Section??

Post by Smashden »

Hello, I have problem with using wine on Debian 7. Why my win32 app don'tclosing after this errors?
http://i.imgur.com/GPUAKVF.png

I write auto-restart when crash but it don't working because app is always running :/
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Rtlp Wait For Critical Section??

Post by olivierfrdierick »

If the program starts more than one process, wineserver will not close until all of them have ended. Maybe one of your processes did crash but not the others?
Smashden
Level 2
Level 2
Posts: 10
Joined: Thu Dec 25, 2014 7:14 am

Re: Rtlp Wait For Critical Section??

Post by Smashden »

My program have only one process :/
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Rtlp Wait For Critical Section??

Post by olivierfrdierick »

What makes you think that your program crashed? Does it stop working when you get those errors? Does the program exit to the command line?
Smashden
Level 2
Level 2
Posts: 10
Joined: Thu Dec 25, 2014 7:14 am

Re: Rtlp Wait For Critical Section??

Post by Smashden »

Program stop working when he got those errors, I need to close it by commands.
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Rtlp Wait For Critical Section??

Post by olivierfrdierick »

The program may be stuck in a dead-lock. Try again with latest development Wine if you're not using it already. If the issue persists, file a bug report.

As for automatically restarting the program when it's hung, you'll have to search on scripting forums.
Smashden
Level 2
Level 2
Posts: 10
Joined: Thu Dec 25, 2014 7:14 am

Re: Rtlp Wait For Critical Section??

Post by Smashden »

I remove old wine and install wine 1.6, and again these same error :/
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Rtlp Wait For Critical Section??

Post by olivierfrdierick »

The lastest development version of Wine is 1.7.38.

Links: 2.1.2. Installation from a source archive, WineHQ - Installing Wine from source
Smashden
Level 2
Level 2
Posts: 10
Joined: Thu Dec 25, 2014 7:14 am

Re: Rtlp Wait For Critical Section??

Post by Smashden »

Ok, I have new error:
Image
Smashden
Level 2
Level 2
Posts: 10
Joined: Thu Dec 25, 2014 7:14 am

Re: Rtlp Wait For Critical Section??

Post by Smashden »

bump?
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Rtlp Wait For Critical Section??

Post by olivierfrdierick »

Do you have a download link/website where others may get a demo/trial/free version of the program to test on?
Smashden
Level 2
Level 2
Posts: 10
Joined: Thu Dec 25, 2014 7:14 am

Re: Rtlp Wait For Critical Section??

Post by Smashden »

My program is a game engine which isn't open-source and I need to run it by wine :/
User avatar
olivierfrdierick
Level 5
Level 5
Posts: 258
Joined: Thu Sep 13, 2012 12:09 pm

Re: Rtlp Wait For Critical Section??

Post by olivierfrdierick »

I'll take that for a no demo/trial/free version available.

You'll have to file a bug report on bugzilla.
Locked