On Wed, Oct 24, 2018 at 11:24 AM Alex Henrie alexhenrie24@gmail.com wrote:
On Wed, Oct 24, 2018 at 11:01 AM Bernhard Übelacker bernhardu@mailbox.org wrote:
Hello Alex, thank you for getting that bug fixed.
There is just one thing that I remember now, that led me explore the complicated way. Now every user without such hardware gets such a message in the terminal:
benutzer@debian:~/.wine/drive_c/test$ wine digitalclock.exe 0009:err:wintab32:LoadTablet LoadTabletInfo(0x10046) failed
I am not sure if thats an issue.
If I understand correctly, practically every application that depends on the latest version of Qt is going to trigger this error message. The message (line 168 of dlls/wintab32/context.c) should probably just be deleted. Would you like to send the patch for that?
Actually, on second thought, I think it's better to move the "Initializing the tablet" message into the if block and downgrade the "LoadTabletInfo failed" message in the else block from ERR to TRACE. I'll send a patch tonight if you don't beat me to it.
-Alex