ValveSoftware / halflife

Half-Life 1 engine based games
Other
3.65k stars 617 forks source link

[MODDING] Game exits during level transition and save/reload. #1366

Closed cfjiw closed 10 years ago

cfjiw commented 10 years ago

Hi there, me and a couple other friends of mine have been developing a modification for the goldsrc engine using the new updated SDK. During level transitions or reloading saved games we've noticed that Half-Life always appears to crash and exit without providing any error message. This is extremely aggravating for us as mod developers as you can imagine, and we're just curious to know if there's any way we can properly debug in order to pinpoint the source of this crash in our code.

Thanks for your time.

alfred-valve commented 10 years ago

The hlcoders list (over at http://list.valvesoftware.com ) is a better forum for SDK issues. You should look in the "dumps/" folder under Steam for any crash dumps from your game, you can then use msdev to debug the dumps to dicover the issue, or run the game in the debugger to catch the problem.