Results 1 to 14 of 14

Thread: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

  1. #1
    steveh86
    steveh86 is offline
    steveh86's Avatar
    Join Date
    Jun 2007
    Posts
    46

    Post [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    Environment: Ubuntu Feisty Fawn (latest) x86_64;
    downloaded the archive, extracted on the home directory.

    # ./Rorconfig
    Error: 3. ./RoRconfig.bin: not such file or directory

    ...-either with root privileges.

    ???????????...help....

  2. #2
    steveh86
    steveh86 is offline
    steveh86's Avatar
    Join Date
    Jun 2007
    Posts
    46

    Post Re: Error 3. ./RoRconfig: not such file or directory

    ehm, sure, not confirmed, only minor issue.

  3. #3
    sano
    sano is offline
    sano's Avatar
    Join Date
    Jun 2007
    Age
    25
    Posts
    811

    Post Re: Error 3. ./RoRconfig: not such file or directory

    Do you get the same error for ./RoR, or just ./RoRconfig ?

  4. #4
    steveh86
    steveh86 is offline
    steveh86's Avatar
    Join Date
    Jun 2007
    Posts
    46

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    yes, with RoR, RoRconfig, RoR.bin and RoRconfig.bin (I tried also with the last two from command line, and it reported "error, ")" expected", etc. I installed DevIl, wxgtk(2.8), openAl, etc.
    ??? ??? ???
    maybe the latest kernel: 2.6.20-16 or... uhm, I'll try download another one package.

  5. #5
    steveh86
    steveh86 is offline
    steveh86's Avatar
    Join Date
    Jun 2007
    Posts
    46

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    ....neither.....

  6. #6
    tdev
    tdev is offline
    tdev's Avatar


    Developer
    Join Date
    Apr 2007
    Location
    Germany
    Age
    29
    Posts
    10,444
    Blog Entries
    75
    Country: Germany

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    Quote Originally Posted by steveh86
    ....neither.....
    if you want us to help you must provide much more information!

    also please edit your last posts instead of replying to yourself every time.

  7. #7
    sano
    sano is offline
    sano's Avatar
    Join Date
    Jun 2007
    Age
    25
    Posts
    811

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    Try this

    Code:
    sudo chmod +x RoR

  8. #8
    steveh86
    steveh86 is offline
    steveh86's Avatar
    Join Date
    Jun 2007
    Posts
    46

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    I tried the command, but...

    phate@mangusta:~$ cd RoR-0.31a/

    phate@mangusta:~/RoR-0.31a$ ls
    data

  9. #9
    sano
    sano is offline
    sano's Avatar
    Join Date
    Jun 2007
    Age
    25
    Posts
    811

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    Can you type this command in your RoR directory and paste us the output?

    Code:
    ls -alh

  10. #10
    steveh86
    steveh86 is offline
    steveh86's Avatar
    Join Date
    Jun 2007
    Posts
    46

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    That's it...

    giacomo@mangusta:~/ROR/RoR-0.31a$ ls -alh
    total 7,2M
    drwxr-xr-x 3 giacomo giacomo 4,0K 2007-04-08 20:07 .
    drwxr-xr-x 3 giacomo giacomo 4,0K 2007-07-08 00:49 ..
    drwxr-xr-x 6 giacomo giacomo 4,0K 2007-04-08 18:01 data
    -rw-r--r-- 1 giacomo giacomo

  11. #11
    tdev
    tdev is offline
    tdev's Avatar


    Developer
    Join Date
    Apr 2007
    Location
    Germany
    Age
    29
    Posts
    10,444
    Blog Entries
    75
    Country: Germany

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    try this and give us the output:

    Code:
    sh -x ./RoRconfig

  12. #12
    steveh86
    steveh86 is offline
    steveh86's Avatar
    Join Date
    Jun 2007
    Posts
    46

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    giacomo@mangusta:~/ROR/RoR-0.31a$ sh -x ./RoRconfig
    + export LD_LIBRARY_PATH=./
    + ./RoRconfig.bin
    ./RoRconfig: 1: ./RoRconfig.bin: not found

  13. #13
    Aperion
    Aperion is offline
    Aperion's Avatar


    Join Date
    Apr 2007
    Location
    USA, Oxnard, CA
    Age
    32
    Posts
    2,194
    Blog Entries
    4
    Country: United States

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    are you typing in the the full file name or using tab complete to fill in the rest of the file name? to do tab completion type in ./ then hit tab a couple of time an a list of otion will apear. Hit the R key (linux is case sensitive) and hit a couple of times again. to see all executables starting with R in the current directory (./) type in ./RoRc and hit tab and it should fill in the rest of the file name.
    http://en.wikipedia.org/wiki/Tab_completion

    here you have directory: ~/ROR/RoR-0.31a
    Quote Originally Posted by steveh86
    That's it...

    giacomo@mangusta:~/ROR/RoR-0.31a$ ls -alh
    here you have ~/RoR-0.31a
    Quote Originally Posted by steveh86
    phate@mangusta:~/RoR-0.31a$ ls
    post up the contents of your RoR file and RoRconfig. do it al in one step:
    Code:
    ls -l; cat RoR; cat RoRconfig
    and post the results.

    a pointer unlike windows you can't just type in the name of the file you want to execute it, it must be preceded by the directory, relative or absolute. the relative directory for the current directory is ./ which is why you execute a file in the current directory by typing in ./RoR

    also try this, type in:
    Code:
    find ~ -name RoR\*.bin
    and post the results.

  14. #14
    steveh86
    steveh86 is offline
    steveh86's Avatar
    Join Date
    Jun 2007
    Posts
    46

    Post Re: [Not-confirmed]: Error 3. ./RoRconfig: not such file or directory

    Doh, I can't access my pc, I'm away, but I remember there were executables RoR, RoRconfig, RoR.bin and RoRconfig.bin (both .bin binary files, as I expected); I think I'll change the S.O. because this Ubuntu (64 bit) is too slow (the programs start very fast, but only after 20 seconds from the click the HD is readen, strange thing); I will post your instruction friday night, when I go home. Sorry...

Similar Threads

  1. Not-confirmed: Computer crashes! - When crashing the plane
    By Trooper in forum Game Support (windows)
    Replies: 7
    Last Post: 05-13-09, 07:56 AM
  2. [Confirmed]: Error While Running RoRconfig
    By drkkbn in forum Game Support (Linux/Mac)
    Replies: 4
    Last Post: 08-05-07, 10:28 PM
  3. [Not-confirmed]: png Format errors
    By tdev in forum Game Support (Linux/Mac)
    Replies: 6
    Last Post: 04-14-07, 05:58 AM

Posting Permissions



About Rigs of Rods

    Rigs of Rods is a unique soft body physics simulator.


Some Tools


Partners

SourceForge.net

Follow us

Twitter youtube Facebook RSS Feed


impressum