redeclipse / base

Base environment for Red Eclipse and associated source files.
https://redeclipse.net/
435 stars 89 forks source link

Cannot launch steam version on Gentoo Linux #1492

Open SetOfAllSets opened 6 months ago

SetOfAllSets commented 6 months ago

ONLY report a feature request if it was already discussed at: https://redeclipse.net/world/issues PLEASE search the issues before submitting your own. Be sure to rename your config.cfg and check if the problem still occurs.

2024-04-08 20:28.00 Loading eNet..
2024-04-08 20:28.00 Loading game..
2024-04-08 20:28.00 Current Steam Handle: SetOfAllSets (ae/aer)
2024-04-08 20:28.00 Current Steam UserID: 76561199103736961
2024-04-08 20:28.00 Steam API initialised successfully.
2024-04-08 20:28.00 Discord API initialised successfully.
2024-04-08 20:28.00 Version: Red Eclipse 2.0.9-nix64-steam-628 client (Big Bang Beta) [gnuc-11.1.0]
2024-04-08 20:28.00 Loading video..
2024-04-08 20:28.00 Loading GL..
2024-04-08 20:28.00 Video: Mesa Intel(R) UHD Graphics (CML GT2) (Intel) 4.6 (Core Profile) Mesa 23.3.6
2024-04-08 20:28.00 GLSL: 4.60
2024-04-08 20:28.00 Loading sound..
2024-04-08 20:28.00 Sound: OpenAL Soft (OpenAL Community) 1.1 ALSOFT 1.16.0
2024-04-08 20:28.00 Audio device list:
2024-04-08 20:28.00 - G560 Gaming Speaker [default]
2024-04-08 20:28.00 - Built-in Audio Analog Stereo
2024-04-08 20:28.00 Audio device: G560 Gaming Speaker [48000]
2024-04-08 20:28.00 Loading defaults..
2024-04-08 20:28.00 Could not load texture: fonts/titillium/clear/image0.png
2024-04-08 20:28.00 Could not load texture: fonts/titillium/clear/image1.png
2024-04-08 20:28.00 Could not load texture: fonts/titillium/clear/image0.png
2024-04-08 20:28.00 Could not load texture: fonts/titillium/clear/image1.png
2024-04-08 20:28.00 Could not load texture: fonts/titillium/clear/image0.png
2024-04-08 20:28.00 Could not load texture: fonts/titillium/clear/image1.png
2024-04-08 20:28.00 Could not load texture: fonts/titillium/clear/image0.png
2024-04-08 20:28.00 Could not load texture: fonts/titillium/clear/image1.png
2024-04-08 20:28.00 Could not load texture: fonts/titillium/clear/image0.png
2024-04-08 20:28.00 Could not load texture: fonts/titillium/clear/image1.png
2024-04-08 20:28.00 Could not load texture: textures/notexture
Could not find core textures
Hirato commented 6 months ago

Fatal error: Could not find core textures

Did you mess with the steam runtime at all, or are you simply not using it (ala Arch's steam-native)? That error is usually indicative that you've built sdl2/sdl2_Image using their 'dyndolib' crap for libpng (and it didn't work), or libpng support is completely absent in your build of sdl2/sdl2_image.

SetOfAllSets commented 6 months ago

I do not know if I am using the steam runtime, I will check later as I cannot check now. I am using the gentoo linux default steam package.

qreeves commented 3 months ago

Are you on Wayland without any X11 libraries installed?