dan200 / Redirection

A puzzle game
GNU General Public License v3.0
52 stars 9 forks source link

Startup crash "Framebuffer unsupported" #38

Closed felixrindt closed 9 years ago

felixrindt commented 9 years ago

Game crashes on startup when using integrated Intel Graphics chip. Doesn't happen when using ATI graphics chip. I have a laptop and a programm to choose which one to use an it only happens when using the "Intel(R) Graphics Media Accelerator HD" chip.

Logging to C:\Users\Felix\AppData\Roaming\Redirection\logs\2014-11-01T20-59-26.txt Redirection 0.6.4 Developed by Daniel Ratcliffe (dratcliffe@gmail.com) SDL version: 2.0.3 Platform: Windows (Windows) Steamworks not requested Found mod mods/Steve's Direction 1-6-0.zip (Steve's Direction) Found mod mods/UltimateTutorial.zip (redirectiongame.com) Trying to use language de_DE Using language de (German) Creating window sized 845x480 Loaded level levels/empty.level Game crashed with Dan200.Core.Main.OpenGLException: Error creating framebuffer: FramebufferUnsupported bei Dan200.Core.Render.RenderTexture..ctor(Int32 width, Int32 height, Boolean filter) bei Dan200.Game.Game.Game.Load() bei Dan200.Game.Game.Game..ctor() bei Dan200.Core.Main.App.Run[TGame](GameInfo info, String[] args) Game shutdown

dan200 commented 9 years ago

It's possible your integrated graphics card just doesn't support the format the game uses. Not a lot I can do about that.