• 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.

Error during export

  • Thread starter Thread starter GHD
  • Start date Start date

GHD

Messages
12,244
Country
england
All I had done was to edit the GUID before export and:

Code:
************** Exception Text **************
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at ASToFra.ObjectRenderer.Renderer3DHandlerType.DrawModelPart(ModelPart mPart, RenderNodes renderNodes)
   at ASToFra.ObjectRenderer.Renderer3DHandlerType.RenderModelPart(ModelPart p, RenderNodes renderNodes)
   at ASToFra.ObjectRenderer.Renderer3DHandlerType.RenderSceneGraphNode(SceneGraphNode sn, RenderNodes renderNodes)
   at ASToFra.ObjectRenderer.Renderer3DHandlerType.RenderSceneGraphNode(SceneGraphNode sn, RenderNodes renderNodes)
   at ASToFra.ObjectRenderer.Renderer3DHandlerType.RenderScene()
   at ASToFra.ObjectRenderer.Renderer3DHandlerType.Paint(Object sender, PaintEventArgs e)
   at System.Windows.Forms.Control.OnPaint(PaintEventArgs e)
   at CSGL12.CSGL12Control.OnPaint(PaintEventArgs e)
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
   at System.Windows.Forms.Control.WmPaint(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

ModelConverterX.dll dated 7th June.

Edit. I think the export was to 3DS. What I really wanted was an FSX MDL which worked when I tried it :o
 
Last edited:
Hi,

Thanks for reporting. Seems another bug related to the preview update. I'll try to fix it soon.

Send from my phone using Tapatalk, so excuse the short sentences and possible typos
 
Hi George,

I can't reproduce the error here. Can you describe which steps you took? Load from which format? Then edit GUID. Then try to export?
 
Load from GMax FSX model.

Edit GUID:



Save as .3DS:



Error:



I've attached the .mdl

As I said, it exports correctly to an FSX .MDL.
 
Last edited:
OK, I can reproduce it now. Will try to fix it tomorrow.
 
Hi George,

The error is fixed in the latest development release.
 
Back
Top