WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [Solved] Firefox recent updates fail to render some pages correctly  (Read 1849 times)

aus9

  • Guest
Hi

20th April 2023
I am typing this on brave-browser....starting it by terminal it shows some issues but fonts and forum are showing correctly.
So I guess the issue is with firefox.

in FF launching by command I get
Code: [Select]
[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0))
Looking at recent updates, at this website, I can spot libfastjson....but I do not have it installed and using Apps recently I would have remembered seeing this as updates were done yesterday.

from memory I updated
libevdev, libinput, dhcp, libnghttp2

If I go to TC forum, a number of blocks of fonts are not showing. I did not change any fonts lately. I did check that my preferred fonts were installed and also changed from one set to another, exit and restarted FF with similar results.

A little disturbing is yahoo mail is missing folder names on Left hand side like...spam and my storage names and right hand side has emails with "empty" subject names

so anyone got similar errors for firefox?

thanks for reading
« Last Edit: April 20, 2023, 07:39:39 PM by Rich »

Online ctor

  • Newbie
  • *
  • Posts: 17
Re: Firefox recent updates fail to render some pages correctly
« Reply #1 on: April 20, 2023, 07:54:52 AM »
Yes. I see the same issue with missing text when using juno e-mail.
Further, I get the same exact Json error message you do.
I don't see it on other sites that I visit with firefox though.

I use the firefox_getLatest script. The issue has occurred with the last two updates.

Would love to know a soution.

I am using Tiny Core 32-bit version 10.1. Haven't tried any other versions.

regards,
ctor
« Last Edit: April 20, 2023, 08:01:27 AM by ctor »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: Firefox recent updates fail to render some pages correctly
« Reply #2 on: April 20, 2023, 08:26:22 AM »
Hi aus9
... in FF launching by command I get
Code: [Select]
[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) ...
The error message suggests it's encountering an End Of File marker at the beginning
of a file. That suggests to me that it is trying to read an empty file, though a file
name is not mentioned.

Or maybe a setting in  about:config  does not have a value set. Maybe a setting
called  metrics ?


Online ctor

  • Newbie
  • *
  • Posts: 17
Re: Firefox recent updates fail to render some pages correctly
« Reply #3 on: April 20, 2023, 09:23:18 AM »
There is a -m option to firefox_getLatest script. You can use it to revert to an older version of firefox.
Version 112.0.1 of firefox exhibits the issue. Version 107.0.1 does not. I haven't tested any other versions.

Code: [Select]
firefox_getLatest -m
I know it is an ugly fix -- you get the 'Update available' nagging pop-up. Hopefully, it is temporary.
As mentioned, I am using Tiny Core 32-bit 10.1 version.

regards,
ctor

Offline mocore

  • Hero Member
  • *****
  • Posts: 509
  • ~.~
Re: Firefox recent updates fail to render some pages correctly
« Reply #4 on: April 20, 2023, 02:05:58 PM »

... in FF launching by command I get
Code: [Select]
[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0)) ...

a few links witch mention the above error message
https://www.reddit.com/r/firefox/comments/12lugf1/glean_core_and_vaapi_fail/
https://groups.google.com/g/linux.debian.bugs.dist/c/i1EfuKH5qD8
the latter mentions
Quote
temporarily forced 'browser.display.use_document_fonts' to '0' in
order to work around this issue



Offline CNK

  • Full Member
  • ***
  • Posts: 238
Re: Firefox recent updates fail to render some pages correctly
« Reply #5 on: April 20, 2023, 04:36:03 PM »
Quote
Code: [Select]
[ERROR glean_core] Error setting metrics feature config: Json(Error("EOF while parsing a value", line: 1, column: 0))

The error claims to come from "glean_core", which is part of the Glean "telemetry" system in Firefox, and collects "metrics". It sounds like the problem is part of Glean's initialisation, which shouldn't have anything to do with fonts. Try starting Firefox in a new profile and see whether either problem still happens.

I haven't noticed either issues myself, but I'm using the current Firefox ESR release. You don't say, but I'm assuming that you're using the current stable release (112.0.1).

aus9

  • Guest
Re: Firefox recent updates fail to render some pages correctly
« Reply #6 on: April 20, 2023, 06:37:12 PM »
WOW thankyou for all for all comments and suggestions.

my fault I forgot to mention I am on FF v 112.01

Hi mocore
firstly the reddit post main issue IMHO was glxtest which is related to Xorg and my Xorg is all good thanks to Juanito Xorg related updates
the debian bug post....describes the issue correctly

Hi Rich, due to debian info I found a simple solution but I did click into some files but did not see anything I could report at this stage

Hi CNK, found a solution so did not need to try new profile at this stage

aus9

  • Guest
Re: Firefox recent updates fail to render some pages correctly
« Reply #7 on: April 20, 2023, 06:41:00 PM »
my solution

Having seen the font issue....what I did was go into Settings -> (already at General setting) -> scroll down to fonts
click on Advanced button

If you had an issue like mine.....the box was checked for
Quote
Allow pages to choose their own fonts, instead of your selections above

assuming the fonts you select are loaded

Uncheck that box please.....Click OK and pages will render correctly

Bonus, no need to restart FF.
« Last Edit: April 20, 2023, 06:49:12 PM by aus9 »

aus9

  • Guest
Re: Firefox recent updates fail to render some pages correctly
« Reply #8 on: April 20, 2023, 06:43:57 PM »
Hi Rich

Can you mark this post as solved please,
at your discretion can you change subject to something like

Firefox recent updates fail to render some pages correctly

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11221
Re: [Solved] Firefox recent updates fail to render some pages correctly
« Reply #9 on: April 20, 2023, 07:51:38 PM »
Hi ctor
... I know it is an ugly fix -- you get the 'Update available' nagging pop-up. ...
You can disable the nag:
https://forum.tinycorelinux.net/index.php/topic,24263.msg153548.html#msg153548

There is a similar fix to stop Thunderbird from nagging:
https://forum.tinycorelinux.net/index.php/topic,25147.msg165727.html#msg165727