Path of Exile

Informations

Créateur Messages
xyz Anonymous

Attention

This installer is a beta script. It means that it might not work as expected

Informations

Plate-formes :
Téléchargements : 118625
Wine: 2.22

Retours d'expérience

Description

Free online-only action role-playing game, set in the dark fantasy world of Wraeclast.

Wikipedia. Appdb.winehq.org (tests reports). 'Path of Exile on Wine'.

Captures d'écran

MiniatureMiniature

Code source

#!/usr/bin/env playonlinux-bash
# Date : 2012-08-16 21-12
# Last revision : see changelog
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz
#
# CHANGELOG
# [Dadu042] (2019-05-26)
#   Fix text missing in the installer first screen (and in the buttons). POL 4.3.4, Xubuntu 19.04
#   With Wine 3.0+ the installer crash (because of missing JPEGdecoder ?).
# [contessaxd] (2018-03-07  21-55)
#   Updated download location
# [deanmsands3] (2018-03-12 19-49)
#   Installer is now EXE, removed msiexec from POL_Wine command.
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="Path of Exile"
PREFIX="pathofexile"
  
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1366
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "2.22"

POL_System_TmpCreate "$PREFIX"
  
cd "$POL_System_TmpDir"
POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/PathOfExileInstaller.exe"
  
POL_System_TmpDelete
  
POL_Wine_OverrideDLL "native,builtin" "openal32"
  
POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png" "Game;Roleplaying"
   
POL_SetupWindow_Close
exit

Contributions

Filters:

Contribuer
Membre Messages
poenotworking Jeudi 1 Avril 2021 à 22:40
poenotworking Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Outdated installer url

Differences

@@ -1,3 +1,4 @@
+
 #!/usr/bin/env playonlinux-bash
 # Date : 2012-08-16 21-12
 # Last revision : see changelog
@@ -6,6 +7,7 @@
 # Author : xyz
 #
 # CHANGELOG
+# [poenotworking] new download url
 # [Dadu042] (2019-05-26)
 #   Fix text missing in the installer first screen (and in the buttons). POL 4.3.4, Xubuntu 19.04
 #   With Wine 3.0+ the installer crash (because of missing JPEGdecoder ?).
@@ -13,13 +15,13 @@
 #   Updated download location
 # [deanmsands3] (2018-03-12 19-49)
 #   Installer is now EXE, removed msiexec from POL_Wine command.
-  
+   
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-  
+   
 TITLE="Path of Exile"
 PREFIX="pathofexile"
-  
+   
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 1366
@@ -27,19 +29,19 @@
 POL_Wine_SelectPrefix "$PREFIX"
 POL_System_SetArch "x86"
 POL_Wine_PrefixCreate "2.22"
-
+ 
 POL_System_TmpCreate "$PREFIX"
-  
+   
 cd "$POL_System_TmpDir"
-POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.exe"
+POL_Download "https://web.poecdn.com/downloads/PathOfExileInstaller.exe"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine "$POL_System_TmpDir/PathOfExileInstaller.exe"
-  
+   
 POL_System_TmpDelete
-  
+   
 POL_Wine_OverrideDLL "native,builtin" "openal32"
-  
-POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png" "Game;Roleplaying"
    
+POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png" "Game;Roleplaying"
+    
 POL_SetupWindow_Close
 exit
\ No newline at end of file

Nouveau code source

#!/usr/bin/env playonlinux-bash
# Date : 2012-08-16 21-12
# Last revision : see changelog
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz
#
# CHANGELOG
# [poenotworking] new download url
# [Dadu042] (2019-05-26)
#   Fix text missing in the installer first screen (and in the buttons). POL 4.3.4, Xubuntu 19.04
#   With Wine 3.0+ the installer crash (because of missing JPEGdecoder ?).
# [contessaxd] (2018-03-07  21-55)
#   Updated download location
# [deanmsands3] (2018-03-12 19-49)
#   Installer is now EXE, removed msiexec from POL_Wine command.
   
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
   
TITLE="Path of Exile"
PREFIX="pathofexile"
   
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1366
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "2.22"
 
POL_System_TmpCreate "$PREFIX"
   
