Cannot load library client: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
You receive this error if your mod's bin folder does not contain the dlls; it also occurs if you do not mount the folder <code>sourcetest</code> in [[gameinfo.txt]] if you are using [[appid]] 215.
{{LanguageBar|Cannot load library client}}
==Fix==
You receive this error if your mod's bin folder does not contain a client DLL or DLL was unable to be loaded. Make sure your build toolset is copying its client and server DLLs to the right directory (your mod's modfolder), but most importantly, make sure those DLLs successfully build in the first place!
===After===
Game hl2
===Add===
Game sourcetest
[[Category:Source SDK FAQ]]
[[Category:Source SDK FAQ]]

Latest revision as of 15:55, 18 July 2025

English (en)Русский (ru)Translate (Translate)

You receive this error if your mod's bin folder does not contain a client DLL or DLL was unable to be loaded. Make sure your build toolset is copying its client and server DLLs to the right directory (your mod's modfolder), but most importantly, make sure those DLLs successfully build in the first place!