Jump to content
The simFlight Network Forums

Lazarus Long

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Lazarus Long

  1. Hmm. Instead of over-using the mouse, why not just assign buttons or a POV hat directly to the same Eyepoint controls which are used by FSUIPC's Mouse Move facility?

     

    I'll make a note for a switch facility, but it probably won't be using the mouse. It hets very complicated with the switching between mouse move, mouse look and mouse trim, as it is.

     

    Pete

    I have Saitek X52 Pro and I've already assigned one pov (from throttle) to eyepoint move (left, right, up, down) other POV is for panning and third is for elevator trim. Also, I've assignet zoom to mouse wheel on throtle - and this will be untill I bay TrackIR  (: 

     

    As you can see I've desperately need mouse move to set eyepoint back/forward with "something" instead of pressing ctrl+enter/ctrl+backspace. Yeah, I know to assign these commands in FSUIPC but with wheel is more ergonomic. 

  2. Why select the mouse move option if you don't want to use it?

     

    Zoom is not changed by mouse move -- mouse move allows you to maove the eyepoint side to side or forward and back, nothing to do with zoom.

     

    Pete

    I've expressed wrong..

     

    If I select >>move<< I can't use mouse wheel for rotary buttons inside cockpit. I want to "call" mouse moving with some trigger or function or, for example, with holding some key and rotating wheel.. 

  3.  

     and remove the ForceTerminateTime parameter. Hopefully the undoing of the Hooks will solve the problem in a tidier way than using a delay.

    No success. Now, without line I have g3d.dll errors/crashes every time 

    (Faulting module name: g3d.dll, version: 10.0.61637.0, time stamp: 0x46fadb58) and I have one crash related to panels. dll (

    Faulting module name: panels.dll, version: 10.0.61637.0, time stamp: 0x46fadb59

    )

     

    Adding back ForceTerminateTime=2 on 4928a resolves issue again. 

     

    To be honest this is not a problem with fsuipc but with  poorly written add-on or some part of add-on aircraft. Finally, it is good that we have a solution

    If you have some other idea or even more *.dll-s for testing let me know.

     

    btw

    I didn't use external weather programs. Testing was performed with default weather teme >> Fair Weather <<<

     

  4. Good. However, I've also worked out some code to "unhook" the weather DLL before FSUIPC is unloaded. If you'd like to test that for me (without the ForceTerminateTime parameter) I'd be grateful. Let me know, and if okay I'll upload the amended version.

     

    Regards

    Pete

    Short answer is  - OK

     

    I'm familiar with imaging programs like Acronis and Ghost so testing&restoring system and files is easy for me. Please post link for download

  5.  

     You could try that yourself. Add

     

    ForceTerminateTime=N to the [General] section of the INI file, where N is a number of seconds.

     

    Regards

    Pete

    Тhis did the trick

    ForceTerminateTime=2

     

    Checked several times with and without this line and FSX crashes every time when I remove this line. It's strange that sometimes (with this add-on) I have nvwgf2um.dll errors (Faulting module name: nvwgf2um.dll_unloaded, version: 0.0.0.0, time stamp: 0x52b32680) which is (as I see on internet) Nvidia DX10 renderer library 

    And all this after installing An-2 on perfectly stable simulator and system.

     

    I've contacted developer of An-2 and they promised update. Other folks, users of Sibwings, have similar FSUIPC "errors" with their add-ons (I've seen this on their forums)

     

    Thank you very much

  6. Hello

     

    I want to report that I've experience crash when I exit FSX. Until today everything was okay but I've installed Sibwings An-2 and simulator crashes only when I use this add-on and when I attempt to close sim.

    In event viewer problem is linked to fsuipc.dll , I can reproduce this every time with no exceptions. FSX didn't crash after other add-on

     

     

    Faulting application name: fsx.exe, version: 10.0.61637.0, time stamp: 0x46fadb14
    Faulting module name: FSUIPC4.dll_unloaded, version: 0.0.0.0, time stamp: 0x52d1eec2
    Exception code: 0xc0000005
    Fault offset: 0x603e8392
    Faulting process id: 0x21f0
    Faulting application start time: 0x01cf163896a00914
    Faulting application path: C:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\fsx.exe
    Faulting module path: FSUIPC4.dll
    Report Id: fb9b8e20-822c-11e3-91ae-74d02bc838fd

     

     

    Using newest FSUIPC 4.928(registered)

     

    FSUIPC4.ini.txt

    FSUIPC4.log.txt

  7. I did this with vbs which executes .bat becuse I can't "silence" cmd window

    (it's primitive but for now I can't imagine anything smarter)

    Set WshShell = CreateObject("WScript.Shell")

    WshShell.Run chr(34) & "C:\Saitek.bat" & Chr(34), 0

    Set WshShell = Nothing

    I didn' t find examples for service restarting in vbs. I would be very grateful if you point me to example for restarting this service and starting SaiFlightSimX.exe because when I restart Saitek Direct Output this .exe also quits

  8. That's bad. Are Saitak planning to fix this? I assume you've reported it?

    Frankly, I think this is not just the fault of Saitek. My hardware is relatively slow and this happen only with "heavy" add-ons like PMDG's

    Why is the documentation for this so difficult for you?

    Because English is not my spoken language and I have difficulties with understanding this type of "complex" guides even when I use Google translate

    So, LUA script/line will be:

    ext.shell("C:\Saitek.bat")

    ?

    One more question! I've noticed that FSX and FSUIPC didn't "see" two rotary dials and two buttons "Start - Stop" under LCD and you state that FSUIPC sees butons known for FSX

    But, in A2A's Joystick Configurator I'm able to assign commands to this buttons. FSUIPC can see left dial as Button 31 - others under LCD can't

    How is this posible for A2A utility? Why FSUIPC and FSX can' see this buttons?

  9. I apologize if this is double topic but I can't find any results for my question.

    I have Saitek X52 Pro and from time to time Saitek DirectOutput service stops working and I have to restart it via services.msc

    I do this with .bat file whille FSX is paused and my question is how can I run this .bat with FSUIPC?

    I read a lot for LUA and honestly....I do not know anything about that.

    My goal is to activate the bat with the joystick button.

    Thanks

    P.S

    I know to assign almost any key with FSUIPC. That part is clear fo me....I jus didn't know how to call that .bat or (I suppose) .lua script

    Do I must to enter any info about my order of FSUIPC or anything else to get support? Thanks

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