cd "$POL_System_TmpDir"
POL_Download "https://web.poecdn.com/downloads/PathOfExileInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/PathOfExileInstaller.exe"
   
POL_System_TmpDelete
   
POL_Wine_OverrideDLL "native,builtin" "openal32"
   
POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png" "Game;Roleplaying"
    
POL_SetupWindow_Close
exit

Réponses

Edité par poenotworking

Dadu042 Jeudi 23 Mai 2019 à 21:06
Dadu042

Information

Cette mise à jour a été acceptée par l'équipe

Messages

I stopped after the installer displayed the details of "patch notes 3.6.5" and started to download the game (15 GB).

Differences

@@ -1,44 +1,45 @@
 #!/usr/bin/env playonlinux-bash
 # Date : 2012-08-16 21-12
-# Last revision : 2018-03-12 19-49
+# Last revision : see changelog
 # Wine version used : 1.4
 # Distribution used to test : Gentoo x86_64
 # Author : xyz
 #
 # CHANGELOG
-# [Dadu042] (2019-05-23)
+# [Dadu042] (2019-05-26)
 #   Fix text missing in the installer first screen (and in the buttons). POL 4.3.4, Xubuntu 19.04
+#   With Wine 3.0+ the installer crash (because of missing JPEGdecoder ?).
 # [contessaxd] (2018-03-07  21-55)
 #   Updated download location
 # [deanmsands3] (2018-03-12 19-49)
 #   Installer is now EXE, removed msiexec from POL_Wine command.
- 
+  
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
- 
+  
 TITLE="Path of Exile"
 PREFIX="pathofexile"
- 
+  
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_Init
 POL_SetupWindow_SetID 1366
 POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_System_SetArch "x86"
-POL_Wine_PrefixCreate "3.0"
- 
+POL_Wine_PrefixCreate "2.22"
+
 POL_System_TmpCreate "$PREFIX"
- 
+  
 cd "$POL_System_TmpDir"
 POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.exe"
 POL_Wine_WaitBefore "$TITLE"
-POL_Wine "$POL_System_TmpDir/PathOfExileInstaller.exe" 
- 
+POL_Wine "$POL_System_TmpDir/PathOfExileInstaller.exe"
+  
 POL_System_TmpDelete
- 
+  
 POL_Wine_OverrideDLL "native,builtin" "openal32"
- 
-POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png" "Game;Roleplaying"
   
+POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png" "Game;Roleplaying"
+   
 POL_SetupWindow_Close
 exit
\ No newline at end of file

Nouveau code source

#!/usr/bin/env playonlinux-bash
# Date : 2012-08-16 21-12
# Last revision : see changelog
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz
#
# CHANGELOG
# [Dadu042] (2019-05-26)
#   Fix text missing in the installer first screen (and in the buttons). POL 4.3.4, Xubuntu 19.04
#   With Wine 3.0+ the installer crash (because of missing JPEGdecoder ?).
# [contessaxd] (2018-03-07  21-55)
#   Updated download location
# [deanmsands3] (2018-03-12 19-49)
#   Installer is now EXE, removed msiexec from POL_Wine command.
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="Path of Exile"
PREFIX="pathofexile"
  
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1366
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "x86"
POL_Wine_PrefixCreate "2.22"

POL_System_TmpCreate "$PREFIX"
  
cd "$POL_System_TmpDir"
POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/PathOfExileInstaller.exe"
  
POL_System_TmpDelete
  
POL_Wine_OverrideDLL "native,builtin" "openal32"
  
POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png" "Game;Roleplaying"
   
POL_SetupWindow_Close
exit

Réponses

Anonymous
Dimanche 25 Aoüt 2019 à 2:31
Still doesn't work

Edité par Dadu042

deanmsands3 Lundi 12 Mars 2018 à 20:56
deanmsands3 Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -1,6 +1,14 @@
-#!/bin/bash
+#!/usr/bin/env playonlinux-bash
+
+
+# CHANGELOG
+# [contessaxd] (2018-03-07  21-55)
+#   Updated download location
+# [deanmsands3] (2018-03-12 19-49)
+#   Installer is now EXE, removed msiexec from POL_Wine command.
+
 # Date : 2012-08-16 21-12
-# Last revision : 2012-09-25 22-23
+# Last revision : 2018-03-12 19-49
 # Wine version used : 1.4
 # Distribution used to test : Gentoo x86_64
 # Author : xyz
@@ -21,9 +29,9 @@
 POL_System_TmpCreate "$PREFIX"
 
 cd "$POL_System_TmpDir"
-POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"
+POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.exe"
 POL_Wine_WaitBefore "$TITLE"
-POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"
+POL_Wine "$POL_System_TmpDir/PathOfExileInstaller.exe"
 
 POL_System_TmpDelete
 

Nouveau code source

#!/usr/bin/env playonlinux-bash


# CHANGELOG
# [contessaxd] (2018-03-07  21-55)
#   Updated download location
# [deanmsands3] (2018-03-12 19-49)
#   Installer is now EXE, removed msiexec from POL_Wine command.

# Date : 2012-08-16 21-12
# Last revision : 2018-03-12 19-49
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Path of Exile"
PREFIX="pathofexile"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1366
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.55"

POL_System_TmpCreate "$PREFIX"

cd "$POL_System_TmpDir"
POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/PathOfExileInstaller.exe"

POL_System_TmpDelete

POL_Wine_OverrideDLL "native,builtin" "openal32"

POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png"
 
POL_SetupWindow_Close
exit

Réponses

Anonymous
Lundi 12 Mars 2018 à 21:21
Warning: Installs and runs, but with graphical glitches. I'll try updating to a newer Wine.
contessaxd Mercredi 7 Mars 2018 à 21:55
contessaxd Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -21,9 +21,9 @@
 POL_System_TmpCreate "$PREFIX"
 
 cd "$POL_System_TmpDir"
-POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"
+POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.exe"
 POL_Wine_WaitBefore "$TITLE"
-POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"
+POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.exe"
 
 POL_System_TmpDelete
 

Nouveau code source

#!/bin/bash
# Date : 2012-08-16 21-12
# Last revision : 2012-09-25 22-23
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Path of Exile"
PREFIX="pathofexile"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1366
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.55"

POL_System_TmpCreate "$PREFIX"

cd "$POL_System_TmpDir"
POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.exe"

POL_System_TmpDelete

POL_Wine_OverrideDLL "native,builtin" "openal32"

POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png"
 
POL_SetupWindow_Close
exit

Réponses

Anonymous
Lundi 12 Mars 2018 à 20:58
It's now an EXE, not an MSI. Need to remove the "msiexec /i" from the POL_Wine statement. Otherwise, correct.
yazeed Vendredi 2 Février 2018 à 6:58
yazeed Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -16,7 +16,7 @@
 POL_SetupWindow_SetID 1366
 POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
 POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate "1.7.55"
+POL_Wine_PrefixCreate "1.7.27-PathOfExile-1.7.27"
 
 POL_System_TmpCreate "$PREFIX"
 

Nouveau code source

#!/bin/bash
# Date : 2012-08-16 21-12
# Last revision : 2012-09-25 22-23
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Path of Exile"
PREFIX="pathofexile"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1366
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.27-PathOfExile-1.7.27"

POL_System_TmpCreate "$PREFIX"

cd "$POL_System_TmpDir"
POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"
POL_Wine_WaitBefore "$TITLE"
POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"

POL_System_TmpDelete

POL_Wine_OverrideDLL "native,builtin" "openal32"

POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png"
 
POL_SetupWindow_Close
exit

Réponses

Vendredi 2 Février 2018 à 15:24
These wine version exist ? (1.7.27-PathOfExile-1.7.27)
Anonymous
Lundi 5 Février 2018 à 5:04
It exists, but doesn't work, I was testing it.
yazeed Vendredi 2 Février 2018 à 6:53
yazeed Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -21,7 +21,7 @@
 POL_System_TmpCreate "$PREFIX"
 
 cd "$POL_System_TmpDir"
-POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"
+POL_Download "http://www.pathofexile.com/downloads/PathOfExileInstaller.msi"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"
 

Nouveau code source

#!/bin/bash
# Date : 2012-08-16 21-12
# Last revision : 2012-09-25 22-23
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Path of Exile"
PREFIX="pathofexile"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1366
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.55"

