Community Member•7/8/2026, 8:27:05 PM
What’s your system?
Community Member•7/8/2026, 8:28:59 PM
i have a macbook pro
Community Member•7/8/2026, 8:29:06 PM
m1 pro
Community Member•7/8/2026, 8:30:06 PM
So is OBS installed in the newest version available?
Community Member•7/8/2026, 8:30:13 PM
yes
Community Member•7/8/2026, 8:33:59 PM
can you send me the last log files? Cause for me its working perfectly here on my MacBook Pro M5 with OBS 31.1.2. Installed Plugin version 0.1.10
Community Member•7/8/2026, 8:35:35 PM
Community Member•7/8/2026, 8:35:40 PM
Community Member•7/8/2026, 8:36:57 PM
wait hold on
Community Member•7/8/2026, 8:37:06 PM
since when did i have the rosetta version of obs
Community Member•7/8/2026, 8:37:21 PM
that might be the problem hold on 😭
Community Member•7/8/2026, 8:39:25 PM
nvm it did not work
Community Member•7/8/2026, 8:42:43 PM
ok ok
Community Member•7/8/2026, 8:42:45 PM
i got it to work
Community Member•7/8/2026, 8:42:51 PM
what was the issue?
Community Member•7/8/2026, 8:42:56 PM
for some reason i didn't have libwebsockets installed
Community Member•7/8/2026, 8:43:38 PM
Community Member•7/8/2026, 8:43:47 PM
so i just reinstalled it
Community Member•7/8/2026, 8:44:17 PM
ah okay i see- funny i also can not install it on my MacBook M1 - so then i have to fix this within the installer 😉
Community Member•7/8/2026, 8:44:35 PM
brew install libwebsockets
Community Member•7/8/2026, 8:44:38 PM
that might work to fix it
Community Member•7/8/2026, 8:44:45 PM
idk but this was just my issue
Community Member•7/8/2026, 8:44:49 PM
ty for helping
Community Member•7/8/2026, 8:44:59 PM
thx for reporting!
Community Member•7/8/2026, 9:12:24 PM
so fix is online on Github 😉
Community Member•7/8/2026, 9:48:19 PM
awesome !
Community Member•7/10/2026, 12:16:33 PM
hey, same problem on windows, i tried installer or zip, still not working
Community Member•7/10/2026, 12:22:01 PM
really also the missing websocket dll? Maybe you can send me the log file?
Community Member•7/10/2026, 12:38:00 PM
yep
Community Member•7/10/2026, 12:54:48 PM
Hey! Thanks a lot for the log that helped a lot. 🙏
Good news: I could rule out the usual suspects. Your OBS version (32.1.2) is fine, and all the plugin's files are present on disk, so nothing is missing or corrupted. The plugin file is found, Windows just refuses to load it.
That leaves two likely causes, and I'd love your help narrowing it down:
1) ESET might be blocking it. Our plugin isn't code-signed yet, and ESET can block unsigned DLLs from loading (without necessarily quarantining them). Could you try this?
Right-click the ESET icon in your system tray → Pause protection
Fully close OBS and start it again
Does the plugin load now?
If you want to double-check, you can also open ESET → Tools → Log files, switch the dropdown to Detections and to HIPS, and look for anything mentioning obs-hyperate, websockets, libssl or libcrypto.
2) A DLL name conflict with another plugin. You have quite a few OBS plugins installed.
Our plugin currently ships helper files with very generic names (z.dll, uv.dll, libssl-3-x64.dll). Windows only loads one file per name per process, so if another plugin loads its own version first, ours breaks.
Either way, I'm already building a fix: the next version will be a single self-contained file with no helper DLLs at all, which removes both problems.
I'll send you a test build to try. 🙂
No rush, but if you get a chance to try the ESET test, that would tell us exactly which one it was!
Community Member•7/10/2026, 1:05:04 PM
During the installation, ESET checked the file and everything was OK. Unfortunately, it didn't help even when I turned off ESET.
So would it help if I uninstall other plugins and install HypeRate first? Or should I wait for the update? 🙂
Community Member•7/10/2026, 1:05:35 PM
ahhh then just wait for the update - will ping you in a few minutes 😉
Community Member•7/10/2026, 1:46:35 PM
Hey! I've got a test build ready for you i'm fairly confident this fixes it. 🤞
What changed: Previously the plugin shipped a bunch of helper files with very generic names (websockets.dll, uv.dll, z.dll, …). Windows only loads one file per name per process, so with your many OBS plugins another one could win that race and ours would fail to load. The new build packs everything into a single self-contained file — no helper DLLs at all.
**How to install (2 minutes, no installer needed):**
Close OBS completely.
Unzip the attached file. You'll see an obs-plugins and a data folder.
Copy obs-plugins\64bit\obs-hyperate.dll into:
C:\Program Files\obs-studio\obs-plugins\64bit\
(overwrite the existing one — Windows will ask for admin permission)
Copy the data folder's contents into C:\Program Files\obs-studio\data\ as well (overwrite).
Start OBS.
⚠️ Please don't delete anything else from that folder — OBS keeps its own plugins in there too.
Does the plugin load now? If yes we're done. If not, could you still try the ESET test (right-click ESET in the tray → Pause protection → restart OBS)? That would tell us it's the antivirus rather than the file conflict.
Thanks a lot for helping debug this! 🙏
Community Member•7/10/2026, 2:14:20 PM
Thanks, you're awesome. 🔥 It works perfectly.
I didn't need to turn off ESET, just checked the file and it was ok.
Thanks for your help 🙏
Community Member•7/10/2026, 2:14:41 PM
yihaaa, thx for reporting 😉