Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Okugcinwe kunqolobane

Ancestry missing DNA matches

Ever since last Firefox update have been unable to access my DNA matches in my Ancestry program. Are you working on fixing whatever it is that you did to cause this? He… (funda kabanzi)

Ever since last Firefox update have been unable to access my DNA matches in my Ancestry program. Are you working on fixing whatever it is that you did to cause this? Heather

Asked by sparrowpilot 1 unyaka odlule

Last reply by jscher2000 - Support Volunteer 1 unyaka odlule

  • Okugcinwe kunqolobane

Firefox crashes most of the time when I close the browser

Hello Firefox Support Staff, I use Firefox on a Windows 10 desktop PC. Firefox often crashes when I close the browser by clicking the X either at the top right or the … (funda kabanzi)

Hello Firefox Support Staff,

I use Firefox on a Windows 10 desktop PC.

Firefox often crashes when I close the browser by clicking the X either at the top right or the tab.

Please let me know the type of information you need to debug.

Thanks, Sam

Asked by sam_subramanian 1 unyaka odlule

Last reply by sam_subramanian 1 unyaka odlule

  • Okugcinwe kunqolobane

tab deliminators

I am currently on version 110 of firefox. It is driving me crazy how there is no physical object or deliminator between tabs. they all just blend in. Is there any way to… (funda kabanzi)

I am currently on version 110 of firefox. It is driving me crazy how there is no physical object or deliminator between tabs. they all just blend in. Is there any way to add the "|" (pipe command) between the tabs so they have some sort of separation?

thanks

Asked by LT72884 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Extensions

Now that extensions are hidden behind the puzzle icon, I can no longer control any of them directly. Case in point: Ghostery. I can't access the app to change its paramet… (funda kabanzi)

Now that extensions are hidden behind the puzzle icon, I can no longer control any of them directly. Case in point: Ghostery. I can't access the app to change its parameters, but can only turn it on and off. Why can't I move these extensions directly to the menu bar, where I can see them and manipulate them?

Asked by thos_huxley1 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

"Open previous windows and tabs" no longer working

The option to restore tabs and windows is no longer working for me. I normally have a dozen tabs I work thru every day. Yesterday when I shutdown Firefox, all those tab… (funda kabanzi)

The option to restore tabs and windows is no longer working for me. I normally have a dozen tabs I work thru every day. Yesterday when I shutdown Firefox, all those tabs were there. Today when I open Firefox it only had to single Firefox default homepage. Checking under History there is no option to restore previous tabs, and the recently closed tabs was empty.

To test, I opened an IMDB page and pinned it. I then went to Wikipedia. This gave me a pinned and unpinned tab. I shutdown Firefox via the "X" to close the window. When I restarted Firefox there was only the default homepage. Neither IMDB nor Wikipedia showed up under recently closed tabs and no option to restore the previous session was available.

I have operated Firefox this way for several years. I don't know why this behavior is no longer being supported.

Asked by kesrith1 1 unyaka odlule

Last reply by Paw_typist 8 izinyanga ezidlule

  • Okugcinwe kunqolobane

Can't Update Firefox

Since about two months ago, I haven't been able to update Firefox(or any other browser for that matter). I've tried the typical method of going to Preferences, checking f… (funda kabanzi)

Since about two months ago, I haven't been able to update Firefox(or any other browser for that matter). I've tried the typical method of going to Preferences, checking for updates, but I can't get passed that point. I get this error message stating "Failed to check for updates."

Chrome was giving me much of the same issue, I've allowed GoogleUpdate on my firewall rules, restarted the PC and tried again. Still got the same error message. I have no other antivirus software installed on this device other than the Windows Defender default app. Firefox hasn't told what I should be allowing past my firewall so I haven't tried anything similar for Firefox.

I also tried uninstalling Firefox, but when I tried to reinstall, I couldn't finish that process because clicking on Download Now led me to this error message stating "Hmm. We’re having trouble finding that site.

We can’t connect to the server at download.mozilla.org."

I assumed this was maybe a DNS issue. I tried a DNS flush but that also was ineffective. I tried changing my DNS servers to 1.1.1.1 and 1.1.1.2, also tried other known DNS servers but that didn't work either.

In the meantime, I'd like to at least get an offline installer going because my current version is 110.0.1.

Thank you.

Asked by kimberly9 10 izinyanga ezidlule

Last reply by jscher2000 - Support Volunteer 10 izinyanga ezidlule

  • Okugcinwe kunqolobane

