BM 2.0 Homebrew problems and solution!
As some of you may have noticed, many homebrew won't start with the new BM 2.0:mad:
PS2link, and SMS(with SHUTDOWN "MM") work fine, but LaunchELF, Bastet, PS2Invaders only give a BSOD.
I already found and fixed that bug here, so I can launch all ELFs again.:D
It's due to the new modules, that are loaded when launching an ELF. The modules are defined in the BM/DEVICES/MEMCARD/DEVICE.PBT:
The following line
Code:
LOADEXEC "EEELF" "moduleload" "-m rom0:XSIO2MAN" "-m rom0:XMCMAN" "$ARG2$" $ARG3$
has to be changed to this
Code:
LOADEXEC "EEELF" "moduleload" "-m rom0:SIO2MAN" "-m rom0:MCMAN" "$ARG2$" $ARG3$
in order to launch your ELFs again. Or copy the attached modified DEVICE.PBT to your BM/DEVICES/MEMCARD folder.;)
best regards Jones23