Board index FlightGear Support Installation

IDG A32X Installation Problem

Need help getting up and running? Installing FlightGear, add-on planes, sceneries etc.
Forum rules
In order to help you, we need to know a lot of information. Make sure to include answers to at least the following questions in your initial post.

- what OS (Windows Xp/Vista, Mac etc.) are you running?
- what FlightGear version do you use?
- what graphics card do you have?

Please, also see Requesting Technical Help.

Note: If you did not get a reponse, even after 7 days, you may want to check out the FlightGear mailing lists to ask your question there.

IDG A32X Installation Problem

Postby SirPilotOfAviation » Sat Jan 27, 2018 6:54 am

I downloaded the IDG A32X from GitHub and received the following error message:

__________________
Error Code: 0x223
Reason: Aircraft Initiallization failed



What should I do?

Version: 2017.3.1
THERE IS NO SPORT EQUAL TO THAT WHICH AVIATORS ENJOY WHILE BEING CARRIED THROUGH THE AIR ON GREAT WHITE WINGS.
» WILBUR WRIGHT
SirPilotOfAviation
 
Posts: 52
Joined: Thu Mar 02, 2017 2:09 pm
Location: Asia
Callsign: N420QG
Version: Latest
OS: Windows 10

Re: IDG A32X Installation Problem

Postby wkitty42 » Sat Jan 27, 2018 8:31 pm

did you rename the directory and remove "-master"?
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9148
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04

Re: IDG A32X Installation Problem

Postby SirPilotOfAviation » Sun Jan 28, 2018 7:25 am

Okay, this problem is not completely solved. "-master" is removed, not file within file. However, I can open it sometimes, and sometimes not. If not, I need to restart FG. Any ideas?
THERE IS NO SPORT EQUAL TO THAT WHICH AVIATORS ENJOY WHILE BEING CARRIED THROUGH THE AIR ON GREAT WHITE WINGS.
» WILBUR WRIGHT
SirPilotOfAviation
 
Posts: 52
Joined: Thu Mar 02, 2017 2:09 pm
Location: Asia
Callsign: N420QG
Version: Latest
OS: Windows 10

Re: IDG A32X Installation Problem

Postby legoboyvdlp » Sun Jan 28, 2018 5:45 pm

If you are trying to load in the air, it will not work, because tue aircraft systems are not designed with that in mind. That is the main cause of the 0x223 error.

Legoboyvdlp
IDG Developer
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

Re: IDG A32X Installation Problem

Postby SirPilotOfAviation » Mon Jan 29, 2018 11:08 am

Okay, never spawned in the air but next time I get a code I'll put it here. Oh and is the fuel pump button "clickable?"
THERE IS NO SPORT EQUAL TO THAT WHICH AVIATORS ENJOY WHILE BEING CARRIED THROUGH THE AIR ON GREAT WHITE WINGS.
» WILBUR WRIGHT
SirPilotOfAviation
 
Posts: 52
Joined: Thu Mar 02, 2017 2:09 pm
Location: Asia
Callsign: N420QG
Version: Latest
OS: Windows 10

Re: IDG A32X Installation Problem

Postby legoboyvdlp » Mon Jan 29, 2018 2:41 pm

The fuel system is simulated very well in quite some detail, off the top of my head the XFEED buttons and all fuel pump buttons work. Also, if the fuel pumps fail just stay above 0g, and you will get fuel fed to you by gravity :)
User avatar
legoboyvdlp
 
Posts: 7981
Joined: Sat Jul 26, 2014 2:28 am
Location: Northern Ireland
Callsign: G-LEGO
Version: next
OS: Windows 10 HP

Re: IDG A32X Installation Problem

Postby V12 » Thu Feb 15, 2018 7:16 am

This is FG related problem, not aircraft bug. See viewtopic.php?p=315784#p315784. Somewhere in the FG canvas implementation is bug.
Fly high, fly fast - fly Concorde !
V12
 
Posts: 2757
Joined: Thu Jan 12, 2017 5:27 pm
Location: LZIB
Callsign: BAWV12

Re: IDG A32X Installation Problem

Postby wkitty42 » Thu Feb 15, 2018 4:17 pm

@V12: are you saying the bug reported at the top of the page...
Code: Select all
Error Code: 0x223
Reason: Aircraft Initiallization failed

is a canvas bug?? i don't know that i see the connection...
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9148
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04

Re: IDG A32X Installation Problem

Postby V12 » Fri Feb 16, 2018 10:00 am

I think yes :
viewtopic.php?p=327553#p327553 and followed posts.
When I played with Concorde's TCAS canvas implementation, I observed errors in the console. When I disabled canvas TCAS / WXR based on basic canvas TFC and WXR layers, captain's tablet with simulated NAV display based on artix's custom canvas and deleted autosave.xml, simulation started without errors in the nasal console. When first canvas has been enabled, autosave.xml deleted, next start was with error again. Quit FG, then start on same airport was without errors.
Fly high, fly fast - fly Concorde !
V12
 
Posts: 2757
Joined: Thu Jan 12, 2017 5:27 pm
Location: LZIB
Callsign: BAWV12

Re: IDG A32X Installation Problem

Postby wkitty42 » Fri Feb 16, 2018 3:30 pm

that sounds like something isn't being initialized properly... it could be that something is missing in the canvas set up in the craft code... i've seen similar in years past in other projects where we could do Y without having to first do X but then more additions and enhancements required us to have to do X before Y... then again, it could be something in memory is being overwritten because someone didn't think to check the size of the buffer before stuffing something too large into it... that's a classic buffer overrun and one of the easiest things to check for BEFORE writing to the buffer...
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9148
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 20.04


Return to Installation

Who is online

Users browsing this forum: No registered users and 6 guests