[linux] "MinecraftLauncher said: 1"

Status
Not open for further replies.

legolegs

New Member
Jul 29, 2019
2
0
0
Hi. The Launcher does not launch the game for me. It downloads minecraft and modpack but when I hit "Launch" it just closes. I'm running Fedora Linux 64 bits and standalone modded minecraft works fine.

My FTBLauncherLog.txt is here: http://fpaste.org/Lwu4/

I'm a programmer (not a java-programmer though), so I tried to debug it myself using some tools. The only appropriate tool was the /usr/bin/strace. Found some strange unsuccessful syscalls like
Code:
lstat("/home/legolegs/games/minecraft/FTBMP/FTB_Launcher-0.2.1-Beta.jar;", 0x7f2fc26f4490) = -1 ENOENT (No such file or directory)
(note the semicolon). I don't know if it is related or just some useless java subsubsubsystem derping around.

Dear ftb launcher developers, can you please help me with that?
 

dafiremaster

New Member
Jul 29, 2019
43
0
0
I'm downloading F17 to install in vmware atm, but from your launcher log it does show that you're using Java 6, installing Java 7 may help. I'll get back to you with more once I do some testing.
 

Jawoll

New Member
Jul 29, 2019
3
0
0
Java 7 does not seem to make a difference. At least not on Mac OSX where I get the same error as legolegs.
 

dafiremaster

New Member
Jul 29, 2019
43
0
0
@Jawoll: I was unaware that Apple afforded their users the ability to choose which Java version they had.

@legolegs: I was able to get it to run successfully under Fedora 17 using Java 7 OpenJDK runtime.

Code:
[grturner@F17-testbed Downloads]$ java -version
java version "1.7.0_09-icedtea"
OpenJDK Runtime Environment (fedora-2.3.3.fc17.1-x86_64)
OpenJDK 64-Bit Server VM (build 23.2-b09, mixed mode)

I ran the launcher from command line

Code:
[grturner@F17-testbed Downloads]$ java -Xmx2048M -Xincgc -jar Feed_The_Beast_Launcher_Beta_v0.1.1.jar
loading modpack information...
http://repo.creeperhost.net/direct/FTB2/0150d56aa2444bd5c8029a5b3eaf4481/modpacks.xml
http://repo.creeperhost.net/direct/FTB2/0150d56aa2444bd5c8029a5b3eaf4481/FTBBetaA.zip
adding pack 0

http://rooticraft.com/ftb/f17-ftb1.png
http://rooticraft.com/ftb/f17-ftb2.png

You can install the Java 7 OpenJDK runtime by invoking the following command:

Code:
# yum install java-1.7.0-openjdk

If you install Java 7 along side Java 6, you will also need to update your system to which java you want to be running. Be sure to choose "/usr/lib/jvm/jre-1.7.0-openjdk.x86_64/bin/java" :

Code:
# alternatives --config java
 

Jawoll

New Member
Jul 29, 2019
3
0
0
Please give the 0.2.1 Beta version a try. I'm sure the 0.1.1 version is running for the OP as well.
 

dafiremaster

New Member
Jul 29, 2019
43
0
0
FTB 0.2.1 launcher didn't work. Just use the 0.1.1 launcher. There is something wrong with it, the jar file is less than a sixth of the size of the 0.1.1 launcher. That should not be, unless they just decided to pack in a lot of unnecessary junk in the 0.1.1 launcher

Anyways it's not like any of the mod content has changed. It's just the launcher.
 

hubertnnn

New Member
Jul 29, 2019
75
0
1
I have similar error in arch linux. Launcher works fine, modpack is downloaded, but when minecraft shuld start everything just closes.
Conosle output: http://pastebin.com/0b6AnixR

Edit: Everything was fine in 0.1, currently using 0.2.1
 

Droa

New Member
Jul 29, 2019
5
0
0
the number that java returns is the exit code... and exit code 1, is to tell the tty it had an error, as fare as i can see its the minecraft launcher, and not the FTB launcher.. i would guess its becasue its missing some files, or the JVM is outdated.. try look in the minecraft log, it would proberly tell you more about what error that the launcher had
 

dafiremaster

New Member
Jul 29, 2019
43
0
0
Like I've said previously, if 0.1.1 works for you, keep using it. There is no difference in the modpack itself, just the launcher has a different coding.
 

legolegs