POL_System_TmpCreate "$PREFIX"

cd "$POL_System_TmpDir"
POL_Download "http://www.pathofexile.com/downloads/PathOfExileInstaller.msi"
POL_Wine_WaitBefore "$TITLE"
POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"

POL_System_TmpDelete

POL_Wine_OverrideDLL "native,builtin" "openal32"

POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png"
 
POL_SetupWindow_Close
exit

Réponses

Anonymous
Vendredi 2 Février 2018 à 6:54
Fixed broken webcdn URL.
Emalkartha Mercredi 10 Mai 2017 à 7:45
Emalkartha Anonymous

Messages

Have to give this a big thumbs down for Mac players.  Wine crashes on the game installing every time, no matter what i try.

Réponses

Anonymous
Dimanche 8 Octobre 2017 à 6:52
lol. Poorly formatted comment is poorly formatted. Maybe you should have concentrated on that rather than trying to be snarky.
Anonymous
Dimanche 8 Octobre 2017 à 11:20
WOuld you mind trying to launch the game with latest wine stgaing (2.18) ?

the installer is obviously using a very old version of wine (1.7.55)
Anonymous
Mardi 31 Octobre 2017 à 17:10
Still get the same error. "Error in POL_Wine
Aeronic Mercredi 26 Avril 2017 à 22:35
Aeronic Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

@@ -21,9 +21,9 @@
 POL_System_TmpCreate "$PREFIX"
 
 cd "$POL_System_TmpDir"
-POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"
+POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.exe"
 POL_Wine_WaitBefore "$TITLE"
-POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"
+POL_Wine "$POL_System_TmpDir/PathOfExileInstaller.exe"
 
 POL_System_TmpDelete
 

Nouveau code source

#!/bin/bash
# Date : 2012-08-16 21-12
# Last revision : 2012-09-25 22-23
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Path of Exile"
PREFIX="pathofexile"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1366
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.55"

POL_System_TmpCreate "$PREFIX"

cd "$POL_System_TmpDir"
POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.exe"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$POL_System_TmpDir/PathOfExileInstaller.exe"

POL_System_TmpDelete

POL_Wine_OverrideDLL "native,builtin" "openal32"

POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png"
 
POL_SetupWindow_Close
exit

Réponses

Anonymous
Mercredi 26 Avril 2017 à 22:36
GGG has changed the installer from msi to exe so I made a simple change to fix that.
Anonymous
Lundi 8 Mai 2017 à 18:08
Wine keeps crashing when I try to install Path of Exile. Any suggestions?
Anonymous
Mardi 6 Juin 2017 à 10:49
yep, its not working
hochl Samedi 25 Mars 2017 à 14:24
hochl Anonymous

Messages

