Author Topic: Fuzzy Dots  (Read 5218 times)

0 Members and 1 Guest are viewing this topic.

ChrisCarlson

  • Guest
Re: Fuzzy Dots
« Reply #15 on: April 02, 2014, 08:01:14 AM »
It's not located within a DWG, the effect happens across multiple files. If I close and re-open AutoCAD the dots disappear only to reappear a little later.

 

ronjonp

  • Needs a day job
  • Posts: 7527
Re: Fuzzy Dots
« Reply #16 on: April 02, 2014, 08:46:17 AM »
It's not located within a DWG, the effect happens across multiple files. If I close and re-open AutoCAD the dots disappear only to reappear a little later.
http://www.theswamp.org/index.php?topic=46670.msg516977#msg516977
« Last Edit: April 02, 2014, 08:53:12 AM by ronjonp »

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

ChrisCarlson

  • Guest
Re: Fuzzy Dots
« Reply #17 on: April 02, 2014, 08:48:01 AM »
It's not located within a DWG, the effect happens across multiple files. If I close and re-open AutoCAD the dots disappear only to reappear a little later.
http://www.theswamp.org/index.php?topic=46670.0

You linked my thread?

ronjonp

  • Needs a day job
  • Posts: 7527
Re: Fuzzy Dots
« Reply #18 on: April 02, 2014, 08:53:23 AM »
It's not located within a DWG, the effect happens across multiple files. If I close and re-open AutoCAD the dots disappear only to reappear a little later.
http://www.theswamp.org/index.php?topic=46670.0

You linked my thread?


Oops .. http://www.theswamp.org/index.php?topic=46670.msg516977#msg516977

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

ChrisCarlson

  • Guest
Re: Fuzzy Dots
« Reply #19 on: April 02, 2014, 09:31:01 AM »
Will attempt when they appear again

ronjonp

  • Needs a day job
  • Posts: 7527
Re: Fuzzy Dots
« Reply #20 on: April 02, 2014, 10:01:51 AM »
If they don't appear again, I bet there is some code somewhere that starts something like this...  :)
Code: [Select]
(defun aprilfools (/ d)
  (setq d (rtos (fix (getvar 'cdate)) 2 0))
  (if (and (eq "0401" (strcat (substr d 5 2) (substr d 7 2)))
   (wcmatch (strcase (getenv "username")) "YOU")
      )
    (function to make user go crazy)
  )
)

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

ChrisCarlson

  • Guest
Re: Fuzzy Dots
« Reply #21 on: April 02, 2014, 10:21:42 AM »
If they don't appear again, I bet there is some code somewhere that starts something like this...  :)
Code: [Select]
(defun aprilfools (/ d)
  (setq d (rtos (fix (getvar 'cdate)) 2 0))
  (if (and (eq "0401" (strcat (substr d 5 2) (substr d 7 2)))
   (wcmatch (strcase (getenv "username")) "YOU")
      )
    (function to make user go crazy)
  )
)

No, but I'm so adding that in for random days

(alert "JUST IN-CASE YOU WERE CURIOUS, TODAY IS FRIDAY THE 12th")

tedg

  • Swamp Rat
  • Posts: 811
Re: Fuzzy Dots
« Reply #22 on: April 02, 2014, 12:45:02 PM »
Did this ever get resolved?
Tried to follow along.. looks like it "could be a prank"?
Not sure if it was confirmed.
 
If it wasn't a prank,
From the OP screen shots it appears to be a funky line type (dots) issue, Ltscale, etc.
Maybe even a DGN line type?
 
Just a thought.
 
Windows 10 Pro 64bit, AutoCAD 2023, REVIT 2023

ChrisCarlson

  • Guest
Re: Fuzzy Dots
« Reply #23 on: April 02, 2014, 12:54:27 PM »
Just waiting for them to appear again  :pissed:


Deduced the following so far;

Not a prank
Not object based eg; not lines, points, blipmodes, defpoints, 0 length lines, plines, circles, etc

Biscuits

  • Swamp Rat
  • Posts: 502
Re: Fuzzy Dots
« Reply #24 on: April 02, 2014, 04:48:04 PM »
Possible graphics card issues?

cadtag

  • Swamp Rat
  • Posts: 1152
Re: Fuzzy Dots
« Reply #25 on: April 03, 2014, 08:40:40 AM »
never ever recall seeing these artifacts before, but yesterday a similar series of dots began appearing.  not repeatable, or at any rate I did not notice any particular oddities that triggered them.  Definitely a graphic artifact and not  in the DWG, possible memory or video memory related.
The only thing more dangerous to the liberty of a free people than big government is big business

LE3

  • Guest
Re: Fuzzy Dots
« Reply #26 on: April 03, 2014, 09:28:51 AM »
we have seen those (or similar ones) when there are nested blocks that have invisible strings, that are not purged and difficult to track.

Also when you have (in my case) open several applications i.e. connected to a vpn and have some visual studio solutions open and included also several autocad drawings. I have seen even VS turned some areas in black.... so one have to close and reopen (to refresh the cache).

One thing that might help is to turn the hardware acceleration=off.