Rootsofprogress.org web GL issues

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 4984
Joined: 2015-12-09, 15:45

Rootsofprogress.org web GL issues

Unread post by moonbat » 2023-11-30, 23:20

This is an interactive demo that uses WebGL, fails on a fresh profile as well.

Code: Select all

Error: WebGL: texSubImage2D: Conversion requires pixel reformatting
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
Linux Mint 21 Xfce x64 on HP i5-5200 laptop, 12 GB RAM.
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35651
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: Rootsofprogress.org web GL issues

Unread post by Moonchild » 2023-12-01, 00:13

Despite it being labelled as an error, that one is actually just a performance warning (that a texture conversion needed to be done using the CPU). So that shouldn't be the problem of the page not showing what is intended.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 4984
Joined: 2015-12-09, 15:45

Re: Rootsofprogress.org web GL issues

Unread post by moonbat » 2023-12-01, 00:42

Found a DOM error as well in GLTFLoader.js -

Code: Select all

DOMException [AbortError: "The operation was aborted. "
code: 20
nsresult: 0x80530014] 
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
Linux Mint 21 Xfce x64 on HP i5-5200 laptop, 12 GB RAM.
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX

User avatar
adoxa
Fanatic
Fanatic
Posts: 170
Joined: 2019-03-16, 13:26

Re: Rootsofprogress.org web GL issues

Unread post by adoxa » 2023-12-01, 01:15

"Body has already been consumed." when trying to convert the response to arrayBuffer.