Forum: PS2 Homebrew/Dev & Emu Scene - Topics relating to homebrew PS2 development and emulation. Stay current and up to date on the latest homebrew releases from the best devs on the scene.


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: Newbee - black screen
  

Results 1 to 4 of 4
  1. #1 Newbee - black screen 
    Katagia is offline Member
    Join Date
    Jun 2006
    Posts
    54
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hi

    I have just modded my PS2 with CC 1.1, fm1.9 and BM1.8
    I've got some apps working with the bootmanager: SMS and
    execftps.

    Next I wanted to install uLaunchELF 3.78.
    I tried to install it the way I've installed SMS 1.7rev4.
    I have put the ELF file in /BOOT/APPS/ULAUNCH/ULAUNCH.ELF
    and modified APPINFO.PBT:
    ################################################## #####################
    # ULAUNCH v1.2 #
    ################################################## #####################

    SET "CMD" "$ARG1$"
    SET "SRC_PATH" "$ARG2$/ULAUNCH"
    SET "DST_PATH" "$ARG3$/ULAUNCH"

    GOTO "$CMD$"
    RETURN "-1"

    :QUERY
    # Change this information to describe the application.
    SET "APP_TITLE" "ULAUNCH"
    SET "APP_VERSION" "v 0.69"
    SET "APP_AUTHOR" "SlicStik"
    SET "APP_DESC" "ULAUNCH allows you to explore, add and remove files from your memory cards and Hard Drive."
    SET "APP_MEDIAS" ""
    RETURN "0"

    :RUN
    RUNAPP "$SRC_PATH$/ULAUNCH.ELF"
    RETURN "0"


    I tried both ELF files: compressed and uncompressed. They won't start and
    I only see a black screen. This happens with many applications too.
    I read there are different Versions of a so called MegaPack. Thex differ in
    the required BM version.
    Is the only difference the new config file schema or are the applications
    different?

    Cheers,
    Reply With Quote  

  2. #2  
    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
    It has to look like this:
    :RUN
    SHUTDOWN "MM"
    RUNAPP

    Use the SHUTDOWN "MM" with all the ELFs that are not working.
    And it should solve your probs with SMS too.

    EDIT:
    I've attached an complete APPINFO.PBT for ULE as an example for you. And don't listen to anarchy2007. He's still using BM1.4, because he doesn't know how to make an APPINFO.PBT.

    best regards Jones23
    Last edited by Jones23; 08-22-2006 at 05:48 PM.
    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  

  3. #3  
    Katagia is offline Member
    Join Date
    Jun 2006
    Posts
    54
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Great, thank you Jones23. The problems are gone!
    Creating the APPINFO.PBT looks very similar to batch
    programming.

    Can you tell me what the command "SHUTDOWN MM" do?
    I found some hints about this command but no description.

    Cheers, Katagia
    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
    Glad to hear that.
    Yes it is, and it's really not that difficult to create them.

    The SHUTDOWN "MM" disables the BM's ModuleManager. It's similar to booting in minimal mode, meaning that all screen-fixes(PAL/NTSC, X/Y settings), etc are disabled.

    The BM uses PS2-RAM and IOP to activate those fixes, which can cause conflicts with some progs(ULE) and games(SIMS2). And some games(GTASA) are not running smooth anymore(esp videos) with activated PAL/NTSC-fix, because the RAM used for the fix can't be used for the game anymore.
    So it's best to turn them off.

    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
  •