ValveSoftware / source-sdk-2013

The 2013 edition of the Source SDK
https://developer.valvesoftware.com/wiki/SDK2013_GettingStarted
Other
3.76k stars 2k forks source link

Multiplayer Dedicated Server Doesn't Load #254

Open ChadReitsma opened 10 years ago

ChadReitsma commented 10 years ago

Hey guys... I built a mod off of the SDK 2013 Multiplayer Base [Upcoming Branch] so I could use the Latest Oculus Rift additions. Everything works great there, I can run the mod perfectly fine.

I subscribed to the same branch (upcoming) for Source SDK Base 2013 Dedicated Server - But when I try to launch it, it just crashes...

A Crash-Dump file is created in the exe directory: srcds_20140405_141016_1_InvalidParameterHandler.mdmp

Opening that reveals the Exception error "Breakpoint encountered" ... I thought it could be because I compiled my mod in Debug mode, so I compiled in Release, but still nothing... Even trying to launch one with just the Standard HL2DM Selected (in the srcds window) doesn't work...

Really need a hand here! Appreciate the help!

C.

ChadReitsma commented 10 years ago

Oh, forgot to mention - I used SteamCMD To pull App_ID 244310 (Source SDK 2013 Multiplayer Base Dedicated Server) with both -beta beta, and -beta prerelease options... nothing... I'm stuck! :(