Author Topic: P3DV5 HF1 menu crash **SOLVED**  (Read 1309 times)

doksas

  • Jr. Member
  • **
  • Posts: 75
P3DV5 HF1 menu crash **SOLVED**
« 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;
« Last Edit: December 22, 2021, 02:56:46 pm by virtuali »

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 51238
    • VIRTUALI Sagl
Re: P3DV5 HF1
« Reply #1 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.
« Last Edit: December 27, 2021, 08:48:51 am by virtuali »