Talk:Launching from Visual Studio

From Valve Developer Community
Revision as of 16:05, 27 October 2010 by Maxbc (talk | contribs) (Created page with '==Issue while debugging== I never got my mod (unmodified...) to work under vs2010 (even after all the changes related to vs2008 and vs2010 in the project). Everything gets compil…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Issue while debugging

I never got my mod (unmodified...) to work under vs2010 (even after all the changes related to vs2008 and vs2010 in the project). Everything gets compiled alright, including the linker and the custom build step, but the games seems to start launching and I get a memory violation access error (like 0xcccc... or 0x0000...).

Here are my launch options : hl2.exe in ep2 folder Game in steamapps\sourcemode\mod2

The mod was created with SourceSDK while the options selected were "Half Life 2 episode 2" and "Source 2007" (which correspond to the gameinfo in the folder).

Do you have any idea where the issue comes from?