Release version on Steam. http://store.steampowered.com/...
Application Details:
Version: | Steam |
License: | Retail |
URL: | http://www.divinity.game/ |
Votes: | 0 |
Latest Rating: | Garbage |
Latest Wine Version Tested: | 4.9 |
Maintainers: About Maintainership
What works
I played until the end of the marshes, everything´s fine
What does not
starting via steam
the status boxesand the books are blacked out, except books you can skim through
Workarounds
You have to start via EoCApp.exe
What was not tested
longer gameplay
Hardware tested
Graphics:
Additional Comments
Tends to silver if you do not need the fluff in the books
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 18.04 "Bionic" amd64 (+variants like Kubuntu) | May 29 2019 | 4.9 | Yes | No | No | Garbage | Aaron Franke | |
Show | Arch Linux x86_64 | May 01 2019 | 4.7-staging | Yes | Yes | No | Silver | V. Bogdanov | |
Current | openSUSE Leap 42.3 x86_64 | Jan 03 2018 | 2.20-staging | Yes | Yes | Yes | Bronze | A.Tschesche | |
Show | Ubuntu 16.04 "Xenial" amd64 (+ variants like Kubuntu) | Oct 16 2017 | 2.19 | Yes | No | Yes | Garbage | Aaron Franke | |
Show | Arch Linux x86_64 | Oct 11 2017 | 2.18-staging | Yes | Yes | Yes | Silver | John |
Bug # | Description | Status | Resolution | Other apps affected |
43812 | Divinity Original Sin 2 some parts display white ingame | UNCONFIRMED | View | |
44141 | Divinity: Original Sin 2 massive slowdown with shadows enabled | UNCONFIRMED | View | |
44256 | Divinity: Original Sin 2: Mouse capture misbehaves | UNCONFIRMED | View | |
44257 | Divinity: Original Sin 2: Audio via pulseaudio has popping/crackling in music | UNCONFIRMED | View | |
44312 | Divinity: Original Sin 2 (Steam) Does Not Launch | NEW | View |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Lyn on Tuesday January 19th 2021, 13:59
by Rafael Almeida on Thursday April 9th 2020, 14:29
by francisco on Saturday September 15th 2018, 2:46
CPU: Intel Core i5-3470 @ 4x 6.3GHz
GPU: GeForce GTX 1070 driver 396.54
RAM: 2030MiB / 15989MiB
3.16 includes relevant patch 150935:
source.winehq.org/patches/data/150935
by Amo on Friday September 7th 2018, 23:12
github.com/ValveSoftware/Proton/issues/413#issuecomment-419540479
--- dlls/ntdll/thread.c 2018-09-07 12:33:51.689761974 +0200
+++ dlls/ntdll/thread.c 2018-09-07 21:09:33.463365868 +0200
@@ -1290,6 +1290,7 @@
if (length != sizeof(ULONG_PTR)) return STATUS_INVALID_PARAMETER;
req_aff = *(const ULONG_PTR *)data;
if ((ULONG)req_aff == ~0u) req_aff = affinity_mask;
+ else if ((LONG) req_aff < 0) req_aff = affinity_mask & req_aff;
else if (req_aff & ~affinity_mask) return STATUS_INVALID_PARAMETER;
else if (!req_aff) return STATUS_INVALID_PARAMETER;
SERVER_START_REQ( set_thread_info )
by Beren Minor on Thursday September 6th 2018, 17:38
Here's a radare2 patch for DOS2: Definitive Edition:
gist.github.com/berenm/3e67cd273c2a530849e52218a1f2e70c
Another way to do it would be to patch wine so that SetThreadAffinityMask doesn't return 0.
by francisco on Friday September 7th 2018, 11:22
by francisco on Wednesday September 5th 2018, 11:30
Intel(R) Core(TM) i5-3470 CPU, GTX1070 - fail
Intel(R) Core(TM) i5-4590 CPU, GTX 680 - fail
Intel(R) Core(TM) i7-3630QM CPU, GTX 670MX - runs great
Intel(R) Core(TM) i7-2679QM CPU, GTX670MX - runs great
by francisco on Friday September 7th 2018, 11:26
Intel(R) Core(TM) i7-3930K CPU @ 3.20GHz, Quadro K5000 - runs
by Cláudio Sampaio (Patola) on Monday June 11th 2018, 5:47
by Anonymous on Sunday July 1st 2018, 7:43
by Dagfinn Reiakvam on Thursday March 15th 2018, 14:09
by Jonathan Dunlap on Thursday January 18th 2018, 14:30
by A on Saturday February 3rd 2018, 2:18