I have been running POE with playonlinux on Debian for a while. Here are two insights:

  1.  check the thread on the official forums for valuable information: https://www.pathofexile.com/forum/view-thread/8980
  2. Add `-gc 100' to program start parameters, for me this fixes a lot of issues.
  3. But an nVidia card, the game would not run well with my older ATI card (it did run with that card on Windows without any issues).

Réponses

prarus7 Jeudi 19 Janvier 2017 à 7:43
prarus7 Anonymous

Messages

My POE seems to start, however when the loading screen is done, the game seems to be frozen on this screen: 

Anyone know any fixes?

Réponses

Anonymous
Jeudi 19 Janvier 2017 à 7:44
Nothing is moving, only I can move my mouse, but no response from the game.
Anonymous
Mardi 16 Janvier 2018 à 16:09
do you use gallium-nine enabled wine by chance?
bspmen Lundi 28 Novembre 2016 à 12:23
bspmen Anonymous

Messages

As of last update (around 20 November 2016) Path of Exile stopped working properly. The 3D graphics flicker constantly. Anyone else getting this?

Réponses

Anonymous
Dimanche 4 Décembre 2016 à 19:43
Yup, you need to deactivate Engine Multithreading in the options. that gets rid of it.
Anonymous
Jeudi 19 Janvier 2017 à 7:14
Hey I can launch the game fine but when the game starts I get a black screen with hp bar, and HUD showing, does anyone know a fix? Been trying to play POE on mac forever.
sherkhan Samedi 27 Aoüt 2016 à 18:22
sherkhan Anonymous

Messages

Any chance someone could write an update for 1.9x [CMST enabled]?

Contacted GGG, but they refuse to touch OSX/Linux wrappers even at a distance and pointed me towards a forum post from 2013. It'd be great if we could get a working wrapper up here.

Thanks!

Réponses

kartoffelopa Mardi 1 Mars 2016 à 22:21
kartoffelopa Anonymous

Messages

Hello,

With the new Ascedency prepatch, the game does not work anymore with the current setup.

 

It will work with the following dlls:

https://www.winehq.org/pipermail/wine-bugs/2015-November/428425.html

Winversion: XP

Wine: 1.9.4

also vcrun2010 must be installed afterwards.

 

 

 

 

Réponses

Anonymous
Mardi 1 Mars 2016 à 22:23
as i dont know how to include the dlls into the startscript, i only point them out with this comment
petch Vendredi 4 Décembre 2015 à 23:02
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Add POL_SetupWindow_SetID

Differences

@@ -13,6 +13,7 @@
 
 POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
 POL_SetupWindow_Init
+POL_SetupWindow_SetID 1366
 POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "1.7.55"

Nouveau code source

#!/bin/bash
# Date : 2012-08-16 21-12
# Last revision : 2012-09-25 22-23
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Path of Exile"
PREFIX="pathofexile"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 1366
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.55"

POL_System_TmpCreate "$PREFIX"

cd "$POL_System_TmpDir"
POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"
POL_Wine_WaitBefore "$TITLE"
POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"

POL_System_TmpDelete

POL_Wine_OverrideDLL "native,builtin" "openal32"

POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png"
 
POL_SetupWindow_Close
exit

Réponses

RobLoach Dimanche 22 Novembre 2015 à 6:21
RobLoach

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Functions well on 1.7.55.

Differences

@@ -15,7 +15,7 @@
 POL_SetupWindow_Init
 POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
 POL_Wine_SelectPrefix "$PREFIX"
-POL_Wine_PrefixCreate "1.5.28-PathOfExile"
+POL_Wine_PrefixCreate "1.7.55"
 
 POL_System_TmpCreate "$PREFIX"
 

Nouveau code source

#!/bin/bash
# Date : 2012-08-16 21-12
# Last revision : 2012-09-25 22-23
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Path of Exile"
PREFIX="pathofexile"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.55"

POL_System_TmpCreate "$PREFIX"

cd "$POL_System_TmpDir"
POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"
POL_Wine_WaitBefore "$TITLE"
POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"

POL_System_TmpDelete

POL_Wine_OverrideDLL "native,builtin" "openal32"

POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png"
 
POL_SetupWindow_Close
exit

Réponses

hsusonic Mardi 6 Octobre 2015 à 13:08
hsusonic Anonymous

Messages

Hi, 

The system I am using is Ubuntu 14.04. 

I installed Path of Exile through POL, but it crash at startup.

The folloing is the debug information:

Running wine-1.5.28-PathOfExile PathOfExile.exe (Working directory : /home/hsusonic/.PlayOnLinux/wineprefix/pathofexile/drive_c/Program Files/Grinding Gear Games/Path of Exile)
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation 0x110000 0 0x33fdb8 4
fixme:win:EnumDisplayDevicesW ((null),0,0x33e544,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d:swapchain_init The application requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if possible.
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d_texture:texture_init Failed to create surface 0x1603f0, hr 0x8876086c

Is there anything I can do to make it right?

Best,

Sonic

Réponses

Lundi 23 Novembre 2015 à 19:30
Got the same crash. Updating to 1.7.55 32bit without the patch fixed it.
zaggynl Dimanche 23 Aoüt 2015 à 20:15
zaggynl Anonymous

Messages

Runs out of the box without any errors or crashes but performance isn't very good.
~25 FPS on i5, , gtx760, 8gb ram, ssd

Haven't had any luck getting PoE to work on later wine versions (black screen) has anyone else?

Réponses

Anonymous
Lundi 31 Aoüt 2015 à 17:48
Update: found 1.7.27-PathOfExile-1.7.27 wine version in PlayOnLinux, am now running at 60FPS!
idcat71210 Lundi 10 Aoüt 2015 à 6:53
idcat71210 Anonymous

Messages

hi,i am a new player by MAC. I alway instal POE on windows. This is my first time instal on MAC.

But I do not how to start. Have some bady can teach me or show the step by photo. 

 

I will very very Appreciate?

 

Thank you 

 

Jerry

Réponses

JureGr Mercredi 8 Juillet 2015 à 19:23
JureGr Anonymous

Messages

Game crashes on startup.

 


Running wine-1.5.28-PathOfExile PathOfExile.exe (Working directory : /home/ghandi/.PlayOnLinux/wineprefix/pathofexile/drive_c/Program Files/Grinding Gear Games/Path of Exile)
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation 0x110000 0 0x32fdb8 4
ALSA lib dlmisc.c:254:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
ALSA lib dlmisc.c:254:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  155 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  619
  Current serial number in output stream:  623


Antergos linux 64bit

I've seen this problem before (failed to load driver) but i have no idea what it means or how to fix it. can anyone help?

Réponses

Mercredi 8 Juillet 2015 à 19:32
You need the 32-bit version of libasound
Mercredi 8 Juillet 2015 à 19:33
Also, it looks like you need the 32-bit graphics drivers for you graphics card installed. Check your distro's documentation to find out how to get those libs installed, and that should fix it. At least from what I can see.
Anonymous
Mercredi 8 Juillet 2015 à 19:50
Well there's definitely less problems, but there is still that ALSA error...

Running wine-1.5.28-PathOfExile PathOfExile.exe (Working directory : /home/ghandi/.PlayOnLinux/wineprefix/pathofexile/drive_c/Program Files/Grinding Gear Games/Path of Exile)
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation 0x110000 0 0x32fdb8 4
ALSA lib dlmisc.c:254:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
fixme:dbghelp:elf_search_auxv can't find symbol in module
Inconsistency detected by ld.so: dl-close.c: 764: _dl_close: Assertion `map->l_init_called' failed!

