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

UI-Console Error: undefined symbol: memory_to_log #23

Open
dustinlacewell opened this issue Dec 19, 2021 · 0 comments
Open

UI-Console Error: undefined symbol: memory_to_log #23

dustinlacewell opened this issue Dec 19, 2021 · 0 comments

Comments

@dustinlacewell
Copy link

dustinlacewell commented Dec 19, 2021

I'm trying to compile mupen64plus-core from https://github.com/RetroReversing/mupen64plus-core

But when I run mupen with the core I get:

UI-Console Error: dlopen('/home/ldlework/ext/mupen/mupen64plus-core/projects/unix/libmupen64plus.so.2') failed: /home/ldlework/ext/mupen/mupen64plus-core/projects/unix/libmupen64plus.so.2: undefined symbol: memory_to_log

Running nm on the shared object shows there is an exported name..

nm -D libmupen64plus.so.2 | grep memory
                 U memory_to_log

Any guidance?

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

1 participant