libretro / beetle-pce-fast-libretro

Standalone fork of Mednafen PCE Fast to libretro
GNU General Public License v2.0
29 stars 52 forks source link

Wiiu builds fail to load assets/Overlays #200

Closed ruijtunes closed 2 years ago

ruijtunes commented 2 years ago

After the changes from October 2, all mednafen_pce cores fail to load assets/Overlays. Tested on Wiiu.

hizzlekizzle commented 2 years ago

That should be fixed now. Try the 1.9.13.2 build.

ruijtunes commented 2 years ago

I just test with the latest build and the problem stays the same.

hizzlekizzle commented 2 years ago

Is this the one you tried? If not, does it treat you any better? http://buildbot.libretro.com/nightly/nintendo/wiiu/2021-11-13_RetroArch.7z

ruijtunes commented 2 years ago

I tested it with this release and it still doesn't show any overlay and the menu is missing all the Assets. I don't know if I'm explaining myself well, all cores work perfectly except PCE, PCE Fast and Supergrafx. These worked perfectly until the changes made on the 2nd of October.

Commits on Oct 2, 2021 Remove unused file @twinaphex twinaphex committed on 2 Oct

slim down on zlib @twinaphex twinaphex committed on 2 Oct

The problem has to be with these changes.

Ploggy commented 2 years ago

Happens to me too, I manually updated assets just to be sure.. 20211124_112823

gblues commented 2 years ago

hey @Ploggy can you try the latest nightly? It looks like there were a couple zlib-related commits that went in about the time you posted this and I have no idea if the version you're using includes those commits or not.

If this still happens, @twinaphex this is probably the zlib changes--libpng and zlib are intertwined with each other and so the zlib code you cut out may have quietly broken PNG processing which would account for the garbled assets.

gblues commented 2 years ago

I just did a manual nightly build and the assets look OK.

ruijtunes commented 2 years ago

I just tested with the latest build on buildbot and everything is still the same (no assets and no overlays). Tested on WiiU. I think that until the changes made on 2 October are reversed this core will fail to load the assets. Anyway, can you share your build?

Ploggy commented 2 years ago

@gblues Sorry for late reply.. Same here, Assets still don't display correctly. I waited long enough for your changes to hit the buildbot..

vaguerant commented 2 years ago

Just made a PR #202 which reverts some zlib changes to get the assets working again. As I said in the PR, that's a pretty dramatic approach to fixing whatever went wrong here, so don't be surprised if it doesn't get merged.

In the meantime, here's a current build with that PR applied if it's useful to anybody. mednafen_pce_fast_libretro.zip

Ploggy commented 2 years ago

Nice :) Thanks.