Visvate Posted January 25, 2009 Report Posted January 25, 2009 I want to develop something connected to FS via FSUIPC. At this time I know a little for programming(only some of VB)and won't have time to study until several months later. It seems that FSInterrogate is useful and maybe not too hard for me, Now I'm trying to do something basic first, however a problem arised at the very beginning. That is, when I launch FS2004 with fsuipc 3.85 and FSInterrogate on the same computer, FSI doesn't connect to fsuipc at all. The sample program for vb doesn't connect to it, either. There being the item "fsuipc" in the FS menu, I'm sure it is installed indeed. And what is "privilege levels "? I can't understand because of my bad English. Now I just want to get some data in VB such as attitude and speed, will it be too much beyond my capabel now? Many thanks.
Pete Dowson Posted January 25, 2009 Report Posted January 25, 2009 That is, when I launch FS2004 with fsuipc 3.85 and FSInterrogate on the same computer, FSI doesn't connect to fsuipc at all. The sample program for vb doesn't connect to it, either. There being the item "fsuipc" in the FS menu, I'm sure it is installed indeed. And what is "privilege levels "? I can't understand because of my bad English. If you have FS set to run "as administrator" and then run FSUIPC applications as a normal user or ordinary administrator, Wndows (especially Vista) actually prevents FS and the other program exchanging data. If you run one side "as administator" then you must do the same with the others. These are different levels of privilege -- different access capabilities. There is nothing else I'm aware of which could stop a connection completely. However, if the code signature of the FSUIPC.DLL module is failing to check, it will cause incorrect values to be sent to client programs and they may not like that. Find the FSUIPC.LOG file, in the FS Modules folder, and show it to me. Regards Pete
Visvate Posted January 25, 2009 Author Report Posted January 25, 2009 I'm using winxp, and at all time I login as administrator. And my system only has an "administrator", no any other users and the "guest" is disabled. So I really have no idea. Here's the fsuipc.log shows. ********* FSUIPC, Version 3.85 by Pete Dowson ********* Running on Windows Version 5.1 Build 2600 Service Pack 3 Verifying Certificate for "J:\Flight Simulator 9\MODULES\FSUIPC.dll" now ... SUCCESS! Signature verifies okay! Running inside FS2004(original release) User Name="aho punk" User Addr="aho@punk.com" FSUIPC Key is provided WIDEFS not user registered, or expired Module base=61000000 ClassOptions: UIPCMAIN=FF7F, FS98MAIN=FF7F, FS2KMAIN=FF5E WeatherOptions(Orig)=40003605[40003605] InitDelay: 0 seconds WeatherReadInterval=4 LogOptions=00000001 DebugStatus=15 9578 System time = 18:11:32 9594 J:\Flight Simulator 9\ 9594 System time = 18:11:32, FS2004 time = 12:00:00 (00:00Z) 14687 FLIGHTS\OTHER\FLTSIM.flt 14812 AIRCRAFT\c172\Cessna172SP.air 15734 Aircraft="Cessna Skyhawk 172SP" 37109 J:\Flight Simulator 9\lessons\student\Lesson 7.flt 37562 Clear All Weather requested: external weather discarded 41656 Advanced Weather Interface Enabled 383406 FLIGHTS\OTHER\FLTSIM.flt 384953 Clear All Weather requested: external weather discarded 401531 J:\Flight Simulator 9\lessons\student\Lesson 7.flt 402000 Clear All Weather requested: external weather discarded 1099422 FLIGHTS\OTHER\FLTSIM.flt 1100797 Clear All Weather requested: external weather discarded
Pete Dowson Posted January 26, 2009 Report Posted January 26, 2009 I'm using winxp, and at all time I login as administrator. And my system only has an "administrator", no any other users and the "guest" is disabled. So I really have no idea. No no. the privilege level differences are between "administrator" and "elevated administrator". User Name="aho punk"User Addr="aho@punk.com" When did you purchase your registration? There appears to be no record of this name. I suspect the registration code you have is invalid. Delete the FSUIPC.KEY file from the FS modules folder and i think you'll find everything works. Please confirm. Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now