Git Product home page Git Product logo

Comments (13)

thenickdude avatar thenickdude commented on July 18, 2024

Hmm it might be crashing if it is loaded during startup. Open up the Console app and go to the Crash Reports page on the left, and check if you're accumulating crashes that mention the tablet in the name.

You can at least avoid having to reinstall the driver by pasting this into the Terminal to just restart the driver:

launchctl unload /Library/LaunchAgents/com.wacom.wacomtablet.plist
launchctl load -w /Library/LaunchAgents/com.wacom.wacomtablet.plist 

Actually, pasting this into the terminal will also permanently fix a possible cause of your symptoms by enabling the Wacom service to load on startup if it was disabled.

from wacom-driver-fix.

headsign avatar headsign commented on July 18, 2024

Hmm, I checked the console but the driver didn't crash, apparently. Also, had already tried the 'unload and load', as described in another thread. No luck.

from wacom-driver-fix.

thenickdude avatar thenickdude commented on July 18, 2024

Did you try that load command with the -w included in it? That's what makes the load persistent after a reboot. I didn't include that in some of my earlier Issues.

from wacom-driver-fix.

headsign avatar headsign commented on July 18, 2024

Yes, I did include -w.

from wacom-driver-fix.

thenickdude avatar thenickdude commented on July 18, 2024

What's the output of running this in the Terminal after a reboot:

ps aux | grep -i tablet 

from wacom-driver-fix.

headsign avatar headsign commented on July 18, 2024
xxxxx     722   0.0  0.1  4899084  12256   ??  S    11:21AM   0:00.13 /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/WacomTouchDriver.app/Contents/MacOS/WacomTouchDriver
xxxxx      662   0.0  0.3  4450944  56516   ??  S    11:21AM   0:00.93 /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/MacOS/WacomTabletDriver
xxxxx     1528   0.0  0.0  4277516    716 s000  S+   11:25AM   0:00.00 grep -i tablet
xxxxx      778   0.0  0.1  4897712  11616   ??  S    11:21AM   0:00.16 /Library/Application Support/Tablet/WacomTabletDriver.app/Contents/Resources/TabletDriver.app/Contents/MacOS/TabletDriver

from wacom-driver-fix.

thenickdude avatar thenickdude commented on July 18, 2024

Intriguing, the tablet driver processes are all running... and no crashes are logged.

If the tablet driver gets denied Input Monitoring then this is the symptom you'd get, but I can't imagine why that would be denied at startup but work again later on. I haven't seen this before.

Are you running any special apps that monitor or gatekeep permissions?

from wacom-driver-fix.

headsign avatar headsign commented on July 18, 2024

No special gatekeeping apps.

from wacom-driver-fix.

thenickdude avatar thenickdude commented on July 18, 2024

I don't suppose that unplugging and replugging the tablet is enough to kick it into life?

from wacom-driver-fix.

headsign avatar headsign commented on July 18, 2024

No. Unplugging and replugging didn't work.
The exact same setup works fine under Mojave, btw. I transferred the system settings from there and reinstalled the driver.

from wacom-driver-fix.

headsign avatar headsign commented on July 18, 2024

Don't know if this is in any way relevant, but I doubleclicked WacomTabletSpringboard and this is what came up:

xxxxx ~ % /Library/Application\ Support/Tablet/WacomTabletSpringboard ; exit;
2020-11-16 12:03:12.727 WacomTabletDriver[8755:68320] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x6ea7, name = 'com.wacom.WacomTabletDriverMessageServer'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2020-11-16 12:03:13.728 WacomTabletDriver[8755:68320] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x6eab, name = 'com.wacom.WacomTabletDriverMessageServer'
See /usr/include/servers/bootstrap_defs.h for the error codes.
2020-11-16 12:03:14.730 WacomTabletDriver[8755:68320] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x6eb3, name = 'com.wacom.WacomTabletDriverMessageServer'
See /usr/include/servers/bootstrap_defs.h for the error codes.
Nov 16 12:03:15 TabletDriver[8755] : FAILED to Create Messaging Server for CPL

[Process completed]

from wacom-driver-fix.

thenickdude avatar thenickdude commented on July 18, 2024

Those are expected I think, it's not supposed to be launched like that.

Did you try removing the Input Monitoring permission with the minus button and rebooting?

from wacom-driver-fix.

headsign avatar headsign commented on July 18, 2024

Oh, wow! That did the trick. Thanks for support!

from wacom-driver-fix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.