FSDreamTeam forum

Products Support => GSX Support FSX/P3D => Topic started by: doksas on December 22, 2021, 01:59:52 am

Title: P3DV5 HF1 menu crash **SOLVED**
Post by: doksas on December 22, 2021, 01:59:52 am
Today installed v5.3 HF1 ( full reinstal per LM tutorial) and sim CTD when try to call GSX menu via shortcut. I have latest version GSX updated December 18th, 2021

EDIT; Solved

[Window10]
change:
html_file = menu;
html_instance_name = MenuPrompt;
to:
scaleform_file = menuwindow;
scaleform_instance_name = MenuPrompt;

[Window11]
change:
html_file = ATC;
html_instance_name = ATC;
to:
scaleform_file = menuwindow;
scaleform_instance_name = ATC;

[Window12] ; for GSX
change:
html_file = Menu;
html_instance_name = SimConnectWindow;
to:
scaleform_file = menuwindow;
scaleform_instance_name = SimConnectWindow;
Title: Re: P3DV5 HF1
Post by: virtuali on December 22, 2021, 02:56:35 pm
Today installed v5.3 HF1 ( full reinstal per LM tutorial) and sim CTD when try to call GSX menu via shortcut. I have latest version GSX updated December 18th, 2021

EDIT; Solved

Sure it's solved, since it was never a GSX problem to begin with, but a normal problem with the standard Simconnect menu, as discussed in the relevant thread:

http://www.fsdreamteam.com/forum/index.php/topic,25742.0.html

I'm sure you figure it out, I'm only replying to the benefit of others, so the topic can be closed.