• s_SteamAPIContext.Init() exception - HELP
    5 replies, posted
Hi All, I've just created a new single player episodic mod but can't run it. Using the latest (to date) SDK I keep getting this. [code]Unhandled exception at 0x61657453 in hl2.exe: 0xC0000005: Access violation executing location 0x61657453.[/code] And it doesnt want to run past line 581 of gameinterface.cpp [code]s_SteamAPIContext.Init()[/code] I have tried commenting out this but to no effect. [code]/* m_pSteamMusicRemote = SteamClient()->GetISteamMusicRemote( hSteamUser, hSteamPipe, STEAMMUSICREMOTE_INTERFACE_VERSION ); if ( !m_pSteamMusicRemote ) { return false; } m_pSteamHTMLSurface = SteamClient()->GetISteamHTMLSurface( hSteamUser, hSteamPipe, STEAMHTMLSURFACE_INTERFACE_VERSION ); if ( !m_pSteamHTMLSurface ) { return false; } */[/code] If anyone know of a fix for this as i have been trying to solve it for the last 2 hours would be great.
Have you taken a look at this thread? [url]http://steamcommunity.com/app/211/discussions/0/613940477702509853/[/url] What is in memory at 0x61657453?
[QUOTE]ave you taken a look at this thread? [url]http://steamcommunity.com/app/211/di...0477702509853/[/url] What is in memory at 0x61657453?[/QUOTE] If you hadnt noticed tried this fix to no avail look at the commented out section???
[QUOTE=Rexal;46870188]If you hadnt noticed tried this fix to no avail look at the commented out section???[/QUOTE] Yes and if you hadn't noticed there is a comment in that thread regarding the actual source of the problem, which may be useful information given that you copy/pasting someone else's solution into your code didn't work out properly.
Sorry my brain is frazzled right now and i am at the end of my tether a bit
If your mod is based on the latest code from Github, you need to run SDK Base 2013 using the beta branch because Valve.
Sorry, you need to Log In to post a reply to this thread.