User Tools

Site Tools


pc:software:xplane11:garming5:troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
pc:software:xplane11:garming5:troubleshooting [2019/03/09 06:36]
dwheele
pc:software:xplane11:garming5:troubleshooting [2019/09/16 16:14] (current)
dwheele
Line 15: Line 15:
  
 ^Problem|Although works fine in X-Plane model, when going back to using the Dev standalone version, Lettering was solid white, Horizon was not completely painted| ^Problem|Although works fine in X-Plane model, when going back to using the Dev standalone version, Lettering was solid white, Horizon was not completely painted|
-^Solution|I had coded the init() to run automatically within the constructor. Unfortunately, the GL environment was not set up yet at that point, giving a 1282 error. Solution was to manually call the GarminG5 class init() manually when ready in the main.cpp main method, and changing the calls to the BitmapFontContainer and IconContainer init() from within the end of the GarminG5 init() function.|+^Solution|I had coded the init() functions for ''GarminG5, BitmapFontContainer'' and ''IconContainer'' to run automatically within the constructor. Unfortunately, the GL environment was not set up yet at that point, giving a 1282 error. Solution was to manually call the GarminG5 class init() manually when ready in the main.cpp main method, and changing the calls to the BitmapFontContainer and IconContainer init() from within the end of the GarminG5 init() function.|
  
 3/8/2019 10:36 p.m. 3/8/2019 10:36 p.m.
 +
 +^Problem|Trying to run he Garmin exe on another computer. Kept getting an error.|
 +^Solution|Had to download the C++ Redistribution package and install it on that computer.|
 +
 +3/24/2019
 +
 +^Problem|Getting 1114 (DLL) initialization routine failed error|
 +^Solution|Created a ''/temp'' directory. After moving things to D: drive, didn't create this directory, which is written to by the DLL log files|
 +
 +9/16/2019
  
  
  
pc/software/xplane11/garming5/troubleshooting.1552113369.txt.gz · Last modified: 2019/03/09 06:36 by dwheele