-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
No Input entry in the menu #7
Comments
hmm I guess the 64bit version wasn't installed correctly?
and see if it returns 1 or just check manually if the file input-overlay.dll exists at the path above |
The 64bit version of OBS is installed correctly, it's the one that I use
normally. The input overlay dll is also present into the directory.
Il gio 23 nov 2017, 4:36 PM Alex <notifications@github.com> ha scritto:
… hmm I guess the 64bit version wasn't installed correctly?
you can try running this in a commandline (Windows + R, then enter "cmd"
and hit enter):
if exist "%programfiles% (x86)\obs-studio\obs-plugins\64bit\input-overlay.dll" ( echo 1 ) else ( echo 0 )
and see if it returns 1 or just check manually if the file
input-overlay.dll exists at the path above
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADdnCem0XMX95Kqqp413Y_TA8UfLnfk5ks5s5ZDogaJpZM4Qo37C>
.
|
Hmm, that's rather strange since it works just fine for me even after reinstalling obs and the latest version of the plugin |
I'll just close this issue for now until I get more info |
After following the installation video, I reloaded OBS but still can't see the new entry in the sources menu.
Is there anything I could provide for debugging?
EDIT:
Only the 64bit version doesn't show the new menu entry. The 32bit one works!
The text was updated successfully, but these errors were encountered: