LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   wine crashes when .... (https://www.linuxquestions.org/questions/programming-9/wine-crashes-when-396571/)

Four 12-26-2005 11:03 AM

wine crashes when ....
 
wine crashes when I run turing. This is the last thing it say's in the terminal
Code:

err:ntdll:RtlpWaitForCriticalSection section 0x40c65ae8 "WINMM_IData" wait timed out in thread 000a, blocked by 0009, retrying (60 sec)
Turing is like a language (Used in school for programming). I have traced and it apears to freeze when delay()(In Turing) is executed. I changed all delay() to my own delay function by checking the time. And it doesn't freeze that way. However I do need delay() to work without crashing using wine.

Thank you!

paulsm4 12-27-2005 09:23 PM

Sounds like "wine" is having a problem with whatever multimedia stuff (sound clip, whatever) your "Turing" program is trying to stream to it. It also sounds like your "delay()" is conflicting with whatever (hypothetical) audio or video clip "Turing" is generating.

Suggestions:
1. Do you really need that "delay" you're trying to insert? Are there any alternatives?

2. Is there any kind of audio or video "multimedia" stuff in "Turing" that you can switch off?

3. Is there an Open Source version of "Turing" that you can run natively on Linux (without having to resort to Wine emulation)? I did a "Google" search and saw a couple of interesting possibilities...

bigearsbilly 12-28-2005 04:45 AM

i agree.
avoid using wine, if you must have, use gates.

there must be loads of turing machines. If you have gnome
you may even have "gturing" already.


All times are GMT -5. The time now is 07:48 PM.