Launcher won't launch. :(

Please post all problems or questions you have in this forum.
Forum rules
Please report all bugs at http://bugs.craftland.org/
If there is a problem that players will be able to help you with feel free to post it here.
User avatar
Mr_Blobby
Banned
Premium 2
Accountname: blobbosezhi2
Posts: 968
Joined: Apr 15, 2011
Last login: 12 years ago
Played: 803 hours
Blocks Mined: 192,796
Achievements: 73

Re: Launcher won't launch. :(

Post by Mr_Blobby » Wed Jul 10, 2013 6:27 am

Tyler wrote:Are you using the .app or .jar? I'm using the .app launcher on Mac OS 10.6.8 Snow Leopard with no issues. Have you tried deleting the .craftland folder and restarting the launcher?

Directions for finding your .craftland folder:

If using Lion/Mountain Lion, open Finder, click Go in the top menu bar, from the dropdown click Go to folder... and type "~/Library/Application Support" without quotes, and look for the .craftland folder. Delete it and restart the Craftland launcher.
Just speculation, but does Nide get to test the mac builds? I know alot of software uses Snow Leopard as a minimum now, not sure if that's due to constraints.
-Craftland Admin-
-In loving memory of Mr Blobby, departed 1999-

User avatar
Handyman
Premium 6
Location: Westland
Accountname: handman1991
Posts: 1574
Joined: Mar 20, 2011
Last login: 6 years ago
Played: 2,219 hours
Blocks Mined: 733,406
Achievements: 126

Re: Launcher won't launch. :(

Post by Handyman » Wed Jul 10, 2013 6:30 am

I think marc test the builds on mac and linux.
-Joined 20 march 2011-
-Longest Playtime until 1947 hours-

USER_AVATAR
nobody
Posts: 7
Joined: Jan 20, 2013
Last login: 12 years ago
Played: 5 hours
Blocks Mined: 3,333
Achievements: 6

Re: Launcher won't launch. :(

Post by nobody » Wed Jul 10, 2013 11:44 pm

Tyler wrote:Are you using the .app or .jar? I'm using the .app launcher on Mac OS 10.6.8 Snow Leopard with no issues. Have you tried deleting the .craftland folder and restarting the launcher?

Directions for finding your .craftland folder:

If using Lion/Mountain Lion, open Finder, click Go in the top menu bar, from the dropdown click Go to folder... and type "~/Library/Application Support" without quotes, and look for the .craftland folder. Delete it and restart the Craftland launcher.
I've tried the jar and app, both launch fine until I hit login. I've also already tried deleting the craftland folder.

User avatar
nidefawl
Premium 6
Location: Germany
Posts: 718
Joined: Jan 27, 2011
Last login: 9 months ago
Played: 2,265 hours
Blocks Mined: 98,426
Achievements: 102

Re: Launcher won't launch. :(

Post by nidefawl » Thu Jul 11, 2013 8:35 am

nobody wrote:I've tried the jar and app, both launch fine until I hit login. I've also already tried deleting the craftland folder.
Graphics drivers...
Its crashing inside a graphics driver method. I need your java crash log to see where that happens.

Open a console and execute the following:

Code: Select all

cd ~
java -Xmx1G -cp .craftland/launcher.jar org.spoutcraft.launcher.Main
After it crashes there should be a new log file generated in your home folder.
ImageImageImage

USER_AVATAR
nobody
Posts: 7
Joined: Jan 20, 2013
Last login: 12 years ago
Played: 5 hours
Blocks Mined: 3,333
Achievements: 6

Re: Launcher won't launch. :(

Post by nobody » Sat Jul 13, 2013 4:45 pm

Tyler wrote:Are you using the .app or .jar? I'm using the .app launcher on Mac OS 10.6.8 Snow Leopard with no issues. Have you tried deleting the .craftland folder and restarting the launcher?

Directions for finding your .craftland folder:

If using Lion/Mountain Lion, open Finder, click Go in the top menu bar, from the dropdown click Go to folder... and type "~/Library/Application Support" without quotes, and look for the .craftland folder. Delete it and restart the Craftland launcher.
I've tried both, and also tried deleting my .craftland folder many times

User avatar
Handyman
Premium 6
Location: Westland
Accountname: handman1991
Posts: 1574
Joined: Mar 20, 2011
Last login: 6 years ago
Played: 2,219 hours
Blocks Mined: 733,406
Achievements: 126

Re: Launcher won't launch. :(

Post by Handyman » Sat Jul 13, 2013 4:48 pm

nobody wrote:
Tyler wrote:Are you using the .app or .jar? I'm using the .app launcher on Mac OS 10.6.8 Snow Leopard with no issues. Have you tried deleting the .craftland folder and restarting the launcher?

Directions for finding your .craftland folder:

If using Lion/Mountain Lion, open Finder, click Go in the top menu bar, from the dropdown click Go to folder... and type "~/Library/Application Support" without quotes, and look for the .craftland folder. Delete it and restart the Craftland launcher.
I've tried both, and also tried deleting my .craftland folder many times
Did you try what nidefawl said?
-Joined 20 march 2011-
-Longest Playtime until 1947 hours-

USER_AVATAR
nobody
Posts: 7
Joined: Jan 20, 2013
Last login: 12 years ago
Played: 5 hours
Blocks Mined: 3,333
Achievements: 6

