Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

11991 Posts in 1587 Topics- by 3509 Members - Latest Member: lioneltenel

27. May 2012, 12:46:30 am
Xith3D CommunityProjectsYour Projects (Moderator: 'n ddrylliog)Half a Project
Pages: [1]
Print
Author Topic: Half a Project  (Read 3293 times)
kukanani
Fierce Warrior
****
Offline Offline

Posts: 504


My game is coming along fairly smoothly...


View Profile WWW
« on: 09. September 2007, 03:08:09 pm »

I have two basic elements of my Exodus Online project half-done.

The second thing is that I have been working on deployment for a few days, and am thoroughly confused now.  First, the MIME types.  The Java Tutorials on JWS say that you need to set your server's MIME types to handle JNLP.  I have no idea how to do this while we are using a hosting company, so I tried to find another way.  I tried a download approach with a JWS file on the user's machine, and my Xith window comes up, but then after about a second, and before the window has even turned black, the entire thing disappears.

OK, then there's OneClick, which has errors, but which Amos is fixing, so maybe I'll just wait until then.  Amos, is OneClick set up for web deployment?  How would that work?  Would it just be one file on the web, that would launch the entire application, or what?

Does anyone have fixes for any of these problems, or does anyone have another idea?
« Last Edit: 10. May 2008, 03:25:47 am by kukanani » Logged

xith.setCoolnessLevel(10);
jMe.setCoolnessLevel(0);
xith.rock();
'n ddrylliog
Moderator
Guru
*****
Offline Offline

Posts: 1188



View Profile WWW Email
« Reply #1 on: 09. September 2007, 03:56:36 pm »

While you're at it, please also mention Matias Leone (http://xith.org/forum/index.php?action=profile;u=224) on your front page.

I know you're all angry about me, but public humiliation is NOT a good mean to communicate.



At least, that's what I've experienced in my very own over-boring life.





Oh, and
Quote
Would it just be one file on the web, that would launch the entire application, or what?
That's right.
Logged
kukanani
Fierce Warrior
****
Offline Offline

Posts: 504


My game is coming along fairly smoothly...


View Profile WWW
« Reply #2 on: 09. September 2007, 04:34:13 pm »

I am sorry, Amos.  I had nothing to do with that blunt reference, and of course if it were up to me, nothing of that sort would be existent.  I am not actually angry with you or Maguila, but I am a bit bored.  But nowhere near bored enough to make a mean reference to you on an external site.  Grrr my web admin  Angry.  Hopefully, that should be removed today.  Well, that's *my* today, so maybe not until about 4 in the morning over there, but, hey, you should be able to check it tomorrow.
« Last Edit: 10. May 2008, 03:24:21 am by kukanani » Logged

xith.setCoolnessLevel(10);
jMe.setCoolnessLevel(0);
xith.rock();
'n ddrylliog
Moderator
Guru
*****
Offline Offline

Posts: 1188



View Profile WWW Email
« Reply #3 on: 10. September 2007, 06:04:07 am »

Yeah, I fully understand.

But you see, I am myself waiting on maguila's mesh deformation code... so what ? Is it not my fault if we're late, just once ?

And your co-dev is also welcome to help with COLLADA. Then he will realize what this work mean.

(P.S : I got the idea that it wasn't you who put that onto that site ; no offense taken then)
Logged
kukanani
Fierce Warrior
****
Offline Offline

Posts: 504


My game is coming along fairly smoothly...


View Profile WWW
« Reply #4 on: 10. September 2007, 03:26:17 pm »

But just yesterday he said that he was thinking of opting out of the Exodus Online project, so I may become the web admin after all.  BTW, Marvin, what web hoster do you use?  I am wondering because GoDaddy (which is what our site is currently using) doesn't support Java Web Start.  I thought I was going to have to use an Apache Server, but then I remembered that the Xith site uses JWS, and I don't think that you use Apache.
« Last Edit: 10. May 2008, 03:24:58 am by kukanani » Logged

xith.setCoolnessLevel(10);
jMe.setCoolnessLevel(0);
xith.rock();
Mathias 'cylab' Henze
Fierce Warrior
****
Offline Offline

Posts: 540

1064620
View Profile WWW
« Reply #5 on: 10. September 2007, 03:35:08 pm »

If you have php on your webspace you could just turn your jnlp into an php skript by renaming it to .php and replace
Code:
<?xml version="1.0" encoding="UTF-8"?>
at the top of the file with
Code:
<?php header("Content-type: application/x-java-jnlp-file"); echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>";?>
Logged

'n ddrylliog
Moderator
Guru
*****
Offline Offline

Posts: 1188



View Profile WWW Email
« Reply #6 on: 10. September 2007, 04:24:01 pm »

Yeah. The info given by Cylab was contained in the old "Getting Started Guide" document.. now I think it should be in the wiki, not in the XIN.
Logged
kukanani
Fierce Warrior
****
Offline Offline

Posts: 504


My game is coming along fairly smoothly...


View Profile WWW
« Reply #7 on: 10. September 2007, 05:38:25 pm »

On another note, does anyone have any idea why my Xith window quits almost immediately?
« Last Edit: 10. May 2008, 03:25:16 am by kukanani » Logged

xith.setCoolnessLevel(10);
jMe.setCoolnessLevel(0);
xith.rock();
Marvin Fröhlich
Xith Lord
Administrator
Guru
*****
Offline Offline

Posts: 4381


May the 4th, be with you...


View Profile
« Reply #8 on: 10. September 2007, 07:20:27 pm »

BTW, Marvin, what web hoster do you use?  I am wondering because GoDaddy (which is what our site is currently using) doesn't support Java Web Start.  I thought I was going to have to use an Apache Server, but then I remembered that the Xith site uses JWS, and I don't think that you use Apache.

I don't think it is a matter of a webserver setting. It's a client's matter.

I#m not sure, if it would help you, but my webhoster is http://all-inkl.de/, which is a German hoster. But it offers pretty good service and low prices. AFAIK they use Apache.

Marvin
Logged
'n ddrylliog
Moderator
Guru
*****
Offline Offline

Posts: 1188



View Profile WWW Email
« Reply #9 on: 10. September 2007, 08:10:17 pm »

Quote
On another note, does anyone have any idea why my Xith window quits almost immediately?
I'd like to have the answer to that but we have not enough infos... does the program work when launched *not from JWS* ? On the same machine ?

Do you have a stack trace ? Or maybe a HotSpot crash ?
Logged
kukanani
Fierce Warrior
****
Offline Offline

Posts: 504


My game is coming along fairly smoothly...


View Profile WWW
« Reply #10 on: 10. September 2007, 11:39:19 pm »

--Last Post before my computers are disconnected--

My game runs fine from JWS when on a local computer...
Logged

xith.setCoolnessLevel(10);
jMe.setCoolnessLevel(0);
xith.rock();
Pages: [1]
Print
Jump to:  

Theme orange-lt created by panic