• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

GDI+ error

Messages
66
Country
italy
All of a sudden I've started to get GDI+ error when opening any AD4 file.
ADE starts normally. The error only happens at the final stage after opening a file. I can see the airport layout and elements on the screen, then a window appears with this:

System.Runtime.InteropServices.ExternalException: Errore generico in GDI+.
in System.Drawing.Region.IsVisible(RectangleF rect, Graphics g)
in System.Drawing.Region.IsVisible(RectangleF rect)
in UMD.HCIL.Piccolo.Nodes.PPath.Intersects(RectangleF bounds, PMatrix matrix)
in UMD.HCIL.Piccolo.Nodes.PPath.Intersects(RectangleF bounds)
in UMD.HCIL.Piccolo.PNode.PickAfterChildren(PPickPath pickPath)
in UMD.HCIL.Piccolo.Nodes.PPath.PickAfterChildren(PPickPath pickPath)
in UMD.HCIL.Piccolo.PNode.FullPick(PPickPath pickPath)
in UMD.HCIL.Piccolo.PNode.FullPick(PPickPath pickPath)
in UMD.HCIL.Piccolo.PCamera.PickCameraView(PPickPath pickPath)
in UMD.HCIL.Piccolo.PCamera.PickAfterChildren(PPickPath pickPath)
in UMD.HCIL.Piccolo.PNode.FullPick(PPickPath pickPath)
in UMD.HCIL.Piccolo.PCamera.Pick(Single x, Single y, Single halo)
in UMD.HCIL.Piccolo.PInputManager.ProcessInput()
in UMD.HCIL.Piccolo.PRoot.ProcessInputs()
in UMD.HCIL.Piccolo.PInputManager.ProcessEventFromCamera(EventArgs e, PInputType type, PCamera camera, PCanvas canvas)
in UMD.HCIL.Piccolo.PCanvas.SimulateMouseMoveOrDrag()
in UMD.HCIL.Piccolo.PCanvas.OnMouseEnter(EventArgs e)
in System.Windows.Forms.Control.WmMouseEnter(Message& m)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

This happens on a machine where FSX is not installed, with both 1.70 and 1.75RC1, but I've had no problems at all for months. I do not have this problem on another machine with ADE installed. Maybe some specific windows update issue?
System is Win7 Professional 64, ADE with ProKey.

Thanks in advance for any help.
 
Last edited:
This is coming from the third party graphics engine that ADE uses. I don't know what causes the problem. Please send me the log file so I might see the point in the ADE code that triggers this
 
OK - I am sorry but I can't see any way to fix this since it is all happening outside my code. General GDI+ errors are very hard to find - it could be memory, or lack of resources or almost anything. It seems that it relates to your computer setup. I am afraid I am not being helpful here :(
 
I would try running the software with elevated privileges. It is easy to conclude that a Windows update added a security restriction and this conclusion could be re enforced with a confirmation that ADE has been installed into the Program Files directory. Such dysfunctionality was a common occurrence for users who migrated to the increased, or significantly changed security environment of Windows 10 and it was learned that the program files directory bore the highest focus of these security restrictions. The conclusion would be that this security environment was now being applied to W7 users.
So there are actually two solutions to try, based on the conclusion, because in many cases, installing software in any other directory than Program Files, allowed the software, that otherwise had errors like the one shown above, to run normally without the need for elevated privileges.
 
I don't know how to increase privileges.
I have an admin account on W7, UAC is disabled, ADE is set to run as administrator and it is installed in its own directory in C:
The whole directory is also disabled in Microsoft Security Essentials.
 
That is about the extent you can do for elevated privileges.
 
Hello!
Just to report that the simplest solution generally given in these cases is always the most effective too. Uninstall and reinstall did the trick!
 
That's good - thanks for letting us know
 
Back
Top