trouble installing latest version on linux

If you're having problems with your installation of Better Than Wolves, or if you've woken up in the future and are beginning to doubt the nature of reality, here's the place to post about it.
Post Reply
redeyedmonstar
Posts: 30
Joined: Sun Aug 14, 2011 3:08 pm

trouble installing latest version on linux

Post by redeyedmonstar »

anyone else having this problem or is it something I'm doing me?
Game will run after i install modloader and forge, but when i put the BTW files into the minecraft.jar it blackscreens.
So far tried it with forge 1.0.1 and 1.0.3, and with both sun java and openjdk

modloader.txt dump here from forge 1.0.3 and sun java (which is what i would typically use)
Spoiler
Show
23-Aug-2011 15:40:45 ModLoader init
FINE: ModLoader Beta 1.7.3 Initializing...
23-Aug-2011 15:40:45 ModLoader readFromClassPath
FINER: Adding mods from /home/matt/.minecraft/bin/minecraft.jar
23-Aug-2011 15:40:45 ModLoader readFromClassPath
FINER: Zip found.
23-Aug-2011 15:40:45 ModLoader addMod
FINE: Failed to load mod from "mod_FCBetterThanWolves.class"
23-Aug-2011 15:40:45 ModLoader addMod
FINER: THROW
java.lang.NoSuchMethodError: forge.MinecraftForgeClient.preloadTexture(Ljava/lang/String;)V
at mod_FCBetterThanWolves.PreloadTextures(mod_FCBetterThanWolves.java:80)
at mod_FCBetterThanWolves.<init>(mod_FCBetterThanWolves.java:38)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at ModLoader.addMod(ModLoader.java:272)
at ModLoader.readFromClassPath(ModLoader.java:1104)
at ModLoader.init(ModLoader.java:812)
at ModLoader.AddAllRenderers(ModLoader.java:183)
at th.<init>(th.java:60)
at th.<clinit>(th.java:9)
at net.minecraft.client.Minecraft.a(SourceFile:318)
at net.minecraft.client.Minecraft.run(SourceFile:716)
at java.lang.Thread.run(Thread.java:662)
23-Aug-2011 15:40:55 ModLoader AddAllRenderers
FINE: Initialized
User avatar
Deepsniper
Posts: 682
Joined: Mon Jul 18, 2011 10:49 am
Location: Canada

Re: trouble installing latest version on linux

Post by Deepsniper »

are you putting BTW inside the jar file?
redeyedmonstar
Posts: 30
Joined: Sun Aug 14, 2011 3:08 pm

Re: trouble installing latest version on linux

Post by redeyedmonstar »

Deepsniper wrote:are you putting BTW inside the jar file?
Yep
User avatar
walker_boh_65
Posts: 2304
Joined: Mon Jul 04, 2011 9:40 pm
Location: New Jersey

Re: trouble installing latest version on linux

Post by walker_boh_65 »

redeyedmonstar wrote:
Deepsniper wrote:are you putting BTW inside the jar file?
Yep
You have to open the MINECRAFT-JAR folder inside the BTW jar. And put all of those into the minecraft.jar (the read-me explains it better)
redeyedmonstar
Posts: 30
Joined: Sun Aug 14, 2011 3:08 pm

Re: trouble installing latest version on linux

Post by redeyedmonstar »

walker_boh_65 wrote:
redeyedmonstar wrote:
Deepsniper wrote:are you putting BTW inside the jar file?
Yep
You have to open the MINECRAFT-JAR folder inside the BTW jar. And put all of those into the minecraft.jar (the read-me explains it better)
maybe i didnt explain myself properly in the first post, but that is indeed what im doing, assuming you ment the BTW .zip rather than .jar... there isnt a btw jar that i have seen.
User avatar
walker_boh_65
Posts: 2304
Joined: Mon Jul 04, 2011 9:40 pm
Location: New Jersey

Re: trouble installing latest version on linux

Post by walker_boh_65 »

that is what i meant, i guess i interpreted your problem incorrectly, and i believe forge is now in 1.04 you could try that
redeyedmonstar
Posts: 30
Joined: Sun Aug 14, 2011 3:08 pm

Re: trouble installing latest version on linux

Post by redeyedmonstar »

walker_boh_65 wrote:that is what i meant, i guess i interpreted your problem incorrectly, and i believe forge is now in 1.04 you could try that
this indeed fixed it. I had in fact downloaded 1.0.4 yesterday when i was downloading this new release of BTW, then not actually extracted it and used it *facepalm*
Thank you very much for the quick replies.
User avatar
Deepsniper
Posts: 682
Joined: Mon Jul 18, 2011 10:49 am
Location: Canada

Re: trouble installing latest version on linux

Post by Deepsniper »

np its part of the community job description
Post Reply