Het forum

Why frozen throne dosen`t run with -opengl argument ?

Auteur Antwoorden
gooddogmark Donderdag 9 Juli 2009 om 5:55
gooddogmark

I find the warcraft III:frozen throne script from http://www.playonlinux.com/repository/?script=19 , following is:
POL_SetupWindow_make_shortcut "$NAME_S" "Program Files/$NAME/" "Frozen Throne.exe"  "$NAME : The Frozen Throne" "$NAME : The Frozen Throne" "-opengl"
I found it didn`t work with -opengl using the above script .
But , it work while i run it by commanding wine Frozen Throne.exe -opengl

Because the main page don`t describe this syntax appending argument ,
:cry: anyone can tell me the complete syntax of POL_SetupWindow_make_shortcut ?

Citeer


Aangepast door gooddogmark


NSLW Vrijdag 10 Juli 2009 om 12:18
NSLW

Ok, already fixed. Thank you for pointing this out.
gooddogmark Vrijdag 10 Juli 2009 om 16:36
gooddogmark

Excuse me!!
I had intalled warcraft III:frozen throne before you fixed the script.
I only run the script by [Run a non-official script] :
#!/bin/bash
PROGRAMFILES=`wine cmd /c echo "%ProgramFiles%"`
PROGRAMFILES=${PROGRAMFILES:3}
NAME="Warcraft III"
NAME_S="WarcraftIII"
POL_SetupWindow_make_shortcut "$NAME_S" "Program Files/$NAME/" "Frozen Throne.exe"  "$NAME : The Frozen Throne" "$NAME : The Frozen Throne" "-opengl"
The result is same . WHY ?

NSLW Vrijdag 10 Juli 2009 om 16:59
NSLW

No, there is no

POL_SetupWindow_make_shortcut "$NAME_S" "Program Files/$NAME/" "Frozen Throne.exe"  "$NAME : The Frozen Throne" "$NAME : The Frozen Throne" "-opengl"


but
POL_SetupWindow_make_shortcut "$NAME_S" "$PROGRAMFILES/$NAME/" "Frozen Throne.exe"  "$NAME : The Frozen Throne" "$NAME : The Frozen Throne" "" "-opengl"


The result is same . WHY ?

Quote from gooddogmark

Does that mean that shortcut isn't created with -opengl command line?
gooddogmark Zaterdag 11 Juli 2009 om 3:12
gooddogmark

OK ,now it work . thanks for your help.

Aangepast door gooddogmark


This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmcayonlinux.com