Programm under wine will not run

Questions about Wine on Linux
Locked
nukeme
Newbie
Newbie
Posts: 2
Joined: Fri Jul 06, 2012 7:24 am

Programm under wine will not run

Post by nukeme »

Iam running Ubuntu 11.10 and i got a very cool Programm (an exe) with you are be able to watch TV on your Computer.

It requires VLC (meanwhile VLC is includet in this Programm).

The Programm Starts, VLC is opening and that was all. No TV :lol:

Code: Select all

wine /home/marko/Downloads/x-tv.exe 
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:cmd:WCMD_for /F needs to handle options
Syntaxfehler
Datei nicht gefunden.

Datei nicht gefunden.

Datei nicht gefunden.

Das Sprungziel von GOTO wurde nicht gefunden
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:msvcrt:msvcrt_get_flags :unknown flag , not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag c not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag c not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag s not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag = not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag U not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag F not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag - not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag 8 not supported
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
fixme:system:SetProcessDPIAware stub!
fixme:msg:ChangeWindowMessageFilter c090 00000001
fixme:systray:wine_notify_icon unhandled tray message: 4
fixme:win:FlashWindowEx 0x2d5d8bc
I installed vcrun, but with no Results.

I Hope you can help me :wink:
nukeme
Newbie
Newbie
Posts: 2
Joined: Fri Jul 06, 2012 7:24 am

Update

Post by nukeme »

I restarted my notebook and now i get following Message:

Code: Select all

fixme:ole:DllRegisterServer stub
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:cmd:WCMD_for /F needs to handle options
Syntaxfehler
Datei nicht gefunden.

Datei nicht gefunden.

Datei nicht gefunden.

Das Sprungziel von GOTO wurde nicht gefunden
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:msvcrt:msvcrt_get_flags :unknown flag , not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag c not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag c not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag s not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag = not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag U not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag F not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag - not supported
fixme:msvcrt:msvcrt_get_flags :unknown flag 8 not supported
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
fixme:system:SetProcessDPIAware stub!
fixme:msg:ChangeWindowMessageFilter c091 00000001
fixme:systray:wine_notify_icon unhandled tray message: 4
fixme:win:FlashWindowEx 0x2efd8bc
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

the error messages ("Syntaxfehler", "Datei nicht gefunden", "Sprungziel GOTO...") indicate that your app is trying to run a batch file (*.bat). Maybe this is an issue with your app running in wrong directory, did you "cd" into the .exe directory and run from there (if you use a GUI, you may need to set a working directory in the desktop shortcut)? Wine should be able to run batch files, but it isn't perfect in that area yet. If it still doesn't work, you should file a bug with a sample .bat file to reproduce the error.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Does 'winetricks cmd' work around the problem?
Locked