ivanroberts77 Posted February 5 Report Posted February 5 Need help with FSUIPC. I am trying to set buttons in the program but they are not recognized when I press them in FUSIPC. I have tested the button presses in windows joystick calibrations and it works fine. It is a leo bodnar 32 input board. Attached is my FSUIPC.ini file, maybe there is something not right in here?? The correct card is the one with 11EE in the serial number. All help is greatly appreciated. FSUIPC5.log
John Dowson Posted February 6 Report Posted February 6 Can you please attach your FSUIPC5.JoyScan.csv file please, as well as your FSUIPC5.ini file. Note that you are also using an old and unsupported version of FSUIPC5, 5.131 - please update to the latest and only supported version, 5.157. John
ivanroberts77 Posted February 6 Author Report Posted February 6 Thanks John. I will post my ini and csv once at my station. aldo how would I upgrade to that version? In download sections I only see versions 4, 6, and 7
ivanroberts77 Posted February 6 Author Report Posted February 6 here are the files FSUIPC5.ini FSUIPC5.JoyScan.csv
ivanroberts77 Posted February 6 Author Report Posted February 6 (edited) I have updated t the version you suggested and here are my file FSUIPC5.ini Edited February 6 by ivanroberts77
John Dowson Posted February 7 Report Posted February 7 14 hours ago, ivanroberts77 said: aldo how would I upgrade to that version? In download sections I only see versions 4, 6, and 7 From http://fsuipc.com/ Can you please switch to using joyletters: change the following in the [JoyNames] section of your FSUIPC5.ini file: AutoAssignLetters=Yes Then run P3D/FSUIPC5 and exit. This will switch to using JoyLetters. Your JoyScan file shows some confusion in your registry and needs to be cleaned. First, run regedit and take a back-up of your registry. Then, disconnect your devices, and download and run (i.e. double-click) the attached file - this will remove registry entries for 4 of your devices. Reboot and reconnect your devices. Then run P3D/FSUIPC5 and exit, then show me/attach your ini, log and JoyScan.csv files again. removeDevices.reg
ivanroberts77 Posted February 7 Author Report Posted February 7 Did you want me to disconnect ALL of my usb devices that is connected to my computer? Because I have about 15 of them if I were to guess.
John Dowson Posted February 7 Report Posted February 7 23 hours ago, ivanroberts77 said: Did you want me to disconnect ALL of my usb devices that is connected to my computer? Because I have about 15 of them if I were to guess. Your scan shows 8 HID devices (4 distinct, with 2 Button Box Interface and 2 Virtual joystick). Disconnect these: Button Box Interface (both) Button Box Interface BBI-64 Virtual joystick (both) BU0836 Interface The script I attached removes the registry setting for these devices. If you look at your JoyScan.csv file, you will see a discrepancy between the HID scanning (first section) and the Registry scanning (second section). These two sections are then matched/merged with your current user settings (third section) to produce thee matched/decided settings (fourth section). The incorrect entries are these in bold: Quote ,,, REGscanning completed N, x00, x1DD2, x1150, Button Box Interface, -1, 3, 0, {NULL}, {E8DCDD90-35F1-11E9-8001-444553540000}, {E8DCDD90-35F1-11E9-8001-444553540000}, Y, N N, x00, x1DD2, x1150, Button Box Interface, -1, 0, 0, {NULL}, {30E82BC0-D51A-11EB-8002-444553540000}, {NULL}, N, Y N, x00, x1DD2, x2010, Button Box Interface BBI-64, -1, 3, 0, {NULL}, {E8DCDD90-35F1-11E9-8001-444553540000}, {E8DCDD90-35F1-11E9-8001-444553540000}, Y, N N, x00, x1DD2, x2010, Button Box Interface BBI-64, -1, 0, 0, {NULL}, {30E82BC0-D51A-11EB-8002-444553540000}, {NULL}, N, Y N, x00, x1DC3, x1001, Virtual joystick, -1, 0, 0, {NULL}, {3D4EA6E0-B508-11E7-8002-444553540000}, {3D4EA6E0-B508-11E7-8002-444553540000}, N, N N, x00, x1DC3, x1001, Virtual joystick, -1, 4, 1, {NULL}, {3D4EA6E0-B508-11E7-8001-444553540000}, {3D4EA6E0-B508-11E7-8001-444553540000}, Y, Y N, x00, x1DC3, x1001, Virtual joystick, -1, -1, 2, {NULL}, {B99B0390-0C49-11E8-8001-444553540000}, {NULL}, N, N N, x00, x06A3, x0763, Saitek Pro Flight Rudder Pedals, -1, 5, 0, {NULL}, {B35E7390-9576-11E6-800B-444553540000}, {B35E7390-9576-11E6-800B-444553540000}, Y, Y N, x00, x16C0, x05BA, BU0836 Interface, -1, 1, 0, {NULL}, {30E804B0-D51A-11EB-8001-444553540000}, {30E804B0-D51A-11EB-8001-444553540000}, Y, Y N, x00, x16C0, x05BA, BU0836 Interface, -1, 6, 1, {NULL}, {27860300-71D9-11EE-8001-444553540000}, {NULL}, N, N N, x00, x04D8, xF30F, AGRONN B737 Yoke V2.0, -1, 2, 0, {NULL}, {B9C89B80-F0CC-11ED-8001-444553540000}, {B9C89B80-F0CC-11ED-8001-444553540000}, Y, Y The .reg script removes all the entries for these 6 devices (4 distinct types). Hopefully, when these entries are removed and your devices reconnected, it will add the correct entries. John
ivanroberts77 Posted February 8 Author Report Posted February 8 Thanks John. I will try it this weekend and report back. One question, when I do this, all of my assigned inputs in Prosim, will they need to be reassigned again?
John Dowson Posted February 8 Report Posted February 8 1 hour ago, ivanroberts77 said: One question, when I do this, all of my assigned inputs in Prosim, will they need to be reassigned again? I don't think so but I am not sure... the devices should still be visible with the same GUIDs, although the ids for the problematic device will change bit the others should stay the same. Don't do anything after this change - show me the files first as some further updates may be needed.
ivanroberts77 Posted February 11 Author Report Posted February 11 Hi John Here are my files after I did what you have mentioned above thanks FSUIPC5 Install.log FSUIPC5.ini FSUIPC5.JoyScan.csv
John Dowson Posted February 12 Report Posted February 12 Looks better, but I need to see the FSUIPC5.log, not the FSUIPC5 Install.log. Please try with the following ini file - just run FSUIPC5/P3D then exit then show me the 3 files again - this time with the correct .log file. FSUIPC5.ini You can also check if the buttons on your devices are recognised, but don't assign anything just yet. If you have a problem with a device, please let me know which one - saying 'The correct card is the one with 11EE in the serial number' is not enough, as 5 of your 7 devices have that! John
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