Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nadenislamarre opened this issue Aug 20, 2024 · 2 comments
Open

Comments

@nadenislamarre
Copy link

on my steamdeck, x86_64 linux,

with :
MUPEN64PLUS_CORE_VERSION = b0d68c2
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
Copy link
Contributor

Old dynarec:

  • Works with pure interpreter
  • Fails with cached interpreter and dynamic recompiler

New dynarec:

  • Works with pure interpreter and dynamic recompiler
  • It may work, it may fail with cached interpreter (it depends on the conditions of creation of the savestate)

@nadenislamarre
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants