Jump to content

Recommended Posts

Posted

I have searched for 22.03.01 version of Panda and everywhere I find only 22.03.05. I have 22.03.01 installed on my computers (via online installer when it was new) but never managed to find offline installer. :(

@AstroSkipper Instead of your 21.x.x version, I believe 22.03.01 would also be fast on your computer. Would you help me find it? I just can't seem to locate it anywhere, including the archive.org.


Posted (edited)
9 hours ago, modnar said:

Thank you. By the way I had to download it with Supermium, click on FreeAV.exe on site doesn't do anything in latest Serpent 52.9.

Works in Mypal 78, but not in New Moon 28 and Serpent 52. The reason lies in this poorly written function performDownload (line 26, column 119) within the download.js script on the sooftware.com server:

function performDownload(num) {
    event.preventDefault();
    ...

Strictly speaking, of course, the variable `event` (line 26, column 140) is not defined that way. But Mypal 78 and Supermium seem to be able to handle it. The function performDownload should actually have been constructed this way:

function performDownload(event,num) {
    event.preventDefault();
    ...

New Moon 28 and Serpent 52 are very sensitive to things like that.

Edited by AstroSkipper

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...