starting programs with wine(and other issues)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
wine000019
Level 1
Level 1
Posts: 5
Joined: Sun Apr 05, 2009 9:20 pm

starting programs with wine(and other issues)

Post by wine000019 »

alright, so i was running a warcraft 2 game; by running it from a file manager, right click, open with wine. the program starts great, when i click on battle net the screen changes to black and white, i cannot do anything without it closing. i then tried to start it from a terminal to get a log of whats going wrong; except when it wont start from a terminal; this is what happens;;

mint@mint ~ $ wine /media/disk/"Program Files"/War2Combat/War2noCDloader.exe
mint@mint ~ $ ps -ef | grep wine
mint 11259 1 0 01:45 ? 00:00:04 /usr/bin/../lib/../bin/wineserver
mint 11264 11262 0 01:45 ? 00:00:00 C:\windows\system32\winedevice.exe MountMgr
mint 12302 12242 0 02:08 pts/0 00:00:00 grep --colour=auto wine
mint@mint ~ $ cd /media/disk/"Program Files"/War2Combat
mint@mint /media/disk/Program Files/War2Combat $ ls
battle.snp Save War2Dat.mpq Warcraft II BNE.exe
bncache.dat screen000.PCX War2Launcher.bat WPpatch.exe
BnetLog.txt Smackw32.dll War2noCDloader.exe ÿÿ
Errors storm.dll War2noCD.reg ÿÿBC000200.ERR
install.exe unins000.dat War2noCDunloader.exe
maps unins000.exe War2Patch.mpq
readme.txt w2local.dll War2Ppatcher.exe
mint@mint /media/disk/Program Files/War2Combat $ wine ./war2nocdloader.exe
mint@mint /media/disk/Program Files/War2Combat $ wine war2nocdloader.exe
mint@mint /media/disk/Program Files/War2Combat $ wine
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
mint@mint /media/disk/Program Files/War2Combat $ wine War2noCDloader.exe
mint@mint /media/disk/Program Files/War2Combat $ wine
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
mint@mint /media/disk/Program Files/War2Combat $ wine ./War2noCDload.exe
wine: cannot find './War2noCDload.exe'
mint@mint /media/disk/Program Files/War2Combat $ wine ./War2noCDloader.exe
mint@mint /media/disk/Program Files/War2Combat $ wine Warcraft II BNE.exe
wine: could not load L"C:\\windows\\system32\\Warcraft.exe": Module not found
mint@mint /media/disk/Program Files/War2Combat $ wine "Warcraft II BNE.exe"
mint@mint /media/disk/Program Files/War2Combat $

what am i not doing?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

starting programs with wine(and other issues)

Post by austin987 »

On Sun, Apr 5, 2009 at 9:25 PM, wine000019 <[email protected]> wrote:
alright, so i was running a warcraft 2 game; by running it from a file manager, right click, open with wine. the program starts great, when i click on battle net the screen changes to black and white, i cannot do anything without it closing. i then tried to start it from a terminal to get a log of whats going wrong; except when it wont start from a terminal; this is what happens;;

mint@mint ~ $ wine /media/disk/"Program Files"/War2Combat/War2noCDloader.exe
A) Is that a windows partition? Don't do that!
B) 'cd' to the directory first.

--
-Austin
wine000019
Level 1
Level 1
Posts: 5
Joined: Sun Apr 05, 2009 9:20 pm

if u read another paragraph

Post by wine000019 »

you can see that it still didn't work from the windows directory.
wine000019
Level 1
Level 1
Posts: 5
Joined: Sun Apr 05, 2009 9:20 pm

Post by wine000019 »

ok did what you said after logoff and relogon, also used "" and suddenly it starts; now i have a huge debugging issue, should i post is here or is there a certain forum for debugging? anyways, here it is......................
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

starting programs with wine(and other issues)

Post by austin987 »

On Sun, Apr 5, 2009 at 10:21 PM, wine000019 <[email protected]> wrote:
ok did what you said after logoff and relogon, also used "" and suddenly it starts; now i have a huge debugging issue, should i post is here or is there a certain forum for debugging? anyways, here it is......................
You have to install the application under wine, don't use the version
installed in windows.


--
-Austin
Locked