Results 1 to 6 of 6

Thread: Can I please get some guidance on learning more about .wine?

  1. #1
    Join Date
    Apr 2012
    Beans
    16

    Question Can I please get some guidance on learning more about .wine?

    So, I recently downloaded a save-editor for Mass Effect 2, and I can't figure out how to get it to run properly. I extracted to files to a folder I created named "ME2 Save Editor" and I know I have to run it on .wine. I marked it as executable, however .Wine refuses to run it. Like, I'll

    1.) Right Click
    2.) Open with...
    3.) Wine Program Loader

    And it won't do a single thing. It will look like it's loading, but it won't be o_o.
    Does anyone know what I'm doing incorrectly? Or a link that could point me to the direction of doing it properly?

    (This is what I downloaded, by the way) Mass Effect 2 Gibbed Save Editor [Modified] (From http://********************/project/4373/#files)

    (I also WANT to download modio, however I don't know if it will simply run off of Ubuntu.)
    (Sorry if I didn't stay on topic, per se...)

  2. #2
    Join Date
    Mar 2011
    Beans
    2

    Re: Can I please get some guidance on learning more about .wine?

    I've had this problem and can usually make it work by launching from terminal. wine /path/to/exe

  3. #3
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Can I please get some guidance on learning more about .wine?

    Moved to Wine.

  4. #4
    Join Date
    Apr 2012
    Beans
    16

    Re: Can I please get some guidance on learning more about .wine?

    Quote Originally Posted by klashelle View Post
    I've had this problem and can usually make it work by launching from terminal. wine /path/to/exe
    I just finished trying this, and it says...
    Code:
    *******@*******-MT6730:~$ wine /home/*******/.wine/dosdevices/c:/users/*******/me2save/Gibbed.MassEffect2.SaveEdit.exe
    
    wine: cannot find L"C:\\windows\\system32\\plugplay.exe"
    
    wine: Install the Windows version of Mono to run .NET executables

  5. #5
    Join Date
    Mar 2011
    Beans
    183

    Re: Can I please get some guidance on learning more about .wine?

    I make little scripts like this:

    Code:
    cd /home/usename/.wine/drive_c/Programs/IrfanView
    wine i_view32.exe &

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

    Re: Can I please get some guidance on learning more about .wine?

    Quote Originally Posted by SerFaren View Post
    I just finished trying this, and it says...
    Code:
    *******@*******-MT6730:~$ wine /home/*******/.wine/dosdevices/c:/users/*******/me2save/Gibbed.MassEffect2.SaveEdit.exe
    
    wine: cannot find L"C:\\windows\\system32\\plugplay.exe"
    
    wine: Install the Windows version of Mono to run .NET executables
    Did you do what it says and install Mono? You can use winetricks to do that for you, it should already be installed with the default Wine package.

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

Tags for this Thread

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
  •