Jump to content

SleepyCatGuy

Members
  • Posts

    6
  • Joined

  • Last visited

SleepyCatGuy's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I cant get AT to work on a mod that I want to change some access modifiers. I'm honestly not sure if this is even possible at this point (because of SRG names). So here is my question is it possible to use AT on a mod dependency? if so, is there something that I may be missing (i.e load order (I currently have my mod loading after the dep.), The way I am stating the field (I'm currently typing in the exact field name not SRG), etc)
  2. So I am trying to combine FTBChunks and Xaeros Maps together My problem is I need to "disable" some functionality (i.e. keybinds so you cant open up the map and others) but to do this i need to either re-write that Method(perferebly. So i can do other stuff aswell) or go through forge. I essentially need to create a "COREMOD" for these mods. my (unclear, brain storming) thoughts on how to go about this are: - disable the mods and rebuild them with subclassing and AT. - disable the keybinds through forge and use reflection to call certain functions. I feel like this could be extremely buggy because I have no control over the mod except for calling Methods - just overwrite certain Methods with some black magic (pretty much the first one just no subclassing and no disabling the mods (AT?)... pretty sure this is impossible, like black magic does not exist) yet I think i answered myself with the first one but either way hoping one of you can give me some suggestions on how I should proceed.
  3. Any sources or docs were I can find out how to use reflections? I keep reading its a better option than access transformers but cant find anything on it. I also am seeing "@override" in source code for other mods, but I do not know if that is Reflections or something else entirely. I need to be able to change a private function to something else. Sub-Question (I don't really need to know more of a want to know): is there a way to get a live object created from a class from another mod?
  4. I cant figure out what mods are giving me lag spikes every few seconds when running around. Mod List specs: ram: 8GB DDR3, allocating 6GB cpu: i5-4460 gpu: AMD Radeon RX 5700 Thx for the help. EDIT: Just realised this is the wrong forum.
  5. [15:23:29] [main/INFO]: ModLauncher running: args [--username, SleepyCatGuy, --version, 1.14.3-forge-27.0.23, --gameDir, C:\Users\ryanp\AppData\Roaming\.minecraft, --assetsDir, C:\Users\ryanp\AppData\Roaming\.minecraft\assets, --assetIndex, 1.14, --uuid, c94cff56d8664bd9a7ad3343122f3e35, --accessToken, ????????, --userType, mojang, --versionType, release, --launchTarget, fmlclient, --fml.forgeVersion, 27.0.23, --fml.mcVersion, 1.14.3, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190624.152911] [15:23:29] [main/INFO]: ModLauncher starting: java version 1.8.0_51 by Oracle Corporation [15:23:29] [main/INFO]: Added Lets Encrypt root certificates as additional trust [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.file.AutoreloadFileConfig.load(AutoreloadFileConfig.java:41) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLConfig.loadFrom(FMLConfig.java:55) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLConfig.load(FMLConfig.java:67) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:71) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:61) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$5(TransformationServicesHandler.java:91) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler$$Lambda$74/447718425.accept(Unknown Source) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.HashMap$Values.forEach(HashMap.java:972) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:91) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:52) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:72) [15:23:29] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:62) When I launch a Forge version of Minecraft it crashes before I can even see the loading screen. I used the installer to install forge and got it from the official site. I have tried changing the JVM arguments to give me more memory. I was playing minecraft with Optifine then got off for a few hours then jumped on forge with like 3 mods then removed them because of the error. Vanilla and Optifine work just fine. Also there is no crash report. Forge Version: 27.0.23 Minecraft Version: 1.14.3 JVM Args: -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Java JRE: 1.8.0_211 Java JDK: 1.8.0_211 Thx in advance. [FIXED] I Completely reinstalled minecraft and it fixed it.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.