Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Installing game

  1. #11
    Join Date
    May 2007
    Location
    Ontario
    Beans
    178
    Distro
    Ubuntu 7.04 Feisty Fawn

    Arrow Re: Installing game

    Quote Originally Posted by cogadh View Post
    If I am understanding your directories correctly, you need to change directories like this in the terminal:
    Code:
    cd lualuaLinux
    Then run the application like this:
    Code:
    sh lualua
    Then you should get some meaningful output in the terminal.
    robert@robert-desktop:~$ cd lualuaLinux
    robert@robert-desktop:~/lualuaLinux$ sh lualua
    lualua: 3: Syntax error: Unterminated quoted string
    robert@robert-desktop:~/lualuaLinux$ /sh lualua
    bash: /sh: No such file or directory
    robert@robert-desktop:~/lualuaLinux$ \sh lualua
    lualua: 3: Syntax error: Unterminated quoted string
    robert@robert-desktop:~/lualuaLinux$ sh lualua
    lualua: 3: Syntax error: Unterminated quoted string
    robert@robert-desktop:~/lualuaLinux$

    will not work .......thank anyway
    From Canada Quebec,Am 57 years of age.

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

    Re: Installing game

    This is a longshot, but after changing directories, try running it like this:
    Code:
    bash lualua

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

  3. #13
    Join Date
    May 2007
    Location
    Ontario
    Beans
    178
    Distro
    Ubuntu 7.04 Feisty Fawn

    Cool Re: Installing game

    Quote Originally Posted by cogadh View Post
    This is a longshot, but after changing directories, try running it like this:
    Code:
    bash lualua
    robert@robert-desktop:~$ cd lualuaLinux
    robert@robert-desktop:~/lualuaLinux$ bash lualua
    lualua: lualua: cannot execute binary file

    What am doing wrong... still will not work
    From Canada Quebec,Am 57 years of age.

  4. #14
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Installing game

    Unpackaging:
    Code:
    tar zxfv lualuaLinux.tgz
    switch to lualua directory:
    Code:
    cd lualuaLinux
    launch Lualua:
    Code:
    ./lualua
    If any error or dependency missing output happens, please report back.

  5. #15
    Join Date
    May 2007
    Location
    Ontario
    Beans
    178
    Distro
    Ubuntu 7.04 Feisty Fawn

    Arrow Re: Installing game

    Quote Originally Posted by Artificial Intelligence View Post
    Unpackaging:
    Code:
    tar zxfv lualuaLinux.tgz
    switch to lualua directory:
    Code:
    cd lualuaLinux
    launch Lualua:
    Code:
    ./lualua
    If any error or dependency missing output happens, please report back.
    robert@robert-desktop:~$ tar zxfv lualuaLinux.tgz
    tar: lualuaLinux.tgz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    From Canada Quebec,Am 57 years of age.

  6. #16
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Installing game

    Make sure you execute the command in the right place, eg;

    file on Desktop
    Code:
    cd ~/Desktop
    Code:
    cd <path>
    to change directory.

  7. #17
    Join Date
    May 2007
    Location
    Ontario
    Beans
    178
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Installing game

    Quote Originally Posted by Artificial Intelligence View Post
    Make sure you execute the command in the right place, eg;

    file on Desktop
    Code:
    cd ~/Desktop
    Code:
    cd <path>
    to change directory.
    My file was in home folder in a directory call lualuaLinux.
    When I go there I see the folders, I can open the folder and see
    the exe. file called lualua !
    Anyway I have deleted it ..trash it .
    For now am going back to windows for a while .
    Thank for all of your help , be back when I cool down
    From Canada Quebec,Am 57 years of age.

  8. #18
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: Installing game

    Sounds like you downloaded the wrong package (you described there was an .exe file in it). You need to get the linux version.

Page 2 of 2 FirstFirst 12

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
  •