Alexandru Ionut Tripon
Alexandru Ionut Tripon
I think this PR is not a good idea: - if we want multilevel configs, the change signals can't be trivially accessed. - the converting struct to and from toml...
Closing for now as this is not currently planned or feasible. However, this does not mean the idea is permanently rejected. If any maintainer believes this is still feasible or...
I just created a PR https://github.com/PrismLauncher/PrismLauncher/pull/1238 that adds the possibility to change how the instance is started: - default: using NewLauncher.jar that dynamically loads the Minecraft main class - direct...
First as drawbacks: > ** It can break things: launch with the profiler, launch old versions, ... I did not really test it with the mentioned stuff(I do not use...
@davidstraka2 do not close this until the PR is accepted as it looks like the DirectLaunch is not a "supported" feature and will be purged: https://github.com/PrismLauncher/PrismLauncher/pull/1238#issuecomment-1605314679 Also, from the comments...
Please consider closing this issue when DirectJava would be considered a supported feature(the proposed fix) or another fix is implemented for the other launch method. *Tested the PR with mods(ATM8)...
In the closed PR the setting was universal and also per instance, but it did not have the check against it having a mod loader or not leaving the decision...
> Sodium 0.5 seems to have fixed some regressions with NVIDIA (or so they've reported in their changelog), could someone see if a form of "direct launch" (threaded optimizations) still...
seg fault when changing the version of Minecraft for a fabric instance ``` QRasterPaintEngine::brushOriginChanged (this=0x555557cdb0b0) at /usr/src/debug/qt6-base/qtbase/src/gui/painting/qpaintengine_raster.cpp:678 Downloading source file /usr/src/debug/qt6-base/qtbase/src/gui/painting/qpaintengine_raster.cpp 678 s->fillFlags |= DirtyBrushOrigin; (gdb) bt #0 QRasterPaintEngine::brushOriginChanged (this=0x555557cdb0b0)...
found a small bug:  I had started around 1.20.1 with quilt and stressed out change version stuff until I hit a version where the mappings were not available. I...