dreamer / luxtorpeda

Steam Play compatibility tool to run games using native Linux engines
https://luxtorpeda.gitlab.io/
GNU General Public License v2.0
388 stars 9 forks source link

OpenXRay (With Some Progress) #54

Closed d10sfan closed 4 years ago

d10sfan commented 4 years ago

Additional information

I've gotten close I think to working with this one. My progress so far is at https://gitlab.com/d10sfan/luxtorpeda-openxray. It'll build with this, although i had to change a few includes to get it to work with the environment. There's a patch file (https://gitlab.com/d10sfan/luxtorpeda-openxray/-/blob/master/0001-Changes-to-make-Linux-compile.patch) that goes in more detail. The xrRender_GL isn't required, was an attempt to get around an issue where the game was complaining about an opengl extension it should have had access to.

When I try to run the game, I end up getting a segmentation fault. I haven't had any luck with their last built version either, so not sure if that's just something wrong with their engine.

d10sfan commented 4 years ago

As an update, I pulled in the latest and tried again. This time, it didn't complain about that extension, but it's seg-faulting. Also, it seems to be trying to use GLEW 1.10 instead of 2, like I gave it. I manually gave it 2 instead, which is probably contributing to that seg-fault.