mupen64plus / mupen64plus-core

Core module of the Mupen64Plus project
1.28k stars 257 forks source link

can't get command line option savestate working on "recent" comment #1089

Open nadenislamarre opened 3 weeks ago

nadenislamarre commented 3 weeks ago

on my steamdeck, x86_64 linux,

with : MUPEN64PLUS_CORE_VERSION = b0d68c20f49b8f833afa21450e0e8874c87c13c4 MUPEN64PLUS_UI_CONSOLE_VERSION = 1a68327fddda71f1acbad8a63ef04288b1887d19

DISPLAY=:0 /usr/bin/mupen64plus --corelib /usr/lib/libmupen64plus.so.2.0.0 --gfx /usr/lib/mupen64plus/mupen64plus-video-gliden64.so --configdir /userdata/system/configs/mupen64/ --datadir /userdata/system/configs/mupen64/ --savestate "/userdata/saves/n64/Super Mario 64 (Europe) (En,Fr,De).n64.st5" "/userdata/roms/n64/Super Mario 64 (Europe) (En,Fr,De).n64"

won't work on my side. it results to a puzzle image. using shortcut to load savesate work (see screenshot). It worked some months ago (but even by changing commit to past version and i can't get it working).

screenshot-2024 08 20-21h14 31

Jj0YzL5nvJ commented 3 weeks ago

Old dynarec:

New dynarec:

nadenislamarre commented 3 weeks ago

R4300Emulator to 0 is effectively a workaround on my side. and compile with NEW_DYNAREC=1 fixes too and keeping R4300Emulator=2 is a workaround too.