The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.31 (Linux)
|
lr-gpsp not (only partially) working - Printable Version +- Freeplaytech Forum (https://forum.freeplaytech.com) +-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24) +--- Forum: Freeplay Zero/CM3 (AKA GPA) Software (https://forum.freeplaytech.com/forumdisplay.php?fid=26) +--- Thread: lr-gpsp not (only partially) working (/showthread.php?tid=4550) Pages:
1
2
|
RE: lr-gpsp not (only partially) working - Flavor - 02-03-2018 I did a bit more digging and went down a bit of a rabbit hole. There's a file called /opt/retropie/libretrocores/lr-gpsp/game_config.txt It should be located at /home/pi/RetroPie/roms/gba/game_config.txt, because that's where lr-gpsp will look for it. It ONLY gets used if there ISN'T a compiled-in entry for the game you're loading. In the code snippet, load_game_config_over tries to find the compiled-in entry and load_game_config reads from the game_config.txt file. Code: if ((load_game_config_over(gamepak_title, gamepak_code, gamepak_maker)) == -1) Well, I edited gpsp_libretro.so so that it didn't include an entry for the file I was having problems loading. Then it loaded /home/pi/RetroPie/roms/gba/game_config.txt, but it still crashes in the same way. I guess that means that game_config.txt isn't the problem (or maybe that the settings in it aren't correct). Here is the output leading up to the crash. Code: [INFO] [Joypad]: Found joypad driver: "udev". RE: lr-gpsp not (only partially) working - maddin1502 - 02-03-2018 (02-03-2018, 02:51 AM)jakejm79 Wrote: I think its just an issue of rom compatibility (or lack of) and lr-GPsp. Try a known working one like Super Mario Kart Advance or something. The rom isn't incompatible. I can load it by launching through retroarch (as I described in my posts before). RE: lr-gpsp not (only partially) working - jakejm79 - 02-04-2018 My point was that if another (known working) game loads then it appears to an issue with the emulator/front end/rom and not specific to the FPZ and therefor the thread belongs in the relevant forums for those and not here. If you are having issue loading a ROM that would otherwise load and run fine on a generic Retropie build and for some reason just fails on the FPZ then it would belong here. RE: lr-gpsp not (only partially) working - Esteban_Pueblos - 04-08-2018 (01-31-2018, 05:18 PM)maddin1502 Wrote: I can't load any GBA rom with lr-gpSP. My bios file is valid, I tested it! Hi, seems like I am having the same issue with GBA Roms (lr-gpSP can't load any rom -> black screen -> back to menu) ... and "lr-mgba" is to slow. Have not tried retroarch or gpSP (without lr-) yet though ... have you found a soulution? RE: lr-gpsp not (only partially) working - Flavor - 04-10-2018 Esteban_Pueblos, you need to have the exact BIOS file in there. Please see https://github.com/retropie/retropie-setup/wiki/Game-Boy-Advance |