software runs in a loop [mathe coach]

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bzeini
Newbie
Newbie
Posts: 2
Joined: Wed Aug 06, 2008 5:09 am

software runs in a loop [mathe coach]

Post by bzeini »

I wants to start a win Prog called "Mathe Coach" with wine.
And yes I know that there are ohter and better Progs for linux, but it has to be that one....not my decision :-)

The occuring problem is that wine hangs in a loop and i can't make neither head nor tail of the debug messages (the file is over 10 MB large, and i abborted wine after a few seconds to avoid larger files)


If anyone could give me a hint ....

thnx in advance

bzeini

moderator note: please do not post such a huge volumes of logs. They don't help. Link to pastebin instead
didencool
Level 2
Level 2
Posts: 24
Joined: Fri Apr 25, 2008 1:13 am

Post by didencool »

0025:warn:ntdll:NtQueryFullAttributesFile L"\\??\\Y:\\wine-git\\msyuv.dll" not found (c0000034)
0025:warn:file:wine_nt_to_unix_file_name L"msyuv.dll" not found in /home/joerg/.wine/dosdevices/c:/windows/system32
0025:warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system32\\msyuv.dll" not found (c0000034)
0025:warn:file:wine_nt_to_unix_file_name L"msyuv.dll" not found in /home/joerg/.wine/dosdevices/c:/windows/system
0025:warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system\\msyuv.dll" not found (c0000034)
0025:warn:file:wine_nt_to_unix_file_name L"msyuv.dll" not found in /home/joerg/.wine/dosdevices/c:/windows
0025:warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\msyuv.dll" not found (c0000034)
0025:warn:file:wine_nt_to_unix_file_name L"msyuv.dll" not found in /home/joerg/.wine/dosdevices/c:/windows/system32
0025:warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\system32\\msyuv.dll" not found (c0000034)
0025:warn:file:wine_nt_to_unix_file_name L"msyuv.dll" not found in /home/joerg/.wine/dosdevices/c:/windows
0025:warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\windows\\msyuv.dll" not found (c0000034)

are you add this dll's
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

How are you trying to start the program--the exact command?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: software runs in a loop [mathe coach]

Post by vitamin »

bzeini wrote:The occuring problem is that wine hangs in a loop and i can't make neither head nor tail of the debug messages (the file is over 10 MB large, and i abborted wine after a few seconds to avoid larger files)
Don't use any WINEDEBUG flags. What are the messages you see?
bzeini
Newbie
Newbie
Posts: 2
Joined: Wed Aug 06, 2008 5:09 am

Post by bzeini »

There are unfortunately no messages without the WINEDEBUG flag, that was the reason I used it in the first place.

I 'm going the reinstall all the missing dll files :-)
Locked