baffler / OBS-OpenVR-Input-Plugin

This OBS plugin provides an input plugin to 64bit OBS that allows capturing directly from OpenVR/SteamVR mirror surface in full resolution.
GNU General Public License v2.0
374 stars 35 forks source link

Osb.exe not responding #1

Closed harwinroche closed 6 years ago

harwinroche commented 6 years ago

After adding the plugin Osb.exe not responding when openvr capture option is selected 34

baffler commented 6 years ago

Can you make sure openvr_api.dll exists in your plugins directory? If it does exist, could you please upload your recent crash log. Go into OBS and click File -> Show Settings Folder, then click on crashes folder and the crash logs will be in there.

harwinroche commented 6 years ago

Hi Baffler. openvr_api.dll is available in plugins directory. Crash logs was empty but was able to find log file will this be of any help. 34 2018-05-28 18-51-52.txt

baffler commented 6 years ago

Looking through your logs I did notice this: Failed to load 'en-US' text for module: 'win-openvr.dll In the zip file for the plugin there is a "data" folder, you'll need to extract that as well into: D:\obs-studio It's crashing because it can't load those locale files. However, it shouldn't crash because of that, and that's something I can fix. Possibly an error message or something should appear. That will be something I can fix, but for now you can just make sure those files are extracted there,

The "en-US.ini" should exist in: D:\obs-studio\data\obs-plugins\win-openvr\locale

And also the "win-openvr-presets.ini" should be in: D:\obs-studio\data\obs-plugins\win-openvr

harwinroche commented 6 years ago

Hi Baffler,

Thanks!!! extracted and added the said files and working fine now. open vr

baffler commented 6 years ago

With v1.11, this will no longer crash if the preset file doesn't exist. It simply won't load any presets but the plugin will function normally and allow you to do custom cropping.