Forum: Crystal Chip - Posts about the Crystal Chip mod go in here.


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: ULaunchElf
  

Results 1 to 4 of 4
  1. #1 ULaunchElf 
    huitin is offline Registered User
    Join Date
    Dec 2006
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hi,

    I downloaded the Boot Manager Essential Pack 1.2 and i try to run ULaunchElf off the USB drive and from CC's flash memory (I can copy it tho), both doesn't run. All it does was that i end up in the Memory Card Manager screen. I search the APPINFO.PBT file and it has the SHUTDOWN "MM" on the :RUN section. Do you know if there is anything special i need to do? I have a PS2 v4 with a CC 2.0 Pro SLE and modified 34 firmware.

    Thanks for your help.
    Reply With Quote  

  2. #2  
    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
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    16
    I removed the SHUTDOWN MM entry from the .pbt and it boots uLaunchelf 4.12 just fine from flash, the MC and a USB Thumb drive. see note below

    I have CC 2.0 SLE with R34 firmware in a V9 NTSC console.

    Heres the .PBT im using for ULE:
    Code:
    #
    # Application Manager Script for BootManager 2
    #
    
    # Change this information to describe the application.
    SET "TITLE" "ULaunchELF"
    SET "VERSION" "v 4.12"
    SET "AUTHOR" "EP, Dlanor"
    SET "DESC" "An explorer like application able to manage files and load elf files"
    SET "MEDIAS" ""
    #
    
    GOTO "$ARG1$"
    
    :LABEL_NAME
        ADDWIDGET "LABEL" "$ARG2$$TITLE$ v$VERSION$"
        EXIT 0
    
    :QUERY
        ADDWIDGET "CALL" "$TITLE$" "$BM.TXT_VERSION$: $VERSION$ $BM.TXT_AUTHOR$: $AUTHOR$ $BM.TXT_DESC$: $DESC$" $ARG2$ "$ARG0$" "$ARG3$" "$ARG4$" "$ARG5$" 
        EXIT "0"
    
    :INSTALL
        IF FAIL COPY "$PWD$" "$ARG2$:/BM/APPS/ULE"
            MESSAGE "Failed installing $TITLE$!"
            RRM "$ARG2$:/BM/APPS/ULE"
            RETURN -1
        ENDIF
        EXIT 0
    
    :REMOVE
        IF FAIL RRM "$PWD$"
            MESSAGE "Failed removing $TITLE$!"
            RETURN -1
        ENDIF
        EXIT 0
    
    :RUN
    		
        LOADEXEC "PBAT" "$BM.SCRIPTS$/LOADEXEC.PBT" "$PWD$/ULE.ELF"
        EXIT "0"
    *NOTE*
    But it may crash, due to some incompatability with BM. Heres an explaination from Jones23:
    http://psx-scene.com/forums/410113-post6.html (USB storage devices and CC)
    Last edited by JNABK; 06-13-2007 at 12:23 PM.
    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  

  3. #3  
    DethManX is offline Registered User
    Join Date
    Feb 2007
    Posts
    11
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Thanks, this worked like a charm!
    Reply With Quote  

  4. #4  
    Jones23's Avatar
    Jones23 is offline 2 3 your mind...
    Join Date
    Jun 2005
    Location
    Germany
    Posts
    1,175
    Downloads
    2
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Well, try to start the network, then you'll know why the SHUTDOWN is needed.

    best regards Jones23
    PS2 PAL SCPH-70004 v12, HDCombo, IDE HDD 80GB
    CrystalChip 2.1, CC Software R34 modified v2
    Tutorials: CC Wiki
    Homebrew: LaunchELF v4.40, SMS 2.9(Rev.4)

    Best German Console Scene Site: ModControl.com
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •