X
Tap here to go to the mobile version of the site.

Support Forum

Total questions: 84

3 questions in the last 24 hours have no reply. Help solve them!

96%
Showing questions tagged: Firefox 10.0.2 Show all questions

Sort and Filter

Filter

Enter a tag. For example: "Firefox 14.0", "Windows 7", "crash"

Top Contributors

  1. cor-el
  2. jscher2000
  3. philipp
  4. iamjayakumars
  5. Tylerdowner
  1. the-edmeister
  2. ideato
  3. John99
  4. feer56
  5. amitshree

0

new this week

1

reply

1

has this problem

When I go to a website it comes up in English but the toolbar is in Greek or something -how do I just get English?

For example Търсене Изображения Карти Gmail Диск Календар Преводач Blogger Още Вход Потребители с екранен четец, кликнете тук, за да изключите Google Динамично търсене. О… (read more)

For example

   Търсене
   Изображения
   Карти
   Gmail
   Диск
   Календар
   Преводач
   Blogger
   Още



   Вход

Потребители с екранен четец, кликнете тук, за да изключите Google Динамично търсене. Около 2 030 000 000 резултата (0,25 секунди) Резултати от търсенето

   Daily Mail
   www.dailymail.co.uk/Превод на страницата
   MailOnline - all the latest news, sport, showbiz, science and health stories from around the world from the Daily Mail and Mail on Sunday newspapers.
Solved
Contributed

0

new this week

8

replies

1

has this problem

Firefox 10.0.2esr closes or crashes on my Windows XP PC with AMD Phenom x6 1100T

Upgraded from FF3.6.28( had no problems with 1100T) and now FF10.0.2 keeps closing or crashes. Identified the problem to be more than 4 core processors with FF. I have de… (read more)

Upgraded from FF3.6.28( had no problems with 1100T) and now FF10.0.2 keeps closing or crashes. Identified the problem to be more than 4 core processors with FF. I have developed a workaround, but would like know what FF release fixes this issue ?

Solved
Contributed

0

new this week

3

replies

1

has this problem

How do I initialize the plugins database?

Having a problem re-installing Adobe Flash Plugin'. Error message says "Directory name is invalid", Mozilla support says re-initialing the plugin database may fix the pro… (read more)

Having a problem re-installing Adobe Flash Plugin'. Error message says "Directory name is invalid", Mozilla support says re-initialing the plugin database may fix the problem. I have the printed directions to do this in front of me, but I'm stuck because first it says "Open the profile folder" and I literally don't know where this is located? (I see it's got to contain a Firefox window). I guess I've got to be walked through this a little.

I would very much appreciate any help you can provide. Many Thanks. I

Solved
Contributed

0

new this week

3

replies

7

have this problem

Yahoo has taken over my search and I want Google back as default search

I have deleted Yahoo and it comes right back. How do I remove it permanently????

Solved
Contributed
Locked

0

new this week

3

replies

4

have this problem

Private build Firefox 19.0.2 startup crah with MOZ_PROFILE_GENERATE=1

Private build Firefox 19.0.2 startup crah with MOZ_PROFILE_GENERATE=1 Source Code : Firefox 19.0.2 without any patch. mozconfig mk_add_options MOZ_MAKE_FLAGS="-j4" mk_add… (read more)

Private build Firefox 19.0.2 startup crah with MOZ_PROFILE_GENERATE=1

Source Code : Firefox 19.0.2 without any patch.

mozconfig

mk_add_options MOZ_MAKE_FLAGS="-j4" mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj ac_add_options --disable-updater ac_add_options --disable-update-channel ac_add_options --disable-update-packaging ac_add_options --disable-maintenance-service ac_add_options --enable-crashreporter ac_add_options --enable-debug ac_add_options --disable-installer ac_add_options --enable-tests ac_add_options --enable-jemalloc ac_add_options --enable-optimize="-O2i -GL -GS-" # M$VC 2010 ac_add_options --enable-application=browser

==

windows event log

The name of the log file: Application Source: Application Error Date: 2013/3/9 afternoon 11:51:43 Event ID: 1000 Category: (100) Level: error Keywords: traditional User: NA Computer: i5-750 Description: Faulting application name: firefox.exe, version: 19.0.2.4816, time stamp: 0x513b4b90 The failed module name: unknown, version: 0.0.0.0, time stamp: 0x00000000 Exception code: 0xc0000005 Error displacement: 0x004006f2 Failure handler ID: 0x2068 Faulting application start time: 0x01ce1cdd33ea4c76 The failed application path: d: \ mozilla \ obj \ dist \ bin \ firefox.exe Failed module path: unknown Report ID: 3c9ae912-88d1-11e2-813b-ff6189ea1304 Event Xml: <Event Xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

 <System>
   <Provider Name="Application Error" />
   <EventID Qualifiers="0"> 1000 
   <Level> 2 
   <Task> 100 
   <Keywords> 0x80000000000000 
   <TimeCreated SystemTime="2013-03-09T15:51:43.000000000Z" />
   <EventRecordID> 26641 
   <Channel> Application 
   <Computer> I5-750 
   <Security />
 
 <EventData>
   <Data> Firefox.exe 
   <Data> 19.0.2.4816 
   <Data> 513b4b90 
   <Data> Unknown 
   <Data> 0.0.0.0 
   <Data> 00000000 
   <Data> C0000005 
   <Data> 004006f2 
   <Data> 2068 
   <Data> 01ce1cdd33ea4c76 
   <Data> D: \ mozilla \ obj \ dist \ bin \ firefox.exe 
   <Data> Unknown 
   <Data> 3c9ae912-88d1-11e2-813b-ff6189ea1304 
 

==

dump by vs2010 & binary with enable-debug can download from here: https://docs.google.com/folder/d/0BxHqn7o9vZBaNnRNdWdBdW4yM3M/edit

vs2010 debug show "AvailableMemoryTracker.cpp" ==

// It's tempting to see whether we have enough free virtual address space for
 // this allocation and, if we don't, synchronously fire a low-memory
 // notification to free some before we allocate.
 //
 // Unfortunately that doesn't work, principally because code doesn't expect a
 // call to malloc could trigger a GC (or call into the other routines which
 // are triggered by a low-memory notification).
 //
 // I think the best we can do here is try to allocate the memory and check
 // afterwards how much free virtual address space we have.  If we're running
 // low, we schedule a low-memory notification to run as soon as possible.

here -=-=> LPVOID result = sVirtualAllocOrig(aAddress, aSize, aAllocationType, aProtect);

 // Don't call CheckMemAvailable for MEM_RESERVE if we're not tracking low
 // virtual memory.  Similarly, don't call CheckMemAvailable for MEM_COMMIT if
 // we're not tracking low physical memory.
 if ((sLowVirtualMemoryThreshold != 0 && aAllocationType & MEM_RESERVE) ||
     (sLowPhysicalMemoryThreshold != 0 && aAllocationType & MEM_COMMIT)) {
   LOG3("VirtualAllocHook(size=", aSize, ")");
   CheckMemAvailable();
 }

==

Solved
Contributed

0

new this week

3

replies

6

have this problem

How do I disable auto-detect browser settings?

I am told I need to do this. Just need to know how

Solved
Contributed

0

new this week

2

replies

1

has this problem

i am using windows 7 a program I am using requires firefox 2.0xx

Close Software Check Results The following are the results from the software check: Firefox 10.0.2 - We don't support versions above 2.0.x.x. Supported browsers: Internet… (read more)

Close

Software Check Results


The following are the results from the software check:

   Firefox 10.0.2 - We don't support versions above 2.0.x.x.
    
       Supported browsers:
       Internet Explorer (Supported version is between 6.0 and 7.0.)
       Mozilla Firefox (Supported version is between 2.0 and 2.0.x.x.)
       Safari on Mac (Supported version is between 3.0 and 3.1.)
   Java 1.6.0.37 - You have the correct version installed and enabled.
       Supported version is 1.5 and above.
   Adobe Reader 8.0+ - You have the correct version installed and enabled.
       Supported version is 7.0 and above.

This is the info I need help with thank you

Solved
Contributed

0

new this week

8

replies

31

have this problem

New Firefox! Now wiith constant plugin container crashes!

