Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save p4gs/fd447d25c70fdb2fe146e6c6980fd412 to your computer and use it in GitHub Desktop.
Save p4gs/fd447d25c70fdb2fe146e6c6980fd412 to your computer and use it in GitHub Desktop.
Get Cobalt Flux working on Windows 10 (using Cobalt Flux Control Box V5)

Get Cobalt Flux working on Windows 10 (using Cobalt Flux Control Box V5)

Note: these instructions were tested on Windows 10 v1709. They might also work for other gamepad controller issues on Windows 10.

Background

I was trying to get my old Cobalt Flux setup on a newer Win10 laptop. Windows 10 quickly recognizes the device when it first gets plugged in. It will use the default HID gamepad controller drivers for it. However, looking in the Device Manager details for the device reveals some device events that don't bode well ("migration failed"). Trying to map input in e.g. Stepmania fails miserably.

A quick Google of "cobalt flux Windows 10" reveals results like this: https://www.stepmania.com/forums/input-adapters-and-controllers/show/6511

After some messing around, though, I got it working!

Instructions

  1. Plug in Cobalt Flux
  2. Go to Control Panel\All Control Panel Items\Devices and Printers
  3. Right click on Cobalt Flux and select "Troubleshoot"
  4. Go through troubleshooter. In my case, Windows recommended plugging into a USB 2.0 port (I don't have any USB 2.0 ports, so I just plugged into another USB 3 port)
  5. Finish troubleshooter
  6. Double click Cobalt Flux and go to Game Controller Settings > Properties
  7. Select Reset Defaults
  8. Select Test
  9. Test inputs
  10. Try testing inputs with http://html5gamepad.com/

Alternative instructions

If the above doesn't work, try this:

  1. Special restart computer (go to Start, select power icon, then hold down Shift and select Restart) to disable driver signature enforcement mode
  2. Restart
  3. Repeat steps above. Do not install anything else. Disabling driver signature checks puts you at risk of malware infections
  4. Restart Windows as soon as you are done to re-enable driver enforcement mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment