You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The game throws some exceptions when my tablet is disconnected and then reconnected.
The issue seems to happen only after I enable and then disable the "Tablet" option (as you can see in the video below).
Notes:
I never touched the tablet in this recording, I just disconnected/reconnected it.
You can hear when the tablet is disconnected/connected in the video
2022-04-0713:11:40[verbose]: Detect: Searching for tablets...2022-04-0713:11:40[verbose]: Detect: Found tablet 'Wacom CTL-472'
2022-04-0713:11:45[error]: An unobserved error has occurred.2022-04-0713:11:45[error]: System.AggregateException: A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread.(Objectreference not set to an instance of an object.)2022-04-0713:11:45[error]:---> System.NullReferenceException: Object reference not set to an instance of an object.2022-04-0713:11:45[error]: at osu.Framework.Input.Handlers.Tablet.OpenTabletDriverHandler.<>c__DisplayClass17_0.<Initialize>b__5(Object s, IEnumerable`1 e)2022-04-0713:11:45[error]: at OpenTabletDriver.Driver.Detect()2022-04-0713:11:45[error]: at osu.Framework.Input.Handlers.Tablet.TabletDriver.detectAsync(CancellationToken cancellationToken)2022-04-0713:11:45[error]:--- End of inner exception stack trace ---2022-04-0713:11:45[error]: An unobserved error has occurred.(inner)2022-04-0713:11:45[error]: System.NullReferenceException: Object reference not set to an instance of an object.2022-04-0713:11:45[error]: at osu.Framework.Input.Handlers.Tablet.OpenTabletDriverHandler.<>c__DisplayClass17_0.<Initialize>b__5(Object s, IEnumerable`1 e)2022-04-0713:11:45[error]: at OpenTabletDriver.Driver.Detect()2022-04-0713:11:45[error]: at osu.Framework.Input.Handlers.Tablet.TabletDriver.detectAsync(CancellationToken cancellationToken)2022-04-0713:11:45[verbose]: ⚠️ An unobserved error has occurred.
@InfinityGhost can you take a look at this? something is null in the tabletDriver.DeviceReported that we're not expecting to be null.
Type
Game behaviour
Bug description
The game throws some exceptions when my tablet is disconnected and then reconnected.
The issue seems to happen only after I enable and then disable the "Tablet" option (as you can see in the video below).
Notes:
Screenshots or videos
2022-04-07.15-11-10_Trim.mp4
Version
2022.405.0-lazer
Logs
Here's the
runtime.log
of the recordingThe text was updated successfully, but these errors were encountered: