Error when starting the process in GIMX Launcher
Posted: Fri Nov 22, 2024 11:04 pm
Hello,
I have built my own Arduino Leonardo steering wheel, but some games dont support Arduinos as inputs, so I resorted to building an GIMX adapter to emulate an Logitech G27 as have done people before me. The setup and firmware instalation went great, no issues there, but after pressing the start button and waiting in the command prompt, i was met with an error that doesnt let me continue. I am completly at loss as I have never come up on an error of this type, so I would love if anyone would help me solve this:
global option -c with value `myLogitechDrivingForce_G29.xml'
controller #1: option -p with value `COM7'
now reading arguments for controller #2
subpos flag is set
force_updates flag is set
auto-grab flag is set
GIMX adapter detected, controller type is: G27 PS3.
Firmware version: 8.0
Reset sent to the GIMX adapter.
Current baudrate: 500000 bps.
Trying baudrate: 2000000 bps.
Trying baudrate: 1000000 bps.
Trying baudrate: 500000 bps.
Using baudrate: 500000 bps.
no pass-through device is needed
If target is a PS3, start the game with a dualshock 3, and then reassign game controllers.
using default refresh period: 10.00ms
Haptic core has source haptic_source_lg for device 046d:c29b
Haptic core has sink haptic_sink_os for joystick 0 (Arduino Leonardo)
src/windows/gprio.c:376 unsetprocessaffinities: SetProcessAffinityMask failed with error: Access is denied.
This is all that was in the cmd where it was running. I already tried running it as administrator, but no luck there.
I have built my own Arduino Leonardo steering wheel, but some games dont support Arduinos as inputs, so I resorted to building an GIMX adapter to emulate an Logitech G27 as have done people before me. The setup and firmware instalation went great, no issues there, but after pressing the start button and waiting in the command prompt, i was met with an error that doesnt let me continue. I am completly at loss as I have never come up on an error of this type, so I would love if anyone would help me solve this:
global option -c with value `myLogitechDrivingForce_G29.xml'
controller #1: option -p with value `COM7'
now reading arguments for controller #2
subpos flag is set
force_updates flag is set
auto-grab flag is set
GIMX adapter detected, controller type is: G27 PS3.
Firmware version: 8.0
Reset sent to the GIMX adapter.
Current baudrate: 500000 bps.
Trying baudrate: 2000000 bps.
Trying baudrate: 1000000 bps.
Trying baudrate: 500000 bps.
Using baudrate: 500000 bps.
no pass-through device is needed
If target is a PS3, start the game with a dualshock 3, and then reassign game controllers.
using default refresh period: 10.00ms
Haptic core has source haptic_source_lg for device 046d:c29b
Haptic core has sink haptic_sink_os for joystick 0 (Arduino Leonardo)
src/windows/gprio.c:376 unsetprocessaffinities: SetProcessAffinityMask failed with error: Access is denied.
This is all that was in the cmd where it was running. I already tried running it as administrator, but no luck there.