New Member
Jul 29, 2019
2
0
0
Well, the launcher v0.1.1 works for me with both jre-1.7.0-openjdk and jre-1.6.0-sun. The launcher v. 0.2.1-Beta doesn't work no matter which jre is selected.
NB: http://repo.creeperhost.net/downloads/FTB2/Feed_The_Beast_Launcher_Beta_v0.1.1.jar
P.S. I won't going to play ftb modpack right now, I rather stick with 1.2.5 where RP2 is working. The only reason I am here because Slowpoke in his stream asked people for some testing and feedback.
 

NosajDraw

New Member
Jul 29, 2019
237
0
0
Same/similair issue here.

Linux Ubuntu 12.04

Log:
Code:
14:05:24 [INFO] net.ftb.gui.LaunchFrame.main:134 FTBLaunch starting up (version 20)
14:05:24 [INFO] net.ftb.gui.LaunchFrame.main:139 Now is: 2012-11-04 14:05:24
14:05:24 [INFO] net.ftb.gui.LaunchFrame.main:141 Java version: 1.7.0_07
14:05:24 [INFO] net.ftb.gui.LaunchFrame.main:142 Java vendor: Oracle Corporation
14:05:24 [INFO] net.ftb.gui.LaunchFrame.main:143 Java home: /usr/lib/jvm/java-7-oracle/jre
14:05:24 [INFO] net.ftb.gui.LaunchFrame.main:144 Java specification: Java Virtual Machine Specification version: 1.7 by Oracle Corporation
14:05:24 [INFO] net.ftb.gui.LaunchFrame.main:147 Java vm: Java HotSpot(TM) 64-Bit Server VM version: 23.3-b01 by Oracle Corporation
14:05:24 [INFO] net.ftb.gui.LaunchFrame.main:150 OS: amd64 Linux 3.2.0-32-generic
14:05:24 [INFO] net.ftb.gui.LaunchFrame.main:153 Working directory: /home/jason/Downloads
14:05:24 [INFO] net.ftb.gui.LaunchFrame.isUpToDate:719 Checking for updates ...
14:05:24 [INFO] net.ftb.workers.ModpackLoader.run:32 loading modpack information...
14:05:24 [INFO] net.ftb.gui.LaunchFrame.getCreeperhostLink:539 http://repo.creeperhost.net/direct/FTB2/896ffdbd2e9e59f14011d497fff628f7/modpacks.xml
14:05:25 [INFO] net.ftb.gui.LaunchFrame.getCreeperhostLink:539 http://repo.creeperhost.net/direct/FTB2/896ffdbd2e9e59f14011d497fff628f7/logo_ftb.png
14:05:25 [INFO] net.ftb.gui.LaunchFrame.getCreeperhostLink:539 http://repo.creeperhost.net/direct/FTB2/896ffdbd2e9e59f14011d497fff628f7/FTBBetaA.zip
14:05:25 [INFO] net.ftb.gui.LaunchFrame.getCreeperhostLink:539 http://repo.creeperhost.net/direct/FTB2/896ffdbd2e9e59f14011d497fff628f7/splash_FTB.png
14:05:25 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:68 From Console: adding pack 0
14:05:30 [INFO] net.ftb.gui.LaunchFrame.doLogin:388 Logging in...
14:05:31 [INFO] net.ftb.gui.LaunchFrame$8.done:439 Login complete.
14:05:31 [INFO] net.ftb.gui.LaunchFrame.runGameUpdater:514 FTBBETAA
14:05:32 [INFO] net.ftb.gui.LauncherConsole$OutputOverride.write:68 From Console: File found, up to date.
14:05:32 [INFO] net.ftb.gui.LaunchFrame.installMods:614 dirs mk'd
14:05:32 [INFO] net.ftb.mclauncher.MinecraftLauncher.setMemory:102 Setting MinMemory to 512
14:05:32 [INFO] net.ftb.mclauncher.MinecraftLauncher.setMemory:104 Setting MaxMemory to 2048
14:05:32 [INFO] net.ftb.gui.LaunchFrame.launchMinecraft:599 MinecraftLauncher said: 1

BTW, I note that having used MultiMC my Minecraft ALWAYS returns an error on exit (tested vanilla and modded 1.2.5, 1.3.2 and 1.4.2), even when everything has been absolutely fine.
 

portablejim

New Member
Jul 29, 2019
267
0
1
It is fixed in the next version of the launcher (0.3). The versions 0.2.X are broken on Mac and Linux.
 
Status
Not open for further replies.