• المُؤرشفة

Bookmarks toolbar keeps disappearing

After recent update bookmarks disappeared. When I restore them and then close firefox developer edition the bookmarks toolbar is gone again. It seems like a bug in that r… (read more)

After recent update bookmarks disappeared. When I restore them and then close firefox developer edition the bookmarks toolbar is gone again. It seems like a bug in that recent update. Please advise.

Asked by Jan 8 months ago

Last reply by 锐冰龙 SharpIce 8 months ago

  • المُؤرشفة

Firefox 128 ESR version for windows 8.1 OS

Hi, We have a few vulnerabilities identified on windows server 2012 R2 servers that has Firefox version 115.15 installed and showing as Up-to date but resolution to the … (read more)

Hi,

We have a few vulnerabilities identified on windows server 2012 R2 servers that has Firefox version 115.15 installed and showing as Up-to date but resolution to the vulnerabilities suggesting to upgrade to version 128ESR. As support for 115 ESR version is going to end by 1st OCT 2024. Please let us know can we expect 128ESR version for windows server 2012R2? If not what is the next action plan.

Asked by mahalakshmi.korada 9 months ago

Last reply by James (On Leave) 9 months ago

  • المُؤرشفة

Tabs not restored after upgrade

Brief summary: I have a user profile which reliably does not restore tabs after upgrading to Firefox ESR 128.3.1. A nearly-clean profile created in the same version as th… (read more)

Brief summary: I have a user profile which reliably does not restore tabs after upgrading to Firefox ESR 128.3.1. A nearly-clean profile created in the same version as the problematic one comes from does restore tabs successfully after upgrade. How can I find out what Firefox is doing that leads it to decide not to restore the tabs from this profile, so that I can then figure out how to get it to not decide to do that?


Longer version:


I am working to prepare a deployment for my organization to upgrade from its currently-deployed Firefox release (ESR 107.2.0) to a much more recent one (ESR 128.3.1, which I understand to be the current latest ESR).

I make much heavier use of and reliance on Firefox than do most in my organization. As part of that, I have hundreds of open tabs in multiple windows, saved by the session-restore feature to be reopened on subsequent launches of the browser. I also have a variety of add-ons installed. (I also have some userChrome-related UI customization, but I have reproduced this issue without that, so I do not think it is relevant.)

Because of that heavy use and reliance, part of my process for preparing to deploy a new Firefox release across the organization is to copy my Firefox profile to a test computer, verify that it comes up correctly after the upgrade, and determine whether any manual adjustments (e.g. to new settings, or of the userChrome-related UI customization) is necessary. This also helps position me to assist any other users who may likewise make heavier use of Firefox than most do.

This is typically a fairly straightforward process, if a time-consuming and sometimes clunky one. In this case, however, something went wrong.


I shut down my primary Firefox instance (on Windows 10), copied the profile directory out, copied it into place on another computer (running Windows 11), launched Firefox 107.2.0 there (to confirm that the profile came up correctly, which it did), shut it down again, upgraded Firefox on that computer to 128.3.1, and launched again.

Rather than the profile coming up correctly, the browser opened with none of my hundreds of tabs. There was only one window, and the only tab in that window was displaying my configured default page. The History menu showed the pages I had recently navigated to prior to copying the profile, but the "Restore Previous Session", "Recently Closed Tabs", and "Recently Closed Windows" entries were all grayed out. about:sessionrestore did not show any session content to be restored; its list of windows, tabs, etc., was entirely empty. Other configuration aspects, such as extensions and about:config settings and so forth, were all retained without apparent issues that I have noticed.

Investigating led me to reports such as https://support.mozilla.org/en-US/questions/1449541 and https://bugzilla.mozilla.org/show_bug.cgi?id=1901899. The behavior described seems similar to what I am seeing, although the primary-password aspects do not appear in my case; I do not have such a password set, and did not see any prompt which would be related to one. (We have a policy in place to disable setting such a password, and it seemed possible that this might inadvertently trigger the same code path as having the user click to cancel on such a post-upgrade password prompt; however, I have tested the upgrade scenario with all of our Firefox-related enterprise policies removed, and the behavior was identical.)

