Posts for capitaineflam25

Experienced Forum User
Joined: 10/6/2014
Posts: 4
Location: France
Maybe the issue is driver dependant: I've made a test on 2 computers: on the first one (Win 7 x32) with an integrated intel video card, it runs fine on 32b in 16b here is the crash i get:
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[])
On the 2nd one (Win 7 x64) with a GeForce card, it runs fine on 32b depth, when switching to 16b i got no crash but the Bizhawk windows never shows, but the exe is visible on the task manager
Experienced Forum User
Joined: 10/6/2014
Posts: 4
Location: France
Hi, I've noticed something: Bizhawk crashes at startup if screen is not set to 32bits colors. Maybe color depth is not ok for people noticing issues at startup even if they have OpenGL 2.0 at least. Regards
Experienced Forum User
Joined: 10/6/2014
Posts: 4
Location: France
Thanks for the autohotkey advice, i will take a look at it. r7948 has been fixed and it works as intendeed, what a great dev team !
Post subject: Exit BizHawk with joystick key
Experienced Forum User
Joined: 10/6/2014
Posts: 4
Location: France
Hi, I'm using BizHawk un a MameCab and i was wondering if it would ne possible to allow exiting BizHawk with a custom key/Burton rather than ALT+F4 Regards