Pete Dowson Posted February 4, 2005 Report Posted February 4, 2005 you were kind enough to grant me access key for my freeware FlightSim Manager, and another one for my new activeX Moving map. You implemented it on FSUIPC, Version 3.44 I don't know if that is your personal FSUIPC key or not, but I have had to delete your message in case it is! You must never publish your personal user key. It violates your purchase agreement! If it is not your user key, why have you a line reading "FSUIPC Key= ..."? If you want help with aut-registration by program, please turn on IPC Write Logging, and also tell me more about how you have programmed this access. Regards Pete
rana Posted February 4, 2005 Report Posted February 4, 2005 HI Pete, sorry about the confusion: the key I wrote down is Freeware access key: not the end user personal key (this value can be seen by right-click program: properties) Please add the code to send the data to 8001 and send me another OCX. The KEY you need is:> Program name: FSMMovingMap.ocx > Company: RanaInside > Product Name: MovingMap above is from your email to me: I guess I code write Freeware key, but I didn't really think of anything when I wrote down a line with "FSUIPC Key".. I wrote it down as I copies it from Comments information of my OCX. I would quickly recap: it was an activeX, so you sent me a pre-beta 3.44 version to test it. It has the key in comments, and on the first connection I am writing AV7DLA8L8JGPFSMMovingMap.ocx and a null char at &H8001.. finally it would either be launched through Kneeboard (you tested it last time with your myIE), or a small exe container. does the following Log not have IPC Write logging?? ********* FSUIPC, Version 3.45 by Pete Dowson ********* Running inside FS2004 (FS9.1 CONTROLS.DLL, FS9.1 WEATHER.DLL) User Name="" User Addr="" FSUIPC not user registered WIDEFS not user registered, or expired Module base=61000000 ClassOptions: UIPCMAIN=FF7F, FS98MAIN=FF7F, FS2KMAIN=FF5E WeatherOptions(Orig)=0000B027[0000B027] InitDelay: 0 seconds WeatherReadInterval=4 LogOptions=0000000D DebugStatus=0 15890 System time = 09:31:50 15906 E:\Flight\Flight Simulator 9\ 15906 System time = 09:31:50, FS2004 time = 12:00:00 (00:00Z) 27281 FLIGHTS\OTHER\FLTSIM.flt 27343 AIRCRAFT\c172\Cessna172SP.air 27640 Aircraft="Cessna Skyhawk 172SP" 42937 D:\Documents\Flight Simulator Files\Mesh SF.flt 43000 AIRCRAFT\C172Real\RealAirSimulationsC172SP.air 43265 Aircraft="Cessna Skyhawk 172SP Kangan Batman TAFE by RealAir Simulations" 44422 Clear All Weather requested: external weather discarded 51922 Advanced Weather Interface Enabled 96172 Traffic File #21 = "scenery\world\scenery\trafficranatraffic" 107672 Client Application: "fs9" (Id=2408) 107672 E:\Flight\Flight Simulator 9\fs9.exe 107672 Product="Microsoft Flight Simulator 2004 - A Century of Flight" 107672 Company="Microsoft Corporation" 107672 READ0 [P2408] 3304, 4 bytes: 00 00 50 34 107672 READ0 [P2408] 3308, 4 bytes: 07 00 DE FA 107672 WRITE0 [P2408] (failed, read-only!) 330A, 2 bytes: 00 00 108812 WRITE0 [P2408] 8001, 29 bytes: 41 56 37 44 4C 41 38 4C 38 4A 47 50 46 53 4D 4D 108812 6F 76 69 6E 67 4D 61 70 2E 6F 63 78 00 108812 Client Application: "FSMMovingMap.ocx" (Id=2408) 108812 D:\Documents\MyWork\FlightSimManager\_activeX_MovingMap\FSMMovingMap.ocx 108812 Product="FSMMovingMap" 108812 Company="RanaInside" 108812 Program [2408] "FSMMovingMap.ocx" access registration is invalid 108812 Illegal read attempt: offset 0560, size 8 [P2408] 108812Program or module not accredited for use with this unregistered FSUIPC 126703 Illegal read attempt: offset 0568, size 8 [P2408] 126703 Illegal read attempt: offset 0580, size 4 [P2408] 126703 Illegal read attempt: offset 02A0, size 2 [P2408] 126703 ### IPC Message processed in 17891mSecs ### 151031 Client Application: "fs9" (Id=2408) 151047 E:\Flight\Flight Simulator 9\fs9.exe 151109 Product="Microsoft Flight Simulator 2004 - A Century of Flight" 151109 Company="Microsoft Corporation" 151156 Illegal read attempt: offset 0560, size 8 [P2408] 151156 Illegal read attempt: offset 0568, size 8 [P2408] 151156 Illegal read attempt: offset 0580, size 4 [P2408] 151156 Illegal read attempt: offset 02A0, size 2 [P2408] 231187 System time = 09:35:25, FS2004 time = 15:02:41 (22:02Z) 231187 *** FSUIPC log file being closed Memory managed: 7 Allocs, 112 Freed ********* FSUIPC Log file closed **** thanks pete for the fast response.
Pete Dowson Posted February 4, 2005 Author Report Posted February 4, 2005 I would quickly recap: it was an activeX, so you sent me a pre-beta 3.44 version to test it. It has the key in comments, and on the first connection I am writing AV7DLA8L8JGPFSMMovingMap.ocx and a null char at &H8001.. finally it would either be launched through Kneeboard (you tested it last time with your myIE), or a small exe container. Yes, I checked. It was indeed tested here with MyIE, and I think you tested it okay there too? This is about two months ago! Since then FSUIPC 3.44 and 3.45 have been released. What has changed? Aha! I think I see it: In this log: 108812 Client Application: "FSMMovingMap.ocx" (Id=2408) 108812 D:\Documents\MyWork\FlightSimManager\_activeX_MovingMap\FSMMovingMap.ocx 108812 Product="FSMMovingMap" 108812 Company="RanaInside" 108812 Program [2408] "FSMMovingMap.ocx" access registration is invalid you have changed the Product name! The registration you requested was for: Product="MovingMap" Company="RanaInside" You cannot expect to keep changing the registration details and have the Key still operative! Here's the good log from two months ago: 70125 Client Application: "FSMMovingMap.ocx" (Id=1704)70125 E:\MovingMap ActiveX\FSMMovingMap.ocx 70125 Product="MovingMap" 70125 Company="RanaInside" 70125 Program [1704] "FSMMovingMap.ocx" access registration is okay Regards, Pete
rana Posted February 4, 2005 Report Posted February 4, 2005 Hi Pete, thanks a million :) :) I have staring at this since 6AM, but never say it. cheers.
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