Results 1 to 8 of 8

Thread: 2022-09-25 Latest Steam Update breaks Freetrack / Wiimote Combination?

  1. #1
    Team Fusion Artist's Avatar
    Join Date
    Mar 2010
    Posts
    2,877
    Post Thanks / Like
    Total Downloaded
    319.97 MB

    2022-09-25 Latest Steam Update breaks Freetrack / Wiimote Combination?

    Hi Everybody,

    since the latest update of the Steam Client (Built: September 21st at 13:17:11, see Help/About) my Freetrack => Bluetooth => Wiimote combination does not work anymore. Freetrack tracking stops the moment the Steam Client is started and resumes normal operation after Steam Client has been exited (really exited, not just closed).

    Anbody experiencing similiar symptoms?

    Cheers,
    Artist

    PS: Freetrack is written in Pascal using the Delphi IDE and has not been updated since 2008(?), I have it's sourcecode, but too many other fish to fry (and have no Delphi anyway). Anybody interested?

  2. #2
    ATAG_Colander's Avatar
    Join Date
    Nov 2011
    Location
    Bir Tawil
    Posts
    11,128
    Post Thanks / Like
    Total Downloaded
    255.73 MB

    Re: 2022-09-25 Latest Steam Update breaks Freetrack / Wiimote Combination?

    Apparently steam now pairs wiremote.

    Edit:
    Apparently you can go into steam settings and turn off "Generic Gamepad Configuration Suport"
    Last edited by ATAG_Colander; Sep-26-2022 at 05:42.

  3. #3
    Team Fusion Artist's Avatar
    Join Date
    Mar 2010
    Posts
    2,877
    Post Thanks / Like
    Total Downloaded
    319.97 MB

    Re: 2022-09-25 Latest Steam Update breaks Freetrack / Wiimote Combination?

    Quote Originally Posted by ATAG_Colander View Post
    Apparently you can go into steam settings and turn off "Generic Gamepad Configuration Suport"
    Yeah, saw that, too. Makes no difference. Opentrack is affected, too.

  4. #4
    Supporting Member Stormrider's Avatar
    Join Date
    Jul 2013
    Location
    in the middle of the Netherlands
    Posts
    456
    Post Thanks / Like
    Total Downloaded
    477.16 MB

    Re: 2022-09-25 Latest Steam Update breaks Freetrack / Wiimote Combination?

    No problems here with Opentrack or FacetracknoIR and a updated Steam. I wish you luck and I hope it doesn't take long to find the solution.

    Cheers Stormrider
    Asus ROG STRIX Z370-F Gaming|Intel Core i7 8700K 4,4Ghz|NZXT Kraken x52 all-in-one liquid cooler|16GB G.Skill Trident Z RGB DDR4 3000MHZ | ASUS ROG Strix RTX 2080 Super Gaming OC 8G|ASUS 27" Gaming Monitor ROG Swift PG278Q
    |Samsung M2 970 EVO Plus, 500 GB SSD |Antec High Current Pro 850WATT |VKB Gunfighter Mk.II with MCG Pro grip | Saitek X52 Pro Flight Throttle |VKB-Sim T-Rudder Pedals Mk.IV |BU0836A 12-Bit Joystick Controller|win10 64bit Home Edition|Opentrack-pointtracker/Facetracknoir EDTracker Pro wireless

  5. #5
    Team Fusion Artist's Avatar
    Join Date
    Mar 2010
    Posts
    2,877
    Post Thanks / Like
    Total Downloaded
    319.97 MB

    Re: 2022-09-25 Latest Steam Update breaks Freetrack / Wiimote Combination?

    Quote Originally Posted by Stormrider View Post
    No problems here with Opentrack or FacetracknoIR and a updated Steam. I wish you luck and I hope it doesn't take long to find the solution.
    Are you using the Wiimote connected via Bluetooth?

  6. #6
    ATAG_Colander's Avatar
    Join Date
    Nov 2011
    Location
    Bir Tawil
    Posts
    11,128
    Post Thanks / Like
    Total Downloaded
    255.73 MB

    Re: 2022-09-25 Latest Steam Update breaks Freetrack / Wiimote Combination?

    See if this helps:

    Code:
    You can manually add the controller to Steam's controller blacklist.
    
    1. Close Steam (e.g. Steam > Exit).
    
    2. Navigate to and open with Notepad: [STEAM INSTALLATION] / config / config.vdf
    
    3. Do a search for: controller_blacklist
    
    If it doesn't exist, go to the end of the file and before the last }, insert a new line then paste in:
    "controller_blacklist" "54c/ce6"
    
    If it does exist add the DualSense VID/PID to it:
    "controller_blacklist" "54c/ce6"
    (if it already contains a VID/PID, insert a comma and then the DS5 VID/PID e.g. "45e/2e0,54c/ce6")
    
    4. Save and close

  7. #7
    Team Fusion Artist's Avatar
    Join Date
    Mar 2010
    Posts
    2,877
    Post Thanks / Like
    Total Downloaded
    319.97 MB

    Re: 2022-09-25 Latest Steam Update breaks Freetrack / Wiimote Combination?

    Quote Originally Posted by ATAG_Colander View Post
    Steam's controller blacklist
    Thanks for that hint!

    A bit more complicated, though, as the Wiimote's VendorID and DeviceID are not easy to find (it being a gamecontroller, but not a 'normal' USB device even though treated as such in some respects).

    Found this on reddit: https://www.reddit.com/r/DolphinEmul..._properly_when

    • Connect Wii Remote to PC, find the VID/PID of your controller (on Windows, open control panel > devices and printers > go to the properties of the wii remote > hardware > select Bluetooth HID device > details > Hardware IDs and copy the VID/PID) These are 16 bit numbers, so only last 4 hex digits, you may omit leading zeros: VID&0002057e_PID&0330=> "57e/0330"
    • Close Steam (e.g. Steam > Exit).
    • Navigate to and open with Notepad: [STEAM INSTALLATION] / config / config.vdf
    • Do a search for: controller_blacklist
      • If it doesn't exist, go to the end of the file and before the last }, insert a new line then paste in: "controller_blacklist" "57e/0330"
      • If it does exist add the VID/PID to it: "controller_blacklist" "57e/0330" (if it already contains a VID/PID, insert a comma and then the DS5 VID/PID e.g. "45e/2e0,54c/ce6")
    • Save and close

  8. #8
    Supporting Member Stormrider's Avatar
    Join Date
    Jul 2013
    Location
    in the middle of the Netherlands
    Posts
    456
    Post Thanks / Like
    Total Downloaded
    477.16 MB

    Re: 2022-09-25 Latest Steam Update breaks Freetrack / Wiimote Combination?

    Quote Originally Posted by Artist View Post
    Are you using the Wiimote connected via Bluetooth?
    No, only a headphone via bluetooth.
    Asus ROG STRIX Z370-F Gaming|Intel Core i7 8700K 4,4Ghz|NZXT Kraken x52 all-in-one liquid cooler|16GB G.Skill Trident Z RGB DDR4 3000MHZ | ASUS ROG Strix RTX 2080 Super Gaming OC 8G|ASUS 27" Gaming Monitor ROG Swift PG278Q
    |Samsung M2 970 EVO Plus, 500 GB SSD |Antec High Current Pro 850WATT |VKB Gunfighter Mk.II with MCG Pro grip | Saitek X52 Pro Flight Throttle |VKB-Sim T-Rudder Pedals Mk.IV |BU0836A 12-Bit Joystick Controller|win10 64bit Home Edition|Opentrack-pointtracker/Facetracknoir EDTracker Pro wireless

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •