iondc
iondc
just made a github account to say this i did a temporary fix. go to bin/driver-proxy/src/driver/hmd.rs go to around line 131 it should say `let inverse = self.lens.matrix_needs_inversion()?;` i commented...
i can say for a fact proton is working. i wrote a very barebones c program that opens a win32 message box: ``` #include #include int main(int argc, char **argv){...
i just tried that, it didnt change anything. but i saw some comments about missing dlls from #33 so i copied vkd3d-1.dll and vkd3d-shader-1.dll over from another prefix into drive_c/windows/system32...
i think opencv_world needed those. was definitely something wrong with the prefix
im kinda tempted to write a simple script that can tell if its missing dlls and download them, and maybe get the error handler that shows the message to run...