"Select Script File" window

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
rautamiekka
Level 1
Level 1
Posts: 8
Joined: Fri Mar 20, 2009 5:28 am

"Select Script File" window

Post by rautamiekka »

Suddenly WINE have started to bring a Select Script File window whenever I try to start application with its parameters from a shortcut.

Image:Image


This is the full copypaste from a terminal when I try to execute the line that the shortcut would too:

Code: Select all

epri@epri-ubu32-desk:~$ wine "/home/epri/.wine/drive_c/Program Files/Half-Life/half-life.exe" -- half-life.exe -console -nointro -numericping -game svencoop
epri@epri-ubu32-desk:~$ fixme:heap:HeapSetInformation 0x670000 0 0x33fe24 4
fixme:heap:HeapSetInformation 0x110000 0 0x33fe24 4
Process Patcher v4.15.1158; (C)1999-2005 thewd, thewd@

fixme:commdlg:GetFileName95 Flags 0x02800000 not yet implemented
Error #01: Unable to open or read the default/specified script file

Press any key to continue...

epri@epri-ubu32-desk:~$
Of course the lines starting/including Error #01 come after closing the window.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

"Select Script File" window

Post by austin987 »

On Mon, Apr 13, 2009 at 7:58 AM, rautamiekka <[email protected]> wrote:
Suddenly WINE have started to bring a Select Script File window whenever I try to start application with its parameters from a shortcut.

Image:[Image: http://img523.imageshack.us/img523/4844 ... script.jpg ]


This is the full copypaste from a terminal when I try to execute the line that the shortcut would too:
Code:
epri@epri-ubu32-desk:~$ wine "/home/epri/.wine/drive_c/Program Files/Half-Life/half-life.exe" -- half-life.exe -console -nointro -numericping -game svencoop
This is incorrect. 'cd' to the directory first.

--
-Austin
rautamiekka
Level 1
Level 1
Posts: 8
Joined: Fri Mar 20, 2009 5:28 am

Re: "Select Script File" window

Post by rautamiekka »

austin987 wrote:On Mon, Apr 13, 2009 at 7:58 AM, rautamiekka <[email protected]> wrote:
Suddenly WINE have started to bring a Select Script File window whenever I try to start application with its parameters from a shortcut.

Image:[Image: http://img523.imageshack.us/img523/4844 ... script.jpg ]


This is the full copypaste from a terminal when I try to execute the line that the shortcut would too:
Code:
epri@epri-ubu32-desk:~$ wine "/home/epri/.wine/drive_c/Program Files/Half-Life/half-life.exe" -- half-life.exe -console -nointro -numericping -game svencoop
This is incorrect. 'cd' to the directory first.

--
-Austin
Doesn't matter, just tested it.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

"Select Script File" window

Post by austin987 »

On Wed, May 20, 2009 at 4:56 PM, rautamiekka <[email protected]> wrote:
austin987 wrote:
On Mon, Apr 13, 2009 at 7:58 AM, rautamiekka <[email protected]> wrote:
Suddenly WINE have started to bring a Select Script File window whenever I try to start application with its parameters from a shortcut.

Image:[Image: http://img523.imageshack.us/img523/4844 ... script.jpg ]


This is the full copypaste from a terminal when I try to execute the line that the shortcut would too:
Code:
epri@epri-ubu32-desk:~$ wine "/home/epri/.wine/drive_c/Program Files/Half-Life/half-life.exe" -- half-life.exe -console -nointro -numericping -game svencoop
This is incorrect. 'cd' to the directory first.

--
-Austin
Doesn't matter, just tested it.
It's not always the problem, but many programs break if you do that.

--
-Austin
Locked