Re: Cyber Dungeon Quest Alpha 1

2011-04-15 Thread Wei Hsu
Very cool! I really enjoyed playing it. On Apr 14, 12:20 pm, Alan a...@malloys.org wrote: Similar error for me, on Ubuntu. Exception and wrapped exception follow. Looks like you may need permissions set better? 403 is Forbidden. com.sun.deploy.net.FailedDownloadException: Unable to load

Re: Cyber Dungeon Quest Alpha 1

2011-04-15 Thread Julian
I looked at this and thought, It reminds me of Wyvern. The lead developer behind Wyvern, Steve Yegge, was a fairly visionary and expressive programmer who has written a lot about LISP and JVM related subjects. I was reminded of Steve Yegge's post on when he thought he'd rewrite Wyvern to reduce

Cyber Dungeon Quest Alpha 1

2011-04-14 Thread msappler
My RPG Game in clojure! Play it here via Java Web Start: http://resatori.com/cyber-dungeon-quest-alpha-1 -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members

Re: Cyber Dungeon Quest Alpha 1

2011-04-14 Thread Alfredo
Very cool! But how to play with it? With Chrome, it downloads the .jnlp file but if I click on it, an error raises: com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://sappler.ls4.allbytes.de/cdq/cdq.jnlp at

Re: Cyber Dungeon Quest Alpha 1

2011-04-14 Thread msappler
Thanks. That was a last minute change of the jnlp file location. Should work now. On 14 Apr., 13:39, Alfredo alfredo.dinap...@gmail.com wrote: Very cool! But how to play with it? With Chrome, it downloads the .jnlp file but if I click on it, an error raises:

Re: Cyber Dungeon Quest Alpha 1

2011-04-14 Thread msappler
Thanks. That was a last minute change of the jnlp file location. Should work now. On 14 Apr., 13:39, Alfredo alfredo.dinap...@gmail.com wrote: Very cool! But how to play with it? With Chrome, it downloads the .jnlp file but if I click on it, an error raises:

Re: Cyber Dungeon Quest Alpha 1

2011-04-14 Thread Walter Chang
failed to run on mbp osx 10.6.7 (java version 1.6.0_24). here is the stack trace: java.lang.NullPointerException at org.lwjgl.opengl.MacOSXContextImplementation.setSwapInterval(MacOSXContextImplementation.java:121) at org.lwjgl.opengl.Context.setSwapInterval(Context.java:231) at

Re: Cyber Dungeon Quest Alpha 1

2011-04-14 Thread msappler
Hmm I updated the natives-mac.jar. But dont know this error I dont have a mac.. On 14 Apr., 14:16, Walter Chang weih...@gmail.com wrote: failed to run on mbp osx 10.6.7 (java version 1.6.0_24).  here is the stack trace: java.lang.NullPointerException at

Re: Cyber Dungeon Quest Alpha 1

2011-04-14 Thread Alan
Similar error for me, on Ubuntu. Exception and wrapped exception follow. Looks like you may need permissions set better? 403 is Forbidden. com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://sappler.ls4.allbytes.de/resatori/webstart/cdq.jnlp at

Re: Cyber Dungeon Quest Alpha 1

2011-04-14 Thread msappler
I think I fixed that yesterday evening: Unable to load resource:http://sappler.ls4.allbytes.de/resatori/ webstart/cdq.jnlp 403 is forbidden. I wrote deny all in the .htaccess file :) - Want to highlight anything you did in the game? I'm interested in any use of agents, etc that you used. Yes I