#jogamp @ irc.freenode.net - 20160225 05:05:30 (UTC)


20160225 05:05:30 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20160224050530.html
20160225 05:05:30 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20160225050530.html
20160225 07:00:37 * jvanek (jvanek@anon) has joined #jogamp
20160225 07:28:45 * elect (~GBarbieri@anon) has joined #jogamp
20160225 08:22:11 * monsieur_max (~maxime@anon) has joined #jogamp
20160225 08:37:21 * zubzub_ (~zubzub@anon) has joined #jogamp
20160225 08:37:21 * zubzub_ (~zubzub@anon) Quit (Client Quit)
20160225 13:37:02 * APXEOLOG (5bd77b0c@anon) has joined #jogamp
20160225 13:38:10 <APXEOLOG> Hello guys, i have a problem. When i launch jogl version applet it shows my Intel HD 3000 and OpenGL 3.1. But when i launch test.bat from jogl latest release pack, it shows GDI Renderer and OpenGL 1.1
20160225 13:38:21 <APXEOLOG> Can you tell my why this is happening?
20160225 13:43:17 <elect> I guess it depends by the context you are quering
20160225 13:50:45 <APXEOLOG> but...
20160225 13:50:57 <APXEOLOG> it's jogl default tests
20160225 13:51:30 <APXEOLOG> can you please guide me how to choose properly? i've just faced this error in one jogl-based game and trying to solve it
20160225 13:56:39 <elect> can you link it where you are referring to?
20160225 13:59:34 <APXEOLOG> https://github.com/sgothel/jogl/blob/master/src/jogl/classes/jogamp/opengl/awt/VersionApplet.java#L34 - this one works perfectly
20160225 13:59:45 <APXEOLOG> https://github.com/sgothel/jogl/blob/master/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java#L1026 - this one shows bad renderer
20160225 14:01:25 <APXEOLOG> I looks like GLProfile.getDefault() return bad renderer in jar case but good one in applet case
20160225 14:01:34 <APXEOLOG> this is killing me :(
20160225 14:02:48 <elect> try to force it
20160225 14:03:07 <monsieur_max> typical italian
20160225 14:03:12 <elect> <3
20160225 14:03:19 <elect> it's da way
20160225 14:03:25 <elect> do like here
20160225 14:03:25 <elect> https://github.com/sgothel/jogl/blob/master/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java#L1067
20160225 14:03:38 <monsieur_max> elect, wanna have a beta key to beta test the game ?
20160225 14:03:42 <elect> type GLProfile.GL3
20160225 14:04:15 <elect> yeah, thanks so I can pirat.. oh wait, so I can play it I mean
20160225 14:04:27 <APXEOLOG> javax.media.opengl.GLException: Profile GL4ES3 is not available on null, but: [GLProfile[GL2ES1/GL2.sw], GLProfile[GL2ES2/GL2.sw], GLProfile[GL2/GL2.sw], GLProfile[GL2/GL2.sw], GLProfile[GL2GL3/GL2.sw]]
20160225 14:04:40 <elect> try GL3
20160225 14:04:47 <elect> ah wait
20160225 14:04:53 <elect> those are old locations
20160225 14:05:00 <elect> gl objects have been moved
20160225 14:05:13 <elect> remove those import and import the new ones
20160225 14:05:23 <elect> your IDE should automatically suggest you them
20160225 14:06:10 <APXEOLOG> Hmm. What do you mean? The app itself use jogl 2.1.2
20160225 14:07:06 <elect> update jogl first
20160225 14:07:15 <elect> 2.3.2 is the last one
20160225 14:07:22 <elect> and you will see
20160225 14:07:32 <elect> anyway, probabily I misunderstood
20160225 14:07:36 <elect> but you should update anyway
20160225 14:07:38 <elect> :)
20160225 14:07:39 <APXEOLOG> kk
20160225 14:10:45 <APXEOLOG> ooooh
20160225 14:10:54 <APXEOLOG> i have billion errors now
20160225 14:11:15 <APXEOLOG> maybe we can find possible solution without updating?
20160225 14:12:24 <elect> ok
20160225 14:12:25 <elect> revert
20160225 14:12:33 <monsieur_max> eject
20160225 14:12:45 <elect> !
20160225 14:12:55 <elect> baguette
20160225 14:13:10 <elect> type like here https://github.com/sgothel/jogl/blob/master/src/newt/classes/com/jogamp/newt/opengl/GLWindow.java#L1069
20160225 14:14:11 * Eclesia (~husky@anon) has joined #jogamp
20160225 14:15:35 <Eclesia> hi
20160225 14:17:16 <elect> hi
20160225 14:17:18 <APXEOLOG> it doesn't work too >_> i think i'd better migrate to last version
20160225 14:17:25 <elect> <.<
20160225 14:17:27 <elect> man
20160225 14:17:31 <APXEOLOG> what's a replacement for GLCanvas?
20160225 14:17:40 <elect> itself
20160225 14:17:53 <elect> I think the revert went wrong
20160225 14:18:03 <APXEOLOG> what difference between awt and swt packages?
20160225 14:18:35 <APXEOLOG> com.jogamp.opengl.util.awt.Screenshot <- this was used too :(
20160225 14:19:01 <elect> I cant really answer the awt/swt
20160225 14:19:14 <Eclesia> awt,swing,swt,gwt,javafx,qtjambi <-- all different widget toolkit, don't mix them
20160225 14:19:40 <monsieur_max> no fun :(
20160225 14:20:24 <elect> anyway you really need applet?
20160225 14:20:30 <elect> because they are kind of dated
20160225 14:21:20 <APXEOLOG> i need jar
20160225 14:21:25 <APXEOLOG> but it shows wrong renderer
20160225 14:21:30 <APXEOLOG> while applet shows right
20160225 14:21:36 <APXEOLOG> i'm trying to understand why
20160225 14:22:06 <elect> did you try to type GL3?
20160225 14:22:11 <APXEOLOG> yea
20160225 14:22:26 <APXEOLOG> javax.media.opengl.GLException: Profile GL3 is not available on null, but: [GLProfile[GL2ES1/GL2.sw], GLProfile[GL2ES2/GL2.sw], GLProfile[GL2/GL2.sw], GLProfile[GL2/GL2.sw], GLProfile[GL2GL3/GL2.sw]]
20160225 14:22:37 <rmk0> adding -Djogl.debug=all may help
20160225 14:22:47 <rmk0> produces a lot of output that will suggest why one context is picked over another
20160225 14:24:01 <elect> hint, paste it here http://pastebin.com/
20160225 14:24:21 <APXEOLOG> http://pastebin.com/F6Qu3xvJ - this looks like my cards doesn't support gl3 right?
20160225 14:24:37 <APXEOLOG> even before choosing context
20160225 14:25:23 <APXEOLOG> http://pastebin.com/7qbVYvU7 - but this one generated by applet version
20160225 14:26:38 <APXEOLOG> http://pastebin.com/XQXMe3R9 - very long full long
20160225 14:28:18 <elect> weird
20160225 14:29:28 <elect> if the others can't help you, consider opening a thread on jogl forums or a question on stackoverflow
20160225 14:30:31 <rmk0> would suggest filing a bug for this
20160225 14:30:48 <rmk0> windows 10 + java 8 is probably a fairly new and untested combination
20160225 14:31:45 <rmk0> it looks like it's falling back to software rendering
20160225 14:32:14 <APXEOLOG> :(
20160225 14:32:55 <rmk0> the fact that this happens on one of the existing test cases is less likely to upset sven :D
20160225 14:45:10 <monsieur_max> so... it has come to this.
20160225 14:45:31 <APXEOLOG> i'm migrating to the latest version
20160225 14:45:39 <APXEOLOG> and now i get this in the runtime
20160225 14:45:40 <APXEOLOG> Catched SecurityException: no certificate for jogamp/nativetag/common/windows/amd64/TAG.class
20160225 14:45:57 <APXEOLOG> while trying to load natives for gluegen
20160225 14:45:58 <APXEOLOG> :(
20160225 14:48:29 <elect> this may have to do with the security certificate expiration
20160225 14:48:46 <elect> http://forum.jogamp.org/code-signing-cert-expired-td4036295.html
20160225 14:49:58 <APXEOLOG> Omg, problems everywhere >_>
20160225 15:01:43 <monsieur_max> you mean : FUN
20160225 15:03:04 <APXEOLOG> not fun at all
20160225 15:04:13 <elect> :D
20160225 15:04:28 <APXEOLOG> awwwww
20160225 15:05:14 <elect> I feel you
20160225 15:05:16 <elect> seriously
20160225 15:05:19 <elect> ^^
20160225 15:05:41 <elect> anyway, what do you need it for?
20160225 15:06:28 <APXEOLOG> my descret video card broke today and i cannot play http://www.havenandhearth.com/portal/
20160225 15:06:48 <APXEOLOG> trying to fix it to work with my integrated one
20160225 15:07:22 <elect> if you dont need anything powerful, you can buy a cheap descret one
20160225 15:07:36 <elect> even an used one, if you dont have problems with that
20160225 15:08:58 <APXEOLOG> the problem is that i have a laptop
20160225 15:09:15 <APXEOLOG> cannot just buy new video chip for it >_>
20160225 15:09:36 <elect> so the discret of the laptop?
20160225 15:09:40 <elect> and rest still work?
20160225 15:10:56 <APXEOLOG> yep
20160225 15:11:40 <elect> you lucky
20160225 15:12:08 <elect> is it yet in warranty?
20160225 15:12:47 <APXEOLOG> nope
20160225 15:12:54 <APXEOLOG> it's like 6 years old
20160225 15:27:05 * jvanek (jvanek@anon) Quit (Quit: Leaving)
20160225 15:29:08 <elect> buying an new used laptop is not an option?
20160225 15:33:12 <Eclesia> use directx :D
20160225 15:33:33 <APXEOLOG> >_>
20160225 15:37:45 <rmk0> the HD 3000 can definitely support 3.3
20160225 15:37:56 <rmk0> it's not even that slow as these things go... is what i'm using right now
20160225 15:38:29 <rmk0> is about equivalent to a low/mid range discrete card from about five years ago
20160225 16:07:57 * APXEOLOG (5bd77b0c@anon) Quit (Quit: Page closed)
20160225 16:52:07 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20160225 17:13:57 * Eclesia (~husky@anon) has left #jogamp
20160225 17:22:51 * elect (~GBarbieri@anon) Quit (Ping timeout: 276 seconds)
20160225 17:24:42 * elect (~GBarbieri@anon) has joined #jogamp
20160225 17:29:31 * monsieur_max (~maxime@anon) has joined #jogamp
20160225 18:22:51 * elect (~GBarbieri@anon) Quit (Ping timeout: 244 seconds)