Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next
Author Message
Site Admin / Dev Team
User avatar
Main: PhoenixSun2
Level: 1392

Joined: Mon Jan 03, 2005 12:07 am
Posts: 1935
Post Chat Client Mac/Linux Builds (Untested)
These are 2 untested builds of the chat client for mac and linux, for x86 processors and on osx/gtk:

http://www.starsonata.com/macosx.carbon.x86.rar
http://www.starsonata.com/linux.gtk.x86.rar
(Updated 11/10/08 - 9:30AM Est)

Let me know if you need different builds for either or if they fail (then give me logs).

-pip

PS. lookout for a chat client usage video some time this week.


Mon Nov 03, 2008 1:14 am
Profile
User avatar
Team: Imperium
Rank: Councilor
Main: Qu4NtuM
Level: 7799

Joined: Tue Dec 20, 2005 5:16 pm
Posts: 326
Location: At work...
Post Re: Chat Client Mac/Linux Builds (Untested)
Fails to initialize on os X, you got the paths wrong :mrgreen:
http://mg.edu.ee/~qu4ntum/data/kraam/1225716033542.log

_________________
Julian wrote:
In ss we fill breast implants with sand because we are to cheap to purchase silicone.
Battlecruiser23 wrote:
I have reasons for why I do things.


Mon Nov 03, 2008 7:48 am
Profile
Site Admin / Dev Team
User avatar
Main: PhoenixSun2
Level: 1392

Joined: Mon Jan 03, 2005 12:07 am
Posts: 1935
Post Re: Chat Client Mac/Linux Builds (Untested)
Qu4NtuM wrote:
Fails to initialize on os X, you got the paths wrong :mrgreen:
http://mg.edu.ee/~qu4ntum/data/kraam/1225716033542.log


What do you meant by "you got the paths wrong"?. I don't see anything in that log to indicate that. Looks to me more like Eclipse did not export the requirements correctly, telling it to look for win32 swt libraries.


Mon Nov 03, 2008 8:48 am
Profile
Site Admin / Dev Team
User avatar
Main: PhoenixSun2
Level: 1392

Joined: Mon Jan 03, 2005 12:07 am
Posts: 1935
Post Re: Chat Client Mac/Linux Builds (Untested)
Try it again in about 30 minutes.


Mon Nov 03, 2008 9:06 am
Profile
User avatar
Team: Imperium
Rank: Councilor
Main: Qu4NtuM
Level: 7799

Joined: Tue Dec 20, 2005 5:16 pm
Posts: 326
Location: At work...
Post Re: Chat Client Mac/Linux Builds (Untested)
http://mg.edu.ee/~qu4ntum/data/kraam/1225725009809.log

tried it again

_________________
Julian wrote:
In ss we fill breast implants with sand because we are to cheap to purchase silicone.
Battlecruiser23 wrote:
I have reasons for why I do things.


Mon Nov 03, 2008 10:13 am
Profile
Site Admin / Dev Team
User avatar
Main: PhoenixSun2
Level: 1392

Joined: Mon Jan 03, 2005 12:07 am
Posts: 1935
Post Re: Chat Client Mac/Linux Builds (Untested)


Looks like you dont have the latest version of java:
!MESSAGE Missing Constraint: Bundle-RequiredExecutionEnvironment: JavaSE-1.6


But also i'm not sure why its still looking for windows packages, ill look when i get home tonight.


Mon Nov 03, 2008 10:20 am
Profile
User avatar
Team: Imperium
Rank: Councilor
Main: Qu4NtuM
Level: 7799

Joined: Tue Dec 20, 2005 5:16 pm
Posts: 326
Location: At work...
Post Re: Chat Client Mac/Linux Builds (Untested)
Actually, I have 4 java versions and 1.6 has the highest priority. Just for some reason it prefers to use 1.5

_________________
Julian wrote:
In ss we fill breast implants with sand because we are to cheap to purchase silicone.
Battlecruiser23 wrote:
I have reasons for why I do things.


Mon Nov 03, 2008 1:36 pm
Profile
Site Admin / Dev Team
User avatar
Main: PhoenixSun2
Level: 1392

Joined: Mon Jan 03, 2005 12:07 am
Posts: 1935
Post Re: Chat Client Mac/Linux Builds (Untested)
Qu4NtuM wrote:
Actually, I have 4 java versions and 1.6 has the highest priority. Just for some reason it prefers to use 1.5


It wont work on Java 1.5 but I doubt thats the issue we're seeing in the log.


Mon Nov 03, 2008 1:51 pm
Profile
User avatar
Team: Spacing Guild
Rank: Director
Main: FracOMac
Level: 3369

