#jogamp @ irc.freenode.net - 20140915 05:05:43 (UTC)


20140915 05:05:43 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20140914050543.html
20140915 05:05:43 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20140915050543.html
20140915 07:09:22 * monsieur_max (~maxime@anon) has joined #jogamp
20140915 07:59:10 * xranby (~xranby@anon) has joined #jogamp
20140915 07:59:10 * rmk0 (~rmk0@anon) has joined #jogamp
20140915 07:59:10 * [Mike] (~Mike]@anon) has joined #jogamp
20140915 08:00:09 * rmk0 is now known as Guest36819
20140915 08:48:32 * xranby (~xranby@anon) Quit (Ping timeout: 245 seconds)
20140915 08:59:23 * rmk0-alt (~rmk0@anon) Quit (Ping timeout: 272 seconds)
20140915 08:59:49 * rmk0-alt (~rmk0@anon) has joined #jogamp
20140915 09:03:35 * xranby (~xranby@anon) has joined #jogamp
20140915 09:04:40 * jvanek (jvanek@anon) has joined #jogamp
20140915 09:44:06 * rmk0-alt (~rmk0@anon) Quit (Ping timeout: 255 seconds)
20140915 09:44:22 * Guest36819 (~rmk0@anon) Quit (Ping timeout: 245 seconds)
20140915 09:59:17 * [Mike] (~Mike]@anon) Quit ()
20140915 10:05:15 * xranby (~xranby@anon) Quit (Ping timeout: 272 seconds)
20140915 10:18:31 * xranby (~xranby@anon) has joined #jogamp
20140915 10:50:51 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140915 10:53:54 * xranby (~xranby@anon) Quit (Read error: Connection reset by peer)
20140915 10:54:02 * xranby (~xranby@anon) has joined #jogamp
20140915 10:55:32 * monsieur_max (~maxime@anon) has joined #jogamp
20140915 11:54:27 * rmk0-alt (~rmk0@anon) has joined #jogamp
20140915 11:54:27 * rmk0-alt (~rmk0@anon) Quit (Changing host)
20140915 11:54:27 * rmk0-alt (~rmk0@anon) has joined #jogamp
20140915 11:59:19 * rmk0_ (~rmk0@anon) has joined #jogamp
20140915 11:59:37 * rmk0-alt_ (~rmk0@anon) has joined #jogamp
20140915 12:02:25 * rmk0-alt (~rmk0@anon) Quit (Ping timeout: 272 seconds)
20140915 12:10:33 * xranby (~xranby@anon) Quit (Quit: Leaving.)
20140915 12:10:49 * xranby (~xranby@anon) has joined #jogamp
20140915 12:22:40 * xranby (~xranby@anon) Quit (Quit: Leaving.)
20140915 12:22:48 * xranby (~xranby@anon) has joined #jogamp
20140915 12:26:37 * xranby (~xranby@anon) Quit (Client Quit)
20140915 12:26:50 * xranby (~xranby@anon) has joined #jogamp
20140915 12:47:34 * xranby (~xranby@anon) Quit (Read error: Connection reset by peer)
20140915 12:47:47 * xranby (~xranby@anon) has joined #jogamp
20140915 13:36:41 * xranby (~xranby@anon) Quit (Read error: Connection reset by peer)
20140915 13:36:55 * xranby (~xranby@anon) has joined #jogamp
20140915 15:16:40 * jvanek (jvanek@anon) Quit (Quit: Leaving)
20140915 15:29:10 <noxuma> Hello, Does anyone have issues changing to full screen after the NEWT window is created?
20140915 16:12:42 * xranby (~xranby@anon) Quit (Ping timeout: 245 seconds)
20140915 16:14:50 * xranby (~xranby@anon) has joined #jogamp
20140915 16:20:18 * [Mike] (~Mike]@anon) has joined #jogamp
20140915 16:23:32 * xranby (~xranby@anon) Quit (Ping timeout: 250 seconds)
20140915 16:24:53 * xranby (~xranby@anon) has joined #jogamp
20140915 16:46:39 <monsieur_max> noxuma: nope
20140915 16:46:52 <monsieur_max> noxuma: what are your issues ?
20140915 17:17:16 * xranby (~xranby@anon) Quit (Ping timeout: 250 seconds)
20140915 17:31:58 <noxuma> Whenever I try to change an open window from Windowed to Fullscreen, it locks up
20140915 17:32:11 <noxuma> it complains about having issues locking the surface
20140915 17:32:29 * xranby (~xranby@anon) has joined #jogamp
20140915 17:49:57 <sgothel> don't do it on the GLEventListener callbacks
20140915 17:50:08 <sgothel> (i.e. animator/display thread)
20140915 17:50:38 <sgothel> if triggering via those, do a 'new Thread() { public void run() { window.setFullscreen(true)' } }; '
20140915 17:50:49 <sgothel> look at our unit tests
20140915 21:02:14 * monsieur_max (~maxime@anon) Quit (Ping timeout: 255 seconds)
20140915 22:46:27 * xranby (~xranby@anon) Quit (Ping timeout: 245 seconds)
20140915 22:49:29 * xranby (~xranby@anon) has joined #jogamp
20140915 22:57:43 <noxuma> Same problem:
20140915 22:57:45 <noxuma> Exception in thread "Thread-58" java.lang.RuntimeException: java.lang.RuntimeException: Waited 5000ms for: <2887c30a, 2816c590>[count 328, qsz 0, owner <GL Thread - 0>] - <POK>
20140915 22:57:45 <noxuma> at jogamp.newt.DefaultEDTUtil.invokeImpl(DefaultEDTUtil.java:222)
20140915 22:57:45 <noxuma> at jogamp.newt.DefaultEDTUtil.invoke(DefaultEDTUtil.java:138)
20140915 22:57:45 <noxuma> at jogamp.newt.DisplayImpl.runOnEDTIfAvail(DisplayImpl.java:239)
20140915 22:57:45 <noxuma> at jogamp.newt.WindowImpl.runOnEDTIfAvail(WindowImpl.java:1755)
20140915 22:57:46 <noxuma> at jogamp.newt.WindowImpl.setAlwaysOnTop(WindowImpl.java:1519)
20140915 22:57:46 <noxuma> at com.jogamp.newt.opengl.GLWindow.setAlwaysOnTop(GLWindow.java:292)
20140915 22:57:47 <noxuma> at com.itsgames.gaming.devices.GraphicsDevice.GraphicsDevice.lambda$setFullMode$0(GraphicsDevice.java:1569)
20140915 22:57:47 <noxuma> at com.itsgames.gaming.devices.GraphicsDevice.GraphicsDevice$$Lambda$10/1638253715.run(Unknown Source)
20140915 22:57:48 <noxuma> at java.lang.Thread.run(Thread.java:745)
20140915 22:58:32 * xranby (~xranby@anon) Quit (Ping timeout: 272 seconds)
20140915 23:02:30 * xranby (~xranby@anon) has joined #jogamp
20140915 23:09:47 * noxuma (~markt@anon) has left #jogamp
20140916 03:55:44 * [Mike] (~Mike]@anon) Quit ()
20140916 04:03:27 * kermyt (~kermyt@anon) Quit (Ping timeout: 255 seconds)
20140916 04:07:29 * kermyt (~kermyt@anon) has joined #jogamp
20140916 04:25:20 * xranby (~xranby@anon) Quit (Ping timeout: 272 seconds)
20140916 04:38:23 * xranby (~xranby@anon) has joined #jogamp
20140916 04:56:28 * [Mike] (~Mike]@anon) has joined #jogamp
20140916 05:05:43 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20140916050543.html