[hlcoders] Missing gamerules class on the client

2009-11-07 Thread Harry Jeffery
I just tried to build a brand new scratch SDK MP. It all compiles fine but when I try to load a map I get this error: OnGameRulesCreationStringChanged: missing gamerules class on the client This article hasn't helped at all so far :/

Re: [hlcoders] Missing gamerules class on the client

2009-11-07 Thread Michael Corsaro
I'm not sure if this is related, but I can't load my mod anymore. I keep getting an error telling me I'm missing the Receive Data for CHL2SurvivalProxy. I didn't recompile nor did I change my gameinfo. It seems that my server.dll is not loading, but HL2's server.dll is loading in place of it. On

Re: [hlcoders] Missing gamerules class on the client

2009-11-07 Thread Alexander Hirsch
I had this once when using the Debug-feature of VS; sadly I can't remember how or if I fixed it. So, if you launched the mod through your IDE, try it through Steam. And also make sure that you have the two dlls in your mods bin-folder. On Sat, Nov 7, 2009 at 8:36 PM, Harry Jeffery

Re: [hlcoders] Missing gamerules class on the client

2009-11-07 Thread Michael Corsaro
My problem was not solved from this. I've checked to make sure that my server.dll and client are being copied. On Sat, Nov 7, 2009 at 6:59 PM, Harry Jeffery harry101jeff...@googlemail.com wrote: Oh. My. God. I am such an idiot. The damn sln had only been copying server.dll and server.pdb