Jump to content

GrandMasterHake

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by GrandMasterHake

  1. i removed the mod, it was very basic so i thought maybe removing it would fix the issue and not be much of a loss but the error is the same
  2. ive completely removed the mod (it wasnt much of a loss) and the error still happens just the same so i dont believe the mod was the issue
  3. Hello im trying to run runClient to debug my mod and im getting errors when it tries to compile java, ill post the errors and maybe you guys will know how to resolve them Error #1 Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Cannot resolve external dependency net.minecraftforge:accesstransformers:1.0.+ because no repositories are defined. Error #2 Execution failed for task ':compileJava'. > Could not resolve all files for configuration ':compileClasspath'. > Could not find net.minecraftforge:forge:1.16.5-36.1.23_mapped_official_1.16.5. Searched in the following locations: - file:/C:/Users/jaret/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.1.23_mapped_official_1.16.5/forge-1.16.5-36.1.23_mapped_official_1.16.5.pom - file:/C:/Users/jaret/.gradle/caches/forge_gradle/bundeled_repo/net/minecraftforge/forge/1.16.5-36.1.23_mapped_official_1.16.5/forge-1.16.5-36.1.23_mapped_official_1.16.5.jar Required by: project : Possible solution: - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html ill be happy to provide any more information that might be needed
  4. Hello, i am having trouble launching minecraft from my eclipse client, i havent changed any settings or anything but when i try to run the client i get this output in the console [2021-05-18 12:52:43] [INFO ] Natives: C:\Users\deeznutz\Desktop\forge-1.12.2\build\natives [2021-05-18 12:52:43] [INFO ] Main Class: net.minecraft.launchwrapper.Launch [2021-05-18 12:52:43] [INFO ] Srg2Mcp: C:\Users\deeznutz\Desktop\forge-1.12.2\build\createSrgToMcp\output.srg [2021-05-18 12:52:43] [INFO ] Extra: [--version,, 1.12.2,, --assetIndex,, 1.12,, --assetsDir,, C:\Users\deeznutz\.gradle\caches\forge_gradle\assets,, --accessToken,, {REDACTED},, --userProperties,, [],, --tweakClass,, net.minecraftforge.fml.common.launcher.FMLTweaker] [2021-05-18 12:52:43] [INFO ] Running with arguments: [--version, 1.12.2, --assetIndex, 1.12, --assetsDir, C:\Users\deeznutz\.gradle\caches\forge_gradle\assets, --accessToken, {REDACTED}, --userProperties, [], --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --version,, 1.12.2,, --assetIndex,, 1.12,, --assetsDir,, C:\Users\deeznutz\.gradle\caches\forge_gradle\assets,, --accessToken,, {REDACTED},, --userProperties,, [],, --tweakClass,, net.minecraftforge.fml.common.launcher.FMLTweaker] Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at net.minecraftforge.legacydev.Main.start(Main.java:86) at net.minecraftforge.legacydev.MainClient.main(MainClient.java:29) Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap') at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ... 6 more any help is appreciated, thank you
×
×
  • Create New...

Important Information

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