Joined: Wed Mar 23, 2005 12:50 am
Posts: 391
Location: Boulder, CO
Post Re: Chat Client Mac/Linux Builds (Untested)
Heres the contents of my error log under linux, hope it helps.



Code:
!SESSION 2008-11-03 12:12:37.625 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_10
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86

!ENTRY org.eclipse.osgi 4 0 2008-11-03 12:12:38.679
!MESSAGE Bundle org.eclipse.swt.win32.win32.x86 not found.

!ENTRY org.eclipse.osgi 4 0 2008-11-03 12:12:38.683
!MESSAGE Bundle org.eclipse.equinox.launcher.win32.win32.x86 not found.

!ENTRY org.eclipse.osgi 4 0 2008-11-03 12:12:39.004
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in "com.ss.chat.client" was unable to instantiate class "com.ss.chat.client.Application".
   at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)
   at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
   at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:867)
   at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
   at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
   at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:188)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
   at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
   at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Caused by: java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Layout
   at java.lang.Class.getDeclaredConstructors0(Native Method)
   at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
   at java.lang.Class.getConstructor0(Class.java:2699)
   at java.lang.Class.newInstance0(Class.java:326)
   at java.lang.Class.newInstance(Class.java:308)
   at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:170)
   ... 15 more
Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Layout
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:481)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
   at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
   at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
   at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
   ... 21 more


EDIT: Oh, I guess I should say what I saw, the splash image came up and it looked like it was loading and then it spit out an error message directing me to the log fire.

_________________
Image


Mon Nov 03, 2008 2:20 pm
Profile
Site Admin / Dev Team
User avatar
Main: PhoenixSun2
Level: 1392

Joined: Mon Jan 03, 2005 12:07 am
Posts: 1935
Post Re: Chat Client Mac/Linux Builds (Untested)
Yep, looks like eclipse is doing a terrible job at exporting things to different platforms. I'll look into what could be causing this after work today.


Mon Nov 03, 2008 2:50 pm
Profile
User avatar
Team: Magic Mushrooms
Rank: Soldier
Main: Altslost
Level: 174

Joined: Mon Jul 30, 2007 9:32 am
Posts: 41
Location: Some place where no one can hear you scream
Post Re: Chat Client Mac/Linux Builds (Untested)
mm well i use a mac so i love if you guys could get to the client chat thing when you got the time

_________________
Topic Name Rescoop puts electricity into drones?

Nabaco wrote:
Why?


pip8786 wrote:
HAL wrote:
urjuhh wrote:
you use elec to deploy drone...


SimonV2 wrote:
Nabaco wrote:
Why?


Nabaco wrote:
HAL wrote:
urjuhh wrote:
you use elec to deploy drone...


LOL


Thu Nov 06, 2008 8:44 pm
Profile
User avatar
Team: Imperium
Rank: Councilor
Main: Qu4NtuM
Level: 7799

Joined: Tue Dec 20, 2005 5:16 pm
Posts: 326
Location: At work...
Post Re: Chat Client Mac/Linux Builds (Untested)
Ummm... is this still being worked on?

_________________
Julian wrote:
In ss we fill breast implants with sand because we are to cheap to purchase silicone.
Battlecruiser23 wrote:
I have reasons for why I do things.


Thu Nov 13, 2008 12:24 am
Profile
User avatar
Team: Spacing Guild
Rank: Director
Main: FracOMac
Level: 3369

Joined: Wed Mar 23, 2005 12:50 am
Posts: 391
Location: Boulder, CO
Post Re: Chat Client Mac/Linux Builds (Untested)
I'd really like to know too, I was looking forward to this.

_________________
Image


Sat Nov 15, 2008 7:15 pm
Profile
Site Admin / Dev Team
User avatar
Main: PhoenixSun2
Level: 1392

Joined: Mon Jan 03, 2005 12:07 am
Posts: 1935
Post Re: Chat Client Mac/Linux Builds (Untested)
I need Jon to help me out with this since I don't own a computer with linux or OSX on there, and uploading between every test just takes too long. The chat client also took the back seat once we started working full time on Client 2. I'll ping him about it later though.


Thu Nov 20, 2008 10:50 am
Profile
User avatar
Team: Imperium
Rank: Councilor
Main: Qu4NtuM
Level: 7799

Joined: Tue Dec 20, 2005 5:16 pm
Posts: 326
Location: At work...
Post Re: Chat Client Mac/Linux Builds (Untested)
Typical...

_________________
Julian wrote:
In ss we fill breast implants with sand because we are to cheap to purchase silicone.
Battlecruiser23 wrote:
I have reasons for why I do things.


Thu Nov 20, 2008 11:19 am
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ]  Go to page 1, 2  Next


Who is online

Users browsing this forum: No registered users and 88 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © phpBB Group.