Jump to content

Recommended Posts

Posted

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 :

 

  Reveal hidden contents

 

 

And on the forge log :

 

  Reveal hidden contents

 

Posted

The second computer doesn't have write access to wherever CCC is trying to extract files to.

Speak to ChickenBones and ask where he is extracting to and make sure you have access to it.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

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

Posted

If you've removed the Chickens mods then your error will change.

So post a new log.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

All right. But the crash error is the same, CC didn't cause any crash.

 

Software log :

 

  Reveal hidden contents

 

 

Forge log :

 

  Reveal hidden contents

 

 

I think there is an error in my command... Maybe a LWJGL lib is missing ?

 

Posted

Tell me what you have in

C:/Users/margueritte/AppData/Roaming/.zg_minecraft/assets/icons/

That error is telling me that you're missing some files, which typically means you arnt using the normal launcher and it isnt downloading the assets.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

Why are you downloading assets from there?

Why are you making a 'custom launcher'?

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Announcements



×
×
  • Create New...

Important Information

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