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
Using the Torizon Extension to create a new .NET 6 C# Avalonia Frame Buffer DRM application
Add a new button to the .\Views\MainWindow.axaml file
Build the application
Start the debugger
Actual Results:
Notice the following (libinput) errors in the Debug Console (see last two lines)...
LogHost: Initializing to normal mode (.cctor)
Loaded '/dotnet/shared/Microsoft.NETCore.App/6.0.16/System.Runtime.CompilerServices.Unsafe.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Loaded '/home/torizon/app/Avalonia.Markup.Xaml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Loaded '/home/torizon/app/Avalonia.Themes.Fluent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Loaded '/home/torizon/app/Avalonia.Markup.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
libinput error: client bug: Invalid path /dev/input/event1
libinput error: client bug: Invalid path /dev/input/event0
The application doesn't response to any touch inputs
Expected Results:
The application should response to any touch inputs
Extension version: 0.0.24
VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z)
OS version: Windows_NT x64 10.0.22631
Modes:
Remote OS version: Linux x64 5.15.133.1-microsoft-standard-WSL2
System Info
Item
Value
CPUs
Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz (16 x 2904)
Type: Bug
Actual Results:
Notice the following (libinput) errors in the Debug Console (see last two lines)...
LogHost: Initializing to normal mode (.cctor)
Loaded '/dotnet/shared/Microsoft.NETCore.App/6.0.16/System.Runtime.CompilerServices.Unsafe.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Loaded '/home/torizon/app/Avalonia.Markup.Xaml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Loaded '/home/torizon/app/Avalonia.Themes.Fluent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Loaded '/home/torizon/app/Avalonia.Markup.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
libinput error: client bug: Invalid path /dev/input/event1
libinput error: client bug: Invalid path /dev/input/event0
The application doesn't response to any touch inputs
Expected Results:
The application should response to any touch inputs
Extension version: 0.0.24
VS Code version: Code 1.84.2 (1a5daa3a0231a0fbba4f14db7ec463cf99d7768e, 2023-11-09T10:51:52.184Z)
OS version: Windows_NT x64 10.0.22631
Modes:
Remote OS version: Linux x64 5.15.133.1-microsoft-standard-WSL2
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
A/B Experiments
The text was updated successfully, but these errors were encountered: