bjornbytes / lovr

Lua Virtual Reality Framework
https://lovr.org
MIT License
2k stars 138 forks source link

Does not run on my computer. #96

Closed ShoesForClues closed 5 years ago

ShoesForClues commented 5 years ago

Tried to run it on my computer, didn't even open, no window or anything. Tried compatibility mode for windows 7 & 8, as well as running in administrator. I also tested both 32 and 64 bit releases. I'd assume it should work without the need of a VR headset connected as the FAQ claims it would run in a simulated VR window.

Here's my specs: Processor: i5 3230-M 2.6GHz RAM: 8GB GPU: Intel HD Graphics 4000 OS: Windows 10 Home x64

bjornbytes commented 5 years ago

Hey, thanks for opening this. It would be interesting to figure out if it's related to the executable itself or if it's something related to rendering (there hasn't been much testing on Intel GPUs). Some questions that might help narrow things down:

ShoesForClues commented 5 years ago

running "lovr --version" did not output anything, neither did printing from main.lua in the function lovr.load() I'm assuming this does have to do with openVR because it was said it wasn't supported for intel graphics or something.

https://github.com/ValveSoftware/openvr/issues/451

bjornbytes commented 5 years ago

Hmm, so someone else has run into this same issue on a GTX 660. --version should print stuff way before any of the headset code starts to initialize, so I'm wondering if it's something wrong with the way the executable is packaged (Visual C++ Redistributables?) or something. Going to keep investigating...

bjornbytes commented 5 years ago

Managed to track this down to an issue with the shader compilation. The fix is included in v0.12.0. Please reopen if the issue persists.