Change Debug->Exceptions->"Microsoft C++ Exception" to "stop always" and see if that help.
----Original Message---- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, August 06, 2004 3:28 PM To: [EMAIL PROTECTED] Subject: RE: [hlcoders] huge debug problem > thx Davidm, adding the 71 dll did not seem to make a differnece. I > was wrong about the crash, it was actually just closing but with this > message > > i forced a pPlayer=NULL, then dereferenced that pointer to get this > crash, but it did not point me to the line in the code, it just > exited. > > Loaded 'C:\Steam\dbghelp.dll', no matching symbolic information found. > First-chance exception in hl.exe (HLE.DLL): 0xC0000005: Access > Violation. > Loaded 'C:\Steam\CSERHelper.dll', no matching symbolic information > found. > Loaded 'C:[EMAIL PROTECTED]', > no matching symbolic information found. > Loaded 'C:\WINNT\system32\psapi.dll', no matching symbolic > information found. > Loaded 'C:\WINNT\system32\psapi.dll', no matching symbolic > information found. > File > c:[EMAIL PROTECTED] > was never closed > The thread 0x538 has exited with code 0 (0x0). > > > what is CSERHelper.dll? > > Quoting David Fencik <[EMAIL PROTECTED]>: > > > Good...you're getting somewhere. > > > > I neglected to mention that there was another file that the farcry > > server wanted...after I put the dll file in. > > > > Perhaps these dlls need to be used as a pair? > > > > The files I needed were: > > > > msvcr71.dll > > msvcp71.dll > > > > Try acquiring the 70 version of both of these files and adding them > > to your project. > > > > Dave > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > [EMAIL PROTECTED] Sent: Thursday, August 05, 2004 1:18 AM > > To: [EMAIL PROTECTED] > > Subject: RE: [hlcoders] huge debug problem > > > > > > Dont feel guilty, this topic is very long. The truth is, i never > > had the file. But i have in fact downloaded it several times and > > placed it in the dir's that vs wanted it in. After i do that, i no > > lnoger get a missing dll error, but vs locks up and i have to > > ctrl-alt-del half-life to get out of the debugger. > > > > Quoting David Fencik <[EMAIL PROTECTED]>: > > > > > This may be a silly question, but where does this dll file live > > > in your system? > > > > > > Maybe OT: > > > > > > When I setup my first far cry server, it complained that the same > > > dll you are complaining about was missing. I did a search for > > > it, and it showed up in a Battlefield Vietnam folder. Copied it > > > over and worked fine. > > > > > > I really cannot imagine why the file is only necessary for > > > debugging, and not running, but I have done little windows > > > development. > > > > > > I am guilty of not reading many of your posts...but have you > > > added the file to your project? > > > > > > Dave > > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] On Behalf Of > > > [EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 5:27 PM > > > To: [EMAIL PROTECTED] > > > Subject: Re: [hlcoders] huge debug problem > > > > > > > > > Like i said, I set that up, its been set up, and nothing would > > > even work if is was not set up. HL -steam executes and debugs > > > (kind of), I can hit break points and look at values, but > > > whenever a crash occurs like lets say an access violation, i get > > > a missing msvrc70dll. This is not the case with > > WON. > > > The > > > problem i have now is i cant play WON online, it keeps asking me > > > to update to steam. Is there anyway i can disable the damn update > > > without disconnecting my internet. I do need to play online with > > > people in the debugger. > > > > > > Quoting "Jeffrey \"botman\" Broome" <[EMAIL PROTECTED]>: > > > > > > > > http://articles.thewavelength.net/382/ > > > > > > > > -- > > > > Jeffrey "botman" Broome > > > > > > > > _______________________________________________ > > > > To unsubscribe, edit your list preferences, or view the list > > > > archives, please visit: > > > > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > > > > > > > > > > > > > > > > _______________________________________________ > > > To unsubscribe, edit your list preferences, or view the list > > > archives, please visit: > > > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > > > > > > > > > > > > > > _______________________________________________ > > > To unsubscribe, edit your list preferences, or view the list > > > archives, please visit: > > > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > > > > > > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list > > archives, please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > > > > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list > > archives, please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlcoders > > > > > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list > archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

