Code: Select all
function lovr.conf(t)
t.modules.headset = false
end
Also, I found the broken link on the Introduction page, that 404 should be fixed now.
Code: Select all
function lovr.conf(t)
t.modules.headset = false
end
SteamVR still wasn't running, I reread your instructions and it was supposed to be running before starting Lovr.bjornbytes wrote:Hey, thanks for trying it out! Regarding the crash, did you have SteamVR running when you started it? Also, what are your specs (32/64 bit, graphics card)? One thing to try might be to disable the VR stuff by creating a conf.lua file and putting this in it:
That will disable lovr.headset, but might help determine what's wrong.Code: Select all
function lovr.conf(t) t.modules.headset = false end
Also, I found the broken link on the Introduction page, that 404 should be fixed now.
Got it!bjornbytes wrote:I recently upgraded to OpenVR 1.0.5 and noticed a new problem where it will often crash if SteamVR isn't installed/running. I'm guessing that's the issue you're seeing. I'll see if there's any way I can stop it from happening. You could also try starting lovr.exe from the command prompt to see if there's any useful output that gets printed out. I should also put in a visual error screen so it's easier to understand what's going on!
Users browsing this forum: No registered users and 0 guests