Early Access Alpha
Application Details:
Version: | Alpha |
License: | Retail |
URL: | https://www.kleientertainment.... |
Votes: | 0 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 2.19-staging |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
All! From install over Steam till playing the game.
What does not
Workarounds
What was not tested
Some ingame configurations over the menu.
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Nov 21 2017 | 2.19-staging | Yes | Yes | No | Platinum | lahtis | |
Current | Linux Mint 18.2 "Sonya" x86_64 | Oct 28 2017 | 2.19-staging | Yes | Yes | No | Platinum | SoulEvan | |
Show | Ubuntu 17.10 "Artful" amd64 (+variants like Kubuntu) | Oct 26 2017 | 2.19-staging | Yes | Yes | Yes | Gold | Oded Arbel | |
Show | Debian GNU/Linux Unstable "Sid" x86_64 | Jul 22 2017 | 2.12-staging | Yes | Yes | No | Gold | Amos Jeffries | |
Show | Debian GNU/Linux Unstable "Sid" x86_64 | Jun 17 2017 | 2.10-staging | Yes | Yes | No | Bronze | Amos Jeffries |
Hi all,
In order to get it to work I compiled the wine using the instructions at https://wiki.winehq.org/Buildi... and the head of repo at https://github.com/wine-compho... but first applying the very simple patch...
diff --git a/dlls/wined3d/device.c b/dlls/wined3d/device.c
index 642ede8..fdf4582 100644
--- a/dlls/wined3d/device.c
+++ b/dlls/wined3d/device.c
@@ -4116,7 +4116,6 @@ void CDECL wined3d_device_copy_resource(struct wined3d_device *device,
WARN("Resource formats (%s / %s) don't match.\n",
debug_d3dformat(dst_resource->format->id),
debug_d3dformat(src_resource->format->id));
- return;
}
if (dst_resource->type == WINED3D_RTYPE_BUFFER)
@@ -4186,7 +4185,6 @@ HRESULT CDECL wined3d_device_copy_sub_resource_region(struct wined3d_device *dev
WARN("Resource formats (%s / %s) don't match.\n",
debug_d3dformat(dst_resource->format->id),
debug_d3dformat(src_resource->format->id));
- return WINED3DERR_INVALIDCALL;
}
if (dst_resource->type == WINED3D_RTYPE_BUFFER)
From there install steam and ONI as per usual.
Comments for this application have been disabled because there are no maintainers.