[Bug] Controller is ignored under certain launch circumstance #16

Closed
opened 2024-10-17 06:48:03 +00:00 by GreemDev · 3 comments
GreemDev commented 2024-10-17 06:48:03 +00:00 (Migrated from github.com)

Description of the issue

Controller is ignored after connecting when game launches with no controller connected

Reproduction steps

  • Launch game without controller connected
  • Wait for controller popup.
  • Connect controller, set it back up
  • Input is now ignored

Log file

Ryujinx_1.2.26_2024-10-17_01-41-17.log

OS

Windows 11

Ryujinx version

1.2.26

Game version

1.0.0

CPU

i7-13700F

GPU

RTX 4070Ti

RAM

32GB

List of applied mods

No response

Additional context?

No response

### Description of the issue Controller is ignored after connecting when game launches with no controller connected ### Reproduction steps - Launch game without controller connected - Wait for controller popup. - Connect controller, set it back up - Input is now ignored ### Log file [Ryujinx_1.2.26_2024-10-17_01-41-17.log](https://github.com/user-attachments/files/17407242/Ryujinx_1.2.26_2024-10-17_01-41-17.log) ### OS Windows 11 ### Ryujinx version 1.2.26 ### Game version 1.0.0 ### CPU i7-13700F ### GPU RTX 4070Ti ### RAM 32GB ### List of applied mods _No response_ ### Additional context? _No response_
GreemDev commented 2024-10-17 06:52:32 +00:00 (Migrated from github.com)

I'm thinking it's due to referencing a static ViewModel in InputViewModel or AvaHostUIHandler in the title bar commit.

I'm thinking it's due to referencing a static ViewModel in InputViewModel or AvaHostUIHandler in the [title bar commit](https://github.com/GreemDev/Ryujinx/commit/045f9a39bb740551f1dd163f92ac2ee03bfd821a).
GreemDev commented 2024-10-17 19:30:25 +00:00 (Migrated from github.com)

Scratch that, it's probably due to removing async/await and returning the Task directly to the caller in the ContentDialogHelper methods.

Scratch that, it's probably due to removing async/await and returning the Task directly to the caller in the `ContentDialogHelper` methods.
GreemDev commented 2024-11-01 21:28:22 +00:00 (Migrated from github.com)

Users are reporting that this is no longer happening; who knows maybe it was all in my head.

Users are reporting that this is no longer happening; who knows maybe it was all in my head.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MeloNX/Ryujinx-ryubing#16
No description provided.