Cannot load library client: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Rewrite Template:Lang to Template:LanguageBar) |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
You | {{LanguageBar|Cannot load library client}} | ||
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]] |
Latest revision as of 15:55, 18 July 2025
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!