Yeah, I've recently updated from Firefox version like 2.something to 10.0.2. My god, why don't I learn? Why don't I just follow what I know is true rather than listening … (read more)

Yeah, I've recently updated from Firefox version like 2.something to 10.0.2. My god, why don't I learn? Why don't I just follow what I know is true rather than listening to everystupidbody else, who are always wrong? You see, Mozilla. THIS is why I keep sometimes a DECADE-old version of software and update ONLY with the greatest of caution, and often not even then. The newer versions ALWAYS and I mean EVERY DAMN TIME work WORSE. All the bells and whistles and ‘new and improved’ (read: retarded) ‘innovations’ (read: flaws) bring the whole thing crashing down. Why the hell do developers constantly think they have to fidget with something until they break it? Better question: Why do software developers ALWAYS refuse to take responsibility for a terrible design flaw and just undo it already - instead blaming everyone else? God, I am SO TIRED of the questions: “What firewalls are you running” (Answer: NONE) and “Did you update it?” (Answer: you can’t be frickin serious at this point - you’re just screwing with me, aren’t you?). While I’m getting such brilliant troubleshooting suggestions, why don’t I just turn it off and on again? Can you come and set the time on my computer for me too? I don’t understand these confounded smoke-containing magic boxes yet. Firefox used to be like the perfect browser. I loved it when I first discovered it. I couldn't believe how neat it was. The features were so practical and useful! They MADE SENSE. I actually had trouble believing what I was experiencing, since software is so regularly programmed by, what appear to be, escaped mental patients who hate Humanity. Now it hogs resources like they're going out of style and that godawful plugin container, I believe, is attempting to set a new high score daily on how many times it can crash. Oh and I love the 'solution' on your help. "Simply reload the page to restart the plugin and show the video (or game, animation, etc.) again." HAHAHAHA. You mean AFTER the three minutes it's frozen my computer up? You mean during which, I can't even bring up the FRICKIN TASK MANAGER to FORCE the process to end??!?! I mean, I’ll admit, I am using XP here, but I’m sure not everyone having this problem is. So basically, my question is: Mozilla, you gonna fix this problem, or do I basically have to shitcan Firefox (and by extension all of your products and your reputation with me and everyone I know) and download a different browser? I mean, I like Chrome less, but I don’t hear about as many problems with it. Oh, I also love how Firefox version 3.something would CUT OFF MY INTERNET FOR SEVERAL MINUTES!! Even with other browsers. I don’t even remember how it managed that, but I was impressed, I gotta say. But, listen, Edited by a moderator due to language. See the Rules & Guidelines .

If you can't "talk" without using so much profanity, please don't post here.

Solved
Contributed
Locked

0

new this week

3

replies

2

have this problem

double size of bookmarks toolbar

hi there i just want to double the size of my bookmarks tool bar so there are two rows visible one on top of the other and still has the show more more bookmarks tab at t… (read more)

hi there i just want to double the size of my bookmarks tool bar so there are two rows visible one on top of the other and still has the show more more bookmarks tab at the side that displays all the other bookmarks i have in the side bar that popups.

Solved
Contributed

0

new this week

3

replies

5

have this problem

Install newer version of mozila firefox.

I have Oringial windows xp home edition sp 2,i updated to sp3,1 gb ram,256 video memory.

Solved
Contributed

0

new this week

2

replies

13

have this problem

I went to Firefox extentions to remove facesmooch, but there isn't any extensions listed, how else can i get rid of it?

I downloaded a free youtube downloader and told it I didn't want facesmooch, but it installed it anyway and now I can't get rid of it. I have tried going to the add-ons m… (read more)

I downloaded a free youtube downloader and told it I didn't want facesmooch, but it installed it anyway and now I can't get rid of it. I have tried going to the add-ons manager and removing it from the extensions, but there are no extensions listed, it isn't in add/remove programs, the file I downloaded isn't a folder so I can't "get in to it", and I have uninstalled and deleted all content related to the youtube downloader. Please help me get rid of facesmooch.

Solved
Contributed

0

new this week

10

replies

3

have this problem

Trying to create a Mozilla Persona account, but I'm not receiving the confirm credentials e-mail after three tries. Help?

