--
[ Picked text/plain from multipart/alternative ]
Hey All,
I started getting a weird VGUI build mode crash today that I can't nail
down. Basic idea is that it worked when I added a simple in-game panel in,
made a few changes to vgui::Button (to make a derived class) and added some
elements to my panel. Now, as soon as I try to start build mode, it crashes.
Weird thing is that it works perfectly fine with the console (ie if I put
the console window in focus and open it, its fine, but if I use anything
else, it crashes). The call stack doesn't show much except two calls to
KeyValues::FindKey and one to vgui::ComboBox::SetText.
The line (I think) it crashes on is
    for (dat = m_pSub; dat != NULL; dat = dat->m_pPeer)
in FindKey.

The weird problem is that it works fine on the console, but doesn't on
anything else (yet I've stripped down my other element that it worked
earlier on to nothing but a frame). Any ideas?

Cheers,
Matt

--
Matt Stafford (Wraiyth)
http://www.wraiyth.com
NightFall HL2 Mod - http://www.nightfallmod.com
--

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

Reply via email to