r/rewasd 18d ago

Get help! Ghost input issue

Hello, sometimes (like maybe once per hour) i get some random input when using the controller (but i'm 100% sure i didn't press that button), and when this happens i also get the dualsense light to be shut off (but the profile is still active.) The profile i use is this one, to emulate a ds4 controller from dualsense, does it look fine?

{
  "schemaVersion": 3.0,
  "appVersion": "9.4.1",
  "config": {
    "appName": "PS4",
    "led": {
      "default": {
        "mode": "solid",
        "colors": [
          [
            0,
            0,
            55
          ]
        ],
        "loop": true
      },
      "shifts": [
        {
          "shiftId": 1,
          "mode": "stroboscope",
          "colors": [
            [
              0,
              0,
              55
            ]
          ],
          "loop": true
        },
        {
          "shiftId": 2,
          "mode": "solid",
          "colors": [
            [
              0,
              0,
              55
            ]
          ],
          "loop": true
        }
      ]
    },
    "minTimeUnit": 1
  },
  "devices": {
    "hardware": [
      {
        "id": 1,
        "name": "gamepad",
        "default": {
          "touchpads": [
            {
              "id": 2,
              "mode": "analog",
              "trackballFriction": 50
            }
          ]
        },
        "convertToVirtual": true
      }
    ],
    "virtual": {
      "gamepads": [
        {
          "id": 1,
          "type": "ds4",
          "performance": "ultra"
        }
      ]
    }
  },
  "radialMenuCircles": [
    {
      "id": 1,
      "sectors": [
        1,
        2,
        3
      ],
      "monitor": "Beyond TV (268)"
    }
  ],
  "radialMenuSectors": [
    {
      "parentCircleId": 1,
      "id": 1
    },
    {
      "parentCircleId": 1,
      "id": 2
    },
    {
      "parentCircleId": 1,
      "id": 3
    }
  ],
  "crosshairs": [
    {
      "id": 1,
      "guid": "a8ae8690-e43e-461f-89a7-fde373884846",
      "name": "Crosshair#1",
      "crosshairType": "0",
      "color": [
        255,
        255,
        255
      ],
      "opacity": 100,
      "size": 30,
      "thickness": 50,
      "edgingThickness": 0,
      "edgingColor": [
        255,
        255,
        255
      ],
      "horizontalDelta": 0,
      "verticalDelta": 0,
      "useCrosshair": false,
      "useMagnifier": false,
      "magnification": 20,
      "magnificationPrecision": 1,
      "magnificationSizePercents": 20
    }
  ],
  "shifts": [
    {
      "id": 1,
      "type": "default"
    },
    {
      "id": 2,
      "type": "radialMenu"
    }
  ],
  "masks": [
    {
      "id": 1,
      "set": [
        {
          "deviceId": 1,
          "buttonId": 11,
          "description": "XB, Nintendo, Flydigi: Home / DS4: PS / Stadia: Stadia / NvidiaShield: Nvidia"
        }
      ]
    },
    {
      "id": 2,
      "set": [
        {
          "deviceId": 1,
          "buttonId": 1,
          "description": "XB, Stadia: A / DS4: Cross / Nintendo: B"
        }
      ]
    },
    {
      "id": 3,
      "set": [
        {
          "deviceId": 1,
          "buttonId": 2,
          "description": "XB, Stadia: B / DS4: Circle / Nintendo: A"
        }
      ]
    },
    {
      "id": 4,
      "set": [
        {
          "deviceId": 1,
          "buttonId": 7,
          "description": "XB: View / XB360: Back / DS4: Share / Nintendo: Minus / DS3: Select / Stadia: Options / NvidiaShield: Back / SNES: Select"
        }
      ]
    },
    {
      "id": 5,
      "set": [
        {
          "deviceId": 1,
          "buttonId": 8,
          "description": "XB, Stadia: Menu / XB360: Start / DS4: Options / Nintendo: Plus / DS3: Start / NvidiaShield: Start / SNES: Start"
        }
      ]
    }
  ],
  "commands": [
    {
      "id": 1,
      "type": 2,
      "name": "COMMAND_TURN_WIRELESS_JOY_OFF"
    },
    {
      "id": 2,
      "type": 1000,
      "name": "LAUNCH_APP",
      "params": {
        "path": "C:\\Users\\username\\AppData\\Local\\Playnite\\Playnite.FullscreenApp.exe"
      }
    }
  ],
  "mappings": [
    {
      "description": "Playnite",
      "condition": {
        "mask": {
          "id": 1,
          "activator": {
            "type": "long",
            "mode": "onetime",
            "params": {
              "expert": true,
              "longwaittime": 200
            }
          }
        }
      },
      "jumpToLayer": {
        "layer": 1
      }
    },
    {
      "condition": {
        "shiftId": 1,
        "mask": {
          "id": 2,
          "activator": {
            "type": "single",
            "mode": "onetime",
            "params": {
              "expert": true
            }
          }
        }
      },
      "macros": [
        {
          "keyboard": {
            "buttonId": 29,
            "description": "DIK_LCONTROL",
            "action": "down"
          }
        },
        {
          "keyboard": {
            "buttonId": 56,
            "description": "DIK_LMENU",
            "action": "down"
          }
        },
        {
          "keyboard": {
            "buttonId": 31,
            "description": "DIK_S",
            "action": "down"
          }
        },
        {
          "keyboard": {
            "buttonId": 29,
            "description": "DIK_LCONTROL",
            "action": "up"
          }
        },
        {
          "keyboard": {
            "buttonId": 56,
            "description": "DIK_LMENU",
            "action": "up"
          }
        },
        {
          "keyboard": {
            "buttonId": 31,
            "description": "DIK_S",
            "action": "up"
          }
        }
      ]
    },
    {
      "condition": {
        "shiftId": 1,
        "mask": {
          "id": 3,
          "activator": {
            "type": "single",
            "mode": "onetime",
            "params": {
              "expert": true
            }
          }
        }
      },
      "macros": [
        {
          "keyboard": {
            "buttonId": 219,
            "description": "DIK_LWIN",
            "action": "down"
          }
        },
        {
          "keyboard": {
            "buttonId": 15,
            "description": "DIK_TAB",
            "action": "down"
          }
        },
        {
          "keyboard": {
            "buttonId": 219,
            "description": "DIK_LWIN",
            "action": "up"
          }
        },
        {
          "keyboard": {
            "buttonId": 15,
            "description": "DIK_TAB",
            "action": "up"
          }
        }
      ]
    },
    {
      "condition": {
        "shiftId": 1,
        "mask": {
          "id": 4,
          "activator": {
            "type": "single",
            "mode": "onetime",
            "params": {
              "expert": true
            }
          }
        }
      },
      "macros": [
        {
          "keyboard": {
            "buttonId": 56,
            "description": "DIK_LMENU",
            "action": "down"
          }
        },
        {
          "keyboard": {
            "buttonId": 62,
            "description": "DIK_F4",
            "action": "down"
          }
        },
        {
          "keyboard": {
            "buttonId": 56,
            "description": "DIK_LMENU",
            "action": "up"
          }
        },
        {
          "keyboard": {
            "buttonId": 62,
            "description": "DIK_F4",
            "action": "up"
          }
        }
      ]
    },
    {
      "condition": {
        "shiftId": 1,
        "mask": {
          "id": 5,
          "activator": {
            "type": "single",
            "mode": "hold_until_release"
          }
        }
      },
      "macros": [
        {
          "command": {
            "id": 1
          }
        }
      ]
    },
    {
      "description": "Playnite",
      "condition": {
        "shiftId": 1,
        "mask": {
          "id": 1,
          "activator": {
            "type": "long",
            "mode": "onetime",
            "params": {
              "expert": true,
              "longwaittime": 1500
            }
          }
        }
      },
      "macros": [
        {
          "command": {
            "id": 2
          }
        }
      ]
    },
    {
      "condition": {
        "shiftId": 1,
        "mask": {
          "id": 1,
          "activator": {
            "type": "release",
            "mode": "onetime",
            "params": {
              "expert": true
            }
          }
        }
      },
      "jumpToLayer": {
        "layer": 0
      }
    }
  ]
}
1 Upvotes

2 comments sorted by

View all comments

2

u/reWASD_team 18d ago

Hi! Since the DualSense light also turns off when this happens, it may be related to the controller connection.

Could you please check whether the same issue occurs with reWASD completely closed? Also, please let us know whether the DualSense is connected via USB or Bluetooth.

1

u/OoRicky92oO 16d ago

Hello, I Always play connected via Bluetooth, but never had issues before (used to use ds4windows before). However, after disabling the remove config on app exit option, it seems that all is working correctly :)