March 4, 200719 yr Any idea why the resizing of a panel would result in an immediate crash to desktop?Anyone ever had that problem?
March 4, 200719 yr A window resize generates these instances:PANEL_SERVICE_PRE_KILLPANEL_SERVICE_POST_KILLPANEL_SERVICE_PRE_INSTALLPANEL_SERVICE_POST_INSTALLPANEL_SERVICE_PRE_INITIALIZEPANEL_SERVICE_POST_INITIALIZEPANEL_SERVICE_PRE_UPDATEPANEL_SERVICE_PRE_GENERATEPANEL_SERVICE_POST_GENERATEMy guess would be that you have something in one of those cases that really belongs in PANEL_SERVICE_CONNECT_TO_WINDOW or PANEL_SERVICE_DISCONNECTDoug
March 4, 200719 yr Doug,Thanks for your response.Your informed guess made me think, and I realized that I had forgotten to take out some code that allocated and freed some directx sound buffers from PANEL_SERVICE_PRE_INITIALIZE, and PANEL_SERVICE_PRE_KILL that had been moved into the mod_init / deinit with the changes made to FSX.Thanks, you helped solve it.
Create an account or sign in to comment