Author Topic: Error in latest beta (36454)  (Read 4196 times)

0 Members and 1 Guest are viewing this topic.

sccomcastednh

  • Guest
Error in latest beta (36454)
« on: March 26, 2012, 02:25:48 AM »
I cannot seem to connect to the antivirus engine after updating to the latest beta version on my macbook, it worked perfectly before! Everytime I try to repair it, it wont work. I have also tried deleting it and reinstalling to no avail. I do have a connection to the internet, obviously! Any suggestions?

Offline .: Mac :.

  • Avast Überevangelist
  • Ultra Poster
  • *****
  • Posts: 5093
Re: Error in latest beta (36454)
« Reply #1 on: March 26, 2012, 02:27:47 AM »
What is the error you are getting?
"People who are really serious about software should make their own hardware." - Alan Kay

sccomcastednh

  • Guest
Re: Error in latest beta (36454)
« Reply #2 on: March 26, 2012, 02:31:02 AM »
"Cannot connect to antivirus engine. Close and re-open the Avast! application to repair the antivirus components" which I have done...

Offline mity

  • Avast team
  • Full Member
  • *
  • Posts: 149
Re: Error in latest beta (36454)
« Reply #3 on: March 26, 2012, 09:17:01 AM »
Thanks for the report. Can you please provide the following log files (if they are too long, take part of it corresponding to some time period since boot to short time after login):
  • /var/log/system.log
  • /var/log/avastdaemon.log

EDIT: And also please try to repair the avast! installation by running the GUI app. once more. This will create a log file /tmp/avastscript-XXXX.log. If there are multiple such files, send those corresponding to the time of the repair (if unsure send all of them).

Regards,
Mity
« Last Edit: March 26, 2012, 09:20:28 AM by mity »

sccomcastednh

  • Guest
Re: Error in latest beta (36454)
« Reply #4 on: March 26, 2012, 12:18:49 PM »
Thanks! I restarted my computer last night, and tried reinstalling it. Something must have worked because now it works!

Offline mity

  • Avast team
  • Full Member
  • *
  • Posts: 149
Re: Error in latest beta (36454)
« Reply #5 on: March 26, 2012, 01:12:23 PM »
Ok. But please if you encounter the problem again, provide the logs. We would prefer to fix it rather then ask our users to restart their machines.

Thanks,
Mity

dunkelheit

  • Guest
Re: Error in latest beta (36454)
« Reply #6 on: April 05, 2012, 11:51:19 PM »
Hi,

I've encountered the same error as reported by the OP.

I just installed Avast on my Mac for the first time, and got the following:
NOT SECURED
Cannot connect to antivirus engine. Close and re-open the Avast! application to repair the antivirus components.

There is no avastscript*.log file in my /tmp directory, however, there are avastinstscript*.log and avastinstusrscript*.log, so I have included those.

The daemons for Avast seem to be running properly, but the GUI doesn't seem to be able to interact with them.

My /var/log/system shows:
Code: [Select]
Apr  5 17:44:42 nemesis avast![2413]: av_perform_open: /Library/Application Support/avast/master connect() failed for the 122nd try. No such file or directory [2]
Apr  5 17:45:42 nemesis avast![2413]: av_perform_open: /Library/Application Support/avast/master connect() failed for the 152nd try. No such file or directory [2]
Apr  5 17:46:42 nemesis avast![2413]: av_perform_open: /Library/Application Support/avast/master connect() failed for the 182nd try. No such file or directory [2]
Apr  5 17:47:42 nemesis avast![2413]: av_perform_open: /Library/Application Support/avast/master connect() failed for the 212nd try. No such file or directory [2]
Apr  5 17:48:42 nemesis avast![2413]: av_perform_open: /Library/Application Support/avast/master connect() failed for the 242nd try. No such file or directory [2]
Apr  5 17:49:42 nemesis avast![2413]: av_perform_open: /Library/Application Support/avast/master connect() failed for the 272nd try. No such file or directory [2]
Apr  5 17:50:08 nemesis avast![2602]: av_perform_open: /Library/Application Support/avast/master connect() failed for the 2nd try. No such file or directory [2]

My Mac is running OSX 10.7.3.

Thanks.

Offline mity

  • Avast team
  • Full Member
  • *
  • Posts: 149
Re: Error in latest beta (36454)
« Reply #7 on: April 10, 2012, 04:27:05 PM »
Oops. You are right, avastinstscript-XXX.log is what we are interested in.

Mity

kubase

  • Guest
Re: Error in latest beta (36454)
« Reply #8 on: April 21, 2012, 11:21:39 PM »
I have solved this problem with a workaround, Avast cannot access to "/Library/Application\ Support/Avast" folder because "Avast" folder has upper "A" and Avast engine is looking for "/Library/Application\ Support/avast".

On /Library/Application\ Support/ I have made a softlink

sudo ln -s Avast avast

It works for me.