[URGENT] VTube Studio crashed when launched

Questions about Wine on Linux
Locked
zeankundev
Level 1
Level 1
Posts: 5
Joined: Wed Aug 11, 2021 9:38 pm

[URGENT] VTube Studio crashed when launched

Post by zeankundev »

So I was trying to run VTube Studio but when launching it, there is an annoying error that pops up.

Code: Select all

Failed to initialize graphics.
Make sure you have DirectX 11 installed, have up to date
drivers for your graphics card and have not disabled
3D acceleration in display settings.
InitializeEngineGraphics failed
I have installed DirectX 11, but it on my overrides, updated my graphics card, enabled 3D acceleration.
Here is my output from glxinfo -B

Code: Select all

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel Open Source Technology Center (0x8086)
    Device: Mesa DRI Intel(R) HD Graphics (ILK) (0x46)
    Version: 21.2.6
    Accelerated: yes
    Video memory: 1536MB
    Unified memory: yes
    Preferred profile: compat (0x2)
    Max core profile version: 0.0
    Max compat profile version: 2.1
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 2.0
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics (ILK)
OpenGL version string: 2.1 Mesa 21.2.6
OpenGL shading language version string: 1.20

OpenGL ES profile version string: OpenGL ES 2.0 Mesa 21.2.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: [URGENT] VTube Studio crashed when launched

Post by jkfloris »

If I understand the output correctly, you have an Intel Ironlake GPU.
This chip has no support for DirectX 11 or Vulkan.

You could try to fake a different version with something like:

Code: Select all

MESA_GL_VERSION_OVERRIDE=4.0 wine program.exe
But I'm afraid your GPU is to old.
Locked