DEFAULTGIZMO automatically reset to 0; SYSVARMONITOR issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've had an issue since at least 2015 where the system variable DEFAULTGIZMO gets reset to 0 automatically every time the program opens. I've had this in my startup .lsp to correct the issue:
(if (not (= (getvar "DEFAULTGIZMO") 3))(setvar "DEFAULTGIZMO" 3))
That works and takes care of the problem. I can continue to leave that in there to fix whatever is causing this bug. However, as a test, I thought I'd see if AutoCAD 2016's new SYSVARMONITOR would catch it. It catches the problem, but does not give me a balloon notification despite having that option checked. I can hit the Reset All button and it will fix the problem until the next time the program starts up, but it does not automatically fix system variables.
My questions are:
1) Has anyone else experienced the DEFAULTGIZMO bug?
2) Has anyone else experienced the problem with not getting balloon notifications even with that option checked?
Work: AutoCAD 2022.1.3, Windows 10 Pro v22H2 64-bit, Intel Core i7-8700K, 32GB RAM, Samsung 960 Pro SSD, AMD Radeon Pro WX 5100, 3 Dell Monitors (3840x2160)
Home: AutoCAD 2022.1.3, Windows 10 Pro v22H2 64-bit, Intel Core i7-11700, 64GB RAM, Samsung 980 Pro SSD, NVIDIA Quadro P2200, Dell Monitor (3840x2160)