Jump to content

Recommended Posts

13 hours ago, AstroSkipper said:

Hello @roytam1! I am running your latest version of New Moon 28 installed from the file palemoon-28.10.7a1.win32-git-20240127-d849524bd-uxp-35252384aa-xpmod.7z. When opening the Browser Console (Ctrl + Shift + J) and closing then, it will open automatically every time you start the browser again. I have tried everything possible, but this stupid Browser Console :crazy: now has a life of its own. That seems to me to be an issue that wasn't there before. smilie-denk-17.gif I noticed this issue in my dirty profile but even in a clean profile, the same issue happens. Maybe, you can reproduce and hopefully fix it. smilie-denk-49.gif

because there is a late commit fixing this: https://github.com/roytam1/UXP/commit/1116e8e137a3525b8313505a71894bb50af816d6

you may need to fix this by hand or wait for next build.

Edited by roytam1
Link to comment
Share on other sites


1 hour ago, AstroSkipper said:
2 hours ago, roytam1 said:

because there is a late commit fixing this: https://github.com/roytam1/UXP/commit/1116e8e137a3525b8313505a71894bb50af816d6

you may need to fix this by hand or wait for next build.

Thank you very much for clarification! I already thought that my New Moon installation was faulty.

Strictly following the commit https://github.com/roytam1/UXP/commit/1116e8e137a3525b8313505a71894bb50af816d6 you posted above I performed the fixing manually. Unfortunately, my installation of New Moon 28 was indeed corrupted and showed again the issues I mentioned in my previous posts. :( Thus, I made a fresh install, injected the fix and now, it is working like a charm. Thanks again for pointing me to this commit! :thumbup

Edited by AstroSkipper
Update of content
Link to comment
Share on other sites

1 hour ago, AstroSkipper said:

Unfortunately, my installation of New Moon 28 was indeed corrupted and showed again the issues I mentioned in my previous posts. :(

you need to delete startupCache folder in your profile in order to activate the manual fix.

Link to comment
Share on other sites

12 minutes ago, roytam1 said:

you need to delete startupCache folder in your profile in order to activate the manual fix.

Thanks! However, after a fresh install of New Moon 28, it worked without deleting the startupCache folder. But good to know. I usually delete this cache every time if I change CSS stylesheets in Mypal 68.

Link to comment
Share on other sites

18 hours ago, AstroSkipper said:

When opening the Browser Console (Ctrl + Shift + J) and closing then, it will open automatically every time you start the browser again. I have tried everything possible, but this stupid Browser Console :crazy: now has a life of its own. That seems to me to be an issue that wasn't there before. smilie-denk-17.gif

... FWIW, this very same bug can be observed in the latest St55 (32-bit, buildID=20240125063308) :( ; I suspect the "fix" is similar, at least according to:

https://github.com/roytam1/basilisk55/commit/323bda6dcc13f3875ef36bbce15b59107ac0f09e

BTW, I haven't updated my daily driver, St52, but I expect the bug to be there, too, since it affects ALL UXP-based apps :( ...

Link to comment
Share on other sites

Quote

BTW, I haven't updated my daily driver, St52, but I expect the bug to be there, too, since it affects ALL UXP-based apps :( ...

https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20240127-3219d2d-uxp-35252384aa-xpmod-ia32.7z


Hello VistaLover,
You are right.
The latest (s.a.) St52 shows the same bug-pattern as NM28.
Just take my latest post on NM28 concerning this  bug
and replace St52 for NM28  -  the same story.

Edited by anton12
Link to comment
Share on other sites

1 hour ago, anton12 said:

https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20240127-3219d2d-uxp-35252384aa-xpmod-ia32.7z


Hello VistaLover,
You are right.
The latest (s.a.) St52 shows the same bug-pattern as NM28.
Just take my latest post on NM28 concerning this  bug
and replace St52 for NM28  -  the same story.

@anton12 As already described in previous posts, you can easily fix this bug yourself manually, strictly following the commit https://github.com/roytam1/UXP/commit/1116e8e137a3525b8313505a71894bb50af816d6 @roytam1 kindly posted. Works great here. :yes:

Edited by AstroSkipper
Update of content
Link to comment
Share on other sites

On 1/30/2024 at 1:02 PM, AstroSkipper said:

@anton12 As already described in previous posts, you can easily fix this bug yourself manually, strictly following the commit https://github.com/roytam1/UXP/commit/1116e8e137a3525b8313505a71894bb50af816d6 @roytam1 kindly posted. Works great here. :yes:

Would be anyone here be so indulgent and kind to explain how exactly one can fix this manually? Didn't find any "hudservice.js" in the St_52.9's folder and tbh, i do not spot any kind of "instruction" there which i would be able to "follow"... Many thanks in advance!

UXP-commit.jpg

Link to comment
Share on other sites

1 hour ago, Mark-XP said:

Would be anyone here be so indulgent and kind to explain how exactly one can fix this manually? Didn't find any "hudservice.js" in the St_52.9's folder and tbh, i do not spot any kind of "instruction" there which i would be able to "follow"... Many thanks in advance!

UXP-commit.jpg

Inside your programme folder of Serpent 52 is a subfolder named browser where you have to extract the omni.ja file to a folder in which the hudservice.js file can be found under chrome\devtools\modules\devtools\client\webconsole\.

Edited by AstroSkipper
Link to comment
Share on other sites

Just a quick report: the latest Serpent 52.9 sometimes crashes (xul.dll) on site videocardz.com (main site), on articles it doesn't crash.

I did update my certificates with Cert Updater 1.6 found on this fine site, and ever since videocardz.com ads are not displayed. It's probably a poorly made site...

Link to comment
Share on other sites

On 1/29/2024 at 6:18 PM, AstroSkipper said:

But good to know. I usually delete this cache every time

Did you know

  CheckArg("purgecaches") or PR_GetEnv("MOZ_PURGE_CACHES")

Link to comment
Share on other sites

47 minutes ago, feodor2 said:

Did you know

  CheckArg("purgecaches") or PR_GetEnv("MOZ_PURGE_CACHES")

Unfortunately, I didn't. But thanks! Any further information on that? :dubbio:

Edited by AstroSkipper
Link to comment
Share on other sites

Translation: You can run the browser executable with -purgecaches command-line argument.

Or set an environment variable MOZ_PURGE_CACHES to 1.

If present at browser startup, should clean its caches then.

Edited by UCyborg
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...