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

re3 - Not able to launch (Arch Linux - i3-gaps) #4

Open
Overfl0w-grrrl opened this issue Dec 6, 2021 · 7 comments
Open

re3 - Not able to launch (Arch Linux - i3-gaps) #4

Overfl0w-grrrl opened this issue Dec 6, 2021 · 7 comments

Comments

@Overfl0w-grrrl
Copy link

when I try to launch the game, it doesn't start and prints out an error
(LOG)

[DBG]: cdvd_stream: read info 0x562ecc634df0
[DBG]: Using one streaming thread for all channels
[DBG]: Created cdstream thread
[DBG-2]: [../src/skel/glfw/glfw.cpp.psInitialize:484]: gGameState = GS_START_UP
casepath couldn't find dir/file "gta3.set", full path was gta3.set
[DBG-2]: Default skin set as no other skins are available OR saved skin not found!
[DBG]: Physical memory size 3477565440
[DBG]: Available physical memory 586686464
../vendor/librw/src/gl/gl3device.cpp:1666: Error: glfwInit() failed
[DBG]: Shutting down CPedStats...
[DBG]: CPedStats shut down

@myself600
Copy link

It works here (Manjaro), but you need either glfw-x11 or glfw-wayland depending on your display server

@x7a
Copy link

x7a commented Jul 15, 2023

Take a look at #6.

@jinetty
Copy link

jinetty commented Mar 1, 2024

@myself600 I have same issue here, even I have glfw (Running KDE Plasma 6 with Wayland) . Arch Linux seems merged glfw-x11 and glfw-wayland into glfw
image
My issue is same even I copied files inside of gamefiles and copied that into base game root directory
image

EDIT: I have tried many things like changing glew to glew-wayland, recompile with built-in libraries but nothing changed. I didn't think it will work on X11 but I want to run on Wayland, at least it will be fine if it will run under XWayland. In wayland session, it segfaults due to libX11.so.6.4.0 for some reason.

[62861.497094] re3[258407]: segfault at 100 ip 0000710ec0160de4 sp 00007fff25393548 error 4 in libX11.so.6.4.0[710ec0151000+8b000] likely on CPU 0 (core 0, socket 0)
[62861.497117] Code: c3 0f 1f 44 00 00 f3 0f 1e fa 48 8b 87 20 01 00 00 c3 0f 1f 40 00 f3 0f 1e fa 48 8b 87 f0 00 00 00 c3 0f 1f 40 00 f3 0f 1e fa <8b> 87 00 01 00 00 89 06 8b 87 04 01 00 00 89 02 b8 01 00 00 00 c3

@myself600
Copy link

@jinetty Install glfw-wayland, then recompile and reinstall glfw again. Compiling against a wrong GLFW package triggers this issue.

@jinetty
Copy link

jinetty commented Mar 2, 2024

@jinetty Install glfw-wayland, then recompile and reinstall glfw again. Compiling against a wrong GLFW package triggers this issue.

Gathered old PKGBUILD from archlinux gitlab for glfw-wayland but nothing changed it seems. Can you send me a PKGBUILD if I am doing wrong ?

Hmm, 3.3.10 version worked but in 3.4, they merged both display protocol and probably this causes issues.

@myself600
Copy link

You can just install from Arch Linux Archive directly:

sudo pacman -U https://archive.archlinux.org/packages/g/glfw-wayland/glfw-wayland-3.3.10-1-x86_64.pkg.tar.zst

Link to my PKGBUILD is in the re3-git AUR comment section.

@jinetty
Copy link

jinetty commented Mar 2, 2024

You can just install from Arch Linux Archive directly:

sudo pacman -U https://archive.archlinux.org/packages/g/glfw-wayland/glfw-wayland-3.3.10-1-x86_64.pkg.tar.zst

Link to my PKGBUILD is in the re3-git AUR comment section.

I apprechiate for your help, I just compiled previous version instead of getting from archive. I don't know if you have pkgbuild but i made patches myself, thank you 👍

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

4 participants