Showing questions tagged: Show all questions
  • Archived

Firefox version 115.15 for Windows11 22H2

Hello to all, since I have updated the Firefox to the version 115.15 a notice showed up that this version is not compatible with Windows 7 / Vista, although I use Windows… (read more)

Hello to all, since I have updated the Firefox to the version 115.15 a notice showed up that this version is not compatible with Windows 7 / Vista, although I use Windows 11-22H2 on my laptop. What I can do to receive regular updates for the Firefox-Browser. Thank you in advance klk

Asked by klkuithan 1 year ago

Last reply by James 1 year ago

  • Archived

compatibility error

After today's W10 update, I'm getting an error on Firefox: XULRunner: Error: Platform version 129.0.2 not compatible with minVersion >= 128.0.2 maxVersion <=128.… (read more)

After today's W10 update, I'm getting an error on Firefox:

XULRunner: Error: Platform version 129.0.2 not compatible with

minVersion >= 128.0.2
maxVersion <=128.0.2

What do I do now? It's a Lenovo 64 bit machine.

Asked by berkell990 1 year ago

Last reply by cor-el 1 year ago

  • Archived

Update to 130

I recently updated to v130. I'm having the same problem that so many others have, "Firefox already running, close Firefox". After updating to v130 I had to go to Task Man… (read more)

I recently updated to v130. I'm having the same problem that so many others have, "Firefox already running, close Firefox". After updating to v130 I had to go to Task Manager and delete 19 Firefox running. It's only been a few days ago and I checked Task Manager today and deleted another 13. After updating to v130 many of my add-ons are showing up in the Menu Bar. I have used Add-ons Manager to drag and drop, but it doesn't work. I have specific bookmarks that should be in the "Bookmarks" section" but they are also showing up in the Menu Bar. I had to re-select my screen choice because it had disappeared. I use DuckDuckGo for my search engine and in the past I was able to choose a separate search bar, but that too has disappeared and I cannot seem to fix it in settings. So many problems after updates, but this one seems very bad. I use Windows 10 on my desktop PC

Please Help, Rhonda

Asked by Rhonda 1 year ago

Last reply by Rhonda 1 year ago

  • Archived

Installing the newest Firefox Browser each time a Windows Sandbox is started.

Today I manually download and rename the firefox executable so a script that runs as a Sandbox is spun up is ready to go immediately. But that entails me manually downl… (read more)

Today I manually download and rename the firefox executable so a script that runs as a Sandbox is spun up is ready to go immediately. But that entails me manually downloading, then renaming the installer to a name that the script always knows. And often the setup file gets updated on the web and I am running the prior version, or older depending on when I went thru that manual process.

So I am back looking for a way to either find a way to download the newest installer each time or find a way to kick off the internal updater right after its currently scripted install completes. Either could work.

I hate having to use Edge as its the browser MS automatically installs when a sandbox is spun up.

Or are there other ideas on how to accomplish this? Thanks, Bill

Asked by Bills 1 year ago

Last reply by Bills 1 year ago

  • Solved

Incomplete Ubuntu installation

Win 11 stopped working on my Lenoovo Yoga due to bitlocker key requirement that does not exist I'm in the process of installing Ubuntu during the installation something w… (read more)

Win 11 stopped working on my Lenoovo Yoga due to bitlocker key requirement that does not exist I'm in the process of installing Ubuntu during the installation something went wrong "system program problem detected" which stopped the installation

Asked by danburc 1 month ago

Answered by James 1 month ago

  • Archived

Review Checker Cost

Just received notice of "Firefox Review Checker - Ensure review authenticity in your online shopping" tool. I realize it's new and Mozilla is looking for customer input f… (read more)

Just received notice of "Firefox Review Checker - Ensure review authenticity in your online shopping" tool. I realize it's new and Mozilla is looking for customer input from using the tool. How much does it cost? Thanks for your help.

Asked by Big Lou Gee 1 year ago

Last reply by cor-el 1 year ago

  • Archived

I have no idea what to do with this new program. I still use the same email that I have always had as clients and friends still contact me at this address.

i am not a computer knowledgeable person, as I am 84 years old, and do not understand or know how to make the changes that are constantly being made. Please help me make… (read more)

i am not a computer knowledgeable person, as I am 84 years old, and do not understand or know how to make the changes that are constantly being made. Please help me make sure everything is set up correctly for the current rules and that the computer is secure, as I discuss monetary issues with many of my clients. When directions are offered, I often find it impossible to follow them, as whatever they tell me does not show up, or is not found on my screen. I have a relatively new computer, maybe a year old, so i am sure the problem is with me, and not the computer.

Thanks for any help you can offer. From past experience, please have someone with lots of patience, or some one that can just et it set up right. Thanks, Bette :>)

Asked by Bette Bell 1 year ago

Last reply by Bette Bell 1 year ago

  • Archived

Last Pass extension from your website not working.

