If you change the Renderer to Angle2 Renderer does it change anything?
You must be registered to see the links
These are the classic renderers that were used from Ren'Py 6.13 to Ren'Py 7.4. These may not be available in 7.4 and later games that require model-based rendering.
- gl: OpenGL 2.0 or greater.
- angle: Windows, DirectX 9 or DirectX 11.
- gles: OpenGL ES 3.0.
These are model-based renderers present in Ren'Py 7.4 and later. These currently exist to enable new features, and are expected to become the default renderer in the future.
- gl2: OpenGL 2.0 or greater.
- angle2: Windows, DirectX 9 or DirectX 11.
- gles2: OpenGL ES 3.0.
Your
AMD Radeon R5 M230 is an entry-level DirectX 12
graphics card for laptops so it should handle DirectX 11.