Mercredi 8 Juillet 2015 à 19:56
It still cannot find libasound in 32-bit form, but it specifically, it looks like you need the 64 and 32-bit versions of pulseaudio-also, too.
Mercredi 8 Juillet 2015 à 19:57
Check /usr/lib32/alsa-lib/ and see if libasound_module_pcm_pulse.so exists. If not, then you likely need pulseaudio-alsa (or whatever the equivalent for your distro is).
Anonymous
Mercredi 8 Juillet 2015 à 20:08
libasound_moduke_pcm_pulse.so exist, but i cannot find the specifically 32 / 64 bit versions of pulseaudio-alsa package.
Mercredi 8 Juillet 2015 à 20:20
Idunno, then. You will need to refer to your distro's forums or docs to get that installed. Basically, Wine wants to talk to 32-bit Linux libraries, and it is not working. I have never used that distro, so I am not sure why it is doing that.
Anonymous
Mercredi 8 Juillet 2015 à 20:33
It is basically arch-linux. I'll check around a bit more, thanks for all the help!
Mercredi 8 Juillet 2015 à 21:16
No problem. You should be able to find that package. If anything, check the Arch wiki for info (IMHO, some of the most concise and up-to-date Linux usage docs out there.).
autra Jeudi 21 Mai 2015 à 12:15
autra Anonymous

Messages

On Ubuntu 15.04, the first run (just after the installation, before the "allocated space" phase), fails with

[05/21/15 12:11:31] - Running wine-1.5.28-PathOfExile PathOfExile.exe (Working directory : /home/autra/.PlayOnLinux/wineprefix/pathofexile/drive_c/Program Files/Grinding Gear Games/Path of Exile)
err:module:load_builtin_dll failed to load .so lib for builtin L"WLDAP32.dll": /lib/i386-linux-gnu/libgcrypt.so.20: symbol gpg_err_set_errno, version GPG_ERROR_1.0 not defined in file libgpg-error.so.err:module:import_dll Loading library WLDAP32.dll (which is needed by L"C:\\Program Files\\Grinding Gear Games\\Path of Exile\\PathOfExile.exe") failed (error c000007a).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Grinding Gear Games\\Path of Exile\\PathOfExile.exe" failed, status c0000135

 

