Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Game -Wine

  1. #1
    Join Date
    Apr 2006
    Location
    Rochester, N.Y.
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Game -Wine

    I have installed a game using wine. A few months back it worked great. I have had to redo it because of a fresh install. When I click it to open , it comes up and stays for a few seconds then disappears. What may be causing this to happen/
    Thanks
    Attached Images Attached Images
    (Was)Windows Free At Last
    "May You Have A Safe Trip and A Successful Journey"
    Linux user #432153 Ubuntu user #8521

  2. #2
    Join Date
    Oct 2006
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Game -Wine

    Did you... take a picture of your monitor?

    Alt | Print Screen didn't work for you?
    Quote Originally Posted by danny_galaga View Post
    I prefer Call of Duty- World at War. For me there's nothing like gritty WWII action. None of this 'infrared this' and 'satellite that'. Just you, your trusty M1 and a big pair of balls

  3. #3
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Post Re: Game -Wine

    Try to run it from the terminal and see what error messages you get.

    I assume that now you are trying to run the game with a newer version of Wine and maybe it does not work with it. Sometimes this happens with Wine. A newer version of it breaks some games that worked with the previous version. It's rare, but it happens.

  4. #4
    Join Date
    Oct 2005
    Location
    Sweden
    Beans
    1,039
    Distro
    Ubuntu

    Re: Game -Wine

    could you start the game in a terminal window then write the output you get? =)

    Edti: Damn kostkon, took you 5min to send that in? wasn't there before ^^

  5. #5
    Join Date
    Apr 2006
    Location
    Rochester, N.Y.
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Game -Wine

    Quote Originally Posted by Ferrat View Post
    could you start the game in a terminal window then write the output you get? =)

    Edti: Damn kostkon, took you 5min to send that in? wasn't there before ^^
    Because game uses 'wine', what would I type in terminal, Sorry for sounding like a "dummy"
    (Was)Windows Free At Last
    "May You Have A Safe Trip and A Successful Journey"
    Linux user #432153 Ubuntu user #8521

  6. #6
    Join Date
    Sep 2007
    Beans
    4

    Re: Game -Wine

    You should type...

    wine game

  7. #7
    Join Date
    Oct 2005
    Location
    U.S.A.
    Beans
    4,164
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Game -Wine

    Just to be a little more specific, the proper usage of Wine is like this:
    Code:
    cd .wine/drive_c/Program\ Files/game/directory/
    wine game.exe
    Change the "game/directory" and "game.exe" to match your actual game. If you run the game like this, any error messages produced by Wine will be output to the terminal, which you can then copy/paste here. Please make sure you use the forum "[code]" tags when you post the output, it will make it much more readable.

    Linux User #355330 | Ubuntu User #15618 | Last.FM

  8. #8
    Join Date
    Apr 2006
    Location
    Rochester, N.Y.
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Game -Wine

    Quote Originally Posted by cogadh View Post
    Just to be a little more specific, the proper usage of Wine is like this:
    Code:
    cd .wine/drive_c/Program\ Files/game/directory/
    wine game.exe
    Change the "game/directory" and "game.exe" to match your actual game. If you run the game like this, any error messages produced by Wine will be output to the terminal, which you can then copy/paste here. Please make sure you use the forum "[code]" tags when you post the output, it will make it much more readable.
    Ok, so the name of the game is Mah Jong Medley
    So what would the exact code in terminal be for this to attempt opening? It's in the c/ folder in wine
    (Was)Windows Free At Last
    "May You Have A Safe Trip and A Successful Journey"
    Linux user #432153 Ubuntu user #8521

  9. #9
    Join Date
    Apr 2006
    Location
    Rochester, N.Y.
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Game -Wine

    dougie@DougiesLeanMachine:~$ wine mah jong medley.exe
    fixme:atl:AtlModuleInit SEMI-STUB (0x4042c8 0x404578 0x400000)
    fixmele:CoInitializeSecurity (0x12ae80,-1,(nil),(nil),4,3,(nil),0,(nil)) - stub!
    fixme:advapi:RegisterEventSourceW ((null),L"Viewpoint Manager Service"): stub
    fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001, 0x00000000,0x7e2f3984,(nil)): stub
    fixme:advapieregisterEventSource (0xcafe4242) stub
    wine: could not load L"C:\\windows\\system32\\mah.exe": Module not found
    dougie@DougiesLeanMachine:~$ fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
    fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
    fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
    (Was)Windows Free At Last
    "May You Have A Safe Trip and A Successful Journey"
    Linux user #432153 Ubuntu user #8521

  10. #10
    Join Date
    May 2007
    Location
    Townsville, Australia
    Beans
    1,820
    Distro
    Lubuntu 14.04 Trusty Tahr

    Re: Game -Wine

    Quote Originally Posted by DougieFresh4U View Post
    dougie@DougiesLeanMachine:~$ wine mah jong medley.exe
    you can *NOT* have spaces in your file names at the shell prompt or linux will have a spit.

    if oyur file names have spaces in them, one way round this is to shove the files inside qoutes. your command should look like this instead

    wine "mah jong medley.exe"

    copy and paste everything above and it should go fine
    Ubuntu user # 16304 www.nocleanfeed.com
    If someone asks you to sudo rm -rf anything, don't do it, and don't run any command with rm in it unless you know exactly what you're doing.things i have learnt changing from Xp pro to Ubuntu

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •