Cannot load library client: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(remove really bad and awful source 2007/2006/200BAD specific advice that is only going to confuse people)
Line 1: Line 1:
{{otherlang2
{{otherlang2
| ru = Cannot_load_library_client:ru}}
| ru = Cannot_load_library_client:ru}}
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.
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!
==Fix==
Do these changes in <MOD FOLDER>/[[gameinfo.txt]].
===After===
Game hl2
===Add===
Game sourcetest
[[Category:Source SDK FAQ]]
[[Category:Source SDK FAQ]]

Revision as of 02:43, 1 February 2019

Template:Otherlang2 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!