pubpub-zz / ppInk

Fork from Gink
MIT License
800 stars 74 forks source link

When the USB interface is disconnected and reconnected, the graphics tablet cannot draw lines again on ppInk. #303

Open jklop000 opened 3 months ago

jklop000 commented 3 months ago

Sometimes the USB interface of my Wacom tablet is disconnected and reconnected, and when ppInk has been launched, lines cannot be drawn through ppInk. At this time, it can only be solved by closing ppInk and reopening it. Such a situation does not require reopening after closing in gInk.

Windows 11 23H2 Wacom CTL-672(usb tablet) ppInk v1.90 gInk v1.20

pubpub-zz commented 3 months ago

In order to speed up ink startup , many objects are only built at start up. This may have induce the side effect you are observing try this version but you will have to modify config.ini file with
Init_At_Each_Unfold = True ppInk with Reset.zip

jklop000 commented 3 months ago

It works, it can be used normally now. thanks a lot!

pubpub-zz commented 3 months ago

Do not hesitate to star the project if you like it 😀