Jump to content
The simFlight Network Forums

Pete Dowson

Moderators
  • Posts

    38,265
  • Joined

  • Days Won

    170

Everything posted by Pete Dowson

  1. What's "Msg #14"? I would have thought it would be only polite to actually enter some text in your message, not just baldly shove a log file under my nose and expect miracles! After all, don't you want to provide any other information at all to explain why you don't know what the problem is? After all the log does actually tell you what is wrong, if you look at it -- see above! It "needs details from Server Broadcast" because it hasn't been told where to connect to. If it isn't receiving broadcasts then either the Server or the Client is running an older operating system which didn't support them, or they are in different Windows workgroups. Since you don't tell me anything about either PC, nor even what version of FS you are trying to use, I can't say much more about why it isn't seeing them. Read the section in the WideFS User Guide entitle "Configure your network", and especially note paragraph 3 in that section. Next time you ask for help please bring rather more useful data with you, please, and maybe a few words of explanation. Pete
  2. First an aside. Why do so many folks mis-spell the easy English word "definite" as "definate"? It seems to be happening more and more these days. Has someone spread a bad dictionary around? I run ASX on a remote PC. FSX + ASX + FSUIPC4 have been running here most of the day quite happily. If I could reproduce it I could investigate, but I'm sorry, I can't. And so far you are the only one who can -- I think there are many others using ASX with 4.25. One thing I do note: You are using SP2 rather than Acceleration. I've only got one PC with that version. I'll try that tomorrow. I wonder if all of the other testers/users running ASX are also using Acceleration? Maybe you hadn't previously actually tried the only Beta which worked with full smoothing on SP2? Certainly most of the full smoothing tests have been with Acceleration installed - until 4.241 the SP2, SP1 and RTM versions of FSX didn't have full smoothing enabled, only partial -- and 4.241 was the last Beta before 4.25. I tell you what you can try: add the line NoHorribleHack=Yes to the [General] section of the FSUIPC4.INI file, and try again. That stops the hooking and blistering I do with SIM1.DLL, and effectively makes 4.25 act just like the Betas prior to 4.241 did on SP2 or before. The Log will indicate you only have partial smoothing, and the wind changes will probably cause some ratcheting on the ASI etc. Let me know. Meanwhile, tomorrow I'll try to set up ASX linking to my only PC still running FSX + SP2. Regards Pete
  3. If it only lists 4 joysticks, and none of them the throttle quadrants, where are you seeing the two throttle levers you are seeing? I don't understand. In your axis assignments in FSUIPC you had these listed: [Axes] 0=0X,1,D,11,0,0,0 1=0Y,1,D,12,0,0,0 2=0Z,256,D,23,0,0,0 3=1Z,256,D,22,0,0,0 4=1R,1,D,10,0,0,0 5=1U,1,D,9,0,0,0 and all those (X Y Z R and U) axes are always recognised in the standard Windows joystick API (there's also a "V"). The joystick numbers, 0 and 1, correspond to the first two entries in the Joyview list - they'll be numbered 1 and 2 there I can see from the above that your throttle levers are: 1 U = Throttle 1 1 R = Throttle 2 0 X = Throttle 3 0 Y = Throttle 4 You also have the Delta set to 1 for all those -- not really recommmended. That could make FS spend all its time reading the joysticks. I thought you said you'd restored them to 256. Not sure why you would fiddle with such things in any case? Joyview might not get the names of your devices, that's not relevant, but it most certainly should see the values being received from them. When you open up the relevant joysticks (click the little +) then select "joyGetPosEx(), it shows you all 6 axes (X Y Z R U V), the 32 buttons (as a 32-bit value) and the POV hat. As you move the axes you should see the values change. That's the whole point. And you still haven't confirmed that you've calibrated these axes in Windows! Regards Pete
  4. Thank you. I 'm really glad all this stuff is so appreciated and so well used. Carry on the good flying, may it last a long long time! Regards Pete
  5. This is normally the result of having a ComCtl32.DLL windows library, probably installed by a video driver installer, which is a mismatch for the main graphics library part of the Windows update level you are using. FSUIPC does not "size" its windows at all. That is all done according to font and system settings in Windows, and it not under FSUIPC control at all. You might be able to get it looking right by going into your desktop settings (right click on a blank part of the desktop, Properties-Appearance) and choosing a more normal font size ("normal" being best, usually). If that doesn't work then I'm afraid it may be a matter of trying to repair your Windows installation -- the ComCtl32.dll from the Windows installation disks is needed. Regards Pete
  6. That is bad. What are the actual values from the axes (the "IN" values) [Oh, it's okay -- I see yoou've given then further down]. You don't need to run FSUIPC to check these values. Try the little Joyview program attached. If those truly are the limit values, and your slopes are all set to 0 (linear, not curved), then all FSUIPC is doing is scaling the incoming values to the values needed for FS, which are 0-16384. So it is effectively simply halving them and adding 8192 to make them positive. Well, you can immediately see the problem I hope. Your throttles 3 and 4 are giving totally different input values, even though the limits are the same! That's really bad! There's nothing FSUIPC can do to change the INPUT values -- those are coming from your devices, or at least their drivers. Seems that the calibration needed there is in Windows Controllers (i.e. the Saitek drivers). Check the input values in Joyview, attached. Regards Pete joyview.zip
  7. You most certainly don't want to use any curved slopes on throttles -- they are only useful for adjusting sensitivity on flight controls. The throttles need to be linear, slope 0. Having slower or faster bits in one section compared with another doesn't make any sense. Well, those values all look too "perfect" to be real! Have you actually been through the calibration process to get those? And have you calibrated in Windows first? I wouldn't expect any pair of potentiometer-based axes (assuming that's what they are) to give such exact and identical values, so it looks odd. Also, I hope you are not really expecting that for a 4-engined aircraft you get exactly the same thrust settings in all four engines when the throttles are lined up in exactly the same position? Have a look at a cockpit video some time -- you'll notice that the alignment is never perfect. They can't be really, though I supposde immediately after a full service and calibration they might be close. Regards Pete
  8. The sinature check is failing on the FSUIPC4.DLL in your modules folder. That is why this error occurs: If it fails then and not when you do it, it sounds very much like you might have an intermittent problem with your hardware somewhere -- a faulty disk, disk controller or memory chip. The signature checks performed by the installer (and by SimConnect) use the exact same routines in Windows as you do when checking them via the file Properties, so if they don't give the same answer, one or the other is seeing them differently. Therefore the data looks different in memory or when read at different times. Regards Pete
  9. Right. That's what you had originally with 4.25, but then you said you fixed it -- you didn't say how. This means, as I did actually before, that either the 4.25 file you downloaded is corrupt (go get it again), or that your unzipper somehow corrupted it, or it is just faulty on your disk or in your memory. It is probably because the 4.25 you have in the Modules folder is corrupted that SimConnect refuses to load it. It seems you never re-installed it correctly since when you first told me this. Did you bother to check the signatures on the Installer EXE file and the DLL file, as I asked you to way back? This is taking a long time, isn't it? We seem to have to repeat everything over and over! :-(. Looking back you appear to have ignored all this from my message of over four hours ago: Looks like you got a corrupted download. Please cross-check that: right-click on the Install FSUIPC4.exe program, check properties then digital signature - check that it says the signature is okay. Do the same on the installed FSUIPC4.DLL. If there's even one bit changed from when I issued it, it will fail in this way and the signatures won't work. If the Install signature checks out but not the DLL's then the problem is a corruption in your PC -- disk or memory mostly suspect. If the Install program is bad too, it is more likely to be a corruption on download or when unzipping. Sorry, I don't understand this bit. Could you expand upon that please? Pete
  10. Erthis is still the Install log file for 4.20! I thought you'd said you'd installed 4.25!? Please run the 4.25 installer! THEN show me the log. We seem to be going backwards instead of forwards. I really cannot imagine what you are actually doing there. In fact you have installed 4.25, as it says here: so why have you now run the 4.20 version again? :-( Pete
  11. One other possibility occurs to me. Do you think you might have, at some stage, told Windows not to trust me or my software? Because if so, that might well explain why SimConnect won't come near me. Please check the following: 1. Right-click on the FSUIPC4.DLL in the Modules folder, and select Properties, then the Digital Signatures tab. Go through to the details and make sure it does say the digital signature is okay. 2. Run Internet Explorer (not an alternative), select Tools -- Internet Options -- Content -- Publishers. You will see you can select tabs for "Trusted Publishers" and "Untrusted Publishers". See which one, if either, I am in ("Peter L. Dowson"). If I am in the "Untrusted" list then Remove me from there -- it means at some stage you've told Windows never to allow any of my programs to run. Regards Pete
  12. I guess those '-' characters were inserted by Notepad or something, were they? They shouldn't be in the file itself. You don't want to open any DLL file! What are you trying to do? I need to see the most recent Install FSUIPC4 log now, please. You showed me one before I think. One question: there aren't any "SimConnect..." files in the Modules folder. other than the Logs, are there? Pete
  13. So, it isn't reading the DLL.XML, or that's wrong in some way. :-( Please, let me again see the DLL.XML you used for this test, and also the latest Install FSUIPC4 log file. I'm really completely puzzled by all this. If it can see to load InstantScenery, why can't it see to load FSUIPC4? Pete
  14. But this is with InstantSceneryFSX enabled again! Didn't you run a test with just FSUIPC4 enabled, as it would have been with the DLL.XML it installs? It sounds a little worrying if InstantScenery is doing so much continuously with SimConnect it produces a large file -- I thought only FSUIPC4 did that much! We need to determine if the reason FSUIPC4 isn't being loaded is because of something one of the other programs is doing, so for this to be tested you need to rename the DLL.XML file, re-run the FSUIPC4 Installer, then run FSX, and then show me the SimConnect log file. You never know, it might be InstantScenery which is somehow causing FSCopilot not to load, as well. Regards Pete
  15. No, it won't -- you need the old DLL.XML file for that & copilot. That was why you renamed it. The DLL.XML created by FSUIPC4's installer is just for running FSUIPC4, nothing else, as a test. Ah. The problem there is that the path for the log has weird characters in it, "<" and ">". You were supposed to replace "" by the path to FSX -- the odd parentheses <> are there to show it's all got to be replaced! The Simconnect.ini file should be: [simConnect] level=Verbose console=Yes file=C:\Program Files\Microsoft Games\Microsoft Flight Simulator X\Modules\SimConnect%01u.Log file_max_index=9 The text after "file" has to be a valid filepath name, you see? You can put the logs where you like. I only suggest the Modules folder, next to the FSUIPC.Logs, because that sems natural when checking FSUIPC stuff. Regards Pete
  16. No there's no setting for it, just as there wasn't for the FS9 feature. It was meant simply to "correct" the FSX omission by Microsoft. Regards Pete
  17. I see you are loading FSCopilot and InstantSceneryFSX, before FSUIPC4. Are those two loading and working okay? Did you test without that DLL.XML present, to see if one of those two were wrecking SimConnect's sequencing? You shouldn't do that. There's never a need to remove FSUIPC to update it. Looks like you got a corrupted download. Please cross-check that: right-click on the Install FSUIPC4.exe program, check properties then digital signature - check that it says the signature is okay. Do the same on the installed FSUIPC4.DLL. If there's even one bit changed from when I issued it, it will fail in this way and the signatures won't work. If the Install signature checks out but not the DLL's then the problem is a corruption in your PC -- disk or memory mostly suspect. If the Install program is bad too, it is more likely to be a corruption on download or when unzipping. Sorry, I don't understand this bit. Could you expand upon that please? Did you try to get a SimConnect log for me, as I asked? If so and you mean you got nothing, show me the SimConnect.INI file you put into your "Flight Simulator X Files" folder. Regards Pete
  18. Is that actually working on your system? Where is it savig it? FS9 and before always produced such a flight, automatically. It was very useful for those who liked to set it as the default flight for loading next time, so they could continue from where they left their aircraft (parked, hopefully) last. Sadly, Microsoft didn't do this in FSX -- though it does appear to save something in one of the Documents & Settings folders. Why would you want to disable it anyway? What harm is it doing? Regards Pete
  19. No, I didn't know that at all. That sounds like the system on the GoFlight throttle quadrant. I must admist it doesn't sound like a good mathod to me. That's because you have the Throttle x Set axis control calibrated through FSUIPC with no reverse zone. If you are going to use an interim version of FSUIPC, please at least use the latest. That one is pretty old now. 3.783 is the current one. Your INI file shows you still have ThrottleN_Set controls going through the calibration: ExclThrottleSet=No Go to the 4-throttles tab in FSUIPC options and check the option at bottom right to make FSUIPC allow those controls through un-calibrated. BTW, the actual reverse range is only down to -4096 when the maximum reverse thrust is set to 25% in the aircraft's CFG file. It varies from aircraft to aircraft. Regards Pete
  20. You don't really want to use a keypress. As I thought I explained, all keypresses do is activate FS events, and they can be re-assigned by the user in any case. Surely missions can send events? Else what use are they? No. There is absolutely nothing in FSUIPC related to mice or popups. I would have no idea how to even begin. Pete
  21. 4.25 is the current version, though I don't think it will make any difference to your problem, as FSUIPC isn't getting run in any case. The Install looks fine, so the next step is to get a SimConnect log, to see if it is picking up the DLL.XML file correctly. If you look in the FSX Help announcement above and follow the instructions to make a SimConnect log, then show that here. Also, show your DLL.XML file, which you will find here: C:\Documents and Settings\Dave\Application Data\Microsoft\FSX To speed things up you could also try renaming the DLL.XML file, temporarily, then running the FSUIPC4 installer again, to make a brand new DLL.XML file (it is that file which tells SimConnect what to load, you see). If you are going to re-install FSUIPC4 this was, best to first go and download the current version (4.25) from http://www.schiratti.com/dowson. Regards Pete
  22. If there's no FSUIPC4.LOG file, then FSUIPC4 isn't even being loaded. Sounds like a SimConnect problem, or, possibly, a bad SimConnect configuration file. First please show me the Install Log which will be in the Modules folder. Pete
  23. Sorry, I really don't know anything about missions. I'm not sure how this has to do with FSUIPC? The function which "comes with Shift P" is the FS control, or 'Key Event', normally assigned to it -- "Toggle Pushback". If FS events are available to Missions I'm sure you'll be able to figure out a way. Regards Pete
  24. Yes. This is really an area I know little about I'm afraid. Incidentally, and off-topic too, it is "definitely" not "definately". You might want to correct your Explorer or Firefox spellchecker? ;-) Regards Pete
  25. I suspect this is an area Microsoft will have to open up considerably for ESP. I don't even know what an ATR is! Regards Pete
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.