Отображение вопросов с тегом: Показать все вопросы

Firefox Launching as Blank Page

I've been a Firefox user for ages but in the last week I haven't been able to use it at all. Every time I launch the desktop browser it gives me a blank page. I can type … (читать ещё)

I've been a Firefox user for ages but in the last week I haven't been able to use it at all. Every time I launch the desktop browser it gives me a blank page. I can type in addresses but they never take me anywhere. No google. Can't access settings. Nothing. I've tried seemingly everything. Safe mode. Administrator. Deleted everything and installer at least 5 times to try and start from scratch to no avail. Tried Revo. Tried multiple anti-malware cleans. System updates. Tried using older versions of Firefox. Everything short of a factory reset on the whole desktop which I'm really trying to avoid. I've checked every Reddit thread and forum post I could get my hands on and nothing is working. Does anyone know how to get Firefox working again? I've tried other browsers and hate them I would really like to keep using FF if I can. Picture shows what the app has looked like every time I boot it up or try to search anything for the past week.

Задан Emily Kavanagh 1 месяц назад

  • Решено

How do I fix Firefox not opening?

I had two profiles, was in the process of trying to learn how to use the 2nd profile (as seen in the link below), which I still have no answer for. Somehow, maybe I held… (читать ещё)

I had two profiles, was in the process of trying to learn how to use the 2nd profile (as seen in the link below), which I still have no answer for. Somehow, maybe I held down SHIFT for too long and clicked on something by accident, idk, but somehow, I ended up REFRESHING the 2nd profile, causing it to delete everything I had done with it, and it backed up the old profile onto my desktop in the process. I figured I could just simply delete the new profile folder it had created and put back my old profile in the profile folder, but now, Firefox will not open at all, saying "Your Firefox profile cannot be loaded. It may be missing or inaccessible." How do I get it to recognize the profile folders again? OMG, I'm using Microsoft Edge, please, get me out of this!

https://support.mozilla.org/en-US/questions/1479231

Задан markfleener 4 месяца назад

Дан ответ jscher2000 - Support Volunteer 4 месяца назад

  • Решено

Issue with latest Firefox update -- Firefox no longer starts

After Firefox updated today, the executable no longer starts. I get the following error message: firefox.exe -- Bad Image C:\Program Files\<Mozilla Firefox\gkcodecs… (читать ещё)

After Firefox updated today, the executable no longer starts. I get the following error message:

firefox.exe -- Bad Image

C:\Program Files\<Mozilla Firefox\gkcodecs.dll is either not designed to run on Windows or it contains an error. Error status 0x000000d. </p>

And then another error message: Couldn't load XPCOM.

Please advise.

Задан Art Monzingo 1 месяц назад

Дан ответ Art Monzingo 1 месяц назад

  • Решено

Unable to Launch Firefox 3.5.19 On Linux Ubuntu 24.04.2 LTS

Can’t launch Firefox 3.5.19 on Linux Ubuntu When trying to run with: ./firefox Terminal gives the following: ./firefox-bin: error while loading shared libraries: libdb… (читать ещё)

Can’t launch Firefox 3.5.19 on Linux Ubuntu When trying to run with:

./firefox

Terminal gives the following:

./firefox-bin: error while loading shared libraries: libdbus-glib-1.so.2: cannot open shared object file: No such file or directory

Задан virtual_law 2 недели назад

Дан ответ virtual_law 2 недели назад

  • Решено

firefox is already running but is not responding

Hi, We are using Horizon VDI terminal server. Firefox is installed on these servers. Some users get Firefox is already running but is not responding error. Ending Firefox… (читать ещё)

Hi, We are using Horizon VDI terminal server. Firefox is installed on these servers. Some users get Firefox is already running but is not responding error. Ending Firefox via task manager does not work. I log off the user and have them log in again, but it does not work.

When I check, I see that the user's profile file cannot be created on any terminal server.

Is there a solution to this problem?

Задан ahmet ozdemir 2 месяца назад

Дан ответ ahmet ozdemir 1 месяц назад

Language

For about one week (or more) results of my questions or other input have resulted in suggestions/sites in Spanish. Yes, I live in South America, but I do not speak or rea… (читать ещё)

For about one week (or more) results of my questions or other input have resulted in suggestions/sites in Spanish. Yes, I live in South America, but I do not speak or read Spanish. I have chosen English as my preferred language. What's up?

Задан Jan Briggs 2 месяца назад

Последний ответ от jscher2000 - Support Volunteer 2 месяца назад

Cannot start Firefox on iOS

Hello, today I could not launch Firefox on my Mac. Because this is a corporate machine from Kyndryl, I downloaded from Kyndryl App Store, I have rebooted the systems, I h… (читать ещё)

Hello, today I could not launch Firefox on my Mac. Because this is a corporate machine from Kyndryl, I downloaded from Kyndryl App Store, I have rebooted the systems, I have updated iOS to last version, but still haven't solved the issue. This is the situation: Firefox is installed, I click to launch it, I am asked to authenticate with MFA I authenticate correctly, and Firefox just sits at the dock bar jumping, then stops jumping, and nothing else happens. I repeated the process several times, made several reboots, nothing changed. Can you suggest a solution?

