midzer

Results 155 comments of midzer

I've accidently uninstalled Thorium, reinstalled it and experiencing the same issue on Android 11, LineageOS, arm32 version. Even with https://microg.org/ installed it's not working any more.

According to changelog, it should be fixed: > Fixed crashing on fresh install

Yeah, I forgot the SDL-only path. Gonna try if I get it to work and push necessary changes.

@AidanLeeCalamera Please try again in Incognito Tab where no browser extension (i.e. uBlock Origin) is loaded.

`chrome://settings/searchEngines`

@logiota Clean install of latest Thorium with no extensions enabled?

On my M1 I get ~30 score with Thorium M124. Strange that you get such a low score using Chrom* browsers...

Thanks for the reply @mdsteele When linking azimuth with legacy GL emulation https://emscripten.org/docs/porting/multimedia_and_graphics/OpenGL-support.html#emulation-of-older-desktop-opengl-api-features there are undefined symbols like `glGenLists`, `glNewList`, `glEndList` and `glVertex2d`. So, I have to rely on gl4es...

Finally, I got it working: https://midzer.de/wasm/azimuth/ Thanks again for your detailed explanation @mdsteele Relevat `GL_QUADS` -> `GL_TRIANGLE_STRIPS` changes in https://github.com/midzer/azimuth/tree/replaceQuads Emscripten relevant changes in https://github.com/midzer/azimuth/tree/emscripten P.S.: Some walls still appear...

@zapalagrzegorz Link works for me.