Facepunch / garrysmod-issues

Garry's Mod issue tracker
141 stars 56 forks source link

IVideoWriter issue - Missing holly.dll for 32 bit version of the game #5057

Open LGuerrero13 opened 3 years ago

LGuerrero13 commented 3 years ago

Details

Whenever calling video.record() on x86 (x86-64 - Chromium + 64-bit binaries), it causes an engine error with the message, "Couldn't load holly: [[d:\steam\steamapps\common\garrysmod\bin\holly.dll] The specified module could not be found.]", it works on the 64-bit version. Checked the folder and saw that only the win64 folder has the .dll. Tried verifying the cache but it did not fix the issue.

Protocol version 24 Exe version 2021.06.09 (garrysmod) Exe build: 10:31:48 Jul 6 2021 (8277) (4000) GMod version 2021.08.23, branch: x86-64, multicore: 1

Steps to reproduce

Just run the code provided within the wiki and it will cause the crash.

FlorianLeChat commented 3 years ago

You can switch back to the public branch as a workaround, it uses the 32 bit version as you tried.