IMVU not working anymore
Forum rules
This General Discussion board is meant for topics that are still relevant to Pale Moon, web browsers, browser tech, UXP applications, and related, but don't have a more fitting board available.
Please stick to the relevance of this forum here, which focuses on everything around the Pale Moon project and its user community. "Random" subjects don't belong here, and should be posted in the Off-Topic board.
This General Discussion board is meant for topics that are still relevant to Pale Moon, web browsers, browser tech, UXP applications, and related, but don't have a more fitting board available.
Please stick to the relevance of this forum here, which focuses on everything around the Pale Moon project and its user community. "Random" subjects don't belong here, and should be posted in the Off-Topic board.
IMVU not working anymore
Hi, IMVU seems changed to much now and PM not works anymore.
You can login on www.imvu.com but after it change to imvu.com/next and nothing happens anymore.
Also faking UserAgentString does not help anymore.
Guess somthing is missing in the browser.
Can you pls check it out?
You can login on www.imvu.com but after it change to imvu.com/next and nothing happens anymore.
Also faking UserAgentString does not help anymore.
Guess somthing is missing in the browser.
Can you pls check it out?
thx and greets
Re: IMVU not working anymore
This shows some webgl and wasm errors.
Pale Moon does not support the "c0" wasm opcode, which is part of the sign extension opcodes:
// Sign extension
I32Extend8S = 0xc0,
I32Extend16S = 0xc1,
I64Extend8S = 0xc2,
I64Extend16S = 0xc3,
I64Extend32S = 0xc4,
The same c0 error:
viewtopic.php?f=70&t=30138&p=241845
Code: Select all
Warning: Error: WebGL: Failed to create WebGL context: WebGL creation failed:
* Error during ANGLE OpenGL init.
* Error during ANGLE OpenGL init.
* Error during ANGLE OpenGL init.
* Error during ANGLE OpenGL init.
* Error during ANGLE OpenGL init.
* Exhausted GL driver caps.
Source File: https://webasset-akm.imvu.com/asset/e790f86940b3bede/build/welcome/welcome-desktop-app.min.js
Line: 1293
Code: Select all
Error: RuntimeError: Aborted(CompileError: wasm validation error: at offset 64295: unrecognized opcode: c0). Build with -sASSERTIONS for more info.
Source File: https://webasset-akm.imvu.com/asset/b24fe94ead775b32/build/northstar/js/northstar_api.min.js
Line: 31
// Sign extension
I32Extend8S = 0xc0,
I32Extend16S = 0xc1,
I64Extend8S = 0xc2,
I64Extend16S = 0xc3,
I64Extend32S = 0xc4,
The same c0 error:
viewtopic.php?f=70&t=30138&p=241845
Re: IMVU not working anymore
These opcodes were added in this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1389461
Re: IMVU not working anymore
As to webgl, these settings seem to fix the problem, but the site still does not work due to wasm.
webgl.disable-angle = true
webgl.force-enabled = true
webgl.disable-angle = true
webgl.force-enabled = true
Re: IMVU not working anymore
Ugh, so it was a spec update that came in logrolled with a different proposal; no wonder that went under the radar.dbsoft wrote: ↑2023-09-21, 04:50These opcodes were added in this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1389461
I'll file an issue for it.
"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
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
Re: IMVU not working anymore
I applied the Mozilla patch that implemented the missing opcodes, but I can't figure out how to login to IMVU to test it.
It keeps trying to make me download the mobile app.... oh wait it only allows creating an account via the app? What the heck?
It keeps trying to make me download the mobile app.... oh wait it only allows creating an account via the app? What the heck?
Re: IMVU not working anymore
At least this page works?
https://secure.imvu.com/welcome/
https://secure.imvu.com/welcome/
Re: IMVU not working anymore
No it makes me try to login, and when I do it sends me to the mobile app download.
Re: IMVU not working anymore
I had to create an account with a different login method and I was able to login.... appears to be working with the patch applied. I made a pull request.
Re: IMVU not working anymore
Thanks for picking this up, dbsoft.
"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
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
Re: IMVU not working anymore
IMVU is very special
The best thing is if u downlad the Classic Client atm 545.0, 545.2 or 545.4 here
https://imvu.com/download.php
The Client don't need Admin Rights for get installed. It runs in your user folder.
If you have created an account (use Firefox for it) u can start the client (Windows or Mac)
If u login in the Client u can click on Top on your Nickname and if PM is your Main Browser u will see the Classic IMVU site.
This still works.
But they have also a new site (more modern) at https://imvu.com/next/
And this site is now broken and it seems it is used for browser only login.
This thing now only works with firefox.
I hope u can fix that in the next PM Version. TY
The best thing is if u downlad the Classic Client atm 545.0, 545.2 or 545.4 here
https://imvu.com/download.php
The Client don't need Admin Rights for get installed. It runs in your user folder.
If you have created an account (use Firefox for it) u can start the client (Windows or Mac)
If u login in the Client u can click on Top on your Nickname and if PM is your Main Browser u will see the Classic IMVU site.
This still works.
But they have also a new site (more modern) at https://imvu.com/next/
And this site is now broken and it seems it is used for browser only login.
This thing now only works with firefox.
I hope u can fix that in the next PM Version. TY
thx and greets
Re: IMVU not working anymore
p.s.
For creating a new account u can use the Android App too i guess
https://play.google.com/store/apps/deta ... ilecordova
If it ask u at first start for some rights just decline all. It should work without any rights.
For creating a new account u can use the Android App too i guess
https://play.google.com/store/apps/deta ... ilecordova
If it ask u at first start for some rights just decline all. It should work without any rights.
thx and greets
Re: IMVU not working anymore
"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
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
Re: IMVU not working anymore
Yes i know its not optimal to run EXE from UserFolder.
But with limited User rights and UAC maybe not that dangerous
----------------------------------------------------------------
The new PaleMoon 32.4.1 from today works now!
The only Thing what still sux is that it shows the IMVU.COM/NEXT site in kinda Mobile Phone view.
BUT
I changed the useragent with
general.useragent.override.imvu.com
to
Mozilla/5.0 (Windows NT 10.0; rv:115.0) Gecko/20100101 Firefox/115.0
AND now all is perfect and i also tested the LOGIN only in the Browser and also switch to Classic Site is ok.
All is working TY very much.
But with limited User rights and UAC maybe not that dangerous
----------------------------------------------------------------
The new PaleMoon 32.4.1 from today works now!
The only Thing what still sux is that it shows the IMVU.COM/NEXT site in kinda Mobile Phone view.
BUT
I changed the useragent with
general.useragent.override.imvu.com
to
Mozilla/5.0 (Windows NT 10.0; rv:115.0) Gecko/20100101 Firefox/115.0
AND now all is perfect and i also tested the LOGIN only in the Browser and also switch to Classic Site is ok.
All is working TY very much.
thx and greets