I'm trying to create a persona account for: (Email removed by mod) but when I try to sign up after I've entered my e-mail and new password, I do not receive my confirmati… (read more)

I'm trying to create a persona account for: (Email removed by mod) but when I try to sign up after I've entered my e-mail and new password, I do not receive my confirmation e-mail (after repeated attempts).

Solved
Contributed

0

new this week

1

reply

2

have this problem

gmail loads but does not respond, no listed mail is clickable either to open or to check in associated box

on my dell inspiron windows 7 laptop . At the moment I'm using firefox 10.0.2 and i believe that's the company's latest update. I don't recall which update began the prob… (read more)

on my dell inspiron windows 7 laptop . At the moment I'm using firefox 10.0.2 and i believe that's the company's latest update. I don't recall which update began the problem but it was about a week ago when I can load gmail but everything else is corrupted starting with not being able to click open any mail or checking in any associated box and when moving to older emails getting a page with no additional emails if clicking does anything at all. I have absolutely no problems with windows explorer. The problem is definitely firefox as the complaints online seem to confirm. it's either directly mozilla's update code that is incompatible with gmails or in some combination with some other software on my computer even though again explorer has no such issue. what is your reasoning for constant updating anyway? it doesn't seem very clear that Mozilla has added much in the way of useful communication function and any stability rationale has seemed to backfire. But... back to the particular problem noted above

thank you Philip Shapiro

Solved
Contributed

0

new this week

1

reply

3

have this problem

I cannot update my firefox. I am running on MAC OS X 10.6.8.

I cannot update my firefox. I am running on MAC OS X 10.6.8. I will begin the update process but it will never complete it - often crashes before it finishes the process.… (read more)

I cannot update my firefox. I am running on MAC OS X 10.6.8. I will begin the update process but it will never complete it - often crashes before it finishes the process. Any recommendations?

Solved
Contributed

0

new this week

2

replies

3

have this problem

firefox google homesite comes up in chinese and cannot change to english. Need help on how to convert back to english.

I am in the U.S. and recently when I open my default brower (Firefox/Google) it comes up in Chinese and have tried all recommendation given in the forum, but none work. W… (read more)

I am in the U.S. and recently when I open my default brower (Firefox/Google) it comes up in Chinese and have tried all recommendation given in the forum, but none work.

What caused this and how can I fix it? I can use other browers with no problem but prefer to use Firefox.

Please help.

Sincere thanks, S. Burkhart

Solved
Contributed
Locked

0

new this week

1

reply

4

have this problem

I'm trying to get into Street Smart, but Mozilla popup won't allow me to do that.

I have an account with Chales Schwab. I can get into my account, but when I click Street Smart, the Mozilla pop-up comes on and I can't get into Street Smart.

Solved
Contributed
Locked

0

new this week

3

replies

38

have this problem

constant screen flickering

recently I upgraded to firefox 12. as soon as I did the screen constantly flickers when scrolling, mousing over anything, page updating, and especially streaming video fl… (read more)

recently I upgraded to firefox 12. as soon as I did the screen constantly flickers when scrolling, mousing over anything, page updating, and especially streaming video flickers even worse. I tried downgrading to a previous version of firefox (10.0.2) but it still happens. I have used firefox for years and would like to continue to use it but this will give me a headache! PLEASE how can I fix this!

Solved
Contributed
Locked

0

new this week

1

reply

3

have this problem

songs are not downloaded from any web sites

whenever i try to download the song it starts playing

Solved
Contributed
Locked

0

new this week

1

reply

1

has this problem

Facebook photos are not getting maximised in my firefox ,in other browsers(chrome) its working when we click on maximise photo at right corner in a photo in FB

Facebook photos are not getting maximised in my firefox ,in other browsers(chrome) its working when we click on maximise photo at right corner in a photo in FB edit..thnx

Solved
Contributed
Locked

0

new this week

1

reply

1

has this problem

How can I get firefox to reconize my sky caddy

I have been trying to sync my Golf Sky Caddy and firefox is blocking it. It states that it doesn't reconize it. How do I correct this issue?

Solved
Contributed
Locked