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

Help on getting Obplacer started

Messages
5
Country
us-nevada
Sir;

I downloaded the Obplacer XML runtime installer V0.83. When I try to start it I get the splash screen, it says that "cannot find FS installation, check config file". When you hit the ok button on that it crashes, saying that it had to exit and log being made. There is no config file in the root directory of the program yet as I havn't been able to start the program. The FS installation is in the standard /program file/ms games/fs9 folder setup.

I do have FSUIPC installed and operating.

Now, I am presently still running windows 2000, is that a potential problem (all of your other excellent tools run just fine).

Thanks for your help.

Jack W
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,885
Country
netherlands
Hello Jack,

This probably means that your FS path is not stored in your registry correctly. But instead of crashing, the tool should create a template config.xml file for you, so that you can enter the correct path. I'll see if I can fix that for the next version.

For now, try to create a config.xml file manually with the following text in it:

Code:
<Configuration>
	<FsPath>C:\FlightSim\fs2004</FsPath>
	<MDLPath></MDLPath>
	<XMLPath></XMLPath>
	<frmPreview align="4" docked="1" visible="1"/>
	<frmObjProp align="4" docked="1" visible="1"/>
	<frmObjTree align="3" docked="1" visible="1"/>
</Configuration>

Of course you need to change the FsPath value to your correct path.
 
Messages
5
Country
us-nevada
Arno

Another piece of information for troubleshooting

If the path was wrong in the information you gave me it would still crash in the same fashion. Once the path was correct it worked fine.

Jack W
 

arno

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
32,885
Country
netherlands
OK, thanks for letting me know. I think I should add some more error checking to see if the path is OK :).
 
Top