• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Hack on Linux: Run EXE's + run EliteMap

groudonlover

Mateus readies Hellfire...
  • 537
    Posts
    16
    Years
    Ok... I don't know if there are anyone else than i who uses Linux here, but if there is, this may be useful.

    ===PART 1===
    If you are using a distro without the "yum" command, get and RPM/DEB m.m. at https://www.winehq.org/ (try "man yum", if you get an error, you have no yum:( )
    If you are using a distro with yum(Fedora, RedHat Enterprise, m.m.), just use
    Code:
    > [B]su -l[/B]
    Password: [I](Password to "Root" user[/I])
    > [B]yum -y install wine[/B]
    Then wait for it to install
    When it is done, you can run Windows .EXE applications by running the command "wine path to .exe"

    And, yes i know that f.ex. SuSe uses apt-get instead of yum, but i don't know the args for apt-get, since i am using Fedora 9 Sulphur. If anyone can post the command for apt-get i can add it here

    ===PART 2===
    Run EliteMap
    You might have noticed, that if you double-click any of the EliteMap applications, it says something similar to "Pokeroms.ini not found" or "No gba roms in current directory at all", that is beacuse Nautilus(GNOME) or Konquerror(KDE), sets the Current Directory to /home/(your username, a.k.a. your Home Folder.

    These examples will assume that you have installed EliteMap in C: \Program Files\EliteMap.
    So if you want to run it, you can either:


    Method #1, Run from Terminal only, more stable
    Spoiler:


    Method #2, Run from App bar, not that stable as #1, can make a mess in your homefolder...

    Spoiler:


    Method #3, Run like any command... (thanks to IIMarckus)
    Spoiler:



    Hope this helped!
     
    Last edited by a moderator:
    its a good tut

    Spoiler:
     
    Last edited:
    Quote:
    Originally Posted by groudonlover [PokeCommunity.com] Hack on Linux: Run EXE's + run EliteMap
    (try "su -l root" then "man yum", if you get an error, you have no yum:( )

    You don't need to be root to view man pages.

    I was not sure if Root Specific Command's MAN Pages also needed root.... I remove that
    Quote:
    Originally Posted by groudonlover [PokeCommunity.com] Hack on Linux: Run EXE's + run EliteMap
    or whatever you use in KDE

    KDE folks tend to use Konqueror for file browsing.
    Thanks! I'm using Gnome, and i couldn't find the name... I thought i could maybe be Konquerror, but i thought that was a Web Browser :\
    Quote:
    Originally Posted by groudonlover [PokeCommunity.com] Hack on Linux: Run EXE's + run EliteMap
    > ln -s /home/(your username)/.wine/drive_c/Program\ Files/EliteMap/* .


    Why not just add them to your $PATH?
    WINE-emulated applications can be a little buggy, and some people are afraid of changing anything system-related, but i'll add that too
     
    For Christmas i got a pentiumIII computer.(to "experiment"(write programs) with) I am dual booting linux and xp pro. I don't have but an ethernet connection and 2 usb slots. FLoppy support and read write cd's. I'm running linux ubuntu 8.10. With no internet connection available i have realized ubuntu is very hard to use. Could you
    a.)Dummy this down for me
    b.)Tell me of a way to get wine without an internet connection
    c.)Set up an internet connection (preffer a and b first though)
     
    For Christmas i got a pentiumIII computer.(to "experiment"(write programs) with) I am dual booting linux and xp pro. I don't have but an ethernet connection and 2 usb slots. FLoppy support and read write cd's. I'm running linux ubuntu 8.10. With no internet connection available i have realized ubuntu is very hard to use. Could you
    a.)Dummy this down for me
    b.)Tell me of a way to get wine without an internet connection
    c.)Set up an internet connection (preffer a and b first though)

    In what way is Ubuntu hard to use?

    Download the wine debian package here: https://packages.ubuntu.com/intrepid/i386/wine/download

    Once you have wine_1.0.1-0ubuntu2_i386.deb put it on a usb stick/floppies/burn it to a cd, then copy it across to your Ubuntu machine and install it as you would with an Windows installer.

    Once installed try a program, e.g. Tile Layer Pro (right click and choose other application, then type in the command box: 'wine'). If your program does not work like that open the terminal then type 'cd' then the path to the folder the program resides in, finally type 'wine [ProgramName.exe]' press enter and it will print the error,nusally the problem is just a missing DLL, if so, go and search a DLL files web site where you can download most of the ones you need. Once you have the DLL put it in the same folder as your program and try again.

    It works for me :)
     
    thnx very much i will try this

    In what way is Ubuntu hard to use?
    I have a hard time installing anything without internet.
    I will try your method.Thank you a bunch ;) Could you tell me which link to use?
    Ive tried this one https://mirrors.kernel.org/ubuntu/pool/universe/w/wine/wine_1.0.1-0ubuntu2_i386.deb and on ubuntu i get this
    [PokeCommunity.com] Hack on Linux: Run EXE's + run EliteMap
     
    Last edited:
    In Ubuntu 10.04 you just need to go to Applications and click on Ubuntu Software Center, and type in wine then click install.
     
    To install Wine on an apt-get system, you need to be root or have sudo privileges:

    Prompt$ sudo apt-get install wine


    That's basically it.
     
    Back
    Top