-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwine
62 lines (38 loc) · 1.74 KB
/
wine
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
### =======================================
### DIABLO 3
### =======================================
pacman -S playonlinux
pacman -S lib32-libldap
install 32 bit graphics drivers also. Radeon cards kinda works bad in wine.
make sure dbghelp is disabled.
Type winecfg in the terminal then go to the libraries tab and type dbghelp in the New override for library box.
Click Add. When you do, a warning will appear, accept the warning and then edit your new override to disabled,
and then hit Apply.
### =========================================
### Grim Dawn
### =========================================
pacman -S wine winetricks
pacman -S lib32-libldap
https://wiki.archlinux.org/index.php/Wine#WINEARCH
https://appdb.winehq.org/objectManager.php?sClass=version&iId=29162
https://www.winehq.org/pipermail/wine-bugs/2015-November/428425.htmlwget http://techer.pascal.free.fr/download/vcrun2015_Wine-1.7.55.zip
http://www.dll-files.com/dllindex/dll-files.shtml?mscoree
http://www.gamersonlinux.com/forum/threads/grim-dawn-guide.1032/
1. Install with winetricks
download mscoree.dll if it does not exist
Install these before installing steam in this order:
corefonts
tahoma
dotnet40
d3dx9
msxml3
vcrun2015
2. Install steam with winetricks
Disable overlay in the settings. So games dont crash.
3. Fix the bugs
Bugs:
Problem: Visual Studio 2015-compiled C++ programs do not run (unimplemented function api-ms-win-crt-runtime-l1-1-0.dll._initialize_onexit_table)
Fix: https://www.winehq.org/pipermail/wine-bugs/2015-November/428425.html
Download David Techers script and files, will fix it.
Problem: Call from to unimplemented function api-ms-win-crt-math-l1-1-0.dll._except1, aborting
Fix: Set api-ms-win-crt-math-l1-1-0.dll to native only in winecfg