Forum: Official Open PS2 Loader Forum - Discussion and information on the Official Open PS2 Loader.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Does Linux_iso2opl really work in Linux?
  

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
  1. #1 Does Linux_iso2opl really work in Linux? 
    JoeTorres is offline FMCB User
    Join Date
    Dec 2008
    Location
    Cuba
    Posts
    126
    Downloads
    22
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I have downloaded this file: http://openps2loader.info/8/downloads/Linux_iso2opl.zip but when I tried to execute iso2opl the following error appeared: "bash: ./iso2opl: cannot execute binary file"
    The file has read and execution permissions for my user. My distribution is Debian Squeeze 6.0.1a. I had to use the Windows binary one with WINE, but I want to use a Linux native application.

    Thanks in advance
    Reply With Quote  

  2. #2  
    mrcordas is offline Member
    Join Date
    Jan 2011
    Location
    Brasil
    Posts
    282
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    13
    Really what's available on page OPL, gives this problem.

    but I compiled the code from the OPL, and it works perfectly.
    test it here if it works.
    Attached Files
    Reply With Quote  

  3. #3  
    JoeTorres is offline FMCB User
    Join Date
    Dec 2008
    Location
    Cuba
    Posts
    126
    Downloads
    22
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    The one that you attached here does work. Thank you very much.
    Reply With Quote  

  4. #4  
    JNABK's Avatar
    JNABK is offline Member
    Join Date
    Sep 2004
    Location
    <<< I'm right over there!
    Posts
    4,920
    Downloads
    3
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    16
    On the OPLv0.8 (USB Game Installing and Formatting) page, there is both a Linux and Windows link for opl2iso and iso2opl apps.

    Do both of those Linux apps not work on Linux?

    I was sure i got them from the repository already compiled, so if they dont work could other Linux users confirm if they work or not and i will replace them if they dont work for anyone. But i would need a Linux user to compile them since i dont have Linux setup anywhere on my PCs. I downloaded the one here by mrcordas just incase.
    PS2 Consoles:
    SCPH-30001 [V4] - unmodded (2)
    SCPH-30001-R [V5] DMS4 Pro SE
    SCPH-50001-N [V9] CC 2.0 SLE
    SCPH-79001 [V16] Silver - unmodded

    Reply With Quote  

  5. #5  
    JoeTorres is offline FMCB User
    Join Date
    Dec 2008
    Location
    Cuba
    Posts
    126
    Downloads
    22
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I downloaded both files from that page, they don't work, either opl2iso or iso2opl. When I use them it happens what I described in the first post. The file provided by mrcordas worked for me without problems.
    Reply With Quote  

  6. #6  
    JNABK's Avatar
    JNABK is offline Member
    Join Date
    Sep 2004
    Location
    <<< I'm right over there!
    Posts
    4,920
    Downloads
    3
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    16
    Quote Originally Posted by JoeTorres View Post
    I downloaded both files from that page, they don't work, either opl2iso or iso2opl. When I use them it happens what I described in the first post. The file provided by <b>mrcordas</b> worked for me without problems.
    I dont doubt you, i just want to confirm its the same for others, since this has been here for a while and its the first i've read of them not working. I thought i got them either from the repository pre-compiled or from one of the developers as i cant compile for Linux myself.

    I dont have any Linux experience and dont want to leave an app that nobody can use, but if others have no problems, i dont want to replace it and find they now have a problem with the replacement.
    PS2 Consoles:
    SCPH-30001 [V4] - unmodded (2)
    SCPH-30001-R [V5] DMS4 Pro SE
    SCPH-50001-N [V9] CC 2.0 SLE
    SCPH-79001 [V16] Silver - unmodded

    Reply With Quote  

  7. #7  
    mrcordas is offline Member
    Join Date
    Jan 2011
    Location
    Brasil
    Posts
    282
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    13
    actually both applications downloaded from the repository does not work.
    How to use more windows and occasionally Linux, I tested just now.
    and two applications that I compiled worked perfectly.
    Reply With Quote  

  8. #8  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    Quote Originally Posted by JNABK View Post
    I dont doubt you, i just want to confirm its the same for others, since this has been here for a while and its the first i've read of them not working. I thought i got them either from the repository pre-compiled or from one of the developers as i cant compile for Linux myself.
    Though I'm not a Linux user myself (I've tried it a little, but never liked it), I've come to understand that the fabled mutual compatibility of Linux systems is just that. A fable and nothing more...

    It is only at source level that the compatibility can be said to be even near full, so a proper Linux-adapted source code for a program should compile on any Linux system to a well running localized version of that program. But this does not mean that you can just move one such binary from one Linux system to another one and expect it to run equally well there (unless those systems are closely related).

    This is one of the reasons why some Linux applications are not distributed as binaries, but only as source code.

    I dont have any Linux experience and dont want to leave an app that nobody can use, but if others have no problems, i dont want to replace it and find they now have a problem with the replacement.
    Since different 'flavors' of Linux exist I guess it makes sense to add a new Linux version for each such flavor, instead of replacing any of them. Thus we could end up with an entire collection of such binaries, each recommended for a different Linux flavor.

    Best regards: dlanor
    Reply With Quote  

  9. #9  
    JoeTorres is offline FMCB User
    Join Date
    Dec 2008
    Location
    Cuba
    Posts
    126
    Downloads
    22
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by dlanor View Post
    Since different 'flavors' of Linux exist I guess it makes sense to add a new Linux version for each such flavor, instead of replacing any of them. Thus we could end up with an entire collection of such binaries, each recommended for a different Linux flavor.

    Best regards: dlanor
    I disagree with you, since the file would be a simple binary file without dependencies, it is not necessary to make several versions for several 'Linux flavors'. On the other hand, I'm not a programmer, so I could understand just a few lines of the code. In a case that the Linux version requires dependencies I will shut my mouth.
    Reply With Quote  

  10. #10  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    Quote Originally Posted by JoeTorres View Post
    I disagree with you, since the file would be a simple binary file without dependencies, it is not necessary to make several versions for several 'Linux flavors'. On the other hand, I'm not a programmer, so I could understand just a few lines of the code. In a case that the Linux version requires dependencies I will shut my mouth.
    Perhaps the particular binary you use does work on many 'flavors', but that is not a general rule for all Linux programs. And I am pretty sure that the other one must have worked for someone as well, as it would hardly have been included here without someone testing it first. Though that must obviously have been done on a Linux system incompatible to yours.

    Best regards: dlanor
    Reply With Quote  

Page 1 of 2 1 2 LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •