Pedro Cunha

Results 21 issues of Pedro Cunha

It actually logs an exception to the log file about not being able to delete it: ![image](https://user-images.githubusercontent.com/528849/129420462-5b1fe80b-16b9-4feb-b3f4-b8e6d56a5ef8.png)

bug
Priority: Low

If you set memory in the runData file, but not Java, then a NPE happens. ``` [B#000] java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.toString()" because "replacement" is null [B#000] at java.base/java.lang.String.replace(String.java:2959) [B#000] at...

bug
Priority: Low

There are some unused resources in the launcher that get packaged into every release. We should get rid of them since it wastes both space and bandwidth. Used PNG resources...

enhancement
Priority: Low

The modpack icon redownloads every time that you click a modpack (even if it's the currently selected one). However, neither the background nor the logo have this behavior.

bug
Priority: Low

The HTTP request code is kind of all over. It's really inconsistent. Some parts accept a single redirect, some accept multiple redirects, some don't accept redirects at all. I'm classifying...

bug
Priority: Medium

Related to https://github.com/TechnicPack/LauncherV3/commit/2485e3c6b80b19e0b7bb1ae6d4dc7f21955a4fb6, there doesn't seem to a sure way to atomically move a file to another. There is this open request in FileUtils: https://issues.apache.org/jira/browse/IO-598

enhancement

Currently, if Minecraft crashes for any reason, no error message will show up. Minecraft will simply close. The launcher, if configured to stay hidden in the background, will simply pop...

enhancement
Priority: Low

Like the title says, Mojang version.json files never get re-validated. By "Mojang version.json files" I mean the Minecraft version info files, like this one: https://launchermeta.mojang.com/v1/packages/3268559d83cffc8687ed3e282c1edb0d72ed6e75/1.16.json When a modpack is installed/reinstalled...

bug
enhancement
Priority: High

Also updates CustomMobSpawner version to 3.11.5 since 3.11.4 is no longer downloadable

I know this setting used to exist, and it's referenced on https://github.com/Drive4ik/simple-tab-groups/commit/4e09422fe96e1b80a5680a12c62172cc9518a2a2 as being a global setting, but I can't seem to be able to find it anymore. Has it...