Jump to content

zyuiop

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

zyuiop's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hi ! I'm currently developping a custom launcher for Minecraft 1.5 My launcher download minecraft and the mods in the .zg_minecraft directory but Forge don't load mods from .zg_minecraft/mods but from .minecraft/mods How can I say to forge that I want to load .zg_minecraft/mods instead of .minecraft/mods ? Thanks I hope you have undestand me, I don't speak english very well
  2. Doyou think that missing assets can make the game crash ? I'll reinstall the assets then i'll see. The assets are downladeed by my launcher from http://minecraft.zgalaxy.fr/launcher/simp/assets The file list is list.txt If you want to check the assets, you can download the assets from my website
  3. All right. But the crash error is the same, CC didn't cause any crash. Software log : Forge log : I think there is an error in my command... Maybe a LWJGL lib is missing ?
  4. Thanks for your answer but i think the problem isn't caused by Chicken's mods. I deleted all Chicken's mods but the problem isn't solved. I think the problèm is caused by LWJGL
  5. Hello all, I don't speak english very well but i'll try to explain my problem : I created a modded creftbukkit server and i made a custom Launcher, written in C++ to download the mods and connect to my server. To launch the game, i use the following command : "C:\Program Files (x86)\Java\jre7\bin\java.exe" -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.library.path="C:/Users/***/AppData/Roaming/.zg_minecraft/natives" -cp "C:/Users/***/AppData/Roaming/.zg_minecraft/libs/lzma-0.0.1.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/jopt-simple-4.5.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/launchwrapper-1.3.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/asm-all-4.1.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/codecjorbis-20101023.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/codecwav-20101023.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/libraryjavasound-20101123.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/minecraftforge-9.10.0.819.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/librarylwjglopenal-20100824.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/soundsystem-20120107.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/argo-2.25_fixed.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/bcprov-jdk15on-1.47.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/guava-14.0.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/commons-lang3-3.1.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/commons-io-2.4.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/jinput-2.0.5.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/jutils-1.0.0.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/gson-2.2.2.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/libs/lwjgl-2.9.0.jar";"C:/Users/****/AppData/Roaming/.zg_minecraft/libs/lwjgl_util-2.9.0.jar";"C:/Users/***/AppData/Roaming/.zg_minecraft/zgalaxy_minecraft.jar" net.minecraft.launchwrapper.Launch --username margotds --version 1.6.2-Forge9.10.0.804 --gameDir "C:/Users/***/AppData/Roaming/.zg_minecraft" --assetsDir "C:/Users/***/AppData/Roaming/.zg_minecraft/assets" --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --server play.zgalaxy.fr At home, we've got 2 windows computers and 1 linux; On the linux and on one of the windows, it works. But on the second windows, i get an error. Here is the minecraft log : And on the forge log :
×
×
  • Create New...

Important Information

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