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

Cassette Beasts (Godot) #758

Closed
OPNA2608 opened this issue May 4, 2023 · 4 comments
Closed

Cassette Beasts (Godot) #758

OPNA2608 opened this issue May 4, 2023 · 4 comments

Comments

@OPNA2608
Copy link

OPNA2608 commented May 4, 2023

Dynarec for ARM64, with extension: ASIMD AES CRC32 PMULL PageSize:4096 Running on Unknown CPU with 6 Cores
Params database has 8 entries
Box64 with Dynarec v0.2.2 nogit built on Jan  1 1980 00:00:00
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 134 Env var
Looking for ./CassetteBeasts.x86_64
Rename process to "CassetteBeasts.x86_64"
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libutil.so.1
Using native(wrapped) librt.so.1
Using native(wrapped) libXcursor.so.1
Using native(wrapped) libXinerama.so.1
Using native(wrapped) libX11.so.6
Using native(wrapped) libXext.so.6
Using native(wrapped) libxcb.so.1
Using native(wrapped) libXau.so.6
Using native(wrapped) libdl.so.2
Using native(wrapped) libXdmcp.so.6
Using native(wrapped) libXrandr.so.2
Using native(wrapped) libXrender.so.1
Using native(wrapped) libXi.so.6
Using native(wrapped) libGL.so.1
Using emulated libsteam_api.so
Using native(wrapped) libm.so.6
Warning: Global Symbol ZSTD_trace_compress_end not found, cannot apply R_X86_64_GLOB_DAT @0x2afaf78 ((nil)) in /home/puna/Games/Cassette Beasts/CassetteBeasts.x86_64
Warning: Global Symbol ZSTD_trace_decompress_begin not found, cannot apply R_X86_64_GLOB_DAT @0x2afaf90 ((nil)) in /home/puna/Games/Cassette Beasts/CassetteBeasts.x86_64
Warning: Global Symbol ZSTD_trace_decompress_end not found, cannot apply R_X86_64_GLOB_DAT @0x2afaf98 ((nil)) in /home/puna/Games/Cassette Beasts/CassetteBeasts.x86_64
Warning: Global Symbol ZSTD_trace_compress_begin not found, cannot apply R_X86_64_GLOB_DAT @0x2afafb8 ((nil)) in /home/puna/Games/Cassette Beasts/CassetteBeasts.x86_64
Godot Engine v3.5.1.stable.custom_build.b54cb7426 - https://godotengine.org
OpenGL ES 3.0 Renderer: Mali-T860 (Panfrost)
Async. shader compilation: OFF
Using native(wrapped) libasound.so.2
Using native(wrapped) libpulse.so.0
Using native(wrapped) libudev.so.1
 
Error: PltResolver: Symbol XkbGetControls(ver 0: XkbGetControls) not found, cannot apply R_X86_64_JUMP_SLOT 0x2afb1e8 (0x407af6) in /home/puna/Games/Cassette Beasts/CassetteBeasts.x86_64
Sigfault/Segbus while quitting, exiting silently

Maybe needs this implemented?

//GO(XkbGetControls

@ptitSeb
Copy link
Owner

ptitSeb commented May 4, 2023

Yes it does. Will do that later.

ksco added a commit to ksco/box64 that referenced this issue May 11, 2023
@ksco
Copy link
Collaborator

ksco commented May 11, 2023

I added the missing symbol in #776, the game works now.

ptitSeb pushed a commit that referenced this issue May 11, 2023
@ksco
Copy link
Collaborator

ksco commented May 11, 2023

@OPNA2608 Can you retry on the latest main again? It should be working fine now.

@OPNA2608
Copy link
Author

Confirm, can get ingame now. Thanks!

20230511_13h38m42s_grim

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

3 participants