Re: Launcher won't launch. :(

Post by nobody » Sat Jul 13, 2013 4:49 pm

nidefawl wrote:
nobody wrote:I've tried the jar and app, both launch fine until I hit login. I've also already tried deleting the craftland folder.
Graphics drivers...
Its crashing inside a graphics driver method. I need your java crash log to see where that happens.

Open a console and execute the following:

Code: Select all

cd ~
java -Xmx1G -cp .craftland/launcher.jar org.spoutcraft.launcher.Main
After it crashes there should be a new log file generated in your home folder.

Code: Select all

JavaVM WARNING: JAWT_GetAWT must be called after loading a JVM
org.lwjgl.LWJGLException: Could not get the JAWT interface
	at org.lwjgl.opengl.AWTSurfaceLock.lockAndInitHandle(Native Method)
	at org.lwjgl.opengl.AWTSurfaceLock.access$100(AWTSurfaceLock.java:51)
	at org.lwjgl.opengl.AWTSurfaceLock$1.run(AWTSurfaceLock.java:94)
	at org.lwjgl.opengl.AWTSurfaceLock$1.run(AWTSurfaceLock.java:92)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.lwjgl.opengl.AWTSurfaceLock.privilegedLockAndInitHandle(AWTSurfaceLock.java:92)
	at org.lwjgl.opengl.AWTSurfaceLock.lockAndGetHandle(AWTSurfaceLock.java:66)
	at org.lwjgl.opengl.MacOSXCanvasPeerInfo.initHandle(MacOSXCanvasPeerInfo.java:57)
	at org.lwjgl.opengl.MacOSXDisplayPeerInfo.doLockAndInitHandle(MacOSXDisplayPeerInfo.java:56)
	at org.lwjgl.opengl.PeerInfo.lockAndGetHandle(PeerInfo.java:85)
	at org.lwjgl.opengl.MacOSXContextImplementation.create(MacOSXContextImplementation.java:47)
	at org.lwjgl.opengl.ContextGL.<init>(ContextGL.java:132)
	at org.lwjgl.opengl.Display.create(Display.java:847)
	at org.lwjgl.opengl.Display.create(Display.java:754)
	at net.minecraft.client.Minecraft.run(SourceFile:801)
	at java.lang.Thread.run(Thread.java:724)
_NSJVMLoadLibrary: NSAddLibrary failed for /libjawt.dylib
JavaVM FATAL: lookup of function JAWT_GetAWT failed. Exit

User avatar
nidefawl
Premium 6
Location: Germany
Posts: 718
Joined: Jan 27, 2011
Last login: 9 months ago
Played: 2,265 hours
Blocks Mined: 98,426
Achievements: 102

Re: Launcher won't launch. :(

Post by nidefawl » Sun Jul 14, 2013 1:25 am

Ups, I thought you were on linux but you are on OSX

Did you manually upgrade your Java?
If so, follow these instructions (http://java.com/en/download/help/mac_uninstall_java.xml" onclick="window.open(this.href);return false;) of uninstalling java 7 and reinstalling the apple distributed version, then go into your java preferences and make sure that the version on the top of the list is Java SE 6 (32 or 64 depending on your OS)
LWJGL isn't working with the latest java on MacOSX
ImageImageImage

User avatar
Brazil
Premium 4
Location: New York
Accountname: BrazilianTick
Posts: 38
Joined: Mar 23, 2013
Last login: 8 years ago
Played: 566 hours
Blocks Mined: 152,224
Achievements: 90

Re: Launcher won't launch. :(

Post by Brazil » Thu Jul 18, 2013 3:06 pm

I had a similar problem as you on my macbook, i have no idea if this will work for you too, but you can try it.
I found a fix for this. here are the steps for my problem:
1. make a folder named Craftland and place it onto your desktop and put your craftlandloader.jar into this folder.

2. Open up terminal

3. type into terminal:
cd Desktop

4. Press Enter

5. Paste This code afterwards and then hit enter:
cd ~/Desktop/Craftland/
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
java -jar craftlandloader.jar

6. The game will launch and you can now play!
P.S. all the files must be named exactly as i have explained and you must do this every time in order to launch as far as I know. (I made mine a .sh file and launch it through there.)

USER_AVATAR
nobody
Posts: 7
Joined: Jan 20, 2013
Last login: 12 years ago
Played: 5 hours
Blocks Mined: 3,333
Achievements: 6

Re: Launcher won't launch. :(

Post by nobody » Sun Jul 21, 2013 11:22 pm

Brazil wrote:I had a similar problem as you on my macbook, i have no idea if this will work for you too, but you can try it.
I found a fix for this. here are the steps for my problem:
1. make a folder named Craftland and place it onto your desktop and put your craftlandloader.jar into this folder.

2. Open up terminal

3. type into terminal:
cd Desktop

4. Press Enter

5. Paste This code afterwards and then hit enter:
cd ~/Desktop/Craftland/
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
java -jar craftlandloader.jar

6. The game will launch and you can now play!
P.S. all the files must be named exactly as i have explained and you must do this every time in order to launch as far as I know. (I made mine a .sh file and launch it through there.)
Oh, never thought of doing that. I'll be doing that from now on! Thanks :)

Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests