Results 1 to 10 of 12
I successfully installed Worms World Party through Wine...but now when I run the EXE...absolutely nothing happens.
What's going on....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-23-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 8
Trouble running somethings in WINE.
I successfully installed Worms World Party through Wine...but now when I run the EXE...absolutely nothing happens.

What's going on.
- 04-23-2007 #2
Try running from the command line and post the errors you get.
Not trying to discourage you but I also tried running worms without any success.
- 04-24-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 8
I'm a Linux n00b and not sure what to type to actually RUN from the terminal <_<
- 04-24-2007 #4
Well i'm always open to help a linux newbie

ok, well i'm sure you know what terminal IS, as you've managed to install worms world party.
In the terminal, you'll want to type 'wine' without the quotations of course. then as ALWAYS, type a space between commands and then just paste, drag or type the directory/location of worms.exe or any file for that matter.
For Example:
Don't obviously copy that exact text because it's probably wrong (I just guessed).Code:randomuser@Desktop: wine /home/randomuser/.wine/drive_c/Program\ Files/Team17/Worms\ World\ Party/wormsworldparty.exe
You'll notice that I placed a \ before spaces in folder names. This is so that terminal knows that it is a directory space, not a command property.
Hope that helps
Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity.
George S. Patton
- 04-24-2007 #5Just Joined!
- Join Date
- Apr 2007
- Posts
- 8
Aha!
Thankyou, buddy
Right, this is what I get when I type in the code
steve@steve-laptop:~$ wine /home/steve/.wine/drive_c/Program\ Files/Team17/Worms\ World\ Party/wwp.exe
err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Program Files\\Team17\\Worms World Party\\wwp.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Team17\\Worms World Party\\wwp.exe" failed, status c0000135
- 04-30-2007 #6
Some Google Magic
http://forum.team17.com/archive/index.php/t-21342.html
- 04-30-2007 #7Just Joined!
- Join Date
- Apr 2007
- Posts
- 8
Thanks for that, but when I try and run it in, it gives me
Over and over and over O_or3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandler3, aborting
wine: Call from 0x7bc57e05 to unimplemented function msvcrt.dll.__CxxFrameHandle
- 05-01-2007 #8
What version of wine are you using ? Try going to www.winehq.org and getting the latest one.
I'm out of ideas.
- 05-01-2007 #9Just Joined!
- Join Date
- Apr 2007
- Posts
- 8
I used Cedega and got through the menu screens easily.
Then when I tried to start a game it just crashed out.
- 05-02-2007 #10Just Joined!
- Join Date
- May 2007
- Posts
- 2
Use the howto in wine's appdb: http://appdb.winehq.org/appview.php?iVersionId=3905
You might then be able to run it with the shortcut. If not, you'll need to start it from a terminal at the wwp directory, like so:
Code:cd /home/steve/.wine/drive_c/Program\ Files/Team17/Worms\ World\ Party/ wine wwp.exe


Reply With Quote