Those reports, among others, suggest that such cases of lost tabs can be recovered from by looking under [profiledir]\sessionstore-backups\, identifying a .jsonlz4 file which contains the session data from the session, and copying that file to recovery.jsonlz4 and/or [profiledir]\sessionstore.jsonlz4.

I have experimented with this extensively, and gotten nowhere. The pre-upgrade copy of the profile contains a sessionstore.jsonlz4 file which, when I examine it via the tools from https://github.com/jusw85/mozlz4, appears to contain the correct session state; during launch after upgrade, this file disappears (i.e., gets deleted). The post-upgrade copy of the profile contains sessionstore-backups\previous.jsonlz4 and sessionstore-backups\upgrade.jsonlz4-[datetimestampstring] files which appear to be identical to the previous sessionstore.jsonlz4, and a sessionstore-backups\recovery.jsonlz4 file which is (reported as being) 1KB in size and is presumably empty.

If I exit Firefox, delete that "empty" recovery.jsonlz4 file and copy either previous.jsonlz4 or the update.jsonlz4-* file into place under the recovery.jsonlz4 name, then launch Firefox again, the behavior is observed again. The tabs and windows are still not restored; a little while (more than a few seconds, less than a minute) after the Firefox UI becomes available and responsive, the copied-in recovery.jsonlz4 file disappears, and a new one with the "empty" state is created in its place. (I conclude that it's not just having its contents "updated" to the "empty" state, because if I have the file highlighted in Windows Explorer before the Firefox launch, and after launch return to that window and keep pressing F5 to refresh, at first nothing visible changes, but then on a later F5 press Explorer goes from having the correct-size file selected to having no file selected and having an "empty"-state file present.)

If I instead - or also - copy the file into place as [profiledir]\sessionstore.jsonlz4, I see the same result. The newly-copied in file disappears after launch, and the tabs are not restored, nor available for restoration.

I have reproduced this behavior with various cut-down versions of the profile, including one which narrows it down to only one window and fewer than a hundred tabs, and which strips out the [profiledir]\chrome\ directory which contained the UI customizations.

I have created a test "clean" profile with Firefox ESR 102.7.0 (on the same computer where I'm doing the testing work), in which I just open a couple of tabs, set the "restore tabs on startup" preference, and exit. With that profile, the tabs come up after upgrade without issues. That demonstrates that this is not a universal problem, but is somehow being triggered by something about the profile I'm working with.

I have just about exhausted all avenues for debugging this with the resources I currently have. I have no idea how to get Firefox to tell me what it is doing in those early launch stages leading up to the point where the .jsonlz4 files get deleted. I'm not even sure it's *possible* to get Firefox to do that without using a debug build or doing custom builds which log status/etc. messages out to file at every step. Without that information, I have no leads on what to try that might bypass the problem.

The only idea I have left for getting any further is to try to bisect the profile/session down to a point where the issue *stops* happening, in the hopes of at least creating a minimal reproducing case - and because of the need to downgrade Firefox in order to be able to modify the profile/session, then upgrade it in order to test whether the issue still manifests, each step of the bisect is sufficiently lengthy and manual that I am hesitant to try to go that route without asking for help first.

I've considered filing a bug report on Bugzilla, but am not certain that that is the best venue for an appeal like this one, at least not as a first/next step - especially since I don't have a steps-to-reproduce, at least not without attaching a copy of the profile I'm using (which hardly seems like what that is asking for). I've already looked at the open bug reports in the session-restore component there, and not found any which seem to be covering the same behavior I'm seeing.

Any suggestions or advice which I might not have already considered and tried?

Asked by Andrew J. Buehler 7 months ago

Last reply by Andrew J. Buehler 7 months ago

  • المُؤرشفة

Lost all bookmarks and folders after latest update 131.0.3 (64-bit)

hi i have mental health difficulties and all the links to absolutely everything is gone no bookmarks no folders nothing on my desktop i have lost everything please help m… (read more)

hi i have mental health difficulties and all the links to absolutely everything is gone no bookmarks no folders nothing on my desktop i have lost everything please help me recover these so many important bookmarks all missing help me get them back even if i have to go back to an older version of firefox this update happened itself please help me nothing in import restore in manage bookmarks see pic showing no bookmarks its empty please help me i am desperate my mobile number is u.k [edited phone# from public community support forum] please help me

Asked by g4ryhudson_1970 7 months ago

Last reply by cor-el 7 months ago

  • المُؤرشفة

Firefox is installing components needed to play the audio or video on this page. Please try again later.

Earlier today I was trying to watch Prime video and I kept getting an error saying that Firefox wasn't updated (which it was). I looked up some solutions, one of which su… (read more)

Earlier today I was trying to watch Prime video and I kept getting an error saying that Firefox wasn't updated (which it was). I looked up some solutions, one of which suggested turning the DRM setting off and then back on. That was a mistake, because after that, any time I opened Prime or netflix, the error I got was "Firefox is installing components needed to play the audio or video on this page. Please try again later. "

Then, I looked that up and found out that my Widevine was just not installing. So, I found an alternative way to manually install it, which shows that it is installed in the Add-ons Manager, but I keep getting that error and nothing works. Prior to this my Netflix was still fine and working.

I've tried a few other things including closing firefox, refreshing firefox from the troubleshoot settings, and restarting my computer.

I am out of ideas, and I wanted to see if anyone can help me before I have to jump ship to another browser.

Asked by Heleo 6 months ago

Last reply by markwarner22 6 months ago

  • المُؤرشفة

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 9 months ago

Last reply by TyDraniu 9 months ago

  • المُؤرشفة

parent.lock not closing

I am told that when FireFox closes it is supposed to delete a file called parent.lock in FireFox's Profile Folder. The parent.lock file does not delete when I close FireF… (read more)

I am told that when FireFox closes it is supposed to delete a file called parent.lock in FireFox's Profile Folder. The parent.lock file does not delete when I close FireFox and consequentially it will not allow me to open a new instance of FireFox. If what I say is in fact true, what can I do to fix it? If what I say isn't the case, what can I do to make FireFox open a new instance of FireFox once I close it.

I sure hope I have explained this so it can be understood. When I close FF and then try to open it again, I get a dialog box saying FF is already open and has to close first. Not sure if those are the exact words but I was told that the parent.lock was to be deleted and that isn't happening. What can I do? Thanks.

Asked by hlewton 7 months ago

Last reply by jscher2000 - Support Volunteer 6 months ago

  • المُؤرشفة

Latest Developers edition missing new tab and reload icons

I'm using Firefox Developer Edition 132.0b2 (64-bit) and noticed that the only way to open a new tab is to click on the pancake icon and select new tab. The "+" icon in t… (read more)

I'm using Firefox Developer Edition 132.0b2 (64-bit) and noticed that the only way to open a new tab is to click on the pancake icon and select new tab. The "+" icon in the tab bar is missing.

I also noticed that there is no way to reload the page (especially doing a hard reload). This is a major issue when making updates to websites and wanting to see those edit. Clicking in the address bar and then on enter will reload the page, but does not do a hard reload, so the cached version of the page is displayed, not the updates.

Asked by scott224 8 months ago

Last reply by cor-el 8 months ago

  • حُلّت
  • المُؤرشفة

Lock screen / screensaver

Having just used Windows Update (on Windows 10), the screensaver lock screen comes on with my chosen picture AND four large buttons for weather etc. I didn't ask for the … (read more)

Having just used Windows Update (on Windows 10), the screensaver lock screen comes on with my chosen picture AND four large buttons for weather etc. I didn't ask for the buttons, and don't want them. Is this a Firefox issue, or maybe a Windows issue? Do you know how I can stop them coming on please? (Firefox v. 132.0.2 current)

Asked by MikeF 6 months ago

Answered by Paul 6 months ago

  • المُؤرشفة

new version 131.0.2

I just installed the new Firefox version (131.0.2) and the installation gave me a new desktop lnk (the old one is still on the desktop). The new link (to an .exe file in… (read more)

I just installed the new Firefox version (131.0.2) and the installation gave me a new desktop lnk (the old one is still on the desktop). The new link (to an .exe file in "C:...\AppData\Local\Mozilla Firefox\browser") starts the new version of Firefox in its newborn virgin state, i.e., EVERYTHING from my previous version is missing.

The old link (which points to an identical .exe file in a completely different directory "C:\Program Files\Mozilla Firefox\browser" with same date stamp as the .exe file mentioned above) when executed results in an error message: Platform version '131.0' is not compatible with

                                                                                              minVersion >= 131.0.2
                                                                                              maxVersion <= 131.0.2

NOTE: The files in each of these two directories appears to be identical. I really want my old profile back.

HELP!

Asked by TrueNorth 8 months ago

Last reply by Dan MT 8 months ago

  • حُلّت
  • المُؤرشفة

Firefox 132 Tab Crashing Facebook and DSLReports Forums and Rockstar Social Club

Ever since I updated to Firefox 132, I get a Tab Crash if I go to Facebook (logged in), DSLReports Forums (like https://www.dslreports.com/forum/vzfiber), and Rockstar So… (read more)

Ever since I updated to Firefox 132, I get a Tab Crash if I go to Facebook (logged in), DSLReports Forums (like https://www.dslreports.com/forum/vzfiber), and Rockstar Social Club (logged in).

I have tried playing with the settings, Troubleshooter Mode, and Private Windows...all the same result.

Asked by Scott Weigand 7 months ago

Answered by Scott Weigand 7 months ago

  • المُؤرشفة

extensions are not showing up on toolbar or menu bar.

My extensions are not showing up in the firefox browser, on menu bar, tool bar, or bookmarks bar. I am elderly and NOT computer literate. What to do? Using Windows 10. T… (read more)

My extensions are not showing up in the firefox browser, on menu bar, tool bar, or bookmarks bar. I am elderly and NOT computer literate. What to do? Using Windows 10.

Thank you.

Asked by Soretta 6 months ago

Last reply by markwarner22 6 months ago

  • المُؤرشفة

Firefox 115

Dear Sir or Madam, Is it possible to get a version of Firefox ESR beyond 115.15? If so, would you be so kind to share the URL to download the installation? We still hav… (read more)

Dear Sir or Madam,

Is it possible to get a version of Firefox ESR beyond 115.15? If so, would you be so kind to share the URL to download the installation?

We still have a few Windows Server 2012 boxes that are using Firefox 115.15, except Tenable is reporting the version as with vulnerabilities.

Thank you!

Asked by george.alexandres 8 months ago

Last reply by James (On Leave) 8 months ago

  • المُؤرشفة

FF homescreen shortcuts no longer visible

After updating to FF 132.0.1, my homescreen shortcuts are no longer visible or accessable. Could you please advise what I must do to restore them? Thank you in anticipati… (read more)

After updating to FF 132.0.1, my homescreen shortcuts are no longer visible or accessable. Could you please advise what I must do to restore them? Thank you in anticipation, Peter Palmer

Environment is Win 10 PC, ver 22H2 (OS build 19045.5011)

Asked by peter500 7 months ago

Last reply by peter500 7 months ago

  • المُؤرشفة

Upgrade Firefox 112 to 130 on Xtra-PC linux.

Help/About Firefox tells me I have - ver 112.0.1 (64-bit) There is no option to automatically update. I have downloaded this zip file - firefox-130.0(1).tar.bz2 QUESTI… (read more)

Help/About Firefox tells me I have - ver 112.0.1 (64-bit)

There is no option to automatically update.

I have downloaded this zip file - firefox-130.0(1).tar.bz2

QUESTION - How do I instal the update  ? - or can I not with my system - as below

Xtra-PC - Turbo 32 × 1 (purchased 2019)

Ubuntu 18.04.6 LTS

Running on 2010 Acer 4741G computer. 4Gb RAM Intel i5 2.27Ghz

Many thanks for any assistance, John, Brisbane Aus

Asked by jay_c_tee 9 months ago

Last reply by jay_c_tee 9 months ago