Gary's mod dedicated server help

Questions about Wine on macOS.
Locked
boristhekiller
Newbie
Newbie
Posts: 2
Joined: Mon Jun 03, 2013 2:56 pm

Gary's mod dedicated server help

Post by boristhekiller »

So I'm trying to get a gary's mod dedicated server to run in wine. I followed this tutorial: http://maurits.tv/data/garrysmod/wiki/w ... 636-2.html. The tutorial is pretty old but everything worked fine until i tried to run the server, which I get this error.

Code: Select all

fixme:heap:HeapSetInformation 0x0 1 0x0 0
fixme:advapi:EventRegister {47a9201e-73b0-42ce-9821-7e134361bc6f}, 0x334d00, 0x365ce8, 0x365ce0
fixme:advapi:EventRegister {58a9201e-73b0-42ce-9821-7e134361bc70}, 0x334d00, 0x365d20, 0x365d18
fixme:advapi:EventRegister {3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0x334d00, 0x365cb0, 0x365ca8
fixme:advapi:EventRegister {1432afee-73b0-42ce-9821-7e134361b433}, 0x334d00, 0x365d58, 0x365d50
fixme:advapi:EventRegister {4372afee-73b0-42ce-9821-7e134361b519}, 0x334d00, 0x365d90, 0x365d88
fixme:advapi:EventUnregister deadbeef: stub
fixme:advapi:EventUnregister deadbeef: stub
fixme:advapi:EventUnregister deadbeef: stub
fixme:advapi:EventUnregister deadbeef: stub
fixme:advapi:EventUnregister deadbeef: stub
If someone could tell me what this means or a way to get a better error report it would help. =)
boristhekiller
Newbie
Newbie
Posts: 2
Joined: Mon Jun 03, 2013 2:56 pm

Re: Gary's mod dedicated server help

Post by boristhekiller »

Okay well I think it is working now. For anyone who cares to know i think there is something wrong with doing -console in the wine srcds.exe -console -game garrysmod -port 27015 +map gm_construct +maxplayers 16 command you use to run the server. So just exclude that and it should work.
P.S. there is an ass ton of errors you get in terminal but it doesn't seem to affect the server.
Locked