divyang4481 / bizhawk

Automatically exported from code.google.com/p/bizhawk
0 stars 0 forks source link

App is crashing when screen depth is not set to 32 bits color #291

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Of course you just have to know it since it works great when you switch to 32b 
colors.

If there is a way to test the color depth to show a comprehensive message to 
the end user it could be interesting.

Original issue reported on code.google.com by baptiste...@gmail.com on 16 Oct 2014 at 3:34

GoogleCodeExporter commented 9 years ago
Here is the crash log:

Application : EmuHawk.exe
Version du Framework : v4.0.30319
Description : le processus a été arrêté en raison d'une exception non 
gérée.
Informations sur l'exception : System.AccessViolationException
Pile :
   à OpenTK.Graphics.OpenGL.GL.CreateShader(OpenTK.Graphics.OpenGL.ShaderType)
   à BizHawk.Bizware.BizwareGL.Drivers.OpenTK.IGL_TK.CreateShader(OpenTK.Graphics.OpenGL.ShaderType, System.String, Boolean)
   à BizHawk.Bizware.BizwareGL.Drivers.OpenTK.IGL_TK.CreateVertexShader(System.String, Boolean)
   à BizHawk.Bizware.BizwareGL.GuiRenderer..ctor(BizHawk.Bizware.BizwareGL.IGL)
   à BizHawk.Client.EmuHawk.DisplayManager..ctor(BizHawk.Client.EmuHawk.PresentationPanel)
   à BizHawk.Client.EmuHawk.MainForm..ctor(System.String[])
   à BizHawk.Client.EmuHawk.Program.SubMain(System.String[])
   à BizHawk.Client.EmuHawk.Program.Main(System.String[])

Original comment by baptiste...@gmail.com on 16 Oct 2014 at 4:47

GoogleCodeExporter commented 9 years ago
I was unable to recreate this error.  I tested this on my Windows 7 x64 SP1 
machine and against a VMware machine with 3D Acceleration enabled.  No problems 
in 32 or 16 bit color modes on either machine.

Original comment by hegyak on 17 Oct 2014 at 12:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here is where it crashes when switching my desktop to 32b colors (Win 7 64 with 
an NVIDIA Geforce 210) 

Original comment by baptiste...@gmail.com on 17 Oct 2014 at 5:47

Attachments:

GoogleCodeExporter commented 9 years ago
Your video driver is crashing. We can't possibly fix this. If you want to help 
future users, write which OS, GPU model, and driver version you're using.

Original comment by zero...@zeromus.org on 12 Nov 2014 at 12:13