You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Note that the winhttp dll included with the game has to be replaced with its 32-bit counterpart removed for the game to be entirely 32 bit.)
I thought that perhaps since the loading screen of this game didn't have a web browser, we might have more luck with Audiosurf (#84)'s sequel.
After approximately 15 seconds of loading, Audiosurf 2 gets stuck on a window of size 112x27. With "show window [immediately]" turned on, the window is a white screen. Otherwise nothing shows up. There are a couple of dlls loaded after this window is created, then everything stops.
Here's the last couple lines of the log with OpenGL:
The Vulkan issue is when booting with Vulkan a window appears saying this: 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'm aware that Vulkan doesn't work so feel free to ignore this part of the issue, but I was wondering if this particular error was my fault.
The end of the log for Vulkan looks like:
openat: dirfd=-100 name=/opt/wine/lib/wine/mscorlib.dll.dll flags=8800 result=fffffffe
openat: dirfd=-100 name=/opt/wine/lib/wine/mscorlib.dll.dll.so flags=8000 result=fffffffe
boxeddrv_ImeInquire not implemented
openat: dirfd=-100 name=/opt/wine/lib/wine/d3d11.so flags=88000 result=fffffffe
openat: dirfd=-100 name=/opt/wine/lib/wine/dxgi.so flags=88000 result=fffffffe
openat: dirfd=-100 name=/opt/wine/lib/wine/wined3d.so flags=88000 result=fffffffe
0024:err:winediag:wined3d_dll_init Using the Vulkan renderer.
openat: dirfd=-100 name=/opt/wine/lib/wine/comctl32.so flags=88000 result=fffffffe
openat: dirfd=-100 name=/opt/wine/lib/wine/uxtheme.so flags=88000 result=fffffffe
boxeddrv_SetWindowStyle not implemented
boxeddrv_SetWindowStyle not implemented
boxeddrv_SetWindowStyle not implemented
boxeddrv_SetWindowStyle not implemented
boxeddrv_SetWindowStyle not implemented
boxeddrv_ClipCursor not implemented
The text was updated successfully, but these errors were encountered:
mscorlib.dll is a DotNet library. I haven't had much luck with DotNet yet. It is definitely on my list of things to do since it being a JIT, it would really exercise my cpu emulation.
(Note that the winhttp dll included with the game has to be
replaced with its 32-bit counterpartremoved for the game to be entirely 32 bit.)I thought that perhaps since the loading screen of this game didn't have a web browser, we might have more luck with Audiosurf (#84)'s sequel.
After approximately 15 seconds of loading, Audiosurf 2 gets stuck on a window of size 112x27. With "show window [immediately]" turned on, the window is a white screen. Otherwise nothing shows up. There are a couple of dlls loaded after this window is created, then everything stops.
Here's the last couple lines of the log with OpenGL:
OpenGL log
The Vulkan issue is when booting with Vulkan a window appears saying this:
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'm aware that Vulkan doesn't work so feel free to ignore this part of the issue, but I was wondering if this particular error was my fault.The end of the log for Vulkan looks like:
The text was updated successfully, but these errors were encountered: