Search found 6 matches

by aJax
Thu Apr 21, 2022 11:16 am
Forum: Development of Ren'Py
Topic: directx not available due to SDL_VIDEODRIVER environment variable
Replies: 1
Views: 2264

directx not available due to SDL_VIDEODRIVER environment variable

Hi, I had a bug I was able to solve. I would like to share the solution in case somebody also has it. For some reasons I had the system environment variable SDL_VIDEODRIVER set to 'directx'. This is probably due to a previous installation of pygame. This made renpy crash (see below). The solution is...
by aJax
Mon Sep 02, 2019 10:09 am
Forum: Ren'Py Questions and Announcements
Topic: directx error
Replies: 6
Views: 1551

Re: directx error

Just get a new computer and had the bug again. It is due to pygame rather than renpy itself.

The fix is here: https://stackoverflow.com/questions/299 ... -windows-7

It worked well on my windows 10 install.
by aJax
Mon Mar 26, 2018 11:57 am
Forum: Ren'Py Questions and Announcements
Topic: directx error
Replies: 6
Views: 1551

Re: directx error

PyTom wrote: Fri Mar 23, 2018 1:21 am No clue from this, other than maybe try downloading and unpacking Ren'Py again?
Did it already. I guess I'll just use another computer. Thanks for your replies.
by aJax
Thu Mar 22, 2018 8:36 am
Forum: Ren'Py Questions and Announcements
Topic: directx error
Replies: 6
Views: 1551

Re: directx error

In case it helps, here is the log file Tue Mar 20 14:01:18 2018 Windows-7-6.1.7601-SP1 Ren'Py 6.99.14.1.3218 Bootstrap to the start of init.init took 0.07s Early init took 0.01s Loader init took 0.04s Loading error handling took 0.12s Loading script took 2.36s Loading save slot metadata. took 0.06s ...
by aJax
Tue Mar 20, 2018 9:04 am
Forum: Ren'Py Questions and Announcements
Topic: directx error
Replies: 6
Views: 1551

Re: directx error

Anyone? Need more information?

Thanks
by aJax
Mon Feb 19, 2018 9:32 am
Forum: Ren'Py Questions and Announcements
Topic: directx error
Replies: 6
Views: 1551

directx error

I am trying to run renpy.exe on win 7. I got the following error: I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00start.rpy", line 198, in script call call _gl_test File "renpy/common/00gltest.rpy", line 441, in script $ __gl_test() Fi...