I'm trying to run an ep2 scratch sdk multiplayer mod but whenever a
map loads the game crashes here:


baseviewport.cpp
-------------------------------
void CBaseViewport::RemoveAllPanels( void)
{
for ( int i=0; i < m_Panels.Count(); i++ )
{
vgui::VPANEL vPanel = m_Panels[i]->GetVPanel();
vgui::ipanel()->DeletePanel( vPanel );  // CRASH HERE
}
-------------------------------

Unhandled exception at 0x0e44b609 in hl2.exe: 0xC0000005: Access
violation reading location 0x0e44b609.



I've done a full rebuild and added some null pointer checks but
nothing seems to help. Some searches revealed people having this
problem back in '05 but as always they fail to mention how they
managed to fix it leaving me frustrated without a solution. Any ideas?

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to