Jump to content

Recommended Posts

Posted

 

Hi

1 hour ago, nicolaasjan said:

Both sites work fine here (though rather slow) on New Moon 2025-02-14.

thank you for your response nicolaasjan

Strange, here is the error console "livrenpoche.com"

2025-02-18_201009.jpg


Posted (edited)
2 hours ago, roytam1 said:

maybe he missed some delay loaded DLLs.

I installed a brand new New Moon, the latest version 2025-02-14 by default and without adding anything with the URL "livrenpoche.com" = direct crash!! But a more detailed error description. Maybe someone understands something about this gibberish...?

2025-02-19_102636.jpg

Edited by IXOYE
Posted (edited)

roytam1

mail.tutanota.com  doesn't work. constant loading of messages about some tasks on tutanota site when trying to log in. There were problems there before, but the site could be used.  It's specifically on Serpent         basilisk52-g4.8.win32-git-20250222-3219d2d-uxp-e43876ec84-xpmod

 

Edited by Goodwin
Posted

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250222-3219d2d-uxp-e43876ec84-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20250222-3219d2d-uxp-e43876ec84-xpmod.7z

source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/custom

IA32 Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20250222-3219d2d-uxp-e43876ec84-xpmod-ia32.7z

source code that is comparable to my current working tree is available here: https://github.com/roytam1/UXP/commits/ia32

NM28XP build:
Win32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250222-d849524bd-uxp-e43876ec84-xpmod.7z
Win32 IA32 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250222-d849524bd-uxp-e43876ec84-xpmod-ia32.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250222-d849524bd-uxp-e43876ec84-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.7a1.win64-git-20250222-d849524bd-uxp-e43876ec84-xpmod.7z

Official UXP changes picked since my last build:
- No issue - avoid potential underflow in StructuredClone. (3bac3ab0b5)
- [DOM] Honor security.csp.reporting.enabled pref in more places. (c41c1c63d5)
- Issue #2693 - Disable CSP reporting by default in the platform. (8b41e53028)
- Issue #2693 - Don't reflow children if they have 0 width. (cb233feea0)
- Revert "Issue #2693 - Don't reflow children if they have 0 width." (2da039daac)
- Issue #2694 - Improve nested grid layout performance by caching. (25570dc572)
- [layout] Always reserve 64 bits for frame property value (cc8e336172)

No official Pale-Moon changes picked since my last build.

No official Basilisk changes picked since my last build.

My changes picked since my last build:
- dom/security: remove terse static assert from upstream changes (0d63037e56)
- Revert "Issue #2693 - Don't reflow children if they have 0 width." (594a360cbf)
- import from mozilla: Bug 1591366 - Always reserve 64 bits for frame property value r=dholbert (19499821190) (97534886ae)

Update Notice:
- You may delete file named icudt*.dat inside program folder when updating from old releases.

* Notice: From now on, UXP rev will point to `custom` branch of my UXP repo instead of MCP UXP repo, while "official UXP changes" shows only `tracking` branch changes.

Posted

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20250222-7bda12e7-uxp-e43876ec84-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20250222-7bda12e7-uxp-e43876ec84-xpmod.7z

source repo (excluding UXP): https://github.com/roytam1/boc-uxp/tree/custom

* Notice: the profile prefix (i.e. parent folder names) are also changed since 2020-08-15 build, you may rename their names before using new binaries when updating from builds before 2020-08-15.

--

New build of HBL-UXP for XP!

Test binary:
IceDove-UXP(mail) https://o.rthost.win/hbl-uxp/icedove.win32-20250222-id-656ea98-uxp-e43876ec84-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20250222-id-656ea98-ia-c642e3c-uxp-e43876ec84-xpmod.7z

source repo (excluding UXP):
https://github.com/roytam1/icedove-uxp/tree/winbuild
https://github.com/roytam1/iceape-uxp/tree/winbuild

Posted

New build of post-deprecated Serpent/moebius for XP!
* Notice: This repo will not be built on regular schedule, and changes are experimental as usual.
** Current moebius patch level should be on par with 52.9, but some security patches can not be applied/ported due to source milestone differences between versions.

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk55-win32-git-20250222-503e6dcc0-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk55-win64-git-20250222-503e6dcc0-xpmod.7z

repo: https://github.com/roytam1/basilisk55

Repo changes:
- import from UXP: No issue - avoid potential underflow in StructuredClone. (3bac3ab0) (dcd1a2b0f)
- ported from UXP: [DOM] Honor security.csp.reporting.enabled pref in more places. (c41c1c63) (5228862b2)
- import from UXP: Issue #2693 - Don't reflow children if they have 0 width. (cb233fee) (1a08ed339)
- Revert "import from UXP: Issue #2693 - Don't reflow children if they have 0 width. (cb233fee)" (eb5db3d48)
- import from UXP: Issue #2694 - Improve nested grid layout performance by caching. (25570dc5) (3b5354577)
- import from UXP: [layout] Always reserve 64 bits for frame property value (cc8e3361) (503e6dcc0)

Posted (edited)

Website ranobes doesn't work. It freezes the browser window with 100% cpu usage which never ends. I can only terminate process manually.

Tested with basilisk 52 and palemoon 28 (2025-2-18).

I've know about this issue for a while and now i'm reporting this bug here.

stack trace from palemoon.exe started thread with 100% cpu usage:

 .... 
xul.dll!mozilla_dump_image+0x4798df <=== this call loops infinitely
mozglue.dll!recalloc+0x16ad
xul.dll!mozilla::net::LoadInfo::AddRef+0x13e5
mozjs.dll!JS_smprintf_free+0x21500
mozjs.dll!JS::PeakSizeOfTemporary+0xdd4
mozjs.dll!JS::InstanceofOperator+0x64d
mozjs.dll!JS::InstanceofOperator+0x35d
mozjs.dll!JS::AddSizeOfTab+0x640
mozjs.dll!JS::Call+0x50
xul.dll!mozilla_dump_image+0x249ff5
xul.dll!mozilla_dump_image+0x12fad9
xul.dll!mozilla_dump_image+0x12feb4
xul.dll!mozilla_dump_image+0x14077d
xul.dll!mozilla::net::LoadInfo::AddRef+0x6b9c
xul.dll!mozilla::net::LoadInfo::AddRef+0x5be
xul.dll!AffEntry::~AffEntry+0x10b291
xul.dll!XRE_AddStaticComponent+0x885e
xul.dll!NS_StringGetMutableData+0x3729
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x653048
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x6292b1
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x627fb0
xul.dll!NS_SizeOfIncludingThisXPTCallStub+0x11e7
xul.dll!XRE_XPCShellMain+0x5ae6
xul.dll!XRE_XPCShellMain+0x14762
mozjs.dll!JS::InstanceofOperator+0x57a
mozjs.dll!JS::InstanceofOperator+0x35d
mozjs.dll!JS::InstanceofOperator+0x5c10
mozjs.dll!JS::PeakSizeOfTemporary+0xf0f
mozjs.dll!JS::InstanceofOperator+0x64d
mozjs.dll!JS::InstanceofOperator+0x35d
mozjs.dll!JS::AddSizeOfTab+0x640
mozjs.dll!JS_CallFunctionValue+0x9c
xul.dll!XRE_XPCShellMain+0x6b59
xul.dll!XRE_XPCShellMain+0x6202
xul.dll!NS_SizeOfIncludingThisXPTCallStub+0x1160
xul.dll!NS_SizeOfIncludingThisXPTCallStub+0xc6
xul.dll!mozilla_dump_image+0xa1f72
xul.dll!AffEntry::~AffEntry+0x113f0e
mozjs.dll!JS::GetSavedFrameSource+0x1d8
mozjs.dll!JS::UpdateJSContextProfilerSampleBufferGen+0x6878
mozjs.dll!js::MovableCellHasher<js::ReadBarriered<js::WasmInstanceObject *> >::ensureHash+0x28bfa
mozglue.dll!recalloc+0x1390
mozjs.dll!JS_smprintf_free+0x21500
mozjs.dll!JS::PeakSizeOfTemporary+0xdd4
mozjs.dll!JS::InstanceofOperator+0x64d
mozjs.dll!JS::InstanceofOperator+0x35d
mozjs.dll!JS::AddSizeOfTab+0x640
mozjs.dll!JS::Call+0x50
xul.dll!mozilla_dump_image+0x249ff5
xul.dll!mozilla_dump_image+0x12fad9
xul.dll!mozilla_dump_image+0x12feb4
xul.dll!mozilla_dump_image+0x14077d
xul.dll!mozilla::net::LoadInfo::AddRef+0x6b9c
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x24f7b6
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x251936
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x25321e
xul.dll!XRE_AddStaticComponent+0x8b3a
xul.dll!NS_StringGetMutableData+0x3729
xul.dll!mozilla::net::LoadInfo::SetVerifySignedContent+0x14ed16
xul.dll!mozilla::net::LoadInfo::SetVerifySignedContent+0x13a596
xul.dll!mozilla::net::LoadInfo::SetVerifySignedContent+0x13a29e
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x276f9f
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x2b5f93
xul.dll!XRE_StartupTimelineRecord+0x1730
xul.dll!XRE_GetFileFromPath+0x62f9
xul.dll!XRE_GetFileFromPath+0x5172
xul.dll!XRE_main+0xb3
palemoon.exe+0x18a6
palemoon.exe+0x1466
palemoon.exe+0x1bcf
palemoon.exe+0x2761
kernel32.dll!BaseProcessStart+0x23

loop1.png.3a2c9806821850df33e9fa8c8a6db84a.png

Edited by sea
Posted
6 hours ago, sea said:

Website ranobes doesn't work. It freezes the browser window with 100% cpu usage which never ends. I can only terminate process manually.

Tested with basilisk 52 and palemoon 28 (2025-2-18).

I've know about this issue for a while and now i'm reporting this bug here.

stack trace from palemoon.exe started thread with 100% cpu usage:

 .... 
xul.dll!mozilla_dump_image+0x4798df <=== this call loops infinitely
mozglue.dll!recalloc+0x16ad
xul.dll!mozilla::net::LoadInfo::AddRef+0x13e5
mozjs.dll!JS_smprintf_free+0x21500
mozjs.dll!JS::PeakSizeOfTemporary+0xdd4
mozjs.dll!JS::InstanceofOperator+0x64d
mozjs.dll!JS::InstanceofOperator+0x35d
mozjs.dll!JS::AddSizeOfTab+0x640
mozjs.dll!JS::Call+0x50
xul.dll!mozilla_dump_image+0x249ff5
xul.dll!mozilla_dump_image+0x12fad9
xul.dll!mozilla_dump_image+0x12feb4
xul.dll!mozilla_dump_image+0x14077d
xul.dll!mozilla::net::LoadInfo::AddRef+0x6b9c
xul.dll!mozilla::net::LoadInfo::AddRef+0x5be
xul.dll!AffEntry::~AffEntry+0x10b291
xul.dll!XRE_AddStaticComponent+0x885e
xul.dll!NS_StringGetMutableData+0x3729
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x653048
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x6292b1
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x627fb0
xul.dll!NS_SizeOfIncludingThisXPTCallStub+0x11e7
xul.dll!XRE_XPCShellMain+0x5ae6
xul.dll!XRE_XPCShellMain+0x14762
mozjs.dll!JS::InstanceofOperator+0x57a
mozjs.dll!JS::InstanceofOperator+0x35d
mozjs.dll!JS::InstanceofOperator+0x5c10
mozjs.dll!JS::PeakSizeOfTemporary+0xf0f
mozjs.dll!JS::InstanceofOperator+0x64d
mozjs.dll!JS::InstanceofOperator+0x35d
mozjs.dll!JS::AddSizeOfTab+0x640
mozjs.dll!JS_CallFunctionValue+0x9c
xul.dll!XRE_XPCShellMain+0x6b59
xul.dll!XRE_XPCShellMain+0x6202
xul.dll!NS_SizeOfIncludingThisXPTCallStub+0x1160
xul.dll!NS_SizeOfIncludingThisXPTCallStub+0xc6
xul.dll!mozilla_dump_image+0xa1f72
xul.dll!AffEntry::~AffEntry+0x113f0e
mozjs.dll!JS::GetSavedFrameSource+0x1d8
mozjs.dll!JS::UpdateJSContextProfilerSampleBufferGen+0x6878
mozjs.dll!js::MovableCellHasher<js::ReadBarriered<js::WasmInstanceObject *> >::ensureHash+0x28bfa
mozglue.dll!recalloc+0x1390
mozjs.dll!JS_smprintf_free+0x21500
mozjs.dll!JS::PeakSizeOfTemporary+0xdd4
mozjs.dll!JS::InstanceofOperator+0x64d
mozjs.dll!JS::InstanceofOperator+0x35d
mozjs.dll!JS::AddSizeOfTab+0x640
mozjs.dll!JS::Call+0x50
xul.dll!mozilla_dump_image+0x249ff5
xul.dll!mozilla_dump_image+0x12fad9
xul.dll!mozilla_dump_image+0x12feb4
xul.dll!mozilla_dump_image+0x14077d
xul.dll!mozilla::net::LoadInfo::AddRef+0x6b9c
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x24f7b6
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x251936
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x25321e
xul.dll!XRE_AddStaticComponent+0x8b3a
xul.dll!NS_StringGetMutableData+0x3729
xul.dll!mozilla::net::LoadInfo::SetVerifySignedContent+0x14ed16
xul.dll!mozilla::net::LoadInfo::SetVerifySignedContent+0x13a596
xul.dll!mozilla::net::LoadInfo::SetVerifySignedContent+0x13a29e
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x276f9f
xul.dll!mozilla::NormalizedConstraintSet::Range<bool>::Merge+0x2b5f93
xul.dll!XRE_StartupTimelineRecord+0x1730
xul.dll!XRE_GetFileFromPath+0x62f9
xul.dll!XRE_GetFileFromPath+0x5172
xul.dll!XRE_main+0xb3
palemoon.exe+0x18a6
palemoon.exe+0x1466
palemoon.exe+0x1bcf
palemoon.exe+0x2761
kernel32.dll!BaseProcessStart+0x23

loop1.png.3a2c9806821850df33e9fa8c8a6db84a.png

its MutationxCallback calls some javascript that keeps querying CSS selectors like "body > div:nth-child(30) > div"

Posted
On 9/26/2024 at 11:40 AM, AstroSkipper said:

The original YouTube interface is simply crap. :thumbdown YouTube is a perfect example how to continuously update an awesome website to an awful one without considering the users. :thumbdown I've actually hated YouTube for years :realmad:, but the Project VORAPIS with its old, classic frontend has brought the joy of YouTube back to me. :thumbup

I've (finally) become a VORAPIS user.

YouTube has always ran fine for me (with uBO adblocking + Stylus userstyles + Tampermonkey userscripts).

But for the last week or so, YouTube has become a NIGHTMARE.  Buffering issues galore.  But only in Chrome and only at home, work with same browser profile has remained fine).  IceCat here at home remains fine.

VORAPIS to the rescue!  :cheerleader:

I'm not liking how VORAPIS has to refresh the ENTIRE page when it goes from one playlist item to the next.  But a small price to pay to avoid the d#mn buffering issues.

Posted
1 hour ago, NotHereToPlayGames said:

VORAPIS to the rescue!

Disregard!  That was short-lived!  Videos are consistently stopping about three and half minutes in then the infamous swirling circle indicating buffering rears its ugly head!

IceCat remains fine - without VORAPIS.

Posted

https://o.rthost.win/palemoon/palemoon-28.10.7a1.win32-git-20250222-d849524bd-uxp-e43876ec84-xpmod-sse.7z

------------------------------------------------------------------------------------------------------

When visiting the following popular website with the latest
version of NM28 (installation out of the box - no modifications,clean profile),

https://www.auf1.tv

NM28 gives this error message:

404
[GET] "/_nuxt/builds/meta/2aa240db-878f-4a11-b529-66f04d78c3db.json": 404 Not Found

------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------

Web Console

[nuxt] Error fetching app manifest. FetchError: [GET] "/_nuxt/builds/meta/e2655b30-996e-4ba8-91ba-ba21125ab1f1.json": 404 Not Found
Stack trace:
FY@https://www.auf1.tv/_nuxt/BtJJzr4I.js:19:20649
$Y@https://www.auf1.tv/_nuxt/BtJJzr4I.js:19:21143
l@https://www.auf1.tv/_nuxt/BtJJzr4I.js:19:23481
n@https://www.auf1.tv/_nuxt/BtJJzr4I.js:19:25661
-----------------------------------------------------------------------------------------------------

-----------------------------------------------------------------------------------------------------
The latest version of St52 shows the same error message.

Can someone confirm this problem ?

Can this problem be fixed ?

Posted (edited)
16 hours ago, NotHereToPlayGames said:
18 hours ago, NotHereToPlayGames said:

VORAPIS to the rescue!

Disregard!  That was short-lived!  Videos are consistently stopping about three and half minutes in then the infamous swirling circle indicating buffering rears its ugly head!

One to two hours! You've never been satisfied with anything for so long. I think that's a new record. :buehehe:

Edited by AstroSkipper

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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