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

Steam Deck Build #178

Closed
cdsupina opened this issue Apr 23, 2024 · 2 comments
Closed

Steam Deck Build #178

cdsupina opened this issue Apr 23, 2024 · 2 comments
Assignees
Labels
arcade Relating to the build of the game for arcade machines

Comments

@cdsupina
Copy link
Contributor

Get a build of Thetawave working for the Steam Deck. There is currently an issue causing the game not to run on the platform.

@cdsupina cdsupina added the arcade Relating to the build of the game for arcade machines label Apr 23, 2024
@cdsupina
Copy link
Contributor Author

I logged stdout of the game using the following steam launch option:

%command% >> ~/thetawave_log.txt 2>&1

When I checked the log file after the failed attempt to run the game I got the following output.

ERROR: ld.so: object '/home/deck/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/deck/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/deck/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
/home/deck/.local/share/Steam/steamapps/common/Thetawave/thetawave: /usr/lib/libm.so.6: version `GLIBC_2.38' not found (required by /home/deck/.local/share/Steam/steamapps/common/Thetawave/thetawave)

@cdsupina
Copy link
Contributor Author

Seems to be a discussion regarding GLIBC_2.38 here: https://discord.com/channels/691052431525675048/691052431974465548/1243167696166584370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arcade Relating to the build of the game for arcade machines
Projects
Status: Done
Development

No branches or pull requests

2 participants