kitao / pyxel

A retro game engine for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to create OpenGL context

dvarrel opened this issue · comments

hello,
my computer : windows 10 pro x64, i7 2600, video intel HD graphics

thread '<unnamed>' panicked at pyxel-platform\src\window.rs:47:13:    
Failed to create OpenGL context
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Traceback (most recent call last):
  File "p:/Diffusion/Nuit du code/test_pyxel.py", line 3, in <module> 
    pyxel.init(128, 128, title="Nuit du Code")
pyo3_runtime.PanicException: Failed to create OpenGL context

all drivers seems to be ok on my computer...

thanks

add a graphics card with solves the problem