Jump to content

DaemonUmbra

Members
  • Posts

    11222
  • Joined

  • Last visited

  • Days Won

    67

Everything posted by DaemonUmbra

  1. What launcher are you using?
  2. Nodecraft a server host. What? I'm going to assume English is not your first language. Most mods need to be installed both on the server and on the client to work.
  3. You are missing a mod that Decocraft relies on, which is stated as a requirement on their CurseForge page.
  4. Please read the Decocraft CurseForge page...
  5. Do not use 9Minecraft, read my signature for more information. Besides that, try the latest version of Forge instead of the recommended version, I believe one of these mods requires a more recent version but has not properly indicated so.
  6. Where are you getting your mods?
  7. How expensive is cell data and do you have one of those phones that can become a wifi hotspot or share internet through a USB tether?
  8. Only one of those logs exists. If I recall correctly, Forge 1.13.X isn't compatible with Java 11 yet and Forge 1.12.X and earlier is only compatible with Java 8, so if you plan on playing 1.12 and 1.13 install Java 8, if you only want to play 1.13 you can go with Java 10, but be aware that Forge 1.13 is still in beta. If this does not fix your issue, please post a debug.log from a run with one of those versions of Java.
  9. Optifine does not have a version compatible with Forge’s new losing system yet, and VoxelMap is a Rift mod, not a Forge mod.
  10. Forge will not load Rift mods and Optifine has not been updated to support Forge's new loading system yet.
  11. Was it "server 1.7.10" before?
  12. What mods are you trying to install? Can you provide a screenshot of your mods folder?
  13. You said you re-installed Minecraft to its default directory, did you move the mods over?
  14. I asked for an updated one, since you have apparently changed the folder name and I want to be sure.
  15. Don't use third party stuff to keep your drivers updated. According to Intel, that chip doesn't have onboard graphics. It's also almost a decade old.
  16. Please read the EAQ or my signature and provide a debug log
  17. Try going into .minecraft/libraries/net/minecraft and deleting the client folder, then get a fresh copy of the installer and try again.
  18. What's 3DChip? What is your graphics?
  19. Then try forcing a re-install of the integrated graphics drivers
  20. That line appears to merge your resources output into your classes output folder, so everything is included twice (once as classes and once as resources). Proof: sourceSets { main { output.resourcesDir = output.classesDir } } extractAnnotationsJar.doFirst { sourceSets.main.output.resourcesDir.listFiles().each { System.out.println('Resources: ' + it.absolutePath) } sourceSets.main.output.classesDir.listFiles().each { System.out.println('Classes: ' + it.absolutePath) } } Produces: Oh, I forgot I had also nuked my .gradle folder in addition to cleanCache (.gradle not gradle, this is an important difference)
  21. I don't see this issue on my end, what were the few things you tried already?
  22. That's not the installer, that's the actual server file...
  23. Please provide your installer log
  24. Please keep things in English on this forum. That error tells you all you need to know, your client is missing a mod required by the server.
×
×
  • Create New...

Important Information

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