after upgrading to ff110 problem with css regarding browser tabs

Appreciate help for the following: 1. these codes don't work anymore in FF 110: #tabbrowser-tab[first-visible-tab="true"] { margin-left: 3px !important; } 2. Also … (funda kabanzi)

Appreciate help for the following: 1. these codes don't work anymore in FF 110: #tabbrowser-tab[first-visible-tab="true"] { margin-left: 3px !important; }

2. Also this one for Tab Separators , works ok except , the "last tab separator on the right" disappeared , I mean the left is visible but the right side of the tab has no separator :

.tab-content {
position: relative !important;
overflow: hidden !important;
--separator-color: rgba(255,255,255,0.4);
}

.tab-content::before,
.tab-content::after {
content: '' !important;
display: block !important;
position: absolute !important;
background-color: var(--separator-color) !important;
width: 1px !important;
height: 28px !important;
transform: translateY(24px) !important;
opacity: 0 !important;
transition: opacity 0.2s ease !important;
}

.tab-content::before {
left: 0 !important;
}

.tab-content::after {
right: 0 !important;
}

.tabbrowser-tab[visuallyselected][style*=transform]+.tabbrowser-tab[style*=transform] .tab-content::after {
opacity: var(--tab-separator-opacity) !important;
}

.tabbrowser-tab[style*=transform]:not([visuallyselected]) .tab-content::before,
.tabbrowser-tab[style*=transform]+.tabbrowser-tab:not([visuallyselected]) .tab-content::before {
opacity: var(--tab-separator-opacity) !important;
}

.tabbrowser-tab:not([visuallyselected]):not(:hover):not([multiselected])+.tabbrowser-tab:not([visuallyselected]):not(:hover):not([multiselected]) .tab-content::before {
opacity: var(--tab-separator-opacity) !important;
}

#tabbrowser-tabs[hasadjacentnewtabbutton]:not([overflow]) .tabbrowser-tab[last-visible-tab]:not([visuallyselected]):not(:hover):not([multiselected]) .tab-content::after {
opacity: var(--tab-separator-opacity) !important;
}

#tabbrowser-tabs[overflow] .tabbrowser-tab[pinned]+.tabbrowser-tab:not([pinned]) .tab-content::before {
opacity: 0 !important;
}

Any help appreciated Thanks look4

Asked by look4 1 unyaka odlule

Last reply by look4 1 unyaka odlule

  • Okugcinwe kunqolobane

Allowing Content/Sites access

Hail all: I have my settings set to "absolute" Strict. this option greys out to add exceptions. But it blocks sometimes safe sites as well. How can I run strict, and st… (funda kabanzi)

Hail all:

I have my settings set to "absolute" Strict. this option greys out to add exceptions. But it blocks sometimes safe sites as well.

How can I run strict, and still be able to add certain websites, thus overcome the greyed out Add Exception Button?

Thank you.

Asked by dtm_samurai@hotmail.com 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

Firefox and Ancestry.com

Since this last Firefox update, when I log into my Ancestry.com account and try to access my DNA matches nothing comes up. I have used another browser and can access them… (funda kabanzi)

Since this last Firefox update, when I log into my Ancestry.com account and try to access my DNA matches nothing comes up. I have used another browser and can access them just fine there so it is a Firefox problem and not an Ancestry one. Thanks Laura

Asked by laurann69 1 unyaka odlule

Last reply by laurann69 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

No audio / video in Firefox 110 Ubuntu - Chrome 110 works fine

These websites won't play audio or video in Firefox 110.0.1, they work in Chrome 110.0.5481.177 https://www.vrt.be/vrtnu/livestream/audio/stubru/ When I click the Play b… (funda kabanzi)

These websites won't play audio or video in Firefox 110.0.1, they work in Chrome 110.0.5481.177

https://www.vrt.be/vrtnu/livestream/audio/stubru/ When I click the Play button I get an error "Oops, something went wrong, error code 200" which seems to be a general error code. In Chrome the music starts playing instantly.

https://f1tv.formula1.com/ I have a subscription but video won't play. I can press the Play button, sometimes I see a preloader but the screen stays black, no audio or video. In Chrome the content just starts playing, be it live or recorded content.

Steps I took to get audio/video working inb Firefox, but to no avail:

