Cannot load library client: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(remove really bad and awful source 2007/2006/200BAD specific advice that is only going to confuse people)
mNo edit summary
Line 1: Line 1:
{{otherlang2
{{lang|Cannot load library client}}
| ru = Cannot_load_library_client:ru}}
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!
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!
[[Category:Source SDK FAQ]]
[[Category:Source SDK FAQ]]

Revision as of 18:21, 15 November 2022

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!