Hello,
I have 2 fat PS2s, one has a CC1.0 chip, the other one FMCB.
Both have HDL 0.8c on a mem card.
Both exhibit the same problem:
When I try to install a game to the HD, HDL displays "checking CD/DVD" and hangs.
The CC one was installed with the following script:
I don't know how the FMCB one was installed.Code:# # Application Manager Script for BootManager 2 # # Change this information to describe the application. SET "TITLE" "HDLOADER" SET "VERSION" "v 4.12" SET "AUTHOR" "EP, Dlanor" SET "DESC" "HDLOADER is another popular loader for the PS2." 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/HDLOADER" MESSAGE "Failed installing $TITLE$!" RRM "$ARG2$:/BM/APPS/HDLOADER" RETURN -1 ENDIF EXIT 0 :REMOVE IF FAIL RRM "$PWD$" MESSAGE "Failed removing $TITLE$!" RETURN -1 ENDIF EXIT 0 :RUN SHUTDOWN "MM" LOADEXEC "PBAT" "$BM.SCRIPTS$/LOADEXEC.PBT" "$PWD$/HDLOADER.ELF" EXIT "0"
Any help is appreciated.
Thanks!


LinkBack URL
About LinkBacks




500 INSTALLS DONE