run above websites in private tabs download Firefox again and run it from its folder in Downloads start Firefox in Troubelshoot mode start Firefox in Troubleshoot mode and Refresh Firefox disabled / enabled Plugin Widevine Content Decryption Module provided by Google Inc disabled / enabled Play DRM-controlled content in Settings disabled / enabled Enhanced Tracking protection disablde / enabled allow media autoplay

In other discussions it was opted to remove the PulseAudio config by running the below command and rebooting rm ~/.config/pulse/*

Any help to get this working again would be greatly appreciated!

Asked by NeoRey 1 unyaka odlule

Answered by jonzn4SUSE 1 unyaka odlule

  • Okugcinwe kunqolobane

Why text or image is blurry on firefox when serving an animated HTML5 banner

Hello all, When serving an animated HTML5 banner on Firefox the text or image is blurry Serving the same in Chrome or Edge is super sharp Attache is a sample showing the … (funda kabanzi)

Hello all, When serving an animated HTML5 banner on Firefox the text or image is blurry Serving the same in Chrome or Edge is super sharp Attache is a sample showing the different results in each browser

Thank you for your help!

Asked by yehoudab 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

please help

can not stop this site from comin uphttp://www1.cdnsure.com/?tm=1&subid4=1677517367.0137670000&KW1=Google%20Cloud%20CDN&KW2=Enterprise%20CDN&KW3=CDN%20Vi… (funda kabanzi)

Asked by Mary 1 unyaka odlule

Last reply by Mary 1 unyaka odlule

  • Okugcinwe kunqolobane

Browser keeps deleting pinned tabs constantly

I don't know why, but sometimes (like every 2 days), firefox crashes on startup, then opens itself after the crash but it don't load the previous tabs and deletes the pin… (funda kabanzi)

I don't know why, but sometimes (like every 2 days), firefox crashes on startup, then opens itself after the crash but it don't load the previous tabs and deletes the pinned tabs, so I just have to favorite everything if I want to reliably keep tabs after closing the browser. The open previous tabs option is checked and working, but when the browser crashes on startup, the browser don't open them, so I keep losing them and the pinned tabs every once in a while (every 2 days, wich is quite frequent).

Asked by Lucas 1 unyaka odlule

Last reply by Lucas 1 unyaka odlule

  • Okugcinwe kunqolobane

Scroll position in Firefox's bookmarks keeps resetting to the top after updating to 110.0

I've recently updated to version 110.0, and I immediately noticed an issue with my bookmarks where my scroll position in the bookmarks list isn't being saved after openin… (funda kabanzi)

I've recently updated to version 110.0, and I immediately noticed an issue with my bookmarks where my scroll position in the bookmarks list isn't being saved after opening a tab or two. It keeps resetting back to the top of the list after a few seconds.

I don't know if this is a bug resulting from the latest update or what, but I know I didn't have this issue with bookmarks prior to updating to 110.0.

Asked by Felis-2 1 unyaka odlule

Last reply by BigLib 1 unyaka odlule

  • Okugcinwe kunqolobane

unsightly blue boxes around every clicked button or link

ever since the most recent update last night, these horrid blue boxes have appeared around every intractable element once clicked on (except on complex js based websites … (funda kabanzi)

ever since the most recent update last night, these horrid blue boxes have appeared around every intractable element once clicked on (except on complex js based websites like twitter and youtube), no amount of farting around in about:config nor even using troubleshooting mode has gotten rid of them. caret browsing is off. windows' narrator is off. ive also tried disabling all of my plugins, which had no effect

it appears to be the exact same issue that this user was having. i tried all the solutions in that thread. no dice. i have also tried all the solutions in this reddit thread

ive attached a collage of some examples below.

ive tested these same sites in opera gx to compare, it does not exhibit this faulty behaviour.

i need this fixed as soon as possible as firefox remains my daily driver due to being the only browser that still has good plugin support and decent customization

Asked by aaaddd4747 1 unyaka odlule

Last reply by cor-el 1 unyaka odlule

  • Okugcinwe kunqolobane

TopSitesColumns?

Hey there! I am looking for a setting that sets the columns in the new tab page. i know about: "browser.newtabpage.activity-stream.topSitesRows" This is the same as goin… (funda kabanzi)

Hey there! I am looking for a setting that sets the columns in the new tab page.

i know about: "browser.newtabpage.activity-stream.topSitesRows" This is the same as going to the settings and changing it in the drop down menu.

Is there something that can set the quantity of columns?

Asked by careca 1 unyaka odlule

Last reply by careca 10 izinyanga ezidlule

  • Okugcinwe kunqolobane

Blue Box Appears around link (or control) when I Click on it for most Web Sites.

I am running FF v110.0 on Windows 10 (64). This version automatically downloaded and installed without my permission (I never allow any software to automatically update)… (funda kabanzi)

I am running FF v110.0 on Windows 10 (64). This version automatically downloaded and installed without my permission (I never allow any software to automatically update) - I found out about this a week or so ago. I've also reset the update settings to what they've always been.

Anyway, since that upgrade I am getting a blue box around whatever control I click on. This occurs on most web sites. I've tried the various suggestions from years ago (troubleshoot mode, about:config 'browser.display.focus_ring_on_anything' and 'browser.display.show_focus_rings' = false). This does not occur on any other browser and didn't occur on Firefox until the latest update.

How do I get rid of this? It is very annoying with several web sites I use daily.

Thanks,

Asked by Bill 1 unyaka odlule

Last reply by Bill 1 unyaka odlule

  • Okugcinwe kunqolobane

Much broken after update to 110.0.1 (64-bit) on Ubuntu

My FF updated to 110.0.1 (64-bit) on Ubuntu and several things which use to work really well are now broken. For example, when making a new account, the password manager… (funda kabanzi)

My FF updated to 110.0.1 (64-bit) on Ubuntu and several things which use to work really well are now broken.

For example, when making a new account, the password manager pops up asking if you want to save the username/password, but if you mouse over to that popup then as soon as you enter it it just disappears. When logging in somewhere, if there are multiple choices for userid (say with different dates) none can be chosen. You mouse down to the popup with the choices and there's a weird stroboscopic action where the popup disappears and is recreated as fast as it can, over and over, and nothing can actually be clicked on. If you type in the userid then try to enter the password the same thing happens. It's not possible to use the password manager anymore, both fields need to be typed in manually.

Another example is the search field. If you type something and there are several options from previous searches, and you try to mouse down to pick one, the popup disappears. If you click the search keyword again it highlights as for replacement, then you have to click it again (removing highlight) and only then can you mouse down and choose a search engine.

etc etc etc! All this stuff worked great until the upgrade happened (in the background) and now many things are a huge pain in the ass. Arrgh!

% uname -a Linux spunky 5.4.0-144-generic #161~18.04.1-Ubuntu SMP Fri Feb 10 15:55:22 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

I tried disabling all add-ons then restarted but made no difference. Password manager is unusable.

Asked by ian179 1 unyaka odlule

Last reply by jonzn4SUSE 1 unyaka odlule

  • Okugcinwe kunqolobane

Suddenly certain pages aren't loading!!

I'm using Windows 10 and Firefox 110.0. I've refreshed, uninstalled, reinstalled, cleared cookies, cleared cache, used safe mode in Firefox; scanned for viruses; and tri… (funda kabanzi)

I'm using Windows 10 and Firefox 110.0. I've refreshed, uninstalled, reinstalled, cleared cookies, cleared cache, used safe mode in Firefox; scanned for viruses; and tried other things the last two days to solve my problem without any success. The problem is recent! All of a sudden I have a couple websites which won't load properly but work correctly in other browsers. Firefox is my favorite browser so I'm hoping to get the problem fixed. Can anyone help me please? I don't know what else to try! Thank you for any help or suggestions. Example: Meijer.com correctly loads the homepage. I use Meijer.com to order groceries. However, when I try to search for a product a blank page is displayed. Please see images.

ADDITIONAL INFO: I have discovered Meijer.com will load correctly if I use 'Private browsing' mode. What would cause it not to load correctly when using the regular Firefox mode?

Asked by Kathleen Czuba 1 unyaka odlule

Last reply by Kathleen Czuba 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

I am getting pop-up messages that Firefox crashed, but Firefox is not even running

I am getting repeated pop-up windows that say that Firefox has crashed, but Firefox is not running on my system. It is not in the Startups and I rarely use it. Windows … (funda kabanzi)

I am getting repeated pop-up windows that say that Firefox has crashed, but Firefox is not running on my system. It is not in the Startups and I rarely use it.

Windows 10 Firefox v110.0

Is this malicious not related to Firefox? Does Firefox have a background task that is not visible on Task Manager? Or what?

Details:

AdapterDeviceID: 0x1f82 AdapterDriverVersion: 31.0.15.1694 AdapterSubsysID: 11573842 AdapterVendorID: 0x10de Add-ons: %7B242af0bb-db11-4734-b7a0-61cb8a9b20fb%7D:2.5.3,formautofill%40mozilla.org:1.0.1,pictureinpicture%40mozilla.org:1.0.0,screenshots%40mozilla.org:39.0.1,webcompat%40mozilla.org:110.0.0,default-theme%40mozilla.org:1.3,google%40search.mozilla.org:1.3,amazondotcom%40search.mozilla.org:1.4,wikipedia%40search.mozilla.org:1.2,bing%40search.mozilla.org:1.4,ddg%40search.mozilla.org:1.3,ebay%40search.mozilla.org:1.4,addons-search-detection%40mozilla.com:2.0.0 AvailablePageFile: 7892074496 AvailablePhysicalMemory: 11065737216 AvailableVirtualMemory: 138531183984640 BackgroundTaskMode: 0 BlockedDllList: BuildID: 20230214051806 CPUMicrocodeVersion: 0xcc ContentSandboxCapable: 1 ContentSandboxLevel: 6 ContentSandboxWin32kState: Win32k Lockdown enabled -- default value is true CrashTime: 1677810693 DOMFissionEnabled: 1 DOMIPCEnabled: 1 EMCheckCompatibility: true ExperimentalFeatures: devtools.inspector.compatibility.enabled GPUProcessLaunchCount: 1 GPUProcessStatus: Destroyed GpuSandboxLevel: 1 HeadlessMode: 0 InstallTime: 1677733484 LauncherProcessState: 0 ModuleSignatureInfo: {"Malwarebytes Inc.":["mbae64.dll"],"Microsoft Corporation":["VCRUNTIME140_1.dll","msvcp140.dll","VCRUNTIME140.dll"],"Microsoft Windows":["bcrypt.dll","clbcatq.dll","cfgmgr32.dll","setupapi.dll","linkinfo.dll","explorerframe.dll","ktmw32.dll","dataexchange.dll","twinapi.dll","ondemandconnroutehelper.dll","directmanipulation.dll","Windows.Globalization.dll","DWrite.dll","Windows.UI.Immersive.dll","Windows.Security.Integrity.dll","icm32.dll","wscapi.dll","InputHost.dll","textinputframework.dll","Windows.UI.dll","BCP47mrm.dll","NapiNSP.dll","Bcp47Langs.dll","winrnr.dll","wshbth.dll","pnrpnsp.dll","dbgcore.dll","iertutil.dll","wsock32.dll","srvcli.dll","urlmon.dll","webauthn.dll","wininet.dll","msxml6.dll","dbghelp.dll","FWPUCLNT.DLL","OneCoreUAPCommonProxyStub.dll","rasadhlp.dll","winmm.dll","ColorAdapterClient.dll","mscms.dll","winhttp.dll","cryptnet.dll","MMDevAPI.dll","AudioSes.dll","WindowManagementAPI.dll","winnsi.dll","npmproxy.dll","dhcpcsvc.dll","dhcpcsvc6.DLL","avrt.dll","version.dll","twinapi.appcore.dll","netprofm.dll","taskschd.dll","nlaapi.dll","propsys.dll","wtsapi32.dll","d3d11.dll","WinTypes.dll","dcomp.dll","CoreUIComponents.dll","CoreMessaging.dll","uxtheme.dll","dwmapi.dll","kernel.appcore.dll","windows.storage.dll","gpapi.dll","dxgi.dll","winsta.dll","rsaenh.dll","ntmarta.dll","umpdc.dll","IPHLPAPI.DLL","dnsapi.dll","netutils.dll","powrprof.dll","mswsock.dll","cryptbase.dll","cryptsp.dll","wldp.dll","ntasn1.dll","ncrypt.dll","msasn1.dll","devobj.dll","sspicli.dll","userenv.dll","profapi.dll","ucrtbase.dll","bcryptPrimitives.dll","gdi32full.dll","crypt32.dll","msvcp_win.dll","KERNELBASE.dll","win32u.dll","wintrust.dll","kernel32.dll","gdi32.dll","nsi.dll","imagehlp.dll","shlwapi.dll","ole32.dll","user32.dll","combase.dll","psapi.dll","ws2_32.dll","SHCore.dll","msctf.dll","imm32.dll","advapi32.dll","shell32.dll","rpcrt4.dll","msvcrt.dll","sechost.dll","oleaut32.dll","ntdll.dll"],"Mozilla Corporation":["firefox.exe","xul.dll","nss3.dll","freebl3.dll","nssckbi.dll","mozglue.dll","osclientcerts.dll","softokn3.dll","lgpllibs.dll"]} MozCrashReason: Shutdown hanging at step XPCOMShutdownThreads. Something is blocking the main-thread. Notes: FP(D00-L1000-W0000100-T000) DWrite? DWrite+ WR? WR+ ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384} ProductName: Firefox ReleaseChannel: release SafeMode: 0 SecondsSinceLastCrash: 1555 ShutdownProgress: xpcom-shutdown-threads StartupCrash: 0 StartupTime: 1677810589 SubmittedFrom: Client SystemMemoryUsePercentage: 67 TelemetryEnvironment: {"build":{"applicationId":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","applicationName":"Firefox","architecture":"x86-64","buildId":"20230214051806","version":"110.0","vendor":"Mozilla","displayVersion":"110.0","platformVersion":"110.0","xpcomAbi":"x86_64-msvc","updaterAvailable":true},"partner":{"distributionId":null,"distributionVersion":null,"partnerId":null,"distributor":null,"distributorChannel":null,"partnerNames":[]},"system":{"memoryMB":32686,"virtualMaxMB":134217728,"cpu":{"isWindowsSMode":false,"count":12,"cores":6,"vendor":"GenuineIntel","name":"Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz","family":6,"model":165,"stepping":3,"l2cacheKB":256,"l3cacheKB":12288,"speedMHz":2904,"extensions":["hasMMX","hasSSE","hasSSE2","hasSSE3","hasSSSE3","hasSSE4_1","hasSSE4_2","hasAVX","hasAVX2","hasAES"]},"os":{"installYear":2020,"hasSuperfetch":true,"hasPrefetch":true,"name":"Windows_NT","version":"10.0","locale":"en-US","servicePackMajor":0,"servicePackMinor":0,"windowsBuildNumber":19045,"windowsUBR":2604},"hdd":{"binary":{"model":"SanDisk SDSSDA960G","revision":"Z33130RL","type":"SSD"},"profile":{"model":"SanDisk SDSSDA960G","revision":"Z33130RL","type":"SSD"},"system":{"model":"SanDisk SDSSDA960G","revision":"Z33130RL","type":"SSD"}},"gfx":{"D2DEnabled":true,"DWriteEnabled":true,"ContentBackend":"Skia","Headless":false,"EmbeddedInFirefoxReality":false,"adapters":[{"description":"NVIDIA GeForce GTX 1650","vendorID":"0x10de","deviceID":"0x1f82","subsysID":"11573842","RAM":4096,"driver":"C:\\Windows\\System32\\DriverStore\\FileRepository\\nv_dispig.inf_amd64_ee20464bb4ac57f4\\nvldumdx.dll,C:\\Windows\\System32\\DriverStore\\FileRepository\\nv_dispig.inf_amd64_ee20464bb4ac57f4\\nvldumdx.dll,C:\\Windows\\System32\\DriverStore\\FileRepository\\nv_dispig.inf_amd64_ee20464bb4ac57f4\\nvldumdx.dll,C:\\Windows\\System32\\DriverStore\\FileRepository\\nv_dispig.inf_amd64_ee20464bb4ac57f4\\nvldumdx.dll C:\\Windows\\System32\\DriverStore\\FileRepository\\nv_dispig.inf_amd64_ee20464bb4ac57f4\\nvldumd.dll,C:\\Windows\\System32\\DriverStore\\FileRepository\\nv_dispig.inf_amd64_ee20464bb4ac57f4\\nvldumd.dll,C:\\Windows\\System32\\DriverStore\\FileRepository\\nv_dispig.inf_amd64_ee20464bb4ac57f4\\nvldumd.dll,C:\\Windows\\System32\\DriverStore\\FileRepository\\nv_dispig.inf_amd64_ee20464bb4ac57f4\\nvldumd.dll","driverVendor":null,"driverVersion":"31.0.15.1694","driverDate":"7-21-2022","GPUActive":true}],"monitors":[{"screenWidth":1920,"screenHeight":1080,"refreshRate":60,"pseudoDisplay":false},{"screenWidth":1920,"screenHeight":1080,"refreshRate":60,"pseudoDisplay":false}],"features":{"compositor":"webrender","hwCompositing":{"status":"available"},"gpuProcess":{"status":"available"},"webrender":{"status":"available"},"wrCompositor":{"status":"available"},"openglCompositing":{"status":"unused"},"omtp":{"status":"unused"},"d3d11":{"status":"available","version":45312,"warp":false,"textureSharing":true,"blocklisted":false},"d2d":{"status":"available","version":"1.1"}}},"appleModelId":null,"hasWinPackageId":false,"sec":{"antivirus":["Malwarebytes"],"antispyware":null,"firewall":["Windows Firewall"]},"isWow64":false,"isWowARM64":false},"settings":{"blocklistEnabled":true,"e10sEnabled":true,"e10sMultiProcesses":8,"fissionEnabled":true,"telemetryEnabled":false,"locale":"en-US","intl":{"requestedLocales":["en-US"],"availableLocales":["en-US"],"appLocales":["en-US"],"systemLocales":["en-US","en-AI","en-AG","en-BB","en-BS","en-AT","en-AU","en-AS"],"regionalPrefsLocales":["en-US"],"acceptLanguages":["en-US","en"]},"update":{"channel":"release","enabled":true,"autoDownload":true,"background":true},"userPrefs":{"browser.fixup.alternate.enabled":false,"browser.shell.checkDefaultBrowser":false,"browser.search.region":"US","browser.search.widget.inNavBar":false,"browser.urlbar.autoFill":true,"browser.urlbar.autoFill.adaptiveHistory.enabled":false,"browser.urlbar.dnsResolveSingleWordsAfterSearch":0,"browser.urlbar.quicksuggest.dataCollection.enabled":false,"browser.urlbar.suggest.quicksuggest.nonsponsored":true,"browser.urlbar.suggest.quicksuggest.sponsored":true,"browser.urlbar.suggest.bestmatch":true,"media.gmp-gmpopenh264.lastInstallStart":1662648115,"media.gmp-gmpopenh264.lastDownload":1662648116,"media.gmp-gmpopenh264.lastUpdate":1662648116,"media.gmp-manager.lastCheck":1662649175,"media.gmp-manager.lastEmptyCheck":1662649175,"network.trr.strict_native_fallback":false,"widget.content.allow-gtk-dark-theme":false,"widget.content.gtk-high-contrast.enabled":true,"nimbus.qa.pref-1":"default","nimbus.qa.pref-2":"default"},"sandbox":{"effectiveContentProcessLevel":6,"contentWin32kLockdownState":15},"launcherProcessState":0,"addonCompatibilityCheckEnabled":true,"isDefaultBrowser":false,"attribution":{"campaign":"%2528not%2Bset%2529","content":"%2528not%2Bset%2529","dltoken":"e8909185-0f90-4917-ac83-16816f33e783","experiment":"%2528not%2Bset%2529","medium":"referral","source":"www.google.com","ua":"chrome","variation":"%2528not%2Bset%2529"},"defaultSearchEngine":"google-b-1-d","defaultSearchEngineData":{"loadPath":"[addon]google@search.mozilla.org","name":"Google","origin":"default","submissionURL":"https://www.google.com/search?client=firefox-b-1-d&q="}},"profile":{"creationDate":18943,"firstUseDate":18943},"addons":{"activeAddons":{"{242af0bb-db11-4734-b7a0-61cb8a9b20fb}":{"version":"2.5.3","scope":1,"type":"extension","updateDay":19243,"isSystem":false,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"The fastest and safest web browsing experience.","name":"Malwarebytes Browser Guard","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18982,"signedState":2},"formautofill@mozilla.org":{"version":"1.0.1","scope":1,"type":"extension","updateDay":19418,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":null,"name":"Form Autofill","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18934},"pictureinpicture@mozilla.org":{"version":"1.0.0","scope":1,"type":"extension","updateDay":19418,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Fixes for web compatibility with Picture-in-Picture","name":"Picture-In-Picture","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18934},"screenshots@mozilla.org":{"version":"39.0.1","scope":1,"type":"extension","updateDay":19268,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Take clips and screenshots from the Web and save them temporarily or permanently.","name":"Firefox Screenshots","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18934},"webcompat@mozilla.org":{"version":"110.0.0","scope":1,"type":"extension","updateDay":19418,"isSystem":true,"isWebExtension":true,"multiprocessCompatible":true,"blocklisted":false,"description":"Urgent post-release fixes for web compatibility.","name":"Web Compatibility Interventions","userDisabled":false,"appDisabled":false,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18934}},"theme":{"id":"default-theme@mozilla.org","blocklisted":false,"description":"Follow the operating system setting for buttons, menus, and windows.","name":"System theme — auto","userDisabled":false,"appDisabled":false,"version":"1.3","scope":4,"foreignInstall":false,"hasBinaryComponents":false,"installDay":18943,"updateDay":18943},"activeGMPlugins":{"gmp-gmpopenh264":{"version":"1.8.1.2","userDisabled":false,"applyBackgroundUpdates":1},"gmp-widevinecdm":{"version":"4.10.2449.0","userDisabled":false,"applyBackgroundUpdates":1}}},"experiments":{"pin-to-taskbar-fox-doodle-en":{"branch":"control","type":"nimbus-nimbus","enrollmentId":"927742a7-306f-4e56-a8c1-a16e69b46756"},"pocket-newtab-spocs-cache-rollout":{"branch":"rollout","type":"nimbus-rollout","enrollmentId":"c15a4165-45af-48d4-962e-2698d2f1fb9f"},"new-tab-interactions-aa-test":{"branch":"treatment-a","type":"nimbus-nimbus","enrollmentId":"e8b8cf53-1ede-44cc-9637-b5ff6e263bc3"},"bug-1712189-rollout-keep-firefox-up-to-date-even-when-it-is-not-ru-release-90-94":{"branch":"active","type":"normandy-prefrollout","enrollmentId":"81f55a94-9ffe-4708-9559-b666da5b98b2"}}} Throttleable: 1 TotalPageFile: 58525270016 TotalPhysicalMemory: 34273705984 TotalVirtualMemory: 140737488224256 URL: about:home UptimeTS: 1036.74905 Vendor: Mozilla Version: 110.0 Winsock_LSP: MSAFD Tcpip [TCP/IP] : 2 : 2 : 1 : 6 : 0x20066 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : e70f1aa0-ab8b-11cf-8ca3-00805f48a192

MSAFD Tcpip [UDP/IP] : 2 : 2 : 2 : 17 : 0x20609 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : e70f1aa0-ab8b-11cf-8ca3-00805f48a192 
MSAFD Tcpip [RAW/IP] : 2 : 2 : 3 : 0 : 0x20609 : 0xc : %SystemRoot%\system32\mswsock.dll :  : e70f1aa0-ab8b-11cf-8ca3-00805f48a192 
MSAFD Tcpip [TCP/IPv6] : 2 : 23 : 1 : 6 : 0x20066 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : f9eab0c0-26d4-11d0-bbbf-00aa006c34e4 
MSAFD Tcpip [UDP/IPv6] : 2 : 23 : 2 : 17 : 0x20609 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : f9eab0c0-26d4-11d0-bbbf-00aa006c34e4 
MSAFD Tcpip [RAW/IPv6] : 2 : 23 : 3 : 0 : 0x20609 : 0xc : %SystemRoot%\system32\mswsock.dll :  : f9eab0c0-26d4-11d0-bbbf-00aa006c34e4 
AF_UNIX : 2 : 1 : 1 : 0 : 0x20026 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : a00943d9-9c2e-4633-9b59-0057a3160994 
RSVP TCPv6 Service Provider : 2 : 23 : 1 : 6 : 0x22066 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : 9d60a9e0-337a-11d0-bd88-0000c082e69a 
RSVP TCP Service Provider : 2 : 2 : 1 : 6 : 0x22066 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : 9d60a9e0-337a-11d0-bd88-0000c082e69a 
RSVP UDPv6 Service Provider : 2 : 23 : 2 : 17 : 0x22609 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : 9d60a9e0-337a-11d0-bd88-0000c082e69a 
RSVP UDP Service Provider : 2 : 2 : 2 : 17 : 0x22609 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : 9d60a9e0-337a-11d0-bd88-0000c082e69a 
Hyper-V RAW : 2 : 34 : 1 : 1 : 0x20026 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : 1234191b-4bf7-4ca7-86e0-dfd7c32b5445 
MSAFD L2CAP [Bluetooth] : 2 : 32 : 1 : 256 : 0x20006 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : 9fc48064-7298-43e4-b7bd-181f2089792a 
MSAFD RfComm [Bluetooth] : 2 : 32 : 1 : 3 : 0x20026 : 0x8 : %SystemRoot%\system32\mswsock.dll :  : 9fc48064-7298-43e4-b7bd-181f2089792a

XPCOMSpinEventLoopStack: default: nsThread::Shutdown: BitsCommander useragent_locale: en-US

This report also contains technical information about the state of the application when it crashed.

Asked by firefox2241 1 unyaka odlule

Answered by firefox2241 1 unyaka odlule