Trouble with minecraft mod launcher

A place where Linux Gamers can share their experience and help each other with Linux Games, native or emulated ;)

Moderator: Moderators

Trouble with minecraft mod launcher

Postby jayseejc » Thu May 10, 2012 2:55

I am trying to run a modded version of minecraft, technicmod, but when I try to start the actual main game, the window just goes blank, no minecraft. The launcher can be found http://www.technicpack.net/technic6/
jayseejc
Baby Hen
 
Posts: 2
Joined: Thu May 10, 2012 2:51

Re: Trouble with minecraft mod launcher

Postby Jomiel » Thu May 10, 2012 19:24

Hi there,
are there errors, when you are starting it from the terminal. You may also consider asking the developer rather than us and post the solution here.

cheers
Jomiel
Last edited by Jomiel on Sat May 19, 2012 23:42, edited 1 time in total.
User avatar
Jomiel
Growing Hen
 
Posts: 131
Joined: Tue Jan 17, 2012 21:14

Re: Trouble with minecraft mod launcher

Postby jayseejc » Sat May 19, 2012 23:28

There's not output to console past the following
Code: Select all
May 19, 2012 6:24:17 PM org.spoutcraft.launcher.Util log
WARNING: Rebooting with [java, -Xmx512m, -classpath, /home/jon/Downloads/technic-launcher-latest.jar, org.spoutcraft.launcher.Main]

I found that running it under sun-jdk-1.6 gets it to work, but there's bugs that are extremely annoying and sometimes even cause a need to restart the game. It does not work under the iced tea
jayseejc
Baby Hen
 
Posts: 2
Joined: Thu May 10, 2012 2:51

Re: Trouble with minecraft mod launcher

Postby Jomiel » Sat May 19, 2012 23:59

It's Java: Program once, debug anywhere^^
Is this the output from a launcher to select to launch the game, there may be another launchable .jar, which may give output when executed directly.
If the bugs don't appear in the normal version of Minecraft, there is something wrong with this mod. Then you should contact the developer.

cheers
Jomiel
User avatar
Jomiel
Growing Hen
 
Posts: 131
Joined: Tue Jan 17, 2012 21:14

Re: Trouble with minecraft mod launcher

Postby BlueJayofEvil » Wed Jun 27, 2012 2:20

(Replying a bit late to this, but oh well)
You appear to be trying to mod the Spoutcraft client. That client is not compatible with the majority of mods out there (the Spout devs state this numerous times on their site/forums.)
BlueJayofEvil
Growing Hen
 
Posts: 180
Joined: Tue Jun 12, 2007 3:30
Location: Minnesota, USA

Re: Trouble with minecraft mod launcher

Postby jyc » Thu Aug 02, 2012 23:38

If you're still reading this thread, try running the following command:
Code: Select all
export LD_LIBRARY_PATH="/usr/lib/jvm/icedtea-bin-7/jre/lib/amd64"

... before starting the launcher from the command line.

If this resolves the issue, you should create a launcher .sh file like so:

Code: Select all
#!/bin/bash

export LD_LIBRARY_PATH="/usr/lib/jvm/icedtea-bin-7/jre/lib/amd64"
java -jar /home/jonathan/technic/technic-launcher-latest.jar


Hope this helps!
jyc
Baby Hen
 
Posts: 5
Joined: Thu Aug 02, 2012 3:41


Return to The Gamers Shed

Who is online

Users browsing this forum: No registered users and 0 guests