Any idea?

Thanks!

Réponses

Jeudi 21 Mai 2015 à 18:48
You need to install the 32-bit version of libgcrypt on your Linux system. That should fix it.
Jeudi 21 Mai 2015 à 19:11
I thought it was added to Wine packages, just to be sure the expected version is present... https://www.playonlinux.com/en/issue-4947.html
Maybe that wasn't done for "patched" Wine packages or something?
Jeudi 21 Mai 2015 à 19:25
Oh yeah. I forgot about that whole fiasco. Good point. For sure something to look at.
petch Mercredi 29 Avril 2015 à 7:24
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Change download URL to https://www.pathofexile.com/downloads/PathOfExileInstaller.msi

Differences

@@ -20,7 +20,7 @@
 POL_System_TmpCreate "$PREFIX"
 
 cd "$POL_System_TmpDir"
-POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"
+POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.msi"
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"
 

Nouveau code source

#!/bin/bash
# Date : 2012-08-16 21-12
# Last revision : 2012-09-25 22-23
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Path of Exile"
PREFIX="pathofexile"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.5.28-PathOfExile"

POL_System_TmpCreate "$PREFIX"

cd "$POL_System_TmpDir"
POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.msi"
POL_Wine_WaitBefore "$TITLE"
POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"

POL_System_TmpDelete

POL_Wine_OverrideDLL "native,builtin" "openal32"

POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png"
 
POL_SetupWindow_Close
exit

Réponses

backad Mercredi 29 Avril 2015 à 2:18
backad

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

---Português/Portugues--

Boa noite.

Ao criador do script: Por favor, edite a linha do download:

POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"

Para:

POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.msi"

Motivo: A URL não está funcionando, travando na metade do download.

Desculpe meu inglês ruim, mas estou usando um tradutor.

Obrigado, fique com Deus. smiley

 

--Inglês/English---

Good night.
 
The script creator: Please edit the line of download:
 
POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"
 
To:
 
POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.msi"
 
Reason: The URL is not working, locking in the middle of the download.
 
Sorry my bad English, but I am using a translator.
 
Thank you, stay with God. smiley

Differences

@@ -20,7 +20,7 @@
 POL_System_TmpCreate "$PREFIX"
 
 cd "$POL_System_TmpDir"
-POL_Download "http://webcdn.pathofexile.com/downloads/PathOfExileInstaller.msi"
+POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.msi" # << The of URL here
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"
 

Nouveau code source

#!/bin/bash
# Date : 2012-08-16 21-12
# Last revision : 2012-09-25 22-23
# Wine version used : 1.4
# Distribution used to test : Gentoo x86_64
# Author : xyz

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Path of Exile"
PREFIX="pathofexile"

POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_presentation "$TITLE" "Grinding Gear Games" "http://www.pathofexile.com" "xyz" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.5.28-PathOfExile"

POL_System_TmpCreate "$PREFIX"

cd "$POL_System_TmpDir"
POL_Download "https://www.pathofexile.com/downloads/PathOfExileInstaller.msi" # << The of URL here
POL_Wine_WaitBefore "$TITLE"
POL_Wine msiexec /i "$POL_System_TmpDir/PathOfExileInstaller.msi"

POL_System_TmpDelete

POL_Wine_OverrideDLL "native,builtin" "openal32"

POL_Shortcut "PathOfExile.exe" "$TITLE" "$TITLE.png"
 
POL_SetupWindow_Close
exit

Réponses

terryc Vendredi 17 Avril 2015 à 11:10
terryc Anonymous

Messages

In certain zones/maps; the Siren cove caverns and the catacombs, I loose the top right quarter to all white. Also occassionally, small black squares(<= 1/16 ofscreen) replace floor textures. Is there a jargon term to describe ythis.

Has anyone seen this problem? I'm trying to work out if it is a PoL setting or AMD driver problem(three different Cat drivers on two cards, both PCIe16x).

Debian Wheezy, AMD64,  8 core cpu.

PoL is 1.7.9-PathofExile(been occuring since first installed on earlier versions).

All settings are default or enabled. Vid is 1024Mb, DDR is opengl.

 

