cwhl2rp is successfully set in the run.bat however on start up the server is found to be in the base gmod gamemode. An error can be found in console listing:
`[Clockwork] The framework is initializing...
Please wait while Clockwork initializes...
[ERROR] gamemodes/clockwork/gamemode/init.lua:37: Couldn't load module library!
- require - [C]:-1
- unknown - gamemodes/clockwork/gamemode/init.lua:37
- DeriveGamemode - [C]:-1
- unknown - gamemodes/cwhl2rp/gamemode/init.lua:6
Couldn't Load Init Script: 'clockwork/gamemode/init.lua'`
gamemodes/clockwork/gamemode/init.lua:37 involves this function:
if (system.IsLinux()) then
require("mysqloo");
else
require("tmysql4");
end;
Am I missing something? The exact same files work fine on my windows test server.
I am currently finding out if the server I'm trying to run on is Linux or Windows.
Any help is appreciated,
Thanks.