Last Pass Firefox extension was working on my Windows 10 computer until 3 weeks ago. Now when I click on extension it hangs. (the extension is red red in tool bar so I kn… (read more)

Last Pass Firefox extension was working on my Windows 10 computer until 3 weeks ago. Now when I click on extension it hangs. (the extension is red red in tool bar so I know it is correctly installed).. I was able to solve by deleting Firefox extension and instead installed Last Pass 4.0 directly from Last Pass's site. Please fix your extension. This is not a Last Pass issue.

Tom Weaver

Asked by thomas Weaver 1 year ago

Last reply by James 1 year ago

  • Archived

Request to host Firefox linux binaries that are compiled with the PIC/PIE flag

Many of Linux Distributions take firefox binaries from https://packages.mozilla.org/apt/ as given in the Mozilla Knowlege Base Article Install Firefox on Linux. In this a… (read more)

Many of Linux Distributions take firefox binaries from https://packages.mozilla.org/apt/ as given in the Mozilla Knowlege Base Article Install Firefox on Linux. In this article there is a option to Install Firefox .deb package for Debian-based distributions.

However the binaries and libraries that are hosted in Firefox repositories are not compiled with the PIE/PIC flag. That prevents Firefox browser from using ASLR capabilities and to a large degree prevent Buffer overflows attacks. Please refer to the output given below for more details.

$ file -e elf /opt/firefox/firefox /opt/firefox/firefox: ELF 64-bit LSB executable, x86-64, version 1 (SYSV) $ $ readelf -h /opt/firefox/firefox ELF Header:

 Magic:   7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00 
 Class:                             ELF64
 Data:                              2's complement, little endian
 Version:                           1 (current)
 OS/ABI:                            UNIX - System V
 ABI Version:                       0
 Type:                              EXEC (Executable file)
 Machine:                           Advanced Micro Devices X86-64
 Version:                           0x1

The output of the first command is ELF 64-bit LSB executable, which indicates that it is not a PIE executable. If it had been a PIE executable then it would have been ELF 64-bit LSB pie executable. Similarly the output of the second command has a Key, Type, whose value is EXEC (Executable file). However for a PIE binary the value would be DYN (Position-Independent Executable file).

Can Mozilla please compile the binaries and shared libraries with the PIE/PIC flag and then host them in its repositories? Many of Linux Distros do not have the bandwidth to take the source and compile binaries for different architects and are dependent on Mozilla to provide the same. Doing so would be appreciated and would help in enhancing safety of Linux users who use Firefox as their primary browser.


PIE = Position Independent Executable PIC = Position Independent Code ASLR = Address Space Layout Randomisation. PIC and PIE are used interchangeably and imply the same thing.

Asked by LimuxSpring 1 year ago

Last reply by LimuxSpring 1 year ago

  • Archived

Firefox Update Crashed

Firefox did one of its updates where it just shut down my laptop with no warning. Now, Firefox will no longer open. Getting a dialog box that says Error Platform versio… (read more)

Firefox did one of its updates where it just shut down my laptop with no warning. Now, Firefox will no longer open. Getting a dialog box that says

Error Platform version 130.0 is not compatible with minVersion >= 130.0.1 maxVersion <= 130.0.1

Have rebooted twice.

Asked by Melissa 1 year ago

Last reply by Kiki 1 year ago

  • Archived

Login settings

I have installed Thunderbird on a new PC desktop running Windows 11, copied all the server settings from my Mac laptop that are working correctly, yet i keep getting an e… (read more)

I have installed Thunderbird on a new PC desktop running Windows 11, copied all the server settings from my Mac laptop that are working correctly, yet i keep getting an error message that "Thunderbird failed to find the settings for your email account". My ISP will not provide detect support for your client, a "third party provider". What do I need to do?

Asked by allpro1 1 year ago

Last reply by allpro1 1 year ago

  • Archived

will this featuer eventually also come to europe?

hello, is just wanted to know if the new feature "Users in the United States and Canada can view local weather directly on the new tab page. Additionally, they have the … (read more)

hello,

is just wanted to know if the new feature "Users in the United States and Canada can view local weather directly on the new tab page. Additionally, they have the option to select a specific location to see current weather conditions.", which was released with the version 130.0 also comes to europe someday?

Asked by max 1 year ago

Last reply by cor-el 1 year ago

  • Archived

firefox will not load - error message

I cannot open firefox. The error box says that the platform version 130.0.1 is not compatible with the maxversion 130.0 or the minversion 130.0. It looks as if the upgrad… (read more)

I cannot open firefox. The error box says that the platform version 130.0.1 is not compatible with the maxversion 130.0 or the minversion 130.0. It looks as if the upgrade to 130.0.1 was incomplete. I need to have this fixed

Asked by Winslow Rogers 1 year ago

Last reply by TyDraniu 1 year ago

  • Archived

run of Firefox ver. 30.0.0 vs 30.0.1 browser problem

Hello, 1. I can't run Firefox - there is error appeared as screen shot. I'm using Chrome to make it this report and Firefox disappoint me again... 2. Before i had problem… (read more)

Hello, 1. I can't run Firefox - there is error appeared as screen shot. I'm using Chrome to make it this report and Firefox disappoint me again... 2. Before i had problem with Firefox ver. 30.0.0 - 32bit version was stack on some webpages so I changed for 64bit version and problem gone, but now see pt.1.

Regards Greg

Asked by trust-no-1 1 year ago

Last reply by trust-no-1 1 year ago