Website is open while opening dwg file

Website is open while opening dwg file

lukas_vavricka
Participant Participant
403 Views
15 Replies
Message 1 of 16

Website is open while opening dwg file

lukas_vavricka
Participant
Participant

Hello, 

I have this issue which is happening randomly. Sometimes while some of the dwg file is open it's also open the website in my web browser. I sometimes use that website to download blocks or lisp. I think last thing I downloaded is dwg block. Do you know how to get over it? Or at least How something like that is possible?

Thank you   

0 Likes
Accepted solutions (2)
404 Views
15 Replies
Replies (15)
Message 2 of 16

Moshe-A
Mentor
Mentor

@lukas_vavricka hi,

 

As far as i can understand (hope i am not wrong 😀), bringing a block from website does not create any link to that site on the other hand if the block contain some Hyperlink to that site and you activate that hyperlink from that block, it might open that website. maybe you are running some application (lisp command) that does that?

 

Moshe

 

 

0 Likes
Message 3 of 16

lukas_vavricka
Participant
Participant

Hello @Moshe-A

Thank you for a response.

The thing is, it happends while opening DWG file. I do the double click on dwg file and file is open in Autocad app, but also at same time my browser open the website.
It's happening randomly, with different files. 

So it seems it's not conected to the lisp command directly.

0 Likes
Message 4 of 16

Moshe-A
Mentor
Mentor

@lukas_vavricka ,

 

if you open AutoCAD from its shortcut icon, than use open command, does this also happen?

 

 

0 Likes
Message 5 of 16

lukas_vavricka
Participant
Participant

@Moshe-A 

I don't think so.

0 Likes
Message 6 of 16

Moshe-A
Mentor
Mentor

@lukas_vavricka ,

 

In file explorer does the dwg icon is for AutoCAD? if not, make sure AutoCAD DWG Launcher is the application to start it (or at least the AutoCAD Application it self). it sounds like a problem with your OS. are running win10 or win11?

 

Moshe

 

 

 

0 Likes
Message 7 of 16

lukas_vavricka
Participant
Participant

@Moshe-A 

Yes, I have set launcher for dwg file AutoCAD.  And I am curently using windows 10.

0 Likes
Message 8 of 16

Moshe-A
Mentor
Mentor

update to 22h2?

 

 

0 Likes
Message 9 of 16

lukas_vavricka
Participant
Participant

@Moshe-A Yes 22H2

0 Likes
Message 10 of 16

Moshe-A
Mentor
Mentor

weird...any event you recall? installing something new? driver? since then

0 Likes
Message 11 of 16

pendean
Community Legend
Community Legend
Accepted solution

@lukas_vavricka wrote:

... I sometimes use that website to download blocks or lisp. I think last thing I downloaded is dwg block...  


which website is that?

Which blocks or content did you grab from there?

 

Did you ask them yet, you know, their free blocks, their marketing push to pre-load the website? That's all that seems to be, price you pay for free content I suspect.

0 Likes
Message 12 of 16

Yokaash_Selvam
Participant
Participant

Delete the temporary files once and after that try to open the dwg file. I hope it will solve your issue, and my guess please check once appload for the default lisp option cleared.

0 Likes
Message 13 of 16

paullimapa
Mentor
Mentor

As a test create a new Windows account with local admin privileges. Then sign in using that new account and see if the problem is resolved 


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 14 of 16

Sea-Haven
Mentor
Mentor

Sounds to me like as suggested there is a hyperlink in the dwg and it is set to open when you load the dwg.

 

You may have to look through every object and see if it has a hyperlink. You could then remove the hyperlink. Not sure how to do that.

 

(setq obj (vlax-ename->vla-object (car (entsel "\nPick object "))))
(vlax-dump-object (vlax-get obj 'Hyperlinks))
look at the "count" if it has hyperlinks it will show > 0

 

 

0 Likes
Message 15 of 16

vladimir_michl
Advisor
Advisor
Accepted solution

Isn't it this?
https://www.cadforum.cz/forum/forum_posts.asp?TID=35669

(an automatic check notifying about an updated version of one of your LISP apps)

 

Vladimir Michl, www.cadforum.cz  -  www.arkance.world 

 

0 Likes
Message 16 of 16

lukas_vavricka
Participant
Participant

@pendean  @vladimir_michl So in the end  it was one of the VLX application which was checking it's own updates but it was directed to wrong wabedpage.
I am really suprised that something like that is possible.  I always though that lisp even vlx are scripts running only when the comand is called not independently with acces to the internet. 
Thank you for reactions! 

0 Likes