firmware loading problems

Need help? Ask here and someone will help
Post Reply
albi17
Posts: 2
Joined: Mon Nov 23, 2020 8:07 pm

firmware loading problems

Post by albi17 »

Hello everybody, I have the same problem but I think that the firmware that I have loaded should be correct. I'm trying to connect to PS4 my Arduino Joystick... this is the log file...

Code: Select all

global option -l with value `log.txt'
global option -c with value `test_DUAL.xml'
controller #1: option -p with value `COM6'
now reading arguments for controller #2
status flag is set
subpos flag is set
force_updates flag is set
auto-grab flag is set
GIMX 8.0 x86_64
Windows 10 (or later) x64
Kernel version: 10.0 (19042)
GIMX adapter detected, controller type is: G29 PS4.
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.
found pass-through device 0x054c:0x05c4
rounding timer period 1000us to 991us
registered joystick 0 with name "PS4 Controller"
using default refresh period: 5.00ms
mouse 0 has name 'ASUS Touchpad' and virtual id 0
keyboard 0 has name 'Tastiera PS/2 avanzata PC/AT (101/102 tasti)' and virtual id 0
joystick 0 has name 'PS4 Controller' and virtual id 0
joystick 1 has name 'Arduino Joystick' and virtual id 0
Dump of C:\Users\Alberto\AppData\Roaming/gimx/config/test_DUAL.xml:
<?xml version="1.0" encoding="UTF-8"?>
<root>
  <controller id="1" dpi="0" type="DS4">
    <configuration id="1">
      <trigger type="" id="" name="" button_id="" switch_back="no" delay="0"/>
      <mouse_options_list/>
      <intensity_list/>
      <button_map>
        <button id="abs_axis_2" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="button" id="28"/>
        </button>
        <button id="abs_axis_1" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="button" id="22"/>
        </button>
        <button id="abs_axis_3" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="button" id="20"/>
        </button>
        <button id="abs_axis_4" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="button" id="17"/>
        </button>
        <button id="abs_axis_5" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="button" id="19"/>
        </button>
        <button id="abs_axis_6" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="button" id="18"/>
        </button>
        <button id="abs_axis_7" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="button" id="24"/>
        </button>
        <button id="abs_axis_8" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="button" id="25"/>
        </button>
        <button id="abs_axis_9" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="button" id="23"/>
        </button>
        <button id="abs_axis_10" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="button" id="27"/>
        </button>
      </button_map>
      <axis_map>
        <axis id="abs_axis_14" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="axis" id="1" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
        <axis id="abs_axis_13" label="">
          <device type="joystick" id="0" name="Arduino Joystick"/>
          <event type="axis" id="2" dead_zone="0" multiplier="0.008" exponent="1.00" shape=""/>
        </axis>
      </axis_map>
      <joystick_corrections_list/>
    </configuration>
  </controller>
</root>
Press the key/button assigned to PS.
rounding timer period 5000us to 4959us
src/windows/gprio.c:376 unsetprocessaffinities: SetProcessAffinityMask failed with error: Accesso negato.
Any idea?
albi17
Posts: 2
Joined: Mon Nov 23, 2020 8:07 pm

Re: firmware loading problems

Post by albi17 »

Hello guys, now it works... I don't understand why but it works also with the error
User avatar
LoneWolf81
Posts: 235
Joined: Sat Jun 15, 2019 11:49 am
Location: South Africa

Re: firmware loading problems

Post by LoneWolf81 »

Hi

From the log file it seems you are not pressing the button mapped to PS you can also disregard the error message as its not a fatal error.
Please Remember to Post your Log file in the support section , that way its easier and faster to start identifying the issue thus helping you to sort it out so you can enjoy GIMX :D .
Post Reply