Apart from this problem, the games has been good(hint, don't start multiple characters at once because you have to do the same stuff three times= Diable like).).

 

 

 

Réponses

factotum218 Jeudi 2 Octobre 2014 à 3:04
factotum218 Anonymous

Messages

A patch was released on Oct. 1, 2014 that has made the default Path of Exile install (Wine 1.5, etc) give the error: "Failed resetting Direct3D device objects."

I'm not sure the cause of it but will report anything back as I tinker with the installation.

 

Xubuntu 14.04

Radeon HD 68xx

Playonlinux: 4.2.2

Wine: 1.5.28-PathOfExile (Default)

GLSL Support enabled

Direct Draw Renderer opengl

Video memory size 1024

Offscreen rendering mode fbo

everything else default

Réponses

Anonymous
Mercredi 19 Novembre 2014 à 18:58
I'm getting the same error on my MacBook Pro, 2.5 GHz Intel Core i5, 16GB 1600 MGz DDR3. Would love it if this would work on my mac! :)
adrizein Samedi 7 Juin 2014 à 20:24
adrizein Anonymous

Messages

The game is rather playable with maxed out graphics in 1920*1080 (i5-2500K, nVidia GTX560) although it sometimes freezes for a moment in the middle of a combat and then the keyboard would not respond anymore. Pausing the game solves the problem IIRC. Those problems basically make hardcore mode unplayable.

There is also a lag problem, but it might just be due to PoE's servers.

Very minor problem : the desktop icon doesn't have a transparent background (white).

Réponses

Anonymous
Jeudi 13 Aoüt 2015 à 22:47
http://pathofexile.gamepedia.com/Path_of_Exile_on_Wine you need to add libraries such: riched20 riched32 usp10
Anonymous
Jeudi 13 Aoüt 2015 à 23:09
fixme:d3d:resource_check_usage Unhandled usage flags 0x8. (spam in my log) ubuntu unity 14.04.03 LTS x64......seems messing up my 16:10 monitor 1920x1200 to 1600x1200 then loading but half of window rendered out of view, even though I have full screen configuration via PoE options.
Anonymous
Samedi 5 Mars 2016 à 20:57
WINED3DFMT_B5G5R5A1_UNORM, dst_format WINED3DFMT_B5G6R5_UNORM stub!
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x30148c8, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_REF, src_format WINED3DFMT_B5G5R5X1_UNORM, dst_format WINED3DFMT_B5G6R5_UNORM stub!
fixme:d3d:wined3d_check_device_format_conversion wined3d 0x30148c8, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8A8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub! cant go full screen using openal32 (internal works with my AD1988B), msvcr100 native, buildin (vcrun2010), riched20 and usp10 native, builtin with * like these "*riched20" just tried 1.7.55, 1.8 doublebuffer but http://pathofexile.gamepedia.com/Launch_options the game itself seems doesn't have such launch options and for now I just can't open up full screen even on 1.9.5 x86-32 bit version of wine. Launcher works a little better on 1.9.5 but it seems dst_format WINED3DFMT_B8G8R8X8_UNORM is unsopported somehow, using NVIDIA 361.28 WHQL from here http://www.geforce.com/drivers/results/98373 and Sabayon latest rolling release....just updated it week ago and also I tried to install missing libraries so openAL and menu fonts is solved problem for me, but somehow these B8G8R8X8 texture format does not work in any x86 version of wine.
Anonymous
Samedi 5 Mars 2016 à 20:58
That's it I thought it happens with new path of exile content update and it seems nor wine nor latest nvidia driver does not support DST format conversions fixme:d3d:wined3d_check_device_format_conversion wined3d 0x30148c8, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format that is the dead end or is there any possibilities to solve these by installing dx3d9 libs?
Anonymous
Samedi 5 Mars 2016 à 21:43
And actually I have full screen working under Heroes of the storm and League of Legends complete and normally, these quite strange cause errors showed up in debug window points to dst compression texture format conversions between one or more formats.
Anonymous
Samedi 5 Mars 2016 à 21:45
If anyone can figure out what happens with these latest POE game client update please post any info on winehq or here so I can try to edit my wine prefix to fulfill requirements.