#jogamp @ irc.freenode.net - 20151117 05:05:10 (UTC)


20151117 05:05:10 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20151115115709.html
20151117 05:05:10 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20151117050510.html
20151117 05:19:08 * xranby_ (~familjen@anon) Quit (Quit: Leaving.)
20151117 06:36:48 * monsieur_max (~maxime@anon) has joined #jogamp
20151117 07:31:00 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20151117 07:36:24 * badshah400 (~badshah40@anon) Quit (Ping timeout: 255 seconds)
20151117 07:38:32 * badshah400 (~badshah40@anon) has joined #jogamp
20151117 07:47:37 * elect (~GBarbieri@anon) has joined #jogamp
20151117 08:16:57 * monsieur_max (~maxime@anon) has joined #jogamp
20151117 08:40:06 * elect (~GBarbieri@anon) Quit (Read error: Connection reset by peer)
20151117 08:42:09 * elect (~GBarbieri@anon) has joined #jogamp
20151117 09:01:03 * Eclesia (~husky@anon) has joined #jogamp
20151117 09:01:14 <Eclesia> good morning
20151117 09:02:45 * badshah400 (~badshah40@anon) Quit (Quit: badshah400)
20151117 09:04:13 <monsieur_max> Eclesia: hi
20151117 09:04:39 <Eclesia> monsieur_max: hi
20151117 09:16:06 <bruce-> morning
20151117 10:10:17 * melkor (~melkor@anon) has joined #jogamp
20151117 10:23:29 <melkor> I have added the jogamp jars to my classpath, and I have included the -Djava.library.path=/path/to/folder/with/native/libs but I still get an error about not being able to load a class.
20151117 10:23:56 <melkor> Exception in thread "main" java.lang.NoClassDefFoundError: com/jogamp/opengl/GL
20151117 10:28:40 * badshah400 (~badshah40@anon) has joined #jogamp
20151117 10:31:03 <melkor> odd. the jar files I downloaded are corrupt.
20151117 11:36:47 <rmk0> melkor: which jar files are these?
20151117 11:41:13 <melkor> The ones I got from here: http://jogamp.org/deployment/v2.3.2/jar/
20151117 11:45:11 <rmk0> what makes you say they're corrupt?
20151117 11:45:53 <melkor> I don't know if they are, but the ones I d/loaded were. java couldn't load them. If I included them in the cp then I got and error.
20151117 11:46:02 <melkor> I could try again.
20151117 11:48:03 <melkor> java -jar jogl-all.jar
20151117 11:48:04 <melkor> Error: Invalid or corrupt jarfile jogl-all.jar
20151117 11:48:20 <melkor> I just downloaded it again.
20151117 11:48:52 <rmk0> you can't use the jar file like that, but i'm surprised that that's the error you get...
20151117 11:48:55 * rmk0 tries it
20151117 11:49:06 <rmk0> the error i get is:
20151117 11:49:10 <rmk0> $ java -jar jogl-all.jar
20151117 11:49:10 <rmk0> no main manifest attribute, in jogl-all.jar
20151117 11:49:33 <rmk0> and that's because the -jar command line option asks the interpreter to run whatever is marked as the "main" class in the manifest
20151117 11:49:39 <rmk0> and there isn't one in jogl, because jogl is just a library
20151117 11:49:40 <melkor> rmk0: I know the error you get.
20151117 11:50:00 <melkor> rmk0: That was the shortest cmd I coudl think of to reproduce the error I get.
20151117 11:50:11 <rmk0> what's the sha256sum of that jogl-all.jar?
20151117 11:50:16 <rmk0> dd7a13adc9245814672468b4124a03665d46c90e5177f96b59cbbd410f3f6338 is what i get here
20151117 11:50:56 <melkor> ±b4681ab264e3d4d4dffb473e887de0deead1924b7deba82ed9ee775d5890350d
20151117 11:51:01 <rmk0> hm!
20151117 11:51:03 <melkor> (remove the ±)
20151117 11:51:20 <rmk0> ... did you download this using firefox, by any chance?
20151117 11:51:22 <melkor> Did you d/load this one? http://jogamp.org/deployment/v2.3.2/jar/jogl-all.jar
20151117 11:51:26 <rmk0> yeah, that one
20151117 11:51:27 <melkor> Yes.
20151117 11:51:45 <rmk0> i seem to remember there being a problem with firefox and jar files
20151117 11:51:54 * rmk0 checks wiki
20151117 11:52:11 <melkor> could be, the file is a little smaller
20151117 11:52:36 <rmk0> xranby: do you remember what the problem was?
20151117 11:52:52 <rmk0> i seem to remember it being something along the lines of firefox treating it as an archive that needs to be unpacked
20151117 11:57:19 <melkor> rmk0: wget works fine.
20151117 11:57:33 * rmk0 kicks firefox
20151117 12:14:47 * elect (~GBarbieri@anon) Quit (Read error: Connection reset by peer)
20151117 12:17:34 * elect (~GBarbieri@anon) has joined #jogamp
20151117 12:38:05 <melkor> So, it sounds like the problem happens with firefox and safari.
20151117 12:38:22 <melkor> It doesn't seem to happen when used with jar's off of other websites.
20151117 12:38:28 <melkor> eg. googlecode
20151117 12:39:04 <zubzub> maybe it bad mime type?
20151117 13:31:16 <melkor> It appears the mime-type is set incorrectly when the agent includes: Accept-Encoding: gzip
20151117 13:39:06 <melkor> Okay, if you d/load the file, then rename it to jogl-all.jar.gz and gunzip it, you get the correct jar.
20151117 13:47:40 <zubzub> nice
20151117 13:59:45 <rmk0> may be an idea to disable gzip compression for /deployment on the jogamp server
20151117 13:59:55 <rmk0> it's serving almost entirely compressed files anyway
20151117 14:21:14 * ctrueden (~ctrueden@anon) has joined #jogamp
20151117 14:22:10 <melkor> That might be the best. Are the browsers not uncompressing the file because of mime-type?
20151117 14:28:48 <rmk0> not really sure what's going on
20151117 14:34:43 <monsieur_max> - famous last words
20151117 14:35:43 <rmk0> of course the power is off
20151117 14:36:04 <rmk0> no, it's not loaded
20151117 14:37:27 <rmk0> the chef made sure to remove all traces of the toxic digestive tract
20151117 16:08:47 * elect (~GBarbieri@anon) Quit (Ping timeout: 252 seconds)
20151117 16:28:14 * badshah400 (~badshah40@anon) Quit (Quit: badshah400)
20151117 16:36:16 * badshah400 (~badshah40@anon) has joined #jogamp
20151117 16:54:01 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20151117 17:00:30 * Eclesia (~husky@anon) has left #jogamp
20151117 17:24:21 * netlike (~iLiFo@anon) has joined #jogamp
20151117 17:28:23 * ctrueden (~ctrueden@anon) Quit (Quit: Leaving.)
20151117 17:35:28 * monsieur_max (~maxime@anon) has joined #jogamp
20151117 17:40:33 * netlike (~iLiFo@anon) Quit (Quit: Leaving)
20151117 17:44:13 * ctrueden (~ctrueden@anon) has joined #jogamp
20151117 17:45:38 * ctrueden1 (~ctrueden@anon) has joined #jogamp
20151117 17:45:38 * ctrueden (~ctrueden@anon) Quit (Read error: Connection reset by peer)
20151117 17:46:24 * ctrueden1 (~ctrueden@anon) Quit (Client Quit)
20151117 17:57:35 * melkor (~melkor@anon) has left #jogamp
20151117 17:59:44 * monsieur_max (~maxime@anon) Quit (Ping timeout: 265 seconds)
20151117 18:00:35 * monsieur_max (~maxime@anon) has joined #jogamp
20151117 19:12:12 * badshah400 (~badshah40@anon) Quit (Quit: badshah400)
20151117 20:28:31 * Eclesia (~eclesia@anon) has joined #jogamp
20151117 20:28:45 * Eclesia is back victorious
20151117 20:44:39 <Eclesia> still no sgothel ? someone knows ?
20151117 21:13:24 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20151117 21:52:05 * Eclesia (~eclesia@anon) Quit (Quit: Leaving.)
20151118 05:05:10 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20151118050510.html