Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

BananasAreDumb

Members
  • Joined

  • Last visited

Everything posted by BananasAreDumb

  1. When i right click it the arrow does not come up with open and it will only let me open it with notepad++ which will not work.
  2. So i am trying to open the file "diamond_sword.json" but i get this error: Problem opening an editor. Reason: Problem opening editor for 'diamond_sword.json': 'System editor can only open file base resources.'
  3. Now i am getting this: http://pastebin.com/88uvFKNK (I see where the error is, I just have no clue how to fix it)
  4. Nevermind I found it. You do have to install it seperately
  5. The JRE is not installing. I have tried it multiple times. There are no checkboxes. I was wondering if you could send me to a link for the jre
  6. I am in my java folder and just realized that there is no java jre for 7. There is one for 8. But not for 7, there is only a jdk. How do i fix that?
  7. Could i possibly need to set java 7 as default?
  8. What version should i use?
  9. Eclipse Standard 4.4 64 Bit for windows
  10. Now i am getting this when i open eclipse http://i.imgur.com/DCc4HJp.png
  11. I am a total noobscrub at this. Can you link me a tutorial. I have no clue what people mean when they say "Use Java 7" Does that mean that i change my variable so it goes to the java 7 folder or does it mean i install Java 7 or java JDK 7?
  12. I keep getting an error when i try to run my minecraft in eclipse. It is not working at all. I re-installed eclipse and re-installed the workspace but nothing is working. Can someone help me? I have tried to do gradlew setupDecompWorkspace again but it is not working either. Configurations: http://i.imgur.com/ewV1neR.png http://i.imgur.com/aHITfEq.png Console: http://pastebin.com/Ym4BdfJa
  13. BananasAreDumb posted a topic in Modder Support
    Whenever i do gradlew setupDecompWorkspace I get this in cmd C:\Users\Tristan\Desktop\Tutorial>gradlew setupDecompWorkspace The assetDir is deprecated! Use runDir instead! runDir set to eclipse/assets/.. **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** :extractUserDev UP-TO-DATE :genSrgs SKIPPED :extractNatives UP-TO-DATE :getAssetsIndex :getAssets :makeStart FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':makeStart'. > Cannot find System Java Compiler. Ensure that you have installed a JDK (not ju st a JRE) and configured your JAVA_HOME system variable to point to the accordin g directory. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 26.639 secs C:\Users\Tristan\Desktop\Tutorial>
  14. I am just going to start over. I hadn't done much in that project anyways. All I did was setup the base. It is easy to redo.
  15. I ran it again. It worked fine. But the game did still not run
  16. Still did not work... The same error popped up in eclipse
  17. Nevermind, I did it again. and the cmd ran just fine
  18. This is the error log: http://pastebin.com/6BvYSEDM
  19. CMD Had this in it: C:\Users\Tristan\Desktop\Tutorial>gradlew setupDecompWorkspace # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xffffffffa3845120, pid=4316, t id=1296 # # JRE version: Java SE Runtime Environment (8.0_20-b26) (build 1.8.0_20-b26) # Java VM: Java HotSpot 64-Bit Server VM (25.20-b23 mixed mode windows-amd64 compressed oops) # Problematic frame: # C 0xffffffffa3845120 # # Failed to write core dump. Minidumps are not enabled by default on client vers ions of Windows # # An error report file with more information is saved as: # C:\Users\Tristan\Desktop\Tutorial\hs_err_pid4316.log Compiled method (c1) 7980 283 ! 3 sun.reflect.generics.parser.Sign atureParser::current (40 bytes) total in heap [0x00000000029d5990,0x00000000029d5db0] = 1056 relocation [0x00000000029d5ab0,0x00000000029d5ae8] = 56 main code [0x00000000029d5b00,0x00000000029d5c20] = 288 stub code [0x00000000029d5c20,0x00000000029d5cb0] = 144 metadata [0x00000000029d5cb0,0x00000000029d5cb8] = 8 scopes data [0x00000000029d5cb8,0x00000000029d5ce8] = 48 scopes pcs [0x00000000029d5ce8,0x00000000029d5d48] = 96 dependencies [0x00000000029d5d48,0x00000000029d5d50] = 8 handler table [0x00000000029d5d50,0x00000000029d5d98] = 72 nul chk table [0x00000000029d5d98,0x00000000029d5db0] = 24 # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # C:\Users\Tristan\Desktop\Tutorial>
  20. Whenever i click the Green Arrow this appears in the console: Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: eclipse\assets\indexes\1.7.10.json (The system cannot find the path specified) at com.google.common.base.Throwables.propagate(Throwables.java:160) at GradleStart.setupAssets(GradleStart.java:273) at GradleStart.startClient(GradleStart.java:81) at GradleStart.main(GradleStart.java:65) Caused by: java.io.FileNotFoundException: eclipse\assets\indexes\1.7.10.json (The system cannot find the path specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at java.io.FileReader.<init>(Unknown Source) at GradleStart.loadAssetsIndex(GradleStart.java:279) at GradleStart.setupAssets(GradleStart.java:217) ... 2 more [13:43:22] [main/INFO] [GradleStart]: assetsDir: eclipse/assets [13:43:23] [main/INFO] [GradleStart]: accessToken: modstest [13:43:23] [main/INFO] [GradleStart]: version: 1.7 [13:43:23] [main/INFO] [GradleStart]: tweakClass: cpw.mods.fml.common.launcher.FMLTweaker [13:43:23] [main/INFO] [GradleStart]: Extra: [] Java HotSpot 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
  21. Now i am getting this Error: [16:38:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker [16:38:56] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker [16:38:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker [16:38:56] [main/INFO] [FML]: Forge Mod Loader version 7.10.18.1180 for Minecraft 1.7.10 loading [16:38:56] [main/INFO] [FML]: Java is Java HotSpot 64-Bit Server VM, version 1.8.0_20, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_20 [16:38:56] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [16:38:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [16:38:56] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [16:38:56] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [16:38:56] [main/ERROR] [LaunchWrapper]: Unable to launch java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_20] at java.util.ArrayList$Itr.remove(Unknown Source) ~[?:1.8.0_20] at net.minecraft.launchwrapper.Launch.launch(Launch.java:117) [launchwrapper-1.9.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?] Whenever i delete the file C:\Program Files\Java\jre1.8.0_20 It won't open eclipse. This pops up: http://i.imgur.com/vXzDGkT.png
  22. Nevermind. I figured out i need jdk 7

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.