#jogamp @ irc.freenode.net - 20131109 05:05:53 (UTC)


20131109 05:05:53 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20131108050552.html
20131109 05:05:53 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20131109050553.html
20131109 05:10:34 * xranby1 (~xranby@anon) has joined #jogamp
20131109 05:11:28 * xranby (~xranby@anon) Quit (Ping timeout: 248 seconds)
20131109 05:50:36 * xranby1 (~xranby@anon) Quit (Ping timeout: 245 seconds)
20131109 06:00:48 * xranby (~xranby@anon) has joined #jogamp
20131109 08:31:26 * xranby (~xranby@anon) Quit (Ping timeout: 245 seconds)
20131109 08:36:30 * monsieur_max (~maxime@anon) has joined #jogamp
20131109 08:38:52 * xranby (~xranby@anon) has joined #jogamp
20131109 08:50:50 * [Mike] (~Mike]@anon) Quit ()
20131109 09:28:49 * xranby (~xranby@anon) Quit (Ping timeout: 272 seconds)
20131109 09:33:36 * xranby (~xranby@anon) has joined #jogamp
20131109 09:42:45 * xranby (~xranby@anon) Quit (Ping timeout: 272 seconds)
20131109 09:58:49 * xranby (~xranby@anon) has joined #jogamp
20131109 10:22:20 * [Mike] (~Mike]@anon) has joined #jogamp
20131109 11:27:15 * xranby (~xranby@anon) Quit (Ping timeout: 272 seconds)
20131109 11:39:19 * xranby (~xranby@anon) has joined #jogamp
20131109 12:30:51 * hija (~petros@anon) has joined #jogamp
20131109 12:43:49 * hija (~petros@anon) Quit (Quit: hija)
20131109 12:57:12 * hija (~petros@anon) has joined #jogamp
20131109 13:09:08 * xranby (~xranby@anon) Quit (Ping timeout: 244 seconds)
20131109 13:12:34 * xranby (~xranby@anon) has joined #jogamp
20131109 13:31:41 <hija> java -classpath .;jogl-all.jar;gluegen-rt.jar;gluegen-rt-natives-windows-amd64.jar;jogl-all-natives-windows-amd64.jar
20131109 13:32:07 <hija> isn't this the proper way to run a java class in windows?
20131109 13:34:27 <hija> why do I get an Exception in thread "main" java.lang.UnsatisfiedLinkError: jogamp.newt.driver.windows.ScreenDriver.getAdapterName0(I)Ljava/lang/String;
20131109 13:34:27 <hija> at jogamp.newt.driver.windows.ScreenDriver.getAdapterName0(Native Method
20131109 14:04:35 * hija (~petros@anon) Quit (Quit: hija)
20131109 14:06:25 * hija (~petros@anon) has joined #jogamp
20131109 14:21:58 * xranby (~xranby@anon) Quit (Read error: Operation timed out)
20131109 14:22:22 <sgothel> @Hija: Don't add the native jar files to CP
20131109 14:22:42 <sgothel> however .. the error is not expected .. hmm
20131109 14:23:24 <sgothel> run w/ all debug props enabled .. save log file .. and let us see (file/web server)
20131109 14:24:52 <hija> same thing even with java -classpath .;swt.win64.jar;jogl-all.jar;gluegen-rt.jar NewtSashTest
20131109 14:25:29 <hija> i'm on a mac with parallels in win 7 64 and JVM 64
20131109 14:25:33 <sgothel> as if method is n/a ..
20131109 14:25:56 <hija> device manager states my screen as
20131109 14:26:06 <sgothel> pls check . the debug logs (all props enabled .. see wiki/faq/bug)
20131109 14:26:25 <hija> generic non-pnp monitor
20131109 14:26:27 <hija> will do
20131109 14:27:28 <sgothel> set D_ARGS="-Djogamp.debug=all" "-Djogl.debug=all" "-Dnewt.debug=all" "-Dnativewindow.debug=all"
20131109 14:27:48 <sgothel> java %D_ARGS% ..
20131109 14:28:30 <sgothel> do a redir .. 'java .. > java-win.log 2>&1
20131109 14:28:30 <sgothel> '
20131109 14:29:32 <sgothel> newt.dll should have been loaded from newt-natives-windows-amd64.jar
20131109 14:29:32 <sgothel> (win64)
20131109 14:35:32 <hija> done
20131109 14:36:40 * xranby (~xranby@anon) has joined #jogamp
20131109 14:36:41 <hija> NativeLibrary.findLibrary(<newt>) (TempJarCache): C:\Users\petros\AppData\Local\Temp\jogamp_0000\file_cache\jln8827725370228801555\jln2633067590837553341\newt.dll
20131109 14:36:42 <hija> JNILibLoaderBase: loadLibraryInternal(newt), TempJarCache: C:\Users\petros\AppData\Local\Temp\jogamp_0000\file_cache\jln8827725370228801555\jln2633067590837553341\newt.dll
20131109 14:36:43 <hija> JNILibLoaderBase: System.load(C:\Users\petros\AppData\Local\Temp\jogamp_0000\file_cache\jln8827725370228801555\jln2633067590837553341\newt.dll) - mode 2
20131109 14:36:45 <hija> JNILibLoaderBase: loadLibraryInternal(newt): OK - mode 2
20131109 14:36:46 <hija> JNILibLoaderBase: Loaded Native Library: newt
20131109 14:36:46 <hija> JNILibLoaderBase: loaded newt
20131109 14:37:29 <hija> Display.setEDTUtil(default): null -> null
20131109 14:37:30 <hija> Display.createNative(.windows_nil-1) Create EDTUtil: jogamp.newt.DefaultEDTUtil
20131109 14:37:31 <hija> Display.create() NEW: NEWT-Display[.windows_nil-1, excl false, refCount 0, hasEDT true, edtRunning false, null] main
20131109 14:37:32 <hija> Warning: Failed to find class <jogamp.newt.driver.windows.ScreenDriver>: jogamp.newt.driver.windows.ScreenDriver.dumpMonitorInfo0()V
20131109 14:37:33 <hija> java.lang.UnsatisfiedLinkError: jogamp.newt.driver.windows.ScreenDriver.dumpMonitorInfo0()V
20131109 14:38:03 <sgothel> oh .. maybe we do miss that native methods ? ooops .. have to check code - pls file bug report, thx!
20131109 14:38:45 <hija> but your builds work on win which means its my hardware?
20131109 14:57:20 <hija> is jvm64 supported?
20131109 15:04:21 <sgothel> whats that (back from eating)
20131109 15:04:33 <sgothel> jvm 64bit ? sure
20131109 15:29:00 <hija> done
20131109 15:30:35 * hija (~petros@anon) Quit (Quit: hija)
20131109 15:34:27 * hija (~petros@anon) has joined #jogamp
20131109 17:22:51 <sgothel> http://www.youtube.com/watch?v=lP3N_nUcilI <- Surveillance Camera Man .. hilarious :)
20131109 17:23:17 <sgothel> @Hija - you solved the problem ? what was it ?
20131109 17:45:55 <hija> you mean the windows bug?
20131109 17:45:56 <hija> no
20131109 17:46:13 <hija> i started setting up a linux environment to test
20131109 17:51:26 <hija> I have a feeling the reason the windows bug is because of my hardware setup
20131109 17:51:39 <hija> might have to try and find drivers for my screen
20131109 18:21:25 <hija> any more pointers?
20131109 18:24:15 <sgothel> I am still puzzled that our JNI method seems to be not found or linked from newt.dll
20131109 18:24:56 <sgothel> Java_jogamp_newt_driver_windows_ScreenDriver_dumpMonitorInfo0 is avail in newt.dll
20131109 18:25:41 <sgothel> since it uses std win32 GDI method .. it should work regardless of your drivers IMHO
20131109 19:26:42 <hija> ahah
20131109 19:26:48 <hija> my build breaks linux
20131109 19:26:56 <hija> test
20131109 19:36:06 <hija> that is, the master branch build, without my bug fix
20131109 19:47:24 <hija> ok so I replaced jogl-all and gluegen-all on win and did not get the error...
20131109 19:48:12 <hija> replaced with the latest aggregated autobuild
20131109 19:51:10 <hija> yeap, confirmed, bug 900 is only with the "latest stable version"
20131109 19:54:11 <hija> i just realized that the "latest aggregated autobuild" was from http://jogamp.org/wiki/index.php/Downloading_and_installing_JOGL
20131109 19:54:26 <hija> that is: the 13-Mar-2013 20:19 CET autobuild
20131109 19:56:53 * hharrison (~chatzilla@anon) has joined #jogamp
20131109 22:00:04 * monsieur_max (~maxime@anon) Quit (Ping timeout: 240 seconds)
20131109 22:16:11 * monsieur_max (~maxime@anon) has joined #jogamp
20131109 23:26:47 * monsieur_max (~maxime@anon) has left #jogamp
20131109 23:49:40 * xranby (~xranby@anon) Quit (Read error: Operation timed out)
20131109 23:52:02 * xranby (~xranby@anon) has joined #jogamp
20131110 00:26:12 * hharrison (~chatzilla@anon) Quit (Remote host closed the connection)
20131110 01:08:41 * xranby (~xranby@anon) Quit (Ping timeout: 272 seconds)
20131110 01:25:07 * xranby (~xranby@anon) has joined #jogamp
20131110 01:32:38 * hija (~petros@anon) Quit (Ping timeout: 264 seconds)
20131110 02:03:37 * xranby (~xranby@anon) Quit (Ping timeout: 244 seconds)
20131110 02:16:59 * xranby (~xranby@anon) has joined #jogamp
20131110 02:43:55 * xranby (~xranby@anon) Quit (Ping timeout: 244 seconds)
20131110 02:49:06 * xranby (~xranby@anon) has joined #jogamp
20131110 05:05:53 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20131110050553.html