Jump to content

dagobertdu94

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by dagobertdu94

  1. My game is crashing with a java.lang.module.ResolutionException with an varying error message but org.slf4j, sdrp and org.slf4j.helpers are always in the error message when this exception is thrown. The target module is never the same and seems to be any mod that is present. The latest exception is java.lang.module.ResolutionException: Modules org.slf4j and sdrp export package org.slf4j.helpers to module jei. The exception isn't appearing in the log or debug log file. I have catched it while I had the Game Output feature of the minecraft launcher enabled. MC Forge is able to start if there are no mods in the mods folder. Mods: https://pastebin.com/uRVBAnqZ Log & Debug Log: https://pastebin.com/UJC8TKUp & https://pastebin.com/TqXNqjEa Full Exception: https://pastebin.com/hJsteeUi
  2. This isn't working for me, and some of them won't be recognized by gradle/gradlew. The 2 imports are still (or again) missing...
  3. The problem was gone for a while and I don't how, but it is present again. My big problem with Gradle is that it seems to delete the imported jars for all other gradle projects if I refresh the imports for a gradle project. I don't know if it is normal but I know that it is happening to me. And I think that is the most problem why I have such problems mostly... I could try this, in the hope it will work...
  4. If I do that, I get this message from Eclipse: The import net.minecraftforge.eventbus.api.IEventBus cannot be resolved
  5. I refreshed my project multiple times, I restarted Eclipse multiple times and even my computer. The classes are still missing...
  6. SubscribeEvent cannot be imported because Eclipse cannot find it. And for IEventBus I get this message: The type net.minecraftforge.eventbus.api.IEventBus cannot be resolved. It is indirectly referenced from required .class files The other classes that I need for my mod are all present and I am able to import them, except the both above...
  7. I have create multiple projects with the Forge MDK for 1.16.3 and in every project the same classes are missing. I made the same as usual to initialize the MDK as mentioned in the Forge Wiki or how it is called...
  8. I wanted to update a little mod that I made. In 1.16.2 all classes are present, but in 1.16.3 seems that some classes are missing, like the most part of the event bus. Could it be a mistake by me that classes like IEventBus and SubscribeEvent aren't present? Or is the MDK incomplete? I would like to get an answer so I can update my mod, thanks!
  9. Thanks, but now I need to resolve some problems with my external lib.
  10. In the meanwhile I am updating my mods to the latest version, too. But I have problems with some things, like the ore gen or some events. I just can't find some important things I used earlier. Sometimes the old versions are better because I don't have to call multiple methods to do something which is in as example 1.12 only requiring a single method call. And I used the GameRegistry to register all of my recipes, which I can't use anymore since the method got removed. And of course without JSON I coudn't make my item models because I never understand to do that in Model classes.
  11. In earlier versions I could detect a server connection on client with the ClientConnectionToServerEvent, but I can't find it anymore. Is there any replacement I can use to detect a server connection and disconnection on client? Thanks for any help!
  12. I have the feeling that you are running 1.12.2 and that a moderator will close this topic. It's just a feeling...
  13. I am programming a block which should use the energy of a lightning bolt, but I am unable to detect such impacts. All entity detection methods from Block class aren't able to detect them, but I can detect every other kind of Entity. Is there any possibility for that? Thanks for answers!
  14. Then I know now why all good mods aren't available for the newest version. It isn't anything against you, if you should think so...
  15. Then I need to add that I load my own config files a little bit different than forge it does. (In 1.6.4 it never worked properly for me and since then I never used them again...) Well, since 1.7.10 I ever registered my things in the preinit using the findRegistry command in GameRegistry, and in 1.14.4 and 1.15.2 I was forced to use that registry events since the findRegistry command in the GameRegistry was removed.
  16. As it seems I would say everything from 1.12.2 up to 1.15.2... Well, I know that already from other topics but I want to do that, because my mod is already using a dynamic registration for other things of my mod and now I want to build something similar to import textures and model files from anywhere at runtime. I wouldn't want to use a mod if I had to copy a huge amount of files (textures and model files) in a jar mod file myself before I could use a mod, I think this makes some sense... (Sorry for my bad english.)
  17. I can create blocks and items dynamically as long as I do that in preinit. I mean the registration of the textures and models.
  18. Hello, I would like to create blocks and items dynamically if someone is providing a special info file for blocks/items. The problem is that every texture and every json file needs to be in my mod file at the right place, but I want to load such block model files and/or block textures from anywhere. In 1.7.10 this was a bit easier to do but since 1.8 it seems to be impossible. Is there any way to do it so I want it? Thanks for any replies!
  19. I changed that problematic line of code and know it works very well. Maybe the chunk loading is a little bit slow, but my mod has finally updated to 1.14.4. ? I don't know what I have to change if I would want to update to 1.15.1... ? Now I still have the problem that I cannot upload my mod to CurseForge, but that's another story, I think. Thank you for your help!
  20. I have a little problem with my ore generator in my forge mod. Crash Report: https://pastebin.com/pVyapYbE The ore generator part of my class file: https://pastebin.com/x8brhzs2 I have changed the values very often and now I don't know where the error could came from.
  21. You have to execute the jar file with Java, don't open it with WinRAR.
  22. Sorry, I tried to write it in an another forum first but the text was too long. After the copy in this forum I didn't change the language of the text. ? Thanks, this solved my problem and I can play in my favourite world again. ?
  23. ---- Minecraft Crash Report ---- WARNING: coremods are present: DLFMLCorePlugin (DynamicLights-1.12.1.jar) TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) MalisisCorePlugin (MalisisCore-1.12.2.jar) MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.190.jar) Contact their authors BEFORE contacting forge // Why did you do that? Time: 5/22/19 2:10 PM Description: Exception in server tick loop java.lang.VerifyError: Inconsistent stackmap frames at branch target 47 Exception Details: Location: net/minecraft/world/World.func_175638_a(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/EnumSkyBlock;)I @32: goto Reason: Current frame's stack size doesn't match stackmap. Current Frame: bci: @32 flags: { } locals: { 'net/minecraft/world/World', 'net/minecraft/util/math/BlockPos', 'net/minecraft/world/EnumSkyBlock', 'net/minecraft/block/state/IBlockState' } stack: { integer } Stackmap Frame: bci: @47 flags: { } locals: { 'net/minecraft/world/World', 'net/minecraft/util/math/BlockPos', 'net/minecraft/world/EnumSkyBlock', 'net/minecraft/block/state/IBlockState' } stack: { top, integer } Bytecode: 0x0000000: 2cb2 0284 a600 0e2a 2bb6 0308 9900 0610 0x0000010: 0fac 2a2b b601 854e 2cb2 0284 a600 0703 0x0000020: a700 0f2d b901 9501 002d 2a2b b808 7836 0x0000030: 042d b901 9501 002d 2a2b b603 0b36 0515 0x0000040: 0504 a200 0604 3605 1505 100f a100 0615 0x0000050: 04ac 1504 100e a100 0615 04ac b804 d93a 0x0000060: 06b8 087c 3a07 1907 be36 0803 3609 1509 0x0000070: 1508 a200 4a19 0715 0932 3a0a 1906 2bb6 0x0000080: 0880 190a b608 8457 2a2c 1906 b603 4115 0x0000090: 0564 360b 150b 1504 a400 0715 0b36 0415 0x00000a0: 0410 0ea1 0013 1504 360c 150c 360d 1906 0x00000b0: b604 e415 0dac 8409 01a7 ffb5 1504 3607 0x00000c0: 1906 b604 e415 07ac 3a0e 1906 b604 e419 0x00000d0: 0ebf Exception Handler Table: bci [97, 174] => handler: 200 bci [182, 192] => handler: 200 bci [200, 202] => handler: 200 Stackmap Table: same_frame(@18) append_frame(@35,Object[#401]) full_frame(@47,{Object[#2],Object[#24],Object[#640],Object[#401]},{Top,Integer}) full_frame(@72,{Object[#2],Object[#24],Object[#640],Object[#401],Integer,Integer},{Top}) same_locals_1_stack_item_frame(@82,Top) same_locals_1_stack_item_frame(@92,Top) full_frame(@110,{Object[#2],Object[#24],Object[#640],Object[#401],Integer,Integer,Object[#22],Object[#2183],Integer,Integer},{Top}) full_frame(@159,{Object[#2],Object[#24],Object[#640],Object[#401],Integer,Integer,Object[#22],Object[#2183],Integer,Integer,Object[#686],Integer},{Top}) same_locals_1_stack_item_frame(@182,Top) full_frame(@188,{Object[#2],Object[#24],Object[#640],Object[#401],Integer,Integer,Object[#22],Object[#2183],Integer,Integer},{Top}) full_frame(@200,{Object[#2],Object[#24],Object[#640],Object[#401],Integer,Integer,Object[#22]},{Object[#274]}) at net.minecraft.server.integrated.IntegratedServer.func_71247_a(IntegratedServer.java:121) at net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:156) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) at java.lang.Thread.run(Thread.java:745) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1593843248 bytes (1520 MB) / 2852126720 bytes (2720 MB) up to 12884901888 bytes (12288 MB) JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.5.2768 53 mods loaded, 53 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:------- |:--------------------------- |:------------- |:----------------------------------------- |:---------------------------------------- | | UCHIJAA | minecraft | 1.12.2 | minecraft.jar | None | | UCHIJAA | mcp | 9.42 | minecraft.jar | None | | UCHIJAA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCHIJAA | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 | | UCHIJAA | micdoodlecore | | minecraft.jar | None | | UCHIJAA | opencomputers|core | 1.7.2.67 | minecraft.jar | None | | UCHIJAA | jei | 4.14.4.264 | jei_1.12.2-4.14.4.264.jar | None | | UCHIJAA | base | 3.3.1 | B.A.S.E-Mod-1.12.1.jar | None | | UCHIJAA | betaplus | 0.4back | Beta-Plus-Mod-1.12.2.jar | None | | UCHIJAA | carryon | 1.6.1 | Carry-On-Mod-1.12.1.jar | None | | UCHIJAA | cloneland | 1.7 | CloneLand-1.7.jar | None | | UCHIJAA | clumps | 3.1.2 | Clumps-Mod-1.12.2.jar | None | | UCHIJAA | asielib | 1.0.0 | Computronics-1.12.1-1.6.5.jar | None | | UCHIJAA | opencomputers | 1.7.2.67 | OpenComputers-MC1.12.2-1.7.2.67.jar | None | | UCHIJAA | computronics | 1.6.5 | Computronics-1.12.1-1.6.5.jar | None | | UCHIJAA | extendedrenderer | v1.0 | coroutil-1.12.1-1.2.31.jar | None | | UCHIJAA | coroutil | 1.12.1-1.2.31 | coroutil-1.12.1-1.2.31.jar | None | | UCHIJAA | configmod | v1.0 | coroutil-1.12.1-1.2.31.jar | None | | UCHIJAA | custombackgrounds | 1.0 | Custom-Backgrounds-Mod-1.12.2.jar | None | | UCHIJAA | ducktools | 1.0.0 | DuckTools.jar | None | | UCHIJAA | duckcore | 1.0.0 | DuckCore.jar | None | | UCHIJAA | durabilitynotifier | 1.0.0 | Durability-Notifier-Mod-1.12.2.jar | None | | UCHIJAA | dynamiclights | 1.4.6 | DynamicLights-1.12.1.jar | None | | UCHIJAA | dynamiclights_onfire | 1.0.7 | DynamicLights-1.12.1.jar | None | | UCHIJAA | dynamiclights_creepers | 1.0.6 | DynamicLights-1.12.1.jar | None | | UCHIJAA | dynamiclights_dropitems | 1.1.0 | DynamicLights-1.12.1.jar | None | | UCHIJAA | dynamiclights_entityclasses | 1.0.1 | DynamicLights-1.12.1.jar | None | | UCHIJAA | dynamiclights_mobequipment | 1.1.0 | DynamicLights-1.12.1.jar | None | | UCHIJAA | dynamiclights_flamearrows | 1.0.1 | DynamicLights-1.12.1.jar | None | | UCHIJAA | dynamiclights_floodlights | 1.0.3 | DynamicLights-1.12.1.jar | None | | UCHIJAA | dynamiclights_otherplayers | 1.0.9 | DynamicLights-1.12.1.jar | None | | UCHIJAA | dynamiclights_theplayer | 1.1.3 | DynamicLights-1.12.1.jar | None | | UCHIJAA | endercrop | 1.12.2-1.6.0 | endercrop-1.12.2-1.6.0.jar | None | | UCHIJAA | quickleafdecay | 1.2.4 | Fast-Leave-Decay-Mod-1.12.1.jar | None | | UCHIJAA | fp | 26.3.417 | Futurepack-1.12.2-26.3.417.jar | 3ad693059337b95c41b649ec9f29c4a6e8282586 | | UCHIJAA | fp.api | 1.1.0 | Futurepack-1.12.2-26.3.417.jar | None | | UCHIJAA | ic2 | 2.8.111-ex112 | industrialcraft-2-2.8.111-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 | | UCHIJAA | galacticraftcore | 4.0.2.190 | GalacticraftCore-1.12.2-4.0.2.190.jar | None | | UCHIJAA | galacticraftplanets | 4.0.2.190 | Galacticraft-Planets-1.12.2-4.0.2.190.jar | None | | UCHIJAA | globalxp | v1.4.1 | Global-XP-Mod-1.12.2.jar | None | | UCHIJAA | malisiscore | 1.12.2-6.4.0 | MalisisCore-1.12.2.jar | None | | UCHIJAA | malisisdoors | 1.12.2-7.3.0 | MalisisDoors-Mod-1.12.2.jar | None | | UCHIJAA | mobends | 0.24 | Mo-Bends-Mod-1.12.jar | None | | UCHIJAA | ocjs | 0.5.1 | ocjs-0.5.1-1.12.2.jar | None | | UCHIJAA | personalcars | 1.4 | Personal-Cars-1.12.jar | None | | UCHIJAA | sekcphysics | 0.1.0 | SekC-Physics-Mod-1.12.2.jar | None | | UCHIJAA | harvest | 1.12-1.2.7-20 | SimpleHarvest-Mod-1.12.2.jar | None | | UCHIJAA | spectrite | 1.6.8 | spectrite-1.6.8.jar | 00119cfc089819bbcd2f9166a50c7f3df88ded78 | | UCHIJAA | sgcraft | 1.13.2 | Stargate-Atlantiscraft-Mod-1.12.2.jar | None | | UCHIJAA | uncraftingtable | 1.8-beta6 | Uncrafting-Table-Mod-1.12.1.jar | None | | UCHIJAA | weather2 | 1.12.1-2.6.12 | weather2-1.12.1-2.6.12.jar | None | | UCHIJAA | wit | 1.0.25 | WIT-Mod-1.12.2.jar | None | | UCHIJAA | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None | Loaded coremods (and transformers): DLFMLCorePlugin (DynamicLights-1.12.1.jar) atomicstryker.dynamiclights.common.DLTransformer TransformerLoader (OpenComputers-MC1.12.2-1.7.2.67.jar) li.cil.oc.common.asm.ClassTransformer MalisisCorePlugin (MalisisCore-1.12.2.jar) MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.190.jar) micdoodle8.mods.miccore.MicdoodleTransformer GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread. Profiler Position: N/A (disabled) Player Count: 0 / 8; [] Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fml,forge' Ich hab diesen Crashreport erhalten, nachdem ich versucht hab, eine meiner Welten zu betreten. Auch ein Updaten meiner Mods und meiner Forge Version hat nichts gebracht. Und ich möchte diese Welt nicht verlieren. Ich würde mich sehr über eine Lösung freuen.
×
×
  • Create New...

Important Information

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