Welcome on MasterOf13FPS! MasterOf13FPS

Register today or sign up if you are already a member and never miss any cool content again :)

Closed Help IntelliJ: Error

Status
Not open for further replies.

MasterOf13FPS

Administrator
Staff member
Administrator
MasterOf13FPS
Joined
Jul 11, 2020
Messages
0
Reaction score
25
Points
0
Hi Leute,
wenn ich mein Minecraft mit der Optifine Source in IntellJ starte, kommt dieser Fehler Code:
Code:
Information:java: Errors occurred while compiling module 'Client 1.8'
Information:javac 1.8.0_121 was used to compile java sources
Information:02.07.17, 13:32 - Compilation completed with 2 errors and 0 warnings in 20s 163ms
/Users/Name/Desktop/Client 1.8/src/minecraft/net/minecraft/client/resources/model/ModelRotation.java
Error:(119, 31) java: name clash: apply(net.minecraftforge.client.model.IModelPart) in net.minecraft.client.resources.model.ModelRotation overrides a method whose erasure is the same as another method, yet neither overrides the other
  first method:  apply(java.lang.Object) in net.minecraft.client.resources.model.ModelRotation
  second method: apply(F) in com.google.common.base.Function
Error:(139, 23) java: name clash: apply(java.lang.Object) in net.minecraft.client.resources.model.ModelRotation and apply(F) in com.google.common.base.Function have the same erasure, yet neither overrides the other
/Users/Name/Desktop/Client 1.8/src/minecraft/net/minecraft/client/renderer/entity/RendererLivingEntity.java
Information:java: Some input files use unchecked or unsafe operations.
Information:java: Recompile with -Xlint:unchecked for details.

Ich habe keine Ahnung warum ich diesen Fehler bekomme, da es in Eclipse funktioniert! Könnt ihr mir weiterhelfen?
PS: Habe es genauso gemacht wie bei dem Tutorial von @Toesi (bei der Clientbase)
 
Last edited by a moderator:
Hi Leute,
wenn ich mein Minecraft mit der Optifine Source in IntellJ starte, kommt dieser Fehler Code:
Code:
Information:java: Errors occurred while compiling module 'Client 1.8'
Information:javac 1.8.0_121 was used to compile java sources
Information:02.07.17, 13:32 - Compilation completed with 2 errors and 0 warnings in 20s 163ms
/Users/Name/Desktop/Client 1.8/src/minecraft/net/minecraft/client/resources/model/ModelRotation.java
Error:(119, 31) java: name clash: apply(net.minecraftforge.client.model.IModelPart) in net.minecraft.client.resources.model.ModelRotation overrides a method whose erasure is the same as another method, yet neither overrides the other
  first method:  apply(java.lang.Object) in net.minecraft.client.resources.model.ModelRotation
  second method: apply(F) in com.google.common.base.Function
Error:(139, 23) java: name clash: apply(java.lang.Object) in net.minecraft.client.resources.model.ModelRotation and apply(F) in com.google.common.base.Function have the same erasure, yet neither overrides the other
/Users/Name/Desktop/Client 1.8/src/minecraft/net/minecraft/client/renderer/entity/RendererLivingEntity.java
Information:java: Some input files use unchecked or unsafe operations.
Information:java: Recompile with -Xlint:unchecked for details.

Ich habe keine Ahnung warum ich diesen Fehler bekomme, da es in Eclipse funktioniert! Könnt ihr mir weiterhelfen?
PS: Habe es genauso gemacht wie bei dem Tutorial von @Toesi (bei der Clientbase)
Da steht doch die genaue Beschreibung dabei?
 
wie @ImFrozen_ schon meinte, steht eigentlich drin was dein Fehler ist. Wenn du willst kannst mich aber aufm Discord anschreiben und ich schau mir das kurz via tv, jm oder ad an.

lg
 
Da steht doch die genaue Beschreibung dabei?
Das ist mir auch bewusst, aber ich habe halt keine Ahnung wie ich das fixen soll.. Es liegt halt nicht direkt an Minecraft, da die normale Version 1.8 oder auch 1.8.8 ohne Probleme läuft. Erst wenn ich die Optifine Source adde ... kommen diese Fehler. Bin nun nach 3 Stunden auf Eclipse umgestiegen. Trotzdem danke!!

@FantaCoke bitte //CLOSE
 
Status
Not open for further replies.
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top