Задан alorvao 1 месяц назад

Последний ответ от James 1 месяц назад

Firefox doesn't start after installation of amdgpu driver

Hi, I have a laptop with an AMD Ryzen 7 8845HS CPU, including a Radeon 780M iGPU, running Ubuntu 24.04. In order to fully utilize the GPU by supporting OpenCL accelerati… (читать ещё)

Hi,

I have a laptop with an AMD Ryzen 7 8845HS CPU, including a Radeon 780M iGPU, running Ubuntu 24.04. In order to fully utilize the GPU by supporting OpenCL acceleration I installed the additional drivers by: `sudo amdgpu-install --usecase=graphics,multimedia,opencl --opencl=rocr --opengl=mesa`

After that programs which benefit from OpenCL acceleration recognize the GPU, however firefox starts crashing with the following error msg:

XPCOMGlueLoad error for file /usr/lib/firefox/libmozgtk.so: libwayland-client.so.0: failed to map segment from shared object Couldn't load XPCOM.

It seems that the AMD GPU drivers registered their libraries in `/etc/ld.so.conf.d` as 10-rocm-opencl.conf, 20-amdgpu.conf which means that libraries within the given folders are found first.

This applies to the libwayland-client library, which is used by `/usr/lib/firefox/libmozgtk.s`:

ldd /usr/lib/firefox/libmozgtk.so | grep amd libwayland-client.so.0 => /opt/amdgpu/lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007013767bf000)

Interestingly the same `libmozgtk.so` library is used by thunderbird:

ldd /usr/lib/thunderbird/libmozgtk.so | rg -i amd libwayland-client.so.0 => /opt/amdgpu/lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007d44b0f41000)

However thunderbird just works fine, so I expect that there might be something wrong with firefox utilizing this library.

Maybe I should also mention, that I'm not even using wayland as desktop compositor, but good old x11:

echo $XDG_SESSION_TYPE x11

Is there any way to further debug this issue?

Задан carcass_dev0 5 месяцев назад

Последний ответ от carcass_dev0 4 месяца назад

language

Sometimes when I do a google search the results come up in a foreign language! I am in the USA and speak only english. Changing my preferences doesn't always maintain t… (читать ещё)

Sometimes when I do a google search the results come up in a foreign language! I am in the USA and speak only english. Changing my preferences doesn't always maintain the fix.

Задан gksusan161 4 месяца назад

Последний ответ от jscher2000 - Support Volunteer 4 месяца назад

URL high lighting

Is there a way to make the URL high lighting of the domain more obvious? I find that most people can barely see the highlighting and I'd like to make it obvious (bolder … (читать ещё)

Is there a way to make the URL high lighting of the domain more obvious? I find that most people can barely see the highlighting and I'd like to make it obvious (bolder and red, or highlighted in yellow, for instance.)

Can this be done via userchrome.css?

Thanks,

Thane

Задан tsherr 1 месяц назад

Последний ответ от jeff-g 1 месяц назад

Can't launch a new private window from Windows Start Menu

Ever since the latest update, whenever I right click the Firefox icon in the pinned tiles on the Windows Start Menu, the options to launch a new tab, new window and a new… (читать ещё)

Ever since the latest update, whenever I right click the Firefox icon in the pinned tiles on the Windows Start Menu, the options to launch a new tab, new window and a new private window don't show up. They show up when I pin Firefox to the taskbar but not the Start Menu.

Images attached for illustration: right-clicking Firefox in Start Menu and right-clicking Firefox in taskbar

Задан natedoggdiddy 3 недели назад

Последний ответ от wirkutskijkarl 3 недели назад

translate language, why there is no Japanese?

There is no Japanese in the language to which the website is translated. It is understandable that Chinese is available in the Asian region. However, we would like to ask… (читать ещё)

There is no Japanese in the language to which the website is translated. It is understandable that Chinese is available in the Asian region. However, we would like to ask why there is Indonesian, Vietnamese and Korean, but no Japanese.

Задан onoch 2 месяца назад

Последний ответ от TyDraniu 2 месяца назад

  • Решено

Does this have something to do with Firefox?

Every so often for the past few days this "unfinished" program window has appeared on my pc on top of a normal Firefox window (see attached png). Does this have something… (читать ещё)

Every so often for the past few days this "unfinished" program window has appeared on my pc on top of a normal Firefox window (see attached png). Does this have something to do with Firefox? I think the same thing appears when I first open Firefox, then it gets "filled in" and appears as a normal Firefox window. I am running Firefox 133.0.3 (64-bit) on Windows 10 Pro Version 22H2 build 19045.5247 Windows Feature Experience Pack 1000.19060.1000.0.

Задан Ron Zoscak 4 месяца назад

Дан ответ Ron Zoscak 4 месяца назад