[Création de mod] Compilation errors

  • Auteur de la discussion Auteur de la discussion Toolito
  • Date de début Date de début

Toolito

Fondateur de CrazyCraft
29 Avril 2011
86
3
105
Bonjour,
je cherche à ajouter des blocs de verre colorés pour mon serveur.

En compilant, j'obtiens cette erreur :

Code:
Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
    The import paulscode cannot be resolved
    The import paulscode cannot be resolved
    The import paulscode cannot be resolved
    The import paulscode cannot be resolved
    The import paulscode cannot be resolved
    SoundSystem cannot be resolved to a type
    SoundSystemConfig cannot be resolved
    paulscode cannot be resolved to a type
    SoundSystemConfig cannot be resolved
    paulscode cannot be resolved to a type
    SoundSystemConfig cannot be resolved
    SoundSystemConfig cannot be resolved
    paulscode cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type
    SoundSystem cannot be resolved to a type

    at net.minecraft.src.SoundManager.<init>(SoundManager.java:6)
    at net.minecraft.client.Minecraft.<init>(Minecraft.java:291)
    at net.minecraft.src.MinecraftImpl.<init>(MinecraftImpl.java:14)
    at net.minecraft.client.Minecraft.startMainThread(Minecraft.java:2446)
    at net.minecraft.client.Minecraft.startMainThread1(Minecraft.java:2432)
    at net.minecraft.client.Minecraft.main(Minecraft.java:2504)
    at Start.main(Start.java:22)

Quelqu'un a déjà eut ces erreurs, et a su les débug ?