Jump to content

My Browser Builds (Part 3)


Recommended Posts

The image problem you're discussing looks like a layout issue. Try the following CSS:

@-moz-document url-prefix("https://www.tunwalai.com/story/") {
  .story-image {
    z-index: unset !important;
  }
}

Interesting that unsetting filter on the image (which sets contrast in this case) also makes it display, but then it obviously doesn't display with intended contrast.

Link to comment
Share on other sites


3 hours ago, Taiga-chan said:

I have reported to his forum now

https://forum.palemoon.org/viewtopic.php?f=70&t=28972

Quote

the issue is that the website explicitly sets the z-ordering of the "story" image in CSS to -2.
This means the image is loaded but just not visible, because it is hidden behind the encapsulating element.

More about "z-index" here ; still, Moonchild didn't say why Chromium displays such an image fine :whistle:...

Edited by VistaLover
Link to comment
Share on other sites

52 minutes ago, VistaLover said:

Moonchild didn't say why Chromium displays such an image fine :whistle:...

Firefox dev tools lets you know the property z-index is ignored if the element isn't positioned; its position is not set to something other than static, which is default if not specified (it isn't specified in this case). Chromium seems to do the same, but doesn't warn.

W3Schools also suggests it shouldn't work for statically positioned elements.

Also here:

Quote

static

The element is positioned according to the normal flow of the document. The top, right, bottom, left, and z-index properties have no effect. This is the default value.

Edited by UCyborg
Link to comment
Share on other sites

@UCyborg : It's well past midnight here and I had a rough day today (rusty plumbing caused a water leak in one wall of my flat :realmad: ), so I'll review the linked documentation tomorrow, when, hopefully, I'll be more lucid ;) , but, put in layman's terms, who is right and who is wrong here?
Is UXP doing the right thing by taking into account "z-index=-2", resulting in the image being hidden, or is Chromium doing the right thing by ignoring "z-index=-2" and, thus, displaying the "story-image"?
Thanks in advance :) !

From file https://cdn.tunwalai.com/lib/bootstrap5/bootstrap.min.css , L96-L104:

    .story-image {
        margin: 0;
        border-radius: 8px;
        display: block;
        height: 292px;
        min-width: 100%;
        width: 292px;
        z-index: -2;
    }

:dubbio:

Edited by VistaLover
Link to comment
Share on other sites

14 minutes ago, VistaLover said:

Is UXP doing the right thing...  or is Chromium doing the right thing...

I've always seen these as "by design" 'bugs'.

I used to see these ALL THE TIME but in REVERSE  --  the website worked in Firefox but did not work in IE (I'm talking like a decade or so ago when Firefox users thought their farts smelled like roses and they propagated "Death to IE" every time they exhaled).

What I mean by "by design" is that I hold the theory that Firefox coders *WANT* these types of 'bugs' as a way to "distinguish" themselves apart from the crowd.

Or something like that...  I know that's not really an "answer".

Link to comment
Share on other sites

26 minutes ago, dmiranda said:

The last build of sp52 doesn't recognize the silverlight plugin.

Can't confirm/WFM ;) ; in a fresh Serpent 52.9.0 profile, latest St52 (2022-10-13) (32-bit), the NPAPI plugin is correctly identified inside "about:addons => Plugins" :

C9zryjy.jpg

When I visit a test SL page (radioactivepages.com), "Click-to-activate" is correctly triggered:

FMi2YAF.jpg

... and after I "Allow Now", the animation (clockwork) plays fine:

8GF9Xen.jpg

Link to comment
Share on other sites

New build of Serpent/UXP for XP!

Test binary:
Win32 https://o.rthost.win/basilisk/basilisk52-g4.8.win32-git-20221015-3219d2d-uxp-221a4433e-xpmod.7z
Win64 https://o.rthost.win/basilisk/basilisk52-g4.8.win64-git-20221015-3219d2d-uxp-221a4433e-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-20221015-3219d2d-uxp-221a4433e-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.6a1.win32-git-20221015-d849524bd-uxp-221a4433e-xpmod.7z
Win32 SSE https://o.rthost.win/palemoon/palemoon-28.10.6a1.win32-git-20221015-d849524bd-uxp-221a4433e-xpmod-sse.7z
Win64 https://o.rthost.win/palemoon/palemoon-28.10.6a1.win64-git-20221015-d849524bd-uxp-221a4433e-xpmod.7z

Official UXP changes picked since my last build:
- Issue #1375 - Implement customElements.upgrade. (bc36c607a)
- Issue #1375 - Use nsIAtom* instead of nsAtom* for CE Upgrade function. (d36706769)
- Issue #2016 - Remove non-functional V8 regex import (d32162089)
- Issue #1279 - Implement regular expressions lookbehind (v2) (2f0896ab3)

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

No official Basilisk changes picked since my last build.

Update Notice:
- You may delete file named icudt58l.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.

Link to comment
Share on other sites

New build of BOC/UXP for XP!

Test binary:
MailNews Win32 https://o.rthost.win/boc-uxp/mailnews.win32-20221015-485bba73-uxp-221a4433e-xpmod.7z
BNavigator Win32 https://o.rthost.win/boc-uxp/bnavigator.win32-20221015-485bba73-uxp-221a4433e-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-20221015-id-656ea98-uxp-221a4433e-xpmod.7z
IceApe-UXP(suite) https://o.rthost.win/hbl-uxp/iceape.win32-20221015-id-656ea98-ia-93af9a0-uxp-221a4433e-xpmod.7z

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

for UXP changes please see above.

Link to comment
Share on other sites

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 http://o.rthost.win/basilisk/basilisk55-win32-git-20221015-f3e1de86a-xpmod.7z
Win64 http://o.rthost.win/basilisk/basilisk55-win64-git-20221015-f3e1de86a-xpmod.7z

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

Repo changes:
- import from UXP:
 - Issue #1375 - Implement customElements.upgrade. (bc36c607)
 - Issue #1375 - Use nsIAtom* instead of nsAtom* for CE Upgrade function. (d3670676) (e5acb150d)
- import from UXP: Issue #2016 - Remove non-functional V8 regex import (d3216208) (f3e1de86a)

Link to comment
Share on other sites

New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20221015-0be1a20aba-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20221015-0be1a20aba-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20221015-0be1a20aba-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20221015-0be1a20aba-xpmod.7z

source repo: https://github.com/roytam1/palemoon27

repo changes since my last build:
- docshell: check reference before use (d292644e34)
- import changes from rmottola/Arctic-Fox: Bug 1207827 - Add AssemblerBuffer::putBytesLarge. r=nbp (b8236445) (f87d2e6b4d)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1202351 - Remove MDSM::mPlayDuration. r=cpearce. (c982bcf84d)
 - Bug 1202540 - Remove MDSM::mPlayStartTime. r=kinetik. (462de866a4)
 - Bug 1203047 - Make MediaDecoderReader know less about AudioData/VideoData by using MediaData instead. r=jya (3b8cda73da)
 - Bug 1172830 - Move buffering check out of MediaDecoderStateMachine::UpdateRenderedVideoFrames(). r=cpearce. (c4a174745f)
 - Bug 1206578 - Group public and private functions respectively for MDSM. r=gsquelart. (59008c04f6)
 - Bug 1206607 - Remove some dead code from MDSM. r=kinetik. (252e4af765)
 - Bug 1208932 - Remove ReadMetadataFailureReason::WAITING_FOR_RESOURCES. r=jya. (622e18eef0)
 - Bug 1208931 - Remove MediaDecoderReader::IsWaitingMediaResources(). r#=ya. (31cb8c85af)
 - Bug 1183888: Report empty buffered ranges unless we have a start time. r=bholley (9a32ffa1eb)
 - Bug 1208933 - Remove AbstractMediaDecoder::NotifyWaitingForResourcesSatusChanged(). r=jya. (b1870471ba)
 - Bug 1164697 - Fix time unit of AudioOffloadPlayer r=bholley (e36a51ca44)
 - Bug 1208930 - Remove usage of decoder monitor from MediaDecoder. r=jya. (8b3d93c3a3)
 - Bug 1209864. Part 1 - make all methods run on the main thread and remove usage of the decoder monitor. r=roc. (6d8b607236)
 - Bug 1209864. Part 2 - remove unused code. r=sotaro. (c69b8440ee)
 - Bug 1188643. Buffer more audio in audio capture mode to avoid glitches. r=cpearce. (11fc554d30)
 - Bug 1208934 - Remove usage of decoder monitor from MDSM. r=kinetik. (a67b4d9d01)
 - Bug 1211364 - Check frame validity earlier when decoded frames arrive in MDSM. r=jwwang (e6c35f6d49)
 - Bug 1212701. Part 1 - remove AbstractMediaDecoder::OnDecodeTaskQueue(). r=jya. (f1f840ebe9)
 - Bug 1212701. Part 2 - remove MediaDecoderStateMachine::OnDecodeTaskQueue() which is unused. r=jya. (2c51be5749)
 - Bug 1213897 - Extract DelayedScheduler out of MDSM to a common class.r=jwwang (4bfc24688a)
 - Bug 1206568: P1. Ensure FFmpeg decoder is only accessed through the decoder's task queue. r=cpearce (39ed961411)
 - Bug 1179667 - Use MozPromise to initialize Gonk PlatformDecodeModule. r=jya (86da0475fb)
 - Bug 1206568: P2. Clean up header declarations. r=cpearce (2d1aa1bdaa)
 - missing bits Bug 1206568: P1. (511c1ee0ef) (f12a92a2ed)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1206977: P1. Remove unused PDM function members. r=cpearce (3ff104135b)
 - Bug 1193670: P1. Remove use of SharedDecoderManager. r=cpearce (adb5606e3e)
 - Bug 1193670: P2. Remove use of SharedDecoderManager from MediaDecoderReader. r=cpearce (61b9170c51)
 - Bug 1194612: P1. Dont reject init promise when initialising H264Converter. r=alfredo (d7d9e81361)
 - Bug 1194612: P2. Don't drop first sample with SPS/PPS NALs. r=alfredo (ea42652155)
 - Bug 1194612: P3. Remove redundant member. r=alfredo (2d30f940c9)
 - Bug 1195625 - Use correct TaskQueue in SharedDecoderManager and H264Converter promise. r=jya (87e52cd322)
 - Bug 1194518 - Part 1: Passthrough decoder wrapper, useful to spy on MediaFormatReader-decoder calls. r=jya (8e6f7df905)
 - Bug 1194518 - Part 2: Using passthrough wrapper if pref 'media.fuzz.vdeo-decode-passthrough' is true. r=jya (2a50be71f0)
 - Bug 1194518 - Part 3: Delaying decoder wrapper, ensures a decoder appears consistently slow. r=jya (9d461352e5)
 - Bug 1194518 - Part 4: Using delaying wrapper according to pref 'media.fuzz.video-decode-minimum-frame-interval-ms'. r=jya (9ec9684024)
 - Bug 1194518 - Part 5: Using std::deque instead of nsTArray to store delayed frames. r=jya (6f3f26578c)
 - Bug 1197145 - Added BaseTimeDuration::IsZero(), BaseTimeDuration::operator bool(), TimeStamp::operator bool(). r=nfroyd (1ba008c9fa)
 - Bug 1202556 - Detect underflow in TimeStamp addition/subtraction operators; r=froydnj (864a288877)
 - Bug 1176731 - Don't mark static inline functions as MFBT_API in TimeStamp.h. r=Waldo (6c94439c61)
 - bug 1170586 - Make TimeStamp::FromSystemTime available on iOS. r=froydnj (f9ae7bd8b8)
 - Bug 1193670: P3. Remove no longer needed SharedDecoderManager class. r=cpearce (c56ef98e6d)
 - Bug 1206977: P2. Wrap PDM creation in a new PDMFactory class. r=cpearce (6425ab58ca)
 - Bug 1206977: P3. Allow PDM fallback. r=cpearce (6cce420063)
 - Bug 1206977: P4. Add AgnosticDecoderModule object. r=cpearce (1d4581f74c)
 - Bug 1206977: P5. Update PlatformDecoderModule documentation. r=cpearce (af14651d29)
 - Bug 1206977: P6. Make PlatformDecoderModule::SupportsMimeType pure virtual. r=cpearce (f328eb0a48)
 - Bug 1146086: Properly marking overridden member with override keyword. a=bustage (c809b2311c)
 - Bug 1204776: P1. Have the PlatformDecoderModules use their own log. r=cpearce (b8565d268b)
 - Bug 1204776: P2. Make Apple PDM use PlatformDecoderModule log. r=cpearce (74b9985af8)
 - Bug 1204776: P3. Have FFmpeg PDM use PlatformDecoderModule log. r=cpearce (caa498a139)
 - Bug 1204776: P4. Have VPX/Opus/Vorbis decoder use PlatformDecoderModule log. r=cpearce (f2fce6c79a)
 - fix (215c918930)
 - Bug 1206977: [webm] P7. Remove IntelWebMVideoDecoder. r=kinetik (c455347fe1)
 - Bug 1206977: P8. Have PDMFactory directly manage the EMEDecoderModule. r=cpearce (d830cbe570)
 - Bug 1212164: Prevent use of demuxer before initialization completes. r=cpearce (99c268d31d)
 - Bug 1152652: Part1. Use mStandardMozillaStyle for crypto classes. r=edwin (af58e4e822)
 - Bug 1206977: P9. Ensure PDMs are only ever created through the PDMFactory. r=cpearce (4d7375ea3d)
 - Bug 1206977: P10. Remove redundant code. r=cpearce (8abd18ffe1)
 - Bug 1206977: P11. Don't rely on SupportsMimeType to determine if a track can be played. r=cpearce (b569a8f5e1)
 - Bug 1212246. Part 1 - remove the aBorrowedTaskQueue parameter from the MediaDecoderReader constructor. r=jya. (0f481aa22b)
 - Bug 1212246. Part 2 - remove mTaskQueueIsBorrowed and unnecessary checks for mTaskQueue is never null. r=jya. (27ec74d634)
 - Bug 1212723. Part 1 - don't share mBufferedState per bug 1212723 comment 6. r=jya. (59e1b89bee)
 - Bug 1212723. Part 2 - remove unused argument aCloneDonor from MediaDecoderReader::Init(). r=jya. (45bc778f41) (0be1a20aba)

Link to comment
Share on other sites

New regular/weekly KM-Goanna release:
https://o.rthost.win/kmeleon/KM76.4.6-Goanna-20221015.7z

Changelog:

Out-of-tree changes:
* update Goanna3 to git 0a5fd83fe9..0be1a20aba:
- docshell: check reference before use (d292644e34)
- import changes from rmottola/Arctic-Fox: Bug 1207827 - Add AssemblerBuffer::putBytesLarge. r=nbp (b8236445) (f87d2e6b4d)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1202351 - Remove MDSM::mPlayDuration. r=cpearce. (c982bcf84d)
 - Bug 1202540 - Remove MDSM::mPlayStartTime. r=kinetik. (462de866a4)
 - Bug 1203047 - Make MediaDecoderReader know less about AudioData/VideoData by using MediaData instead. r=jya (3b8cda73da)
 - Bug 1172830 - Move buffering check out of MediaDecoderStateMachine::UpdateRenderedVideoFrames(). r=cpearce. (c4a174745f)
 - Bug 1206578 - Group public and private functions respectively for MDSM. r=gsquelart. (59008c04f6)
 - Bug 1206607 - Remove some dead code from MDSM. r=kinetik. (252e4af765)
 - Bug 1208932 - Remove ReadMetadataFailureReason::WAITING_FOR_RESOURCES. r=jya. (622e18eef0)
 - Bug 1208931 - Remove MediaDecoderReader::IsWaitingMediaResources(). r#=ya. (31cb8c85af)
 - Bug 1183888: Report empty buffered ranges unless we have a start time. r=bholley (9a32ffa1eb)
 - Bug 1208933 - Remove AbstractMediaDecoder::NotifyWaitingForResourcesSatusChanged(). r=jya. (b1870471ba)
 - Bug 1164697 - Fix time unit of AudioOffloadPlayer r=bholley (e36a51ca44)
 - Bug 1208930 - Remove usage of decoder monitor from MediaDecoder. r=jya. (8b3d93c3a3)
 - Bug 1209864. Part 1 - make all methods run on the main thread and remove usage of the decoder monitor. r=roc. (6d8b607236)
 - Bug 1209864. Part 2 - remove unused code. r=sotaro. (c69b8440ee)
 - Bug 1188643. Buffer more audio in audio capture mode to avoid glitches. r=cpearce. (11fc554d30)
 - Bug 1208934 - Remove usage of decoder monitor from MDSM. r=kinetik. (a67b4d9d01)
 - Bug 1211364 - Check frame validity earlier when decoded frames arrive in MDSM. r=jwwang (e6c35f6d49)
 - Bug 1212701. Part 1 - remove AbstractMediaDecoder::OnDecodeTaskQueue(). r=jya. (f1f840ebe9)
 - Bug 1212701. Part 2 - remove MediaDecoderStateMachine::OnDecodeTaskQueue() which is unused. r=jya. (2c51be5749)
 - Bug 1213897 - Extract DelayedScheduler out of MDSM to a common class.r=jwwang (4bfc24688a)
 - Bug 1206568: P1. Ensure FFmpeg decoder is only accessed through the decoder's task queue. r=cpearce (39ed961411)
 - Bug 1179667 - Use MozPromise to initialize Gonk PlatformDecodeModule. r=jya (86da0475fb)
 - Bug 1206568: P2. Clean up header declarations. r=cpearce (2d1aa1bdaa)
 - missing bits Bug 1206568: P1. (511c1ee0ef) (f12a92a2ed)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1206977: P1. Remove unused PDM function members. r=cpearce (3ff104135b)
 - Bug 1193670: P1. Remove use of SharedDecoderManager. r=cpearce (adb5606e3e)
 - Bug 1193670: P2. Remove use of SharedDecoderManager from MediaDecoderReader. r=cpearce (61b9170c51)
 - Bug 1194612: P1. Dont reject init promise when initialising H264Converter. r=alfredo (d7d9e81361)
 - Bug 1194612: P2. Don't drop first sample with SPS/PPS NALs. r=alfredo (ea42652155)
 - Bug 1194612: P3. Remove redundant member. r=alfredo (2d30f940c9)
 - Bug 1195625 - Use correct TaskQueue in SharedDecoderManager and H264Converter promise. r=jya (87e52cd322)
 - Bug 1194518 - Part 1: Passthrough decoder wrapper, useful to spy on MediaFormatReader-decoder calls. r=jya (8e6f7df905)
 - Bug 1194518 - Part 2: Using passthrough wrapper if pref 'media.fuzz.vdeo-decode-passthrough' is true. r=jya (2a50be71f0)
 - Bug 1194518 - Part 3: Delaying decoder wrapper, ensures a decoder appears consistently slow. r=jya (9d461352e5)
 - Bug 1194518 - Part 4: Using delaying wrapper according to pref 'media.fuzz.video-decode-minimum-frame-interval-ms'. r=jya (9ec9684024)
 - Bug 1194518 - Part 5: Using std::deque instead of nsTArray to store delayed frames. r=jya (6f3f26578c)
 - Bug 1197145 - Added BaseTimeDuration::IsZero(), BaseTimeDuration::operator bool(), TimeStamp::operator bool(). r=nfroyd (1ba008c9fa)
 - Bug 1202556 - Detect underflow in TimeStamp addition/subtraction operators; r=froydnj (864a288877)
 - Bug 1176731 - Don't mark static inline functions as MFBT_API in TimeStamp.h. r=Waldo (6c94439c61)
 - bug 1170586 - Make TimeStamp::FromSystemTime available on iOS. r=froydnj (f9ae7bd8b8)
 - Bug 1193670: P3. Remove no longer needed SharedDecoderManager class. r=cpearce (c56ef98e6d)
 - Bug 1206977: P2. Wrap PDM creation in a new PDMFactory class. r=cpearce (6425ab58ca)
 - Bug 1206977: P3. Allow PDM fallback. r=cpearce (6cce420063)
 - Bug 1206977: P4. Add AgnosticDecoderModule object. r=cpearce (1d4581f74c)
 - Bug 1206977: P5. Update PlatformDecoderModule documentation. r=cpearce (af14651d29)
 - Bug 1206977: P6. Make PlatformDecoderModule::SupportsMimeType pure virtual. r=cpearce (f328eb0a48)
 - Bug 1146086: Properly marking overridden member with override keyword. a=bustage (c809b2311c)
 - Bug 1204776: P1. Have the PlatformDecoderModules use their own log. r=cpearce (b8565d268b)
 - Bug 1204776: P2. Make Apple PDM use PlatformDecoderModule log. r=cpearce (74b9985af8)
 - Bug 1204776: P3. Have FFmpeg PDM use PlatformDecoderModule log. r=cpearce (caa498a139)
 - Bug 1204776: P4. Have VPX/Opus/Vorbis decoder use PlatformDecoderModule log. r=cpearce (f2fce6c79a)
 - fix (215c918930)
 - Bug 1206977: [webm] P7. Remove IntelWebMVideoDecoder. r=kinetik (c455347fe1)
 - Bug 1206977: P8. Have PDMFactory directly manage the EMEDecoderModule. r=cpearce (d830cbe570)
 - Bug 1212164: Prevent use of demuxer before initialization completes. r=cpearce (99c268d31d)
 - Bug 1152652: Part1. Use mStandardMozillaStyle for crypto classes. r=edwin (af58e4e822)
 - Bug 1206977: P9. Ensure PDMs are only ever created through the PDMFactory. r=cpearce (4d7375ea3d)
 - Bug 1206977: P10. Remove redundant code. r=cpearce (8abd18ffe1)
 - Bug 1206977: P11. Don't rely on SupportsMimeType to determine if a track can be played. r=cpearce (b569a8f5e1)
 - Bug 1212246. Part 1 - remove the aBorrowedTaskQueue parameter from the MediaDecoderReader constructor. r=jya. (0f481aa22b)
 - Bug 1212246. Part 2 - remove mTaskQueueIsBorrowed and unnecessary checks for mTaskQueue is never null. r=jya. (27ec74d634)
 - Bug 1212723. Part 1 - don't share mBufferedState per bug 1212723 comment 6. r=jya. (59e1b89bee)
 - Bug 1212723. Part 2 - remove unused argument aCloneDonor from MediaDecoderReader::Init(). r=jya. (45bc778f41) (0be1a20aba)

* Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.

A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76

Edited by roytam1
Link to comment
Share on other sites

On 10/2/2022 at 1:39 AM, John Carter said:

Discord site crashes every time I log in. Happens on Basilisk/Serpent too. Can this be fixed?

 

New Moon latest build.png

spacer.png

I've seen some people post that Discord crashes in roytam1, the official program has issues as well.

after i check

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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