Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • setupDecompWorkspace творит "чудеса"
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 2
Electrodynamite12

setupDecompWorkspace творит "чудеса"

By Electrodynamite12, February 14 in ForgeGradle

  • Reply to this topic
  • Start new topic

Recommended Posts

Electrodynamite12    0

Electrodynamite12

Electrodynamite12    0

  • Tree Puncher
  • Electrodynamite12
  • Members
  • 0
  • 7 posts
Posted February 14

setupDecompWorkspace постоянно что то да вытворит! Я уже многое перепробовал - ни чего не помогает. Как сейчас, например! Как это лечится?

вавыавыавывыфвфывфывфывв.PNG

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6397 posts
Posted February 14

Please keep this forum in English.

What JDK version are you using?

  • Quote

Share this post


Link to post
Share on other sites

Electrodynamite12    0

Electrodynamite12

Electrodynamite12    0

  • Tree Puncher
  • Electrodynamite12
  • Members
  • 0
  • 7 posts
Posted February 15

jdk1.8.0_91

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    6672

diesieben07

diesieben07    6672

  • Reality Controller
  • diesieben07
  • Forum Team
  • 6672
  • 45645 posts
Posted February 15

Update your JDK.

  • Like 1
  • Quote

Share this post


Link to post
Share on other sites

Electrodynamite12    0

Electrodynamite12

Electrodynamite12    0

  • Tree Puncher
  • Electrodynamite12
  • Members
  • 0
  • 7 posts
Posted February 16

Thanks, it helped!

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 2
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • bismuth210
      [1.12.2] Killing fireworks in unloaded chunks

      By bismuth210 · Posted 4 minutes ago

      I'm creating a custom gamemode using forge in which players get teleported around regularly. The problem I've run into a problem when I do the following:   I spawn a firework rocket near a player I teleport the player to a different location I wait a couple of seconds (or minutes) I teleport the player back to the same location as in step 1. Doing this will show the firework spawned in step 1 in step 4, despite significant time having passed in 3. This video shows what I mean:   I suspect the reason for why this happens is because once I teleport the player somewhere else, the chunk with the firework is no longer loaded and doesn't get updated.   Is there a simple way for me to simply "get rid" of all active fireworks shortly before teleporting players so that this doesn't occur? Or do I really have to forcibly keep all chunks loaded? To be more clear: I don't want to disable fireworks all together, but I don't want remnants of old fireworks showing up when I teleport players. "Killing" all firework rockets when I teleport a player would work fine, but I don't know if/how I can do that.   I've tried using /kill @e[type=!player] But that doesn't work for firework rockets apparently.
    • RunKeish
      Forge 14.4 crashes on statup

      By RunKeish · Posted 4 minutes ago

      It finally worked! Thankyou so much. The installation was dodgy for me so I had to download JDK8 using:       ~$ sudo apt install openjdk-8-jdk openjdk-8-jre   Followed by:     ~$ update-java-alternatives --config java   Then select the java-8-openjdk-amd64/jre/bin/java from the list (to make java 8 the default, can switch and whatever but it works!!!)   Thanks a tonne!
    • Filip4223
      [1.12.2] How can I close GUI in Forge?

      By Filip4223 · Posted 15 minutes ago

      OK, it works.Tthanks.     I wonder is there better way for doing it instead of creating new thread?    System.out.println("Turning off"); Thread thread = new Thread(new CloseGui()); thread.start(); //CloseGui class public void run() { try { Thread.sleep(500); } catch (InterruptedException e) { e.printStackTrace(); } System.out.println("closing"); Minecraft.getMinecraft().player.closeScreen(); }  
    • diesieben07
      [1.12.2] How can I close GUI in Forge?

      By diesieben07 · Posted 31 minutes ago

      Then you must first let the GUI open (GuiOpenEvent fires before its open!) and then call:
    • Filip4223
      [1.12.2] How can I close GUI in Forge?

      By Filip4223 · Posted 40 minutes ago

      I did it, but I think it's only clientside prevention. I gotta send real packet "close gui" to trigger serverside InventoryCloseEvent (or something like that).
  • Topics

    • bismuth210
      0
      [1.12.2] Killing fireworks in unloaded chunks

      By bismuth210
      Started 4 minutes ago

    • RunKeish
      4
      Forge 14.4 crashes on statup

      By RunKeish
      Started 2 hours ago

    • Filip4223
      4
      [1.12.2] How can I close GUI in Forge?

      By Filip4223
      Started 55 minutes ago

    • Differentiation
      12
      [SOLVED] [1.12.2] Modifying player capabilities for offline players?

      By Differentiation
      Started 9 hours ago

    • DragonITA
      4
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA
      Started 3 hours ago

  • Who's Online (See full list)

    • bismuth210
    • Enterman
    • EmerProd
    • DavidM
    • Differentiation
    • RunKeish
    • Filip4223
    • diesieben07
    • ROMVoid
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • setupDecompWorkspace творит "чудеса"
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community