Toshit Chawda

Results 58 comments of Toshit Chawda

Windows: frozen with win32 python 3.7 ``` Traceback (most recent call last): File "C:\Users\toshi\AppData\Roaming\Python\Python37\site-packages\plyer\utils.py", line 96, in _ensure_obj mod = __import__(module, fromlist='.') ModuleNotFoundError: No module named 'plyer.platforms.win.notification' Exception in thread...

Linux: frozen with OpenSUSE Leap x86_64bit(I do not know what this is) python 3.6 The traceback is very similar to the windows traceback. Both executables were frozen using cx_Freeze. ![image](https://user-images.githubusercontent.com/45221816/61162207-71b4ec00-a4bc-11e9-86bf-20680a8d08d1.png)

Might want to add `x86` to the list of legacy archs. See https://github.com/r58Playz/meta-polymc/blob/master/org.lwjgl3/3.3.1.json#L66-L83

See https://github.com/openglonmetal/MGL/issues/55

> The closest update that fixes color inversion, which works on ManyMC, is from 1.5.2 to 13w23b. The snapshots from 13w17a to 13w22a crash with: > > ``` > Failed...

~~I think that ManyMC/MultiMC's applet wrapper is the issue. 1.5.2 uses the applet wrapper and there is color inversion. 13w17a does not use the applet wrapper and the color inversion...

Can we add this as an option in the launcher? Like "Use LWJGL2 that has been patched for Optifine"? EDIT: Also, this fix is only going to be on versions...

It seems that LWJGL has already made the switch to CALayer ~~and we are compiling an older version~~. See [this line](https://github.com/LWJGL/lwjgl/blob/2df01dd762e20ca0871edb75daf670ccacc89b60/src/native/macosx/org_lwjgl_opengl_MacOSXCanvasPeerInfo.m#L58). Edit: My lwjgl source has the CALayer backend as...

I was testing multiple ways of fixing fullscreen mode and I forgot to clean up. I'll remove everything except the NSWindow's disable High DPI. Thanks for letting me know. I...

I checked my logs and I'm using `mmachina.1`. How do I update? > @sp614x After a lot of experimentation, it seems like 1.8.9 is actually the only single LWJGL2 release...