Once again, uninstaled all with register delate. SODE also uninstaled, and one more time i had instaled Full instal GSX, and once again:
Why you use this "once again" sentence, as if the problem was in some way "caused" by GSX ? As I've said in my previous reply, there were
TWO possible reasons for these errors:
1) You forgetting to reinstall GSX after you uninstalled it. This can be ONE reason to explain the inability to create objects that are normally installed with the GSX Full installer.
OR
2) A problem with a missing line (which should always be present in every FSX installation) for the SimobjectsPaths commands in the FSX.CFG, either caused by a defecting 3rd party installer OR because you hand-edited it by hand, when you "fixed your SODE jetways"
So, it appears it was reason #2, which is why I started explaining it by saying "If you are SURE you installed GSX using the latest FULL installer, then..."
I had read this post from link but there is no isue? reinstall fsx it's not an isue for me. Can You help me with this FSX.cfg? i have in appdata/roaming/fsx/fsx.cfg and only this have something with simobjects
[Main]
DisablePreload=1
HideMenuFullscreen=1
HideMenuNormal=1
Location=440,130,1480,908,\\.\DISPLAY1
Maximized=2
PerfBucket=7
ProcSpeed=14767
SimObjectPaths.0=SimObjects\Airplanes
SimObjectPaths.1=SimObjects\Rotorcraft
SimObjectPaths.2=Aerosoft\Split X\simobjects
SimObjectPaths.3=C:\Program Files (x86)\12bPilot\SODE\data\SimObjects
SimObjectPaths.4=C:\ProgramData\12bPilot\SODE\SimObjects
User Objects=Airplane, Helicopter
If this is the whole content of that section, meaning ALL your SimObjectPaths lines are there and there are no others, it clearly CONFIRMS what I've suspected as possible reason #2: your FSX.CFG has been messed up with, because on the other post, I clearly indicated how it's supposed to look like on a correctly installed FSX. I'll repeat it again here:
SimObjectPaths.0=SimObjects\Airplanes
SimObjectPaths.1=SimObjects\Rotorcraft
SimObjectPaths.2=SimObjects\GroundVehicles
SimObjectPaths.3=SimObjects\Boats
SimObjectPaths.4=SimObjects\Animals
SimObjectPaths.5=SimObjects\Misc
These are the lines as they are SUPPOSED to be on a freshly installed FSX. In your FSX.CFG, you are missing ALL default GroundVehicles, Boats, Animals and hundreds of default library objects that are supposed to be used in every default scenery, the Misc folder.
When you (or a 3rd party installer) need to ADD new paths, you must ADD new lines, NOT replace existing ones!! And, as I've said in the post I've linked, the numbers must be in sequence.
Which means, if you wanted to add the paths for the Aerosoft Split objects and the paths for the SODE objects, you should have done it THIS way:
SimObjectPaths.0=SimObjects\Airplanes
SimObjectPaths.1=SimObjects\Rotorcraft
SimObjectPaths.2=SimObjects\GroundVehicles
SimObjectPaths.3=SimObjects\Boats
SimObjectPaths.4=SimObjects\Animals
SimObjectPaths.5=SimObjects\Misc
SimObjectPaths.6=Aerosoft\Split X\simobjects
SimObjectPaths.7=C:\Program Files (x86)\12bPilot\SODE\data\SimObjects
SimObjectPaths.8=C:\ProgramData\12bPilot\SODE\SimObjects
I believe the problem happened because, as you said yourself, you had to "fix my SODE jetways", which I guess involved manually editing the FSX.CFG file to add the SODE lines (something that is normally done by the SODE installer), and failed to do it properly.