Search the archive:
YaBB - Yet another Bulletin Board
 
   
 
Page Index Toggle Pages: 1
Send Topic Print
SDK (Read 534 times)
Mar 7th, 2012 at 6:45pm

c130lover   Offline
Colonel
Allons-y!
U.S.A

Gender: male
Posts: 326
*****
 
I'm having trouble getting the object placement tool working. I placed the dll.xml in the correct location and changed the path to where I was informed to, but it still wont load. any advice?
 

...
IP Logged
 
Reply #1 - Mar 7th, 2012 at 6:59pm

Groundbound1   Offline
Colonel
No, I don't work for Mythbusters...
Michigan, USA

Gender: male
Posts: 1745
*****
 
Proper version? I think there is a different one for each of the service packs, and one for use with Acceleration.

http://www.fsdeveloper.com/wiki/index.php?title=SDK_Installation_%28FSX%29
 

Specs: Asus Crosshair nForce 590 SLI,
AMD Athlon X2 6400+ w/ZeroTherm BTF90, 
4GB G.Skill PI Series DDR2-800,
Sapphire HD4870 512MB,
PC P&C 750 Quad, in a CoolerMaster HAF932

...
IP Logged
 
Reply #2 - Mar 7th, 2012 at 7:28pm

brett   Offline
Colonel
Gear Down,Gear Down!
u.s.

Gender: male
Posts: 79
*****
 
Here's a help guide for SDK installation. http://www.fsdeveloper.com/wiki/index.php?title=SDK_Installation_%28FSX%29
You are not the only one that has problems with this. Everything has to be perfect for it to work and sometimes just doing a reboot works. Crazy FSX. I suggest a search for past posts because I have seen many different fixes work in different situations and OS versions.
 

Take Care,
Brett
...
IP Logged
 
Reply #3 - Mar 7th, 2012 at 7:52pm

c130lover   Offline
Colonel
Allons-y!
U.S.A

Gender: male
Posts: 326
*****
 
well, It wasnt the proper version, but I updated it. and it still isnt working. Embarrassed
 

...
IP Logged
 
Reply #4 - Mar 7th, 2012 at 8:01pm

c130lover   Offline
Colonel
Allons-y!
U.S.A

Gender: male
Posts: 326
*****
 
Here's a screenshot of the DLL.XML. does this look right to you?
...
 

...
IP Logged
 
Reply #5 - Mar 7th, 2012 at 8:02pm

Groundbound1   Offline
Colonel
No, I don't work for Mythbusters...
Michigan, USA

Gender: male
Posts: 1745
*****
 
Like brett mentioned, this can be a tricky thing to sort out. Did you give the link above a good read? There's more to it than simply copying the correct .dll.
 

Specs: Asus Crosshair nForce 590 SLI,
AMD Athlon X2 6400+ w/ZeroTherm BTF90, 
4GB G.Skill PI Series DDR2-800,
Sapphire HD4870 512MB,
PC P&C 750 Quad, in a CoolerMaster HAF932

...
IP Logged
 
Reply #6 - Mar 7th, 2012 at 9:06pm

c130lover   Offline
Colonel
Allons-y!
U.S.A

Gender: male
Posts: 326
*****
 
I read it, and the troubleshooting page, but it still wont work
 

...
IP Logged
 
Reply #7 - Mar 7th, 2012 at 9:18pm

dave3cu   Offline
Colonel
Procrastinate now, don't
put it off.
3CU, Northern Wisconsin, USA

Gender: male
Posts: 3077
*****
 
From your screen shot the dll.xml file path is incorrect.  The dll.xml file should be in the ....\Microsoft\FSX\ folder (same folder as FSX.cfg).

Not in the ...\Microsoft\FSX\Controls\ folder!!

Check, there may already be a dll.xml at the correct path. If there is, read it before overwriting as there may be other .dlls registered in the file that you do not want to eliminate by overwriting the file..

 

At that time [1909] the chief engineer was almost always the chief test pilot as well. That had the fortunate result of eliminating poor engineering early in aviation.          Igor Sikorsky

I intend to live forever....so far, so good.         Steven Wright

You know....you can just rip up a to-do list.
IP Logged
 
Reply #8 - Mar 7th, 2012 at 9:32pm

andy190   Offline
Colonel
This is the voice of the
Mysterons...
Havelock North, NZ

Gender: male
Posts: 1368
*****
 
I believe that you’re supposed to Copy the contents of the dll file you show not replace the proper one with it.
 

...

Intel Core i5-2310 CPU @ 2.90GHz, 6GB RAM, AMD Radeon HD 6450, Windows 7 Professional 64 bit, Logitech Extreme 3D Pro
IP Logged
 
Reply #9 - Mar 7th, 2012 at 9:48pm

c130lover   Offline
Colonel
Allons-y!
U.S.A

Gender: male
Posts: 326
*****
 
oh boy, I think I'm getting closer! I copied and pasted the <SimBase.Document Type="Launch" version="1,0">
  <Descr>Launch</Descr>
  <Filename>dll.xml</Filename>
  <Disabled>False</Disabled>
  <Launch.ManualLoad>False</Launch.ManualLoad>
  <Launch.Addon>
    <Name>Object Placement Tool</Name>
    <Disabled>False</Disabled>
    <ManualLoad>False</ManualLoad>
    <Path>C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
  </Launch.Addon>
into an open space in the dll.xml file (NOT in the /controls/ folder this time) and all of my addons dissapeared, and no tools menu popped up. at least something got effected!
 

...
IP Logged
 
Reply #10 - Mar 7th, 2012 at 10:14pm

dave3cu   Offline
Colonel
Procrastinate now, don't
put it off.
3CU, Northern Wisconsin, USA

Gender: male
Posts: 3077
*****
 
First thing to do is make a backup copy of your current dll.xml. Even if it's now broken it can be repaired if needed.

Did the file already exist and you pasted the 'new sections' in? If so you it's probably broken because you now have duplicate entries. Hopefully you added the new entries at the bottom of the file.


This section should already be at the top of the file....so there's no need to add it.

<SimBase.Document Type="Launch" version="1,0">
  <Descr>Launch</Descr>
  <Filename>dll.xml</Filename>
  <Disabled>False</Disabled>
  <Launch.ManualLoad>False</Launch.ManualLoad>

The ObjectPlacemenTool section may also exist farther down. If so, then delete the section you added and make the proper edit in the section that was there.

Be careful editing/deleting as one misplaced, missing or extra character will cause an error.

If you still can't get it sorted, copy and paste the whole file text into your next reply.


Glad you got it sorted..   Smiley  
 

At that time [1909] the chief engineer was almost always the chief test pilot as well. That had the fortunate result of eliminating poor engineering early in aviation.          Igor Sikorsky

I intend to live forever....so far, so good.         Steven Wright

You know....you can just rip up a to-do list.
IP Logged
 
Reply #11 - Mar 7th, 2012 at 10:15pm

c130lover   Offline
Colonel
Allons-y!
U.S.A

Gender: male
Posts: 326
*****
 
and, SUCCESS Cheesy thanks for your support, everyone! I realized that I copied too much from the dll.xml that came with the sdk.  now I just have to get myself familiar with the SDK!
 

...
IP Logged
 
Reply #12 - Mar 7th, 2012 at 10:34pm

andy190   Offline
Colonel
This is the voice of the
Mysterons...
Havelock North, NZ

Gender: male
Posts: 1368
*****
 
Glad you got it sorted & good luck to you. Wink

BTW have you read the Mission Building in FSX articles? They ought to help.

Part 1 & 2. & Part 3 & 4.
 

...

Intel Core i5-2310 CPU @ 2.90GHz, 6GB RAM, AMD Radeon HD 6450, Windows 7 Professional 64 bit, Logitech Extreme 3D Pro
IP Logged
 
Page Index Toggle Pages: 1
Send Topic Print