Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (290)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  [JAVA] [LWJGL] [OPENGL] Fatal Exception Occurs on startup.  (Read 875 times)
0 Members and 1 Guest are viewing this topic.
Offline jca2323

JGO Visitor




« Posted 2012-01-20 03:46:03 »

Stack: [0x00000000022a0000,0x00000000023a0000],  sp=0x000000000239f180,  free space=1020k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ig4icd64.dll+0x3ee1f]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  org.lwjgl.opengl.WindowsContextImplementation.nMakeCurrent(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;)V+0
j  org.lwjgl.opengl.WindowsContextImplementation.makeCurrent(Lorg/lwjgl/opengl/PeerInfo;Ljava/nio/ByteBuffer;)V+7
j  org.lwjgl.opengl.ContextGL.makeCurrent()V+46
j  org.lwjgl.opengl.DrawableGL.makeCurrent()V+14
j  org.lwjgl.opengl.Display.makeCurrent()V+3
j  org.lwjgl.opengl.Display.makeCurrentAndSetSwapInterval()V+0
j  org.lwjgl.opengl.Display.setDisplayMode(Lorg/lwjgl/opengl/DisplayMode;)V+70
j  org.lwjgl.util.Display.setDisplayMode([Lorg/lwjgl/opengl/DisplayMode;[Ljava/lang/String;)Lorg/lwjgl/opengl/DisplayMode;+120
j  com.jca2323.BlockWarz.GameMenu.setDisplayMode()Z+98
j  com.jca2323.BlockWarz.GameMenu.init()V+1
j  com.jca2323.BlockWarz.Client.BlockWarzGame.init()V+93
j  com.jca2323.BlockWarz.Client.BlockWarzGame.<init>(ZLjava/lang/String;Ljava/lang/String;)V+53
j  com.jca2323.BlockWarz.Main.main([Ljava/lang/String;)V+60
v  ~StubRoutines::call_stub

Offline theagentd
« Reply #1 - Posted 2012-01-20 04:48:32 »

My professional guess is that you're doing something wrong. =P Post the Java code too or we won't have any idea why it failed.

Myomyomyo.
Offline ra4king

JGO Kernel


Medals: 264
Projects: 2


I'm the King!


« Reply #2 - Posted 2012-01-20 04:50:47 »

I need code for GameMenu.setDisplayMode(), OS version, Java version, and LWJGL version. I will also need to know any LWJGL methods you call before calling Display.setDisplayMode(...)

Games published by our own members! Check 'em out!
Try the Free Demo of Droid Assault
Offline princec
« League of Dukes »

JGO Kernel


Medals: 195
Projects: 3


Eh? Who? What? ... Me?


« Reply #3 - Posted 2012-01-20 09:59:53 »

My professional guess is that your shitty Intel drivers are broken and if you're lucky you'll be able to find some updated video drivers that work. Otherwise you'll probably be out of luck.

Cas Smiley

Offline endolf
« League of Dukes »

JGO Coder


Medals: 4
Projects: 1


Current project release date: sometime in 3003


« Reply #4 - Posted 2012-01-20 10:16:06 »

My professional guess is that your shitty Intel drivers are broken and if you're lucky you'll be able to find some updated video drivers that work. Otherwise you'll probably be out of luck.

Cas Smiley
That's right, break the news gently Smiley

Offline gouessej

JGO Ninja


Medals: 33
Projects: 1


TUER


« Reply #5 - Posted 2012-01-20 10:23:53 »

Activate the debug. Maybe another OpenGL call uses something invalid but the error is only reporter when you try to make current the OpenGL context. Anyway, I fear princec is right. Sorry, Intel hardware is a real nightmare for game programmers, even cheap very low end ATI and NVIDIA graphics chips work better.

Edit.: Please set the org.lwjgl.Sys.debug property to true. princec, is it the good one?

Offline theagentd
« Reply #6 - Posted 2012-01-20 16:40:34 »

My professional guess is that your shitty Intel drivers are broken and if you're lucky you'll be able to find some updated video drivers that work. Otherwise you'll probably be out of luck.

Cas Smiley
Activate the debug. Maybe another OpenGL call uses something invalid but the error is only reporter when you try to make current the OpenGL context. Anyway, I fear princec is right. Sorry, Intel hardware is a real nightmare for game programmers, even cheap very low end ATI and NVIDIA graphics chips work better.

Edit.: Please set the org.lwjgl.Sys.debug property to true. princec, is it the good one?
And where did he say he had an Intel card? The only words he's written are "Fatal Exception Occurs on startup"... >_>

Myomyomyo.
Offline Riven
« League of Dukes »

JGO Overlord


Medals: 437
Projects: 4


Hand over your head.


« Reply #7 - Posted 2012-01-20 16:52:25 »

And where did he say he had an Intel card? The only words he's written are "Fatal Exception Occurs on startup"... >_>

Here:
1  
C  [ig4icd64.dll+0x3ee1f]

 Kiss

Hi, appreciate more people! Σ ♥ = ¾
Learn how to award medals... and work your way up the social rankings
Projects: Revenge of the Titans, Titan Attacks, Droid Assault, and Ultratron
Offline theagentd
« Reply #8 - Posted 2012-01-20 16:55:17 »

I see. Well, that's clever I guess. I guess you guys read up on driver file names before going to bed in the same way that I read manga or watch anime...

Myomyomyo.
Offline endolf
« League of Dukes »

JGO Coder


Medals: 4
Projects: 1


Current project release date: sometime in 3003


« Reply #9 - Posted 2012-01-20 16:59:02 »

Or have just seen that driver in error logs so many times that we are warped and twisted by it's very presence.

Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline princec
« League of Dukes »

JGO Kernel


Medals: 195
Projects: 3


Eh? Who? What? ... Me?


« Reply #10 - Posted 2012-01-20 20:30:57 »

I unfortunately have to deal with literally hundreds of these Smiley I think I've seen them all now.

Cas Smiley

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (63 views)
2013-05-17 21:29:12

alaslipknot (72 views)
2013-05-16 21:24:48

gouessej (103 views)
2013-05-16 00:53:38

gouessej (100 views)
2013-05-16 00:17:58

theagentd (110 views)
2013-05-15 15:01:13

theagentd (100 views)
2013-05-15 15:00:54

StreetDoggy (145 views)
2013-05-14 15:56:26

kutucuk (168 views)
2013-05-12 17:10:36

kutucuk (167 views)
2013-05-12 15:36:09

UnluckyDevil (176 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.099 seconds with 20 queries.