Jesteś tutaj

PlanetSide 2

Informations

Creator Wiadmości
Robbz

Warning

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

Informations

Platforms:
Downloads: 30879
Wine: 5.12

Feedbacks

Description

MMO FPS, first released in 2012. Wikipedia, website.

Warning: This game does to run because of BattlEye anticheat software (as of 2020-08, Wine 5.12).

PCGamingWiki, Appdb.winehq.org (tests reports).

Screenshots

Miniature

Source code

#!/bin/bash
# Date : (2013-02-22 ??-??)
# Last revision : see changelog
# Distribution used to test : Kubuntu 18.04 amd64
# Author : Robbz
# Licence : GPLv3
# PlayOnLinux: 4.3.4
#
# CHANGELOG
# [SuperPlumus] (2013-07-24 11-32)
#   Update gettext messages.
# [Bratzmeister] (2015-11-17 10-38)
#   Added Support for the new mandatory 64bit client and improved fps with CSMT.
# [Dadu042] (2019-06-30 19-58)
#   Wine 1.7.55-staging -> 4.0.1
#   vcrun2008 -> vcrun2010 because I saw in the game files that hte software uses this one.
#   Add message 'do not install the DirectX package'.
# [Dadu042] (2020-02-13 21:20)
#   New test unsuccessful.
#   Add POL_RequiredVersion.
# [Dadu042] (2020-05-21 14:00)
#   New test unsuccessful.
# [Dadu042] (2020-08-05 10:00)
#   Wine 5.7 -> 5.13
#   New test, now I can pass the Daybreak logo, can login, accept EULA then BattlEye EULA, start download.
#
#
# KNOWN ISSUES
#  - Wine amd64 5.12: after clicking the button 'Play', the game crash immediately because of BattlEye anticheater ('Starting BattlEye Service...'   'Failed to initialize BattlEye Service: Driver Load Error (31).')
#  - Wine amd64 5.13 (2020-08-09): error window 'BattlEye Launcher. Unsupported operating system architecture. Game only runs on 64-bit Windows.' I think that the script switched to Wine 32bits because Wine 5.13 was not available yet in 64bits.
#  - Wine amd64 2.22, 3.0.5, 4.0.1, 4.11, 5.1: Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
#  The window about the firewall does appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
   
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
    
TITLE="PlanetSide 2"
PREFIX="planet-side2"
WORKING_WINE_VERSION="5.12"
PUBLISHER="Sony Entertainment"
GAME_URL="https://www.planetside2.com/"
AUTHOR="Robbz"
    
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_Debug_Init
    
POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
    
 
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "amd64"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
    
# Components
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9_43
POL_Call POL_Install_d3dcompiler_43
POL_Call POL_Install_dxdiag
   
POL_SetupWindow_message "Note: do not install the DirectX package provided by the game, when you will be asked." "$TITLE"
   
   
# Useless (2015)
# POL_Call POL_Install_dxfullsetup
   
# Useless 2019 (This enabled CSMT. Now it's default setting in wine)
# POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
    
# Asking about minimum memory size of graphic card
# POL_SetupWindow_VMS "256"
    
# Download
cd "$WINEPREFIX/drive_c"
POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"
    
POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE"
    
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
POL_Wine_WaitExit "$TITLE"
    
# Create Shortcuts
POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png" "" "Game;Shooter;"
    
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Wiadmości
Dadu042 Sunday 9 August 2020 at 16:15
Dadu042

Information

This update has been approved by the team.

Wiadmości

Not playable.

Differences

@@ -26,16 +26,17 @@
 #
 #
 # KNOWN ISSUES
-# 1. Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
-# I (Dadu042) had it with Wine 2.22, 3.0.5, 4.0.1, 4.11, 5.1 (all 64bits): 
-# The window about the firewall does appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
+#  - Wine amd64 5.12: after clicking the button 'Play', the game crash immediately because of BattlEye anticheater ('Starting BattlEye Service...'   'Failed to initialize BattlEye Service: Driver Load Error (31).')
+#  - Wine amd64 5.13 (2020-08-09): error window 'BattlEye Launcher. Unsupported operating system architecture. Game only runs on 64-bit Windows.' I think that the script switched to Wine 32bits because Wine 5.13 was not available yet in 64bits.
+#  - Wine amd64 2.22, 3.0.5, 4.0.1, 4.11, 5.1: Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
+#  The window about the firewall does appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
    
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
     
 TITLE="PlanetSide 2"
-PREFIX="PlanetSide2"
-WORKING_WINE_VERSION="5.13"
+PREFIX="planet-side2"
+WORKING_WINE_VERSION="5.12"
 PUBLISHER="Sony Entertainment"
 GAME_URL="https://www.planetside2.com/"
 AUTHOR="Robbz"
@@ -69,7 +70,7 @@
 # POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
     
 # Asking about minimum memory size of graphic card
-#POL_SetupWindow_VMS "256
+# POL_SetupWindow_VMS "256"
     
 # Download
 cd "$WINEPREFIX/drive_c"

New source code

#!/bin/bash
# Date : (2013-02-22 ??-??)
# Last revision : see changelog
# Distribution used to test : Kubuntu 18.04 amd64
# Author : Robbz
# Licence : GPLv3
# PlayOnLinux: 4.3.4
#
# CHANGELOG
# [SuperPlumus] (2013-07-24 11-32)
#   Update gettext messages.
# [Bratzmeister] (2015-11-17 10-38)
#   Added Support for the new mandatory 64bit client and improved fps with CSMT.
# [Dadu042] (2019-06-30 19-58)
#   Wine 1.7.55-staging -> 4.0.1
#   vcrun2008 -> vcrun2010 because I saw in the game files that hte software uses this one.
#   Add message 'do not install the DirectX package'.
# [Dadu042] (2020-02-13 21:20)
#   New test unsuccessful.
#   Add POL_RequiredVersion.
# [Dadu042] (2020-05-21 14:00)
#   New test unsuccessful.
# [Dadu042] (2020-08-05 10:00)
#   Wine 5.7 -> 5.13
#   New test, now I can pass the Daybreak logo, can login, accept EULA then BattlEye EULA, start download.
#
#
# KNOWN ISSUES
#  - Wine amd64 5.12: after clicking the button 'Play', the game crash immediately because of BattlEye anticheater ('Starting BattlEye Service...'   'Failed to initialize BattlEye Service: Driver Load Error (31).')
#  - Wine amd64 5.13 (2020-08-09): error window 'BattlEye Launcher. Unsupported operating system architecture. Game only runs on 64-bit Windows.' I think that the script switched to Wine 32bits because Wine 5.13 was not available yet in 64bits.
#  - Wine amd64 2.22, 3.0.5, 4.0.1, 4.11, 5.1: Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
#  The window about the firewall does appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
   
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
    
TITLE="PlanetSide 2"
PREFIX="planet-side2"
WORKING_WINE_VERSION="5.12"
PUBLISHER="Sony Entertainment"
GAME_URL="https://www.planetside2.com/"
AUTHOR="Robbz"
    
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_Debug_Init
    
POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
    
 
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "amd64"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
    
# Components
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9_43
POL_Call POL_Install_d3dcompiler_43
POL_Call POL_Install_dxdiag
   
POL_SetupWindow_message "Note: do not install the DirectX package provided by the game, when you will be asked." "$TITLE"
   
   
# Useless (2015)
# POL_Call POL_Install_dxfullsetup
   
# Useless 2019 (This enabled CSMT. Now it's default setting in wine)
# POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
    
# Asking about minimum memory size of graphic card
# POL_SetupWindow_VMS "256"
    
# Download
cd "$WINEPREFIX/drive_c"
POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"
    
POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE"
    
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
POL_Wine_WaitExit "$TITLE"
    
# Create Shortcuts
POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png" "" "Game;Shooter;"
    
POL_SetupWindow_Close
exit 0

Odpowiedzi

Dadu042 Wednesday 5 August 2020 at 10:59
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Wiadmości

Now downloading the game does start. I have not tested more.

Differences

@@ -5,7 +5,7 @@
 # Author : Robbz
 # Licence : GPLv3
 # PlayOnLinux: 4.3.4
-   
+#
 # CHANGELOG
 # [SuperPlumus] (2013-07-24 11-32)
 #   Update gettext messages.
@@ -20,66 +20,69 @@
 #   Add POL_RequiredVersion.
 # [Dadu042] (2020-05-21 14:00)
 #   New test unsuccessful.
+# [Dadu042] (2020-08-05 10:00)
+#   Wine 5.7 -> 5.13
+#   New test, now I can pass the Daybreak logo, can login, accept EULA then BattlEye EULA, start download.
 #
 #
 # KNOWN ISSUES
 # 1. Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
 # I (Dadu042) had it with Wine 2.22, 3.0.5, 4.0.1, 4.11, 5.1 (all 64bits): 
 # The window about the firewall does appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
-  
+   
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-   
+    
 TITLE="PlanetSide 2"
 PREFIX="PlanetSide2"
-WORKING_WINE_VERSION="5.7"
+WORKING_WINE_VERSION="5.13"
 PUBLISHER="Sony Entertainment"
 GAME_URL="https://www.planetside2.com/"
 AUTHOR="Robbz"
-   
+    
 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_Debug_Init
-   
+    
 POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"
- 
+  
 POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
-   
-
+    
+ 
 POL_Wine_SelectPrefix "$PREFIX"
 POL_System_SetArch "amd64"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
-   
+    
 # Components
 POL_Call POL_Install_vcrun2010
 POL_Call POL_Install_d3dx9_43
 POL_Call POL_Install_d3dcompiler_43
 POL_Call POL_Install_dxdiag
-  
+   
 POL_SetupWindow_message "Note: do not install the DirectX package provided by the game, when you will be asked." "$TITLE"
-  
-  
+   
+   
 # Useless (2015)
 # POL_Call POL_Install_dxfullsetup
-  
-# Useless (2019, now it's default setting in wine) enable CSMT
-# POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
-   
-# Asking about memory size of graphic card
-#POL_SetupWindow_VMS $GAME_VMS
    
+# Useless 2019 (This enabled CSMT. Now it's default setting in wine)
+# POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
+    
+# Asking about minimum memory size of graphic card
+#POL_SetupWindow_VMS "256
+    
 # Download
 cd "$WINEPREFIX/drive_c"
 POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"
-   
+    
 POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE"
-   
+    
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
 POL_Wine_WaitExit "$TITLE"
-   
+    
 # Create Shortcuts
 POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png" "" "Game;Shooter;"
-   
+    
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2013-02-22 ??-??)
# Last revision : see changelog
# Distribution used to test : Kubuntu 18.04 amd64
# Author : Robbz
# Licence : GPLv3
# PlayOnLinux: 4.3.4
#
# CHANGELOG
# [SuperPlumus] (2013-07-24 11-32)
#   Update gettext messages.
# [Bratzmeister] (2015-11-17 10-38)
#   Added Support for the new mandatory 64bit client and improved fps with CSMT.
# [Dadu042] (2019-06-30 19-58)
#   Wine 1.7.55-staging -> 4.0.1
#   vcrun2008 -> vcrun2010 because I saw in the game files that hte software uses this one.
#   Add message 'do not install the DirectX package'.
# [Dadu042] (2020-02-13 21:20)
#   New test unsuccessful.
#   Add POL_RequiredVersion.
# [Dadu042] (2020-05-21 14:00)
#   New test unsuccessful.
# [Dadu042] (2020-08-05 10:00)
#   Wine 5.7 -> 5.13
#   New test, now I can pass the Daybreak logo, can login, accept EULA then BattlEye EULA, start download.
#
#
# KNOWN ISSUES
# 1. Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
# I (Dadu042) had it with Wine 2.22, 3.0.5, 4.0.1, 4.11, 5.1 (all 64bits): 
# The window about the firewall does appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
   
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
    
TITLE="PlanetSide 2"
PREFIX="PlanetSide2"
WORKING_WINE_VERSION="5.13"
PUBLISHER="Sony Entertainment"
GAME_URL="https://www.planetside2.com/"
AUTHOR="Robbz"
    
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_Debug_Init
    
POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"
  
POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
    
 
POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "amd64"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
    
# Components
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9_43
POL_Call POL_Install_d3dcompiler_43
POL_Call POL_Install_dxdiag
   
POL_SetupWindow_message "Note: do not install the DirectX package provided by the game, when you will be asked." "$TITLE"
   
   
# Useless (2015)
# POL_Call POL_Install_dxfullsetup
   
# Useless 2019 (This enabled CSMT. Now it's default setting in wine)
# POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
    
# Asking about minimum memory size of graphic card
#POL_SetupWindow_VMS "256
    
# Download
cd "$WINEPREFIX/drive_c"
POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"
    
POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE"
    
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
POL_Wine_WaitExit "$TITLE"
    
# Create Shortcuts
POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png" "" "Game;Shooter;"
    
POL_SetupWindow_Close
exit 0

Odpowiedzi

Dadu042 Thursday 21 May 2020 at 14:18
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -5,7 +5,7 @@
 # Author : Robbz
 # Licence : GPLv3
 # PlayOnLinux: 4.3.4
-  
+   
 # CHANGELOG
 # [SuperPlumus] (2013-07-24 11-32)
 #   Update gettext messages.
@@ -16,67 +16,70 @@
 #   vcrun2008 -> vcrun2010 because I saw in the game files that hte software uses this one.
 #   Add message 'do not install the DirectX package'.
 # [Dadu042] (2020-02-13 21:20)
-#   New test unsuccessful.
+#   New test unsuccessful.
 #   Add POL_RequiredVersion.
+# [Dadu042] (2020-05-21 14:00)
+#   New test unsuccessful.
 #
 #
-# KNOWN ISSUE 
+# KNOWN ISSUES
 # 1. Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
 # I (Dadu042) had it with Wine 2.22, 3.0.5, 4.0.1, 4.11, 5.1 (all 64bits): 
-# The windows about the firewall appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
- 
+# The window about the firewall does appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
+  
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
-  
+   
 TITLE="PlanetSide 2"
 PREFIX="PlanetSide2"
-WORKING_WINE_VERSION="5.0"
+WORKING_WINE_VERSION="5.7"
 PUBLISHER="Sony Entertainment"
 GAME_URL="https://www.planetside2.com/"
 AUTHOR="Robbz"
-  
+   
 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_Debug_Init
-  
+   
 POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"
-
+ 
 POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
-  
-POL_System_SetArch "amd64"
+   
+
 POL_Wine_SelectPrefix "$PREFIX"
+POL_System_SetArch "amd64"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
-  
+   
 # Components
 POL_Call POL_Install_vcrun2010
 POL_Call POL_Install_d3dx9_43
 POL_Call POL_Install_d3dcompiler_43
 POL_Call POL_Install_dxdiag
- 
+  
 POL_SetupWindow_message "Note: do not install the DirectX package provided by the game, when you will be asked." "$TITLE"
- 
- 
+  
+  
 # Useless (2015)
-#POL_Call POL_Install_dxfullsetup
- 
-# enable CSMT
-POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
+# POL_Call POL_Install_dxfullsetup
   
+# Useless (2019, now it's default setting in wine) enable CSMT
+# POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
+   
 # Asking about memory size of graphic card
 #POL_SetupWindow_VMS $GAME_VMS
-  
+   
 # Download
 cd "$WINEPREFIX/drive_c"
 POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"
-  
+   
 POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE"
-  
+   
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
 POL_Wine_WaitExit "$TITLE"
-  
+   
 # Create Shortcuts
-POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png" "" "Game;"
-  
+POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png" "" "Game;Shooter;"
+   
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2013-02-22 ??-??)
# Last revision : see changelog
# Distribution used to test : Kubuntu 18.04 amd64
# Author : Robbz
# Licence : GPLv3
# PlayOnLinux: 4.3.4
   
# CHANGELOG
# [SuperPlumus] (2013-07-24 11-32)
#   Update gettext messages.
# [Bratzmeister] (2015-11-17 10-38)
#   Added Support for the new mandatory 64bit client and improved fps with CSMT.
# [Dadu042] (2019-06-30 19-58)
#   Wine 1.7.55-staging -> 4.0.1
#   vcrun2008 -> vcrun2010 because I saw in the game files that hte software uses this one.
#   Add message 'do not install the DirectX package'.
# [Dadu042] (2020-02-13 21:20)
#   New test unsuccessful.
#   Add POL_RequiredVersion.
# [Dadu042] (2020-05-21 14:00)
#   New test unsuccessful.
#
#
# KNOWN ISSUES
# 1. Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
# I (Dadu042) had it with Wine 2.22, 3.0.5, 4.0.1, 4.11, 5.1 (all 64bits): 
# The window about the firewall does appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
  
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
   
TITLE="PlanetSide 2"
PREFIX="PlanetSide2"
WORKING_WINE_VERSION="5.7"
PUBLISHER="Sony Entertainment"
GAME_URL="https://www.planetside2.com/"
AUTHOR="Robbz"
   
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_Debug_Init
   
POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
   

POL_Wine_SelectPrefix "$PREFIX"
POL_System_SetArch "amd64"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
   
# Components
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9_43
POL_Call POL_Install_d3dcompiler_43
POL_Call POL_Install_dxdiag
  
POL_SetupWindow_message "Note: do not install the DirectX package provided by the game, when you will be asked." "$TITLE"
  
  
# Useless (2015)
# POL_Call POL_Install_dxfullsetup
  
# Useless (2019, now it's default setting in wine) enable CSMT
# POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
   
# Asking about memory size of graphic card
#POL_SetupWindow_VMS $GAME_VMS
   
# Download
cd "$WINEPREFIX/drive_c"
POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"
   
POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE"
   
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
POL_Wine_WaitExit "$TITLE"
   
# Create Shortcuts
POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png" "" "Game;Shooter;"
   
POL_SetupWindow_Close
exit 0

Odpowiedzi

Dadu042 Thursday 13 February 2020 at 21:24
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Wiadmości

Still break.

Differences

@@ -5,7 +5,7 @@
 # Author : Robbz
 # Licence : GPLv3
 # PlayOnLinux: 4.3.4
- 
+  
 # CHANGELOG
 # [SuperPlumus] (2013-07-24 11-32)
 #   Update gettext messages.
@@ -15,63 +15,68 @@
 #   Wine 1.7.55-staging -> 4.0.1
 #   vcrun2008 -> vcrun2010 because I saw in the game files that hte software uses this one.
 #   Add message 'do not install the DirectX package'.
+# [Dadu042] (2020-02-13 21:20)
+#   New test unsuccessful.
+#   Add POL_RequiredVersion.
 #
 #
 # KNOWN ISSUE 
 # 1. Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
-# I (Dadu042) had it with Wine 2.22, 3.0.5, 4.0.1, 4.11 (all 64bits): 
+# I (Dadu042) had it with Wine 2.22, 3.0.5, 4.0.1, 4.11, 5.1 (all 64bits): 
 # The windows about the firewall appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
-
+ 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
- 
+  
 TITLE="PlanetSide 2"
 PREFIX="PlanetSide2"
-WORKING_WINE_VERSION="4.0.1"
+WORKING_WINE_VERSION="5.0"
 PUBLISHER="Sony Entertainment"
 GAME_URL="https://www.planetside2.com/"
 AUTHOR="Robbz"
- 
+  
 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_Debug_Init
- 
+  
 POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"
- 
+
+POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
+  
 POL_System_SetArch "amd64"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
- 
+  
 # Components
 POL_Call POL_Install_vcrun2010
 POL_Call POL_Install_d3dx9_43
 POL_Call POL_Install_d3dcompiler_43
 POL_Call POL_Install_dxdiag
-
+ 
 POL_SetupWindow_message "Note: do not install the DirectX package provided by the game, when you will be asked." "$TITLE"
-
-
+ 
+ 
 # Useless (2015)
 #POL_Call POL_Install_dxfullsetup
-
+ 
 # enable CSMT
 POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
- 
+  
 # Asking about memory size of graphic card
 #POL_SetupWindow_VMS $GAME_VMS
- 
+  
 # Download
 cd "$WINEPREFIX/drive_c"
 POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"
- 
+  
 POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE"
- 
+  
 POL_Wine_WaitBefore "$TITLE"
 POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
 POL_Wine_WaitExit "$TITLE"
- 
+  
 # Create Shortcuts
-POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png"
- 
+POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png" "" "Game;"
+  
 POL_SetupWindow_Close
 exit 0
\ No newline at end of file

New source code

#!/bin/bash
# Date : (2013-02-22 ??-??)
# Last revision : see changelog
# Distribution used to test : Kubuntu 18.04 amd64
# Author : Robbz
# Licence : GPLv3
# PlayOnLinux: 4.3.4
  
# CHANGELOG
# [SuperPlumus] (2013-07-24 11-32)
#   Update gettext messages.
# [Bratzmeister] (2015-11-17 10-38)
#   Added Support for the new mandatory 64bit client and improved fps with CSMT.
# [Dadu042] (2019-06-30 19-58)
#   Wine 1.7.55-staging -> 4.0.1
#   vcrun2008 -> vcrun2010 because I saw in the game files that hte software uses this one.
#   Add message 'do not install the DirectX package'.
# [Dadu042] (2020-02-13 21:20)
#   New test unsuccessful.
#   Add POL_RequiredVersion.
#
#
# KNOWN ISSUE 
# 1. Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
# I (Dadu042) had it with Wine 2.22, 3.0.5, 4.0.1, 4.11, 5.1 (all 64bits): 
# The windows about the firewall appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.
 
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="PlanetSide 2"
PREFIX="PlanetSide2"
WORKING_WINE_VERSION="5.0"
PUBLISHER="Sony Entertainment"
GAME_URL="https://www.planetside2.com/"
AUTHOR="Robbz"
  
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_Debug_Init
  
POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"

POL_RequiredVersion "4.3.0" || POL_Debug_Fatal "$APPLICATION_TITLE $VERSION is required to install $TITLE"
  
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
  
# Components
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9_43
POL_Call POL_Install_d3dcompiler_43
POL_Call POL_Install_dxdiag
 
POL_SetupWindow_message "Note: do not install the DirectX package provided by the game, when you will be asked." "$TITLE"
 
 
# Useless (2015)
#POL_Call POL_Install_dxfullsetup
 
# enable CSMT
POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
  
# Asking about memory size of graphic card
#POL_SetupWindow_VMS $GAME_VMS
  
# Download
cd "$WINEPREFIX/drive_c"
POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"
  
POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE"
  
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
POL_Wine_WaitExit "$TITLE"
  
# Create Shortcuts
POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png" "" "Game;"
  
POL_SetupWindow_Close
exit 0

Odpowiedzi

Dadu042 Sunday 30 June 2019 at 23:28
Dadu042

Warning

This update has not been approved yet by the team.
Use it at your own risk

Wiadmości

Script is still break (june 2019) since months or 2017 (when the devs of this game switched to 64bits), however I add the result of my tests in the script code.

 

Note: there are still 32 bits executable files in the game folders.

Differences

@@ -8,13 +8,13 @@
  
 # CHANGELOG
 # [SuperPlumus] (2013-07-24 11-32)
-#   Update gettext messages
+#   Update gettext messages.
 # [Bratzmeister] (2015-11-17 10-38)
-#   added Support for the new mandatory 64bit client and improved fps with CSMT
+#   Added Support for the new mandatory 64bit client and improved fps with CSMT.
 # [Dadu042] (2019-06-30 19-58)
 #   Wine 1.7.55-staging -> 4.0.1
 #   vcrun2008 -> vcrun2010 because I saw in the game files that hte software uses this one.
-#   Add message 'do not install the DirectX package'
+#   Add message 'do not install the DirectX package'.
 #
 #
 # KNOWN ISSUE 

New source code

#!/bin/bash
# Date : (2013-02-22 ??-??)
# Last revision : see changelog
# Distribution used to test : Kubuntu 18.04 amd64
# Author : Robbz
# Licence : GPLv3
# PlayOnLinux: 4.3.4
 
# CHANGELOG
# [SuperPlumus] (2013-07-24 11-32)
#   Update gettext messages.
# [Bratzmeister] (2015-11-17 10-38)
#   Added Support for the new mandatory 64bit client and improved fps with CSMT.
# [Dadu042] (2019-06-30 19-58)
#   Wine 1.7.55-staging -> 4.0.1
#   vcrun2008 -> vcrun2010 because I saw in the game files that hte software uses this one.
#   Add message 'do not install the DirectX package'.
#
#
# KNOWN ISSUE 
# 1. Installer does crash on the 'black window with the reg logo 'Daybreak' in the middle appear':
# I (Dadu042) had it with Wine 2.22, 3.0.5, 4.0.1, 4.11 (all 64bits): 
# The windows about the firewall appear, then the window asking the installation location, Install, I cancel DirectX installation. Some files are downloaded. The black window with the reg logo 'Daybreak' in the middle appear (it's Launchpad.exe), and many error window telling: 'GameLauncherCefChildProcess.exe' had a serious issue and has to be closed (it's wine that does crash, POL's log show: 'wine: Unhandled page fault on write access'). Then the installer closes.

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="PlanetSide 2"
PREFIX="PlanetSide2"
WORKING_WINE_VERSION="4.0.1"
PUBLISHER="Sony Entertainment"
GAME_URL="https://www.planetside2.com/"
AUTHOR="Robbz"
 
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_Debug_Init
 
POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
# Components
POL_Call POL_Install_vcrun2010
POL_Call POL_Install_d3dx9_43
POL_Call POL_Install_d3dcompiler_43
POL_Call POL_Install_dxdiag

POL_SetupWindow_message "Note: do not install the DirectX package provided by the game, when you will be asked." "$TITLE"


# Useless (2015)
#POL_Call POL_Install_dxfullsetup

# enable CSMT
POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
 
# Asking about memory size of graphic card
#POL_SetupWindow_VMS $GAME_VMS
 
# Download
cd "$WINEPREFIX/drive_c"
POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"
 
POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done.')" "$TITLE"
 
POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
POL_Wine_WaitExit "$TITLE"
 
# Create Shortcuts
POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png"
 
POL_SetupWindow_Close
exit 0

Odpowiedzi

Edytowane przez Dadu042

AlexS420 Monday 4 September 2017 at 23:21
AlexS420 Anonymous

Wiadmości

Currently have the game installed and downloading the game updates..

Have yet to test performance and to see if the game actually runs correctly while playing...

Running on wine version 2.15-staging 32-bit

Special changes:

    *GLSL Support - Disabled

    *Video memory size - Adjusted to my prefetchable memory

Wine Configuration Changes:

    Graphics:

        *Automatically capture the mouse in full-screen windows

        *Emulate a virtual desktop (Adjusted for my preferred screen size)

    Staging:

        *Enable CSMT for better graphic performance

Additional Information:

    *OS - Linux Mint 18.2

    *OS Version - "Sonya"

    *Ubuntu Version - "Xenial"

    *PlayOnLinux Version - 4.2.10

Odpowiedzi

Kayne808 Sunday 15 January 2017 at 0:14
Kayne808 Anonymous

Wiadmości

Hi,  I Keep getting a message when I try to install about amd64 is not supported. What do I do to fix it? Thank you.

 

 

 

Odpowiedzi

Anonymous
Wednesday 5 April 2017 at 14:15
the same problem for me confirm by whinehq:
Anonymous
Wednesday 5 April 2017 at 14:15
https://appdb.winehq.org/objectManager.php?sClass=version&iId=27109
Anonymous
Wednesday 5 April 2017 at 14:16
but i m on linux with i386
tapindanslesbois Thursday 25 August 2016 at 23:44
tapindanslesbois Anonymous

Wiadmości

Hi,

i followed the instructions of the script, the launcher downloaded the game, i launched it, and when i try deploy on the game, the game crashes.

if anyone could help me :b

Odpowiedzi

Nazmifr Friday 8 July 2016 at 18:20
Nazmifr Anonymous

Wiadmości

Hi,

I tested PlanetSide2 on playonlinux, so the installation is straightforward, apart from the fact that directx seems not to have been installed and one of the last messages that says that the game must not be started the first time because of a patch or something and it's kinda hard to understand what to do, so when it's all done and we restarted the launcher (that works fine !) 2 times, and after the long download of all the content (10GB) and having created a daybreak account, it's possible to launch the game, it starts in 1024x768 full screen, loads and the character selection menu works too (with little graphics bugs but nothing horrible), when the character and server selection is done, the game loads the training camp, when it's done loading, it crashes, so it seems not to be playable at this date (july 2016) but it maybe a simple problem

I hope it helps, I'm available if I can give information or do anything :)

 

also sometimes wine says when I try to click on play: "planetside2_x64.exe encourtered a problem and had to be closed", however I'm not able to see the report

Odpowiedzi

Anonymous
Friday 8 July 2016 at 18:40
I installed dxfullsetup (from configuration>install componnents) and that time I got in game, but everything forze up instantly and then the windows was gone after about one minute, I'll retry without Firefox opened now
Lavaduder Thursday 2 June 2016 at 13:45
Lavaduder Anonymous

Wiadmości

System: Around Minium requirements

WINE: Windows 7

Installed Components: atmlib, Microsoft Core Fonts, dedcompiler_43, d3dx9_43, directx9, dxdiag, dxfullsetup, gecko, vcrun2008, Video Driver, xvid

Pros: when not enmulated desktop, Installer, and Ingame installer/update menu works perfectly.

Cons: when not enmulated desktop game load screen will crash, When in emulated desktop (1024x768 4:3 Aspect ratio)  Crashes randomly, even in the ingame installer/update menu. Though I did manage to get pass the loading screen, and navigate in game menus. It will be a matter of time before it goes Kaput.broken heart

 

Odpowiedzi

SparteAttack Tuesday 8 March 2016 at 22:17
SparteAttack Anonymous

Wiadmości

Boujour,

le programme ne fonctionne pas.

Pourriez-vous m'aider à lire ceci.

vous remerciant par avance

CG

-------------------------------------------------------

on debug mod:

 

[03/08/16 22:14:03] - Running wine-1.7.55-staging LaunchPad.exe (Working directory : /home/christophe/.PlayOnLinux/wineprefix/PlanetSide2/drive_c/Program Files (x86)/Daybreak Game Company/Installed Gafixme:winediag:start_process Wine Staging 1.7.55 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ntdll:__syscall_NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
fixme:module:load_dll Loader redirect from L"wined3d.dll" to L"wined3d-csmt.dll"
fixme:winediag:wined3d_dll_init Experimental wined3d CSMT feature is currently enabled.
fixme:iphlpapi:SendARP (DestIP 0x0101a8c0, SrcIP 0x00000000, pMacAddr 0x3341d0, PhyAddrLen 0x333efc): stub
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:module:load_dll Loader redirect from L"wined3d.dll" to L"wined3d-csmt.dll"
fixme:winediag:wined3d_dll_init Experimental wined3d CSMT feature is currently enabled.
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:imm:ImmDisableTextFrameService Stub
fixme:thread:GetThreadPreferredUILanguages 56, 0x5bfe370, (nil) 0x5bfe36c
fixme:winsock:WSALookupServiceBeginW (0x5bfe3e8 0x00000ff0 0x5bfe430) Stub!
[0308/221407:ERROR:network_change_notifier_win.cc(159)] WSALookupServiceBegin failed with: 8
[0308/221407:ERROR:dns_config_service_win.cc(563)] DNS registry watch failed to start.
fixme:iphlpapi:NotifyAddrChange (Handle 0x5bfe2b4, overlapped 0x5915208): stub
fixme:win:RegisterDeviceNotificationW (hwnd=0x2004e, filter=0x5bfe494,flags=0x00000000) returns a fake device notification handle!
fixme:win:RegisterDeviceNotificationW (hwnd=0x2004e, filter=0x5bfe494,flags=0x00000000) returns a fake device notification handle!
[0308/221407:ERROR:gpu_info_collector_win.cc(102)] Can't retrieve a valid WinSAT assessment.
fixme:advapi:RegisterTraceGuidsW (0x2e78330, 0x52e4d88, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x528e304, (null), (null), 0x52e4da0): stub
fixme:advapi:RegisterTraceGuidsW   register trace class {00000000-0000-0000-0000-000000000000}
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:module:load_dll Loader redirect from L"wined3d.dll" to L"wined3d-csmt.dll"
fixme:winediag:wined3d_dll_init Experimental wined3d CSMT feature is currently enabled.
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:RegisterTraceGuidsW (0x10128330, 0x12594d88, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x1253e304, (null), (null), 0x12594da0): stub
fixme:advapi:RegisterTraceGuidsW   register trace class {00000000-0000-0000-0000-000000000000}
fixme:gdi:GdiInitializeLanguagePack stub
[0308/221408:ERROR:renderer_main.cc(226)] Running without renderer sandbox
fixme:d3d9:D3DPERF_GetStatus (void) : stub
fixme:d3d9:d3d9_device_CreateTexture Resource sharing not implemented, *shared_handle (nil).
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:RegisterTraceGuidsW (0x10128330, 0x12594d88, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x1253e304, (null), (null), 0x12594da0): stub
fixme:advapi:RegisterTraceGuidsW   register trace class {00000000-0000-0000-0000-000000000000}
fixme:gdi:GdiInitializeLanguagePack stub
[0308/221428:ERROR:renderer_main.cc(226)] Running without renderer sandbox
fixme:ntdll:__syscall_NtLockFile I/O completion on lock not implemented yet
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:RegisterTraceGuidsW (0x10128330, 0x12594d88, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x1253e304, (null), (null), 0x12594da0): stub
fixme:advapi:RegisterTraceGuidsW   register trace class {00000000-0000-0000-0000-000000000000}
fixme:gdi:GdiInitializeLanguagePack stub
[0308/221440:ERROR:renderer_main.cc(226)] Running without renderer sandbox
[0308/221440:WARNING:cert_verify_proc_win.cc(109)] Unknown error -2146762482 mapped to net::ERR_FAILED
[0308/221442:INFO:CONSOLE(0)] "Unrecognized Content-Security-Policy directive 'frame-ancestors'.
", source: https://lpj.daybreakgames.com/ps2/live/?t=42951 (0)
[0308/221443:WARNING:cert_verify_proc_win.cc(109)] Unknown error -2146762482 mapped to net::ERR_FAILED
[0308/221444:INFO:CONSOLE(323)] "Flush cookies : LauncherViewport.FlushCookies()", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mousewheel^libs/jquery/[0308/221444:INFO:CONSOLE(323)] "Flush cookies : LauncherViewport.FlushCookies()", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mousewheel^libs/jquery/[0308/221444:INFO:CONSOLE(294)] "CancelTouchTimer()", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mousewheel^libs/jquery/plugins/jquery.jscrollpane.mi[0308/221444:WARNING:cert_verify_proc_win.cc(109)] Unknown error -2146762482 mapped to net::ERR_FAILED
[0308/221444:WARNING:cert_verify_proc_win.cc(109)] Unknown error -2146762482 mapped to net::ERR_FAILED
[0308/221445:WARNING:cert_verify_proc_win.cc(109)] Unknown error -2146762482 mapped to net::ERR_FAILED
[0308/221445:INFO:CONSOLE(294)] "[DjackDalton] Installer onStateChange to install (none to init)", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mousewh[0308/221445:INFO:CONSOLE(0)] "Unrecognized Content-Security-Policy directive 'frame-ancestors'.
", source: https://lpj.daybreakgames.com/ps2/live/?t=42951 (0)
[0308/221446:INFO:CONSOLE(323)] "Flush cookies : LauncherViewport.FlushCookies()", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mousewheel^libs/jquery/[0308/221446:INFO:CONSOLE(323)] "Flush cookies : LauncherViewport.FlushCookies()", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mousewheel^libs/jquery/[0308/221446:INFO:CONSOLE(294)] "CancelTouchTimer()", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mousewheel^libs/jquery/plugins/jquery.jscrollpane.mi[0308/221446:INFO:CONSOLE(294)] "[DjackDalton] Installer onStateChange to install (init to status)", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mouse[0308/221446:INFO:CONSOLE(294)] "LaunchPad.playButtonState: installing", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mousewheel^libs/jquery/plugins/jq[0308/221446:INFO:CONSOLE(294)] "[DjackDalton] Installer onStateChange to install (none to status)", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mouse[0308/221446:INFO:CONSOLE(294)] "LaunchPad.playButtonState: installing", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mousewheel^libs/jquery/plugins/jq[0308/221446:INFO:CONSOLE(294)] "getDigestInfo() info = {"LaunchPath":"PlanetSide2_x64.exe","ConfigLaunchPath":"","ProductName":"PlanetSide 2","ProductVersion":"","Publisher":"Sony Online Entertainmen[0308/221446:INFO:CONSOLE(294)] "[DjackDalton] Installer onStateChange to install (status to statusDone)", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery[0308/221446:INFO:CONSOLE(294)] "[DjackDalton] Installer onStateChange to install (statusDone to ready)", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.[0308/221446:INFO:CONSOLE(294)] "LaunchPad.playButtonState: ready", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mousewheel^libs/jquery/plugins/jquery.[0308/221446:INFO:CONSOLE(294)] "[DjackDalton] Installer onStateChange to install (ready to readyIdle)", source: https://lpj.daybreakgames.com/minify-js?locale=fr_FR&files=libs/jquery/plugins/jquery.mfixme:system:SystemParametersInfoW Unknown action: 116

 

Odpowiedzi

Bratzmeister Wednesday 18 November 2015 at 13:14
Bratzmeister Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -1,32 +1,37 @@
 #!/bin/bash
 # Date : (2013-02-22 ??-??)
-# Last revision : (2013-07-24 11-32)
-# Distribution used to test : Lubuntu 64
+# Last revision : (2015-11-17 10-38)
+# Distribution used to test : Gentoo amd64
 # Author : Robbz
 # Licence : GPLv3
-# PlayOnLinux:  playonlinux-4.1.9-2
+# PlayOnLinux:  playonlinux-4.2.8
 
 # CHANGELOG
 # [SuperPlumus] (2013-07-24 11-32)
 #   Update gettext messages
+# [Bratzmeister] (2015-11-17 10-38)
+#   added Support for the new mandatory 64bit client and improved fps with CSMT
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="PlanetSide 2"
 PREFIX="PlanetSide2"
-WORKING_WINE_VERSION="1.7.53"
+WORKING_WINE_VERSION="1.7.55-staging"
 PUBLISHER="Sony Entertainment"
 GAME_URL="https://www.planetside2.com/"
 AUTHOR="Robbz"
 
 # Setup
+
+
 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_Debug_Init
 
 POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"
 
+POL_System_SetArch "amd64"
 POL_Wine_SelectPrefix "$PREFIX"
 POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"
 
@@ -35,10 +40,13 @@
 POL_Call POL_Install_d3dx9_43
 POL_Call POL_Install_d3dcompiler_43
 POL_Call POL_Install_dxdiag
-POL_Call POL_Install_dxfullsetup
+#POL_Call POL_Install_dxfullsetup
+
+# enable CSMT
+POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'
 
 # Asking about memory size of graphic card
-POL_SetupWindow_VMS $GAME_VMS
+#POL_SetupWindow_VMS $GAME_VMS
 
 # Download
 cd "$WINEPREFIX/drive_c"

New source code

#!/bin/bash
# Date : (2013-02-22 ??-??)
# Last revision : (2015-11-17 10-38)
# Distribution used to test : Gentoo amd64
# Author : Robbz
# Licence : GPLv3
# PlayOnLinux:  playonlinux-4.2.8

# CHANGELOG
# [SuperPlumus] (2013-07-24 11-32)
#   Update gettext messages
# [Bratzmeister] (2015-11-17 10-38)
#   added Support for the new mandatory 64bit client and improved fps with CSMT

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

TITLE="PlanetSide 2"
PREFIX="PlanetSide2"
WORKING_WINE_VERSION="1.7.55-staging"
PUBLISHER="Sony Entertainment"
GAME_URL="https://www.planetside2.com/"
AUTHOR="Robbz"

# Setup


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_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"

POL_System_SetArch "amd64"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Components
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_d3dx9_43
POL_Call POL_Install_d3dcompiler_43
POL_Call POL_Install_dxdiag
#POL_Call POL_Install_dxfullsetup

# enable CSMT
POL_Wine_UpdateRegistryWinePair 'DllRedirects' 'wined3d' 'wined3d-csmt.dll'

# Asking about memory size of graphic card
#POL_SetupWindow_VMS $GAME_VMS

# Download
cd "$WINEPREFIX/drive_c"
POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"

POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done')" "$TITLE"

POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png"

POL_SetupWindow_Close

exit 0

Odpowiedzi

Wednesday 18 November 2015 at 14:25
Nice, but what's the reason for removing POL_SetupWindow_VMS?
Anonymous
Wednesday 18 November 2015 at 14:39
I found it confusing, because many people (like me) don't know the exact amount of Video RAM of their card (they also often change depending on the manufactor and edition). Also the minimum requirements for the game are available on the publishers website. I just thought it is one more unnecessary question towards the user and found this check redundant. Correct me if I'm wrong, this is just my opinion.
Anonymous
Saturday 4 June 2016 at 19:20
Why can't I change the settings. This is the most stable version, but man I can't play it at 4 Frames a Second.
GraphicLevel Friday 23 October 2015 at 16:11
GraphicLevel Anonymous

Wiadmości

Ce jeu ne fonctionne pas car l'instalation automatique de Playonlinux est en 32 Bits, alors que PlanetSide 2 ne fonctionne qu'en 64 Bits. Pour y remédier, il faut l'installer manuelement en 64 Bits et installer les bonnes Librairies

Odpowiedzi

fractal618 Monday 19 October 2015 at 15:47
fractal618 Anonymous

Wiadmości

This is a tough one to get working. It's a bit like a game of cat and mouse. As soon as we find a workaround, SOE updates the game and breaks it for us.

 

This is my result after a clean playonlinux install (4.2.2) on linuxmint 17.2 xfce 64bit.

 

PlayonLinux Debug Log file: http://pastebin.com/yChKXXq9

 

Odpowiedzi

Anonymous
Monday 19 October 2015 at 15:48
FYI, the game successfully finished downloading all 10 GB before this.
petch Sunday 18 October 2015 at 20:14
petch

Wiadmości

The download URL is no longer valid (404)

Odpowiedzi

Kurolox Saturday 5 September 2015 at 12:29
Kurolox Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -15,7 +15,7 @@
 
 TITLE="PlanetSide 2"
 PREFIX="PlanetSide2"
-WORKING_WINE_VERSION="1.5.24"
+WORKING_WINE_VERSION="1.7.53"
 PUBLISHER="Sony Entertainment"
 GAME_URL="https://www.planetside2.com/"
 AUTHOR="Robbz"
@@ -42,7 +42,7 @@
 
 # Download
 cd "$WINEPREFIX/drive_c"
-POL_Download "https://launch.soe.com/installer/PS2_setup.exe"
+POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"
 
 POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done')" "$TITLE"
 

New source code

#!/bin/bash
# Date : (2013-02-22 ??-??)
# Last revision : (2013-07-24 11-32)
# Distribution used to test : Lubuntu 64
# Author : Robbz
# Licence : GPLv3
# PlayOnLinux:  playonlinux-4.1.9-2

# CHANGELOG
# [SuperPlumus] (2013-07-24 11-32)
#   Update gettext messages

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

TITLE="PlanetSide 2"
PREFIX="PlanetSide2"
WORKING_WINE_VERSION="1.7.53"
PUBLISHER="Sony Entertainment"
GAME_URL="https://www.planetside2.com/"
AUTHOR="Robbz"

# Setup
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_Debug_Init

POL_SetupWindow_presentation "$TITLE" "$PUBLISHER" "$GAME_URL" "$AUTHOR" "$PREFIX"

POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# Components
POL_Call POL_Install_vcrun2008
POL_Call POL_Install_d3dx9_43
POL_Call POL_Install_d3dcompiler_43
POL_Call POL_Install_dxdiag
POL_Call POL_Install_dxfullsetup

# Asking about memory size of graphic card
POL_SetupWindow_VMS $GAME_VMS

# Download
cd "$WINEPREFIX/drive_c"
POL_Download "https://launch.daybreakgames.com/installer/PS2_setup.exe"

POL_SetupWindow_message "$(eval_gettext 'Attention: After installation is complete, the patcher will load. Please close the patcher before logging in to complete the installation. After this, you can run "$TITLE" when setup is done')" "$TITLE"

POL_Wine_WaitBefore "$TITLE"
POL_Wine start /unix "$WINEPREFIX/drive_c/PS2_setup.exe"
POL_Wine_WaitExit "$TITLE"

# Create Shortcuts
POL_Shortcut "LaunchPad.exe" "$TITLE" "$TITLE.png"

POL_SetupWindow_Close

exit 0

Odpowiedzi

Anonymous
Saturday 5 September 2015 at 12:31
The old script have a outdated download link that don't work anymore. If you try to use it you can't download the installer. This update download the installer from the new page.
Anonymous
Saturday 5 September 2015 at 12:37
ALSO, I FORGOT: You need to change the wine version to a newer one. If you run it with wine 1.5.24 the installer can't contact with the servers and you won't be able to downlad the game.

Edytowane przez petch

Tighe Friday 26 June 2015 at 4:17
Tighe Anonymous

Wiadmości

The program installs, but Mono and Dirext X fail. Also, I am on a 64bit Linux install and this script installs a 32bit version of planetside:

When you click lauch in the game I get this error:

err:process:create_process starting 64-bit process L"C:\\Program Files\\Sony Online Entertainment\\Installed Games\\PlanetSide 2\\PlanetSide2_x64.exe" not supported in 32-bit wineprefix

Odpowiedzi

Saturday 27 June 2015 at 20:57
It should be installing a 32-bit version. 64-bit Wine does not really work well, but even on a 64-bit system, you should install 32-bit apps into 32-bit prefixes. It simply needs the x86 version, instead of the x64 version of PlanetSide.
Sunday 5 July 2015 at 23:01
As someone told on IRC, they're dropping their 32bit client: http://massivelyop.com/2015/06/12/planetside-2-discontinues-support-for-32-bit-client/
InkTide Monday 29 December 2014 at 18:04
InkTide Anonymous

Wiadmości

DirectX installation fails. Game installs, but goes to a black, non-responsive screen when I click 'Play.'

 

Zorin OS 9 Core (based on Ubuntu, 64-bit, 32-bit Wineprefix)

CPU: AMD FX-6300 6-core processor

GPU: Asus Radeon R9 270 2gb (proprietary drivers)

RAM: 7.8gb

Odpowiedzi

fractal618 Wednesday 24 December 2014 at 18:38
fractal618 Anonymous

Wiadmości

Great script, although I had to do a few things to make it work.

Before running install script

1. go to play on linux -> tools -> manage wine versions

install wine 1.7.31

2. go to configure ->planetside 2 -> install componenets

+ Microdoft core fonts

+ d3dx9_43

+ d3dcompiler_43

Then run this install script. One thing I am confused about is the "patcher" window that we are supposed to close. I may have messed this up because I logged in to the patcher window and started downloading PS2, then closed the patcher window, then ran the game from play on linux. Right now it is downloading/installing the game (9 gb) hopefully it works.

Good luck to all, and thank you Robbz for getting the ball rolling on this!

Odpowiedzi

Anonymous
Wednesday 24 December 2014 at 18:41
By the way I am using Linuxmint 17 Qiana XFCE 64-bit, composting OFF
izberion Monday 17 November 2014 at 17:52
izberion Anonymous

Wiadmości

A patch was just released the other day that fixes the mouse input jitters.

https://bugs.winehq.org/show_bug.cgi?id=32913#c16

And it looks like someone requested the patch for PoL already so it's only a matter of time before Planetside 2 is playable.

Odpowiedzi

drewt333 Friday 5 September 2014 at 0:43
drewt333

Wiadmości

debug log below

[09/04/14 07:15:52] - Running wine-1.5.24 --version (Working directory : /home/drew/.PlayOnLinux/wine/mono)
wine-1.5.24

PlayOnLinux logfile
-------------------
Date: 09/04/14 07:15:52

> PlayOnLinux Version
  4.2.2
> uname -a
  Linux drew-Inspiron-530s 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
> lsb_release -a

> wine --version
  wine-1.5.24
> POL_WINEVERSION
  1.5.24
> WINEPREFIX
  /home/drew/.PlayOnLinux//wineprefix/PlanetSide2
> Distribution
  Linux Mint 17 Qiana
> glxinfo \| grep rendering
  direct rendering: Yes
> glxinfo \| grep renderer
      GLX_MESA_multithread_makecurrent, GLX_MESA_query_renderer,
OpenGL renderer string: Gallium 0.4 on AMD RV770
> OpenGL libs (Direct rendering testing)
 
 

[09/04/14 07:16:07] - Running wine-1.5.24 cmd /c echo %ProgramFiles% (Working directory : /home/drew/.PlayOnLinux/wine/mono)
C:\Program Files
[09/04/14 07:16:11] - ----- Starting function POL_Install_vcrun2008 -----
[09/04/14 07:16:17] - Running wine-1.5.24 start /unix vcredist_x86.exe /q (Working directory : /home/drew/.PlayOnLinux/ressources/vcrun2008)
fixme:clusapi:GetNodeClusterState ((null),0x33ebf4) stub!
fixme:advapi:DecryptFileA "c:\\05acea50ee23794f85da242d9610\\" 00000000
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:advapi:LsaOpenPolicy ((null),0x33f2e4,0x00000001,0x33f30c) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:storage:create_storagefile Storage share mode not implemented.
[09/04/14 07:16:24] - Running wine-1.5.24 regedit /home/drew/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/drew/.PlayOnLinux/ressources/vcrun2008)
[09/04/14 07:16:24] - Content of /home/drew/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*msvcr90"="native,builtin"
-----------
[09/04/14 07:16:25] - ----- Ending function POL_Install_vcrun2008 -----
[09/04/14 07:16:25] - ----- Starting function POL_Install_d3dx9_43 -----
[09/04/14 07:18:30] - Running wine-1.5.24 regedit /home/drew/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/drew/.PlayOnLinux/ressources)
[09/04/14 07:18:30] - Content of /home/drew/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*d3dx9_43"="native, builtin"
-----------
[09/04/14 07:18:30] - ----- Ending function POL_Install_d3dx9_43 -----
[09/04/14 07:18:31] - ----- Starting function POL_Install_d3dcompiler_43 -----
[09/04/14 07:18:32] - Running wine-1.5.24 regedit /home/drew/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/drew/.PlayOnLinux/ressources)
[09/04/14 07:18:32] - Content of /home/drew/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*d3dcompiler_43"="native, builtin"
-----------
[09/04/14 07:18:32] - ----- Ending function POL_Install_d3dcompiler_43 -----
[09/04/14 07:18:33] - ----- Starting function POL_Install_dxdiag -----
[09/04/14 07:20:49] - Running wine-1.5.24 regedit /home/drew/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/drew/.PlayOnLinux/ressources)
[09/04/14 07:20:49] - Content of /home/drew/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*dxdiag.exe"="native"
"*dxdiagn"="native"
-----------
[09/04/14 07:20:50] - ----- Starting function POL_Install_devenum -----
[09/04/14 07:20:51] - Running wine-1.5.24 regedit /home/drew/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/drew/.PlayOnLinux/ressources/devenum)
[09/04/14 07:20:51] - Content of /home/drew/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*devenum"="native,builtin"
-----------
[09/04/14 07:20:51] - ----- Ending function POL_Install_devenum -----
[09/04/14 07:20:52] - ----- Starting function POL_Install_quartz -----
[09/04/14 07:20:53] - Running wine-1.5.24 regedit /home/drew/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/drew/.PlayOnLinux/ressources/quartz)
[09/04/14 07:20:53] - Content of /home/drew/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*quartz"="native,builtin"
-----------
[09/04/14 07:20:53] - Running wine-1.5.24 regsvr32 quartz.dll (Working directory : /home/drew/.PlayOnLinux/ressources/quartz)
Successfully registered DLL quartz.dll
[09/04/14 07:20:53] - ----- Ending function POL_Install_quartz -----
[09/04/14 07:20:53] - ----- Ending function POL_Install_dxdiag -----
[09/04/14 07:20:54] - ----- Starting function POL_Install_dxfullsetup -----
[09/04/14 07:20:55] - Running wine-1.5.24 start /unix dxfullsetup/dxsetup.exe /silent (Working directory : /home/drew/.PlayOnLinux/ressources)
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
[09/04/14 07:21:12] - Running wine-1.5.24 regedit /home/drew/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/drew/.PlayOnLinux/ressources)
[09/04/14 07:21:12] - Content of /home/drew/.PlayOnLinux//tmp/override-dll.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\DllOverrides]
"*d3dx9_24"="native, builtin"
"*d3dx9_25"="native, builtin"
"*d3dx9_26"="native, builtin"
"*d3dx9_27"="native, builtin"
"*d3dx9_28"="native, builtin"
"*d3dx9_29"="native, builtin"
"*d3dx9_30"="native, builtin"
"*d3dx9_31"="native, builtin"
"*d3dx9_32"="native, builtin"
"*d3dx9_33"="native, builtin"
"*d3dx9_34"="native, builtin"
"*d3dx9_35"="native, builtin"
"*d3dx9_36"="native, builtin"
"*d3dx9_37"="native, builtin"
"*d3dx9_38"="native, builtin"
"*d3dx9_39"="native, builtin"
"*d3dx9_40"="native, builtin"
"*d3dx9_42"="native, builtin"
"*d3dx9_42"="native, builtin"
"*d3dx9_43"="native, builtin"
"*d3dx10_33"="native, builtin"
"*d3dx10_34"="native, builtin"
"*d3dx10_35"="native, builtin"
"*d3dx10_36"="native, builtin"
"*d3dx10_37"="native, builtin"
"*d3dx10_38"="native, builtin"
"*d3dx10_39"="native, builtin"
"*d3dx10_40"="native, builtin"
"*d3dx10_41"="native, builtin"
"*d3dx10_42"="native, builtin"
"*d3dx10_43"="native, builtin"
"*d3dx11_42"="native, builtin"
"*d3dx11_43"="native, builtin"
"*xinput1_1"="native, builtin"
"*xinput1_2"="native, builtin"
"*xinput1_3"="native, builtin"
"*xinput9_1_0"="native, builtin"
"*d3dcompiler_33"="native, builtin"
"*d3dcompiler_34"="native, builtin"
"*d3dcompiler_35"="native, builtin"
"*d3dcompiler_36"="native, builtin"
"*d3dcompiler_37"="native, builtin"
"*d3dcompiler_38"="native, builtin"
"*d3dcompiler_39"="native, builtin"
"*d3dcompiler_40"="native, builtin"
"*d3dcompiler_41"="native, builtin"
"*d3dcompiler_42"="native, builtin"
"*d3dcompiler_43"="native, builtin"
-----------
[09/04/14 07:21:13] - Running wine-1.5.24 regsvr32 xactengine2_0.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_0.dll
[09/04/14 07:21:13] - Running wine-1.5.24 regsvr32 xactengine2_10.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_10.dll
[09/04/14 07:21:13] - Running wine-1.5.24 regsvr32 xactengine2_1.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_1.dll
[09/04/14 07:21:13] - Running wine-1.5.24 regsvr32 xactengine2_2.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_2.dll
[09/04/14 07:21:14] - Running wine-1.5.24 regsvr32 xactengine2_3.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_3.dll
[09/04/14 07:21:14] - Running wine-1.5.24 regsvr32 xactengine2_4.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_4.dll
[09/04/14 07:21:14] - Running wine-1.5.24 regsvr32 xactengine2_5.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_5.dll
[09/04/14 07:21:14] - Running wine-1.5.24 regsvr32 xactengine2_6.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_6.dll
[09/04/14 07:21:14] - Running wine-1.5.24 regsvr32 xactengine2_7.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_7.dll
[09/04/14 07:21:15] - Running wine-1.5.24 regsvr32 xactengine2_8.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_8.dll
[09/04/14 07:21:15] - Running wine-1.5.24 regsvr32 xactengine2_9.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine2_9.dll
[09/04/14 07:21:15] - Running wine-1.5.24 regsvr32 xactengine3_0.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine3_0.dll
[09/04/14 07:21:15] - Running wine-1.5.24 regsvr32 xactengine3_1.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine3_1.dll
[09/04/14 07:21:15] - Running wine-1.5.24 regsvr32 xactengine3_2.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine3_2.dll
[09/04/14 07:21:16] - Running wine-1.5.24 regsvr32 xactengine3_3.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine3_3.dll
[09/04/14 07:21:16] - Running wine-1.5.24 regsvr32 xactengine3_4.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine3_4.dll
[09/04/14 07:21:16] - Running wine-1.5.24 regsvr32 xactengine3_5.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine3_5.dll
[09/04/14 07:21:16] - Running wine-1.5.24 regsvr32 xactengine3_6.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine3_6.dll
[09/04/14 07:21:16] - Running wine-1.5.24 regsvr32 xactengine3_7.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL xactengine3_7.dll
[09/04/14 07:21:17] - Running wine-1.5.24 regsvr32 XAudio2_0.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL XAudio2_0.dll
[09/04/14 07:21:17] - Running wine-1.5.24 regsvr32 XAudio2_1.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL XAudio2_1.dll
[09/04/14 07:21:17] - Running wine-1.5.24 regsvr32 XAudio2_2.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL XAudio2_2.dll
[09/04/14 07:21:17] - Running wine-1.5.24 regsvr32 XAudio2_3.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL XAudio2_3.dll
[09/04/14 07:21:18] - Running wine-1.5.24 regsvr32 XAudio2_4.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL XAudio2_4.dll
[09/04/14 07:21:18] - Running wine-1.5.24 regsvr32 XAudio2_5.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL XAudio2_5.dll
[09/04/14 07:21:18] - Running wine-1.5.24 regsvr32 XAudio2_6.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL XAudio2_6.dll
[09/04/14 07:21:18] - Running wine-1.5.24 regsvr32 XAudio2_7.dll (Working directory : /home/drew/.PlayOnLinux/ressources)
Successfully registered DLL XAudio2_7.dll
[09/04/14 07:21:18] - ----- Ending function POL_Install_dxfullsetup -----
[09/04/14 07:25:33] - Running wine-1.5.24 regedit /home/drew/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/drew/.PlayOnLinux/ressources)
[09/04/14 07:25:33] - Content of /home/drew/.PlayOnLinux//tmp/regkey.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\Direct3D]
"VideoMemorySize"="1024"
-----------
[09/04/14 07:26:28] - Running wine-1.5.24 start /unix /home/drew/.PlayOnLinux//wineprefix/PlanetSide2/drive_c/PS2_setup.exe (Working directory : /home/drew/.PlayOnLinux/wineprefix/PlanetSide2/drive_c)
fixme:wininet:query_global_option INTERNET_OPTION_CONNECTED_STATE: semi-stub
err:setupapi:do_file_copyW Unsupported style(s) 0x144
err:setupapi:do_file_copyW Unsupported style(s) 0x144
fixme:inseng:DllGetClassObject {6e449686-c509-11cf-aafa-00aa00b6015c} {00000001-0000-0000-c000-000000000046} 0x33c11c
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:create_server class {6e449686-c509-11cf-aafa-00aa00b6015c} not registered
err:ole:CoGetClassObject no class object {6e449686-c509-11cf-aafa-00aa00b6015c} could be created for context 0x5
fixme:inseng:DllGetClassObject {6e449686-c509-11cf-aafa-00aa00b6015c} {00000001-0000-0000-c000-000000000046} 0x33c11c
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:create_server class {6e449686-c509-11cf-aafa-00aa00b6015c} not registered
err:ole:CoGetClassObject no class object {6e449686-c509-11cf-aafa-00aa00b6015c} could be created for context 0x5
fixme:clusapi:GetNodeClusterState ((null),0x33eb74) stub!
fixme:advapi:DecryptFileA "c:\\0d637504a913b295cbda7d755ce1\\" 00000000
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33fc90, (null), (null), 0x6cd20188,): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:thread:SetThreadStackGuarantee (0x33fb58): stub
fixme:advapi:LsaOpenPolicy ((null),0x33f454,0x00000001,0x33f47c) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:msxml:domdoc_putref_schemas (0x1c5ea8)->({VT_DISPATCH: 0x1c60d8}): semi-stub
fixme:msxml:domdoc_get_readyState stub! (0x1c5ea8)->(0x33f36c)
fixme:propsheet:PROPSHEET_SetHeaderTitleW (0x2011a, 0, L"Installation Progress"): stub
fixme:propsheet:PROPSHEET_SetHeaderSubTitleW (0x2011a, 0, L"Please, wait while the Microsoft Visual C++ 2010  x86 Redistributable is being installed."): stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:advapi:LsaOpenPolicy ((null),0x33f2a4,0x00000001,0x33f2cc) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:wininet:query_global_option INTERNET_OPTION_CONNECTED_STATE: semi-stub
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
fixme:time:GetSystemTimes (0x33f4a4,0x33f494,0x33f49c): Stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x333644,0x00000000), stub!
fixme:iphlpapi:SendARP (DestIP 0x0101a8c0, SrcIP 0x00000000, pMacAddr 0x3341fc, PhyAddrLen 0x333f28): stub
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:time:GetSystemTimes (0x33a2b0,0x33a2a0,0x33a2a8): Stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x339764,0x00000000), stub!
fixme:browseui:ProgressDialog_SetAnimation (0x139e98, 0xf71b0000, 161) - stub
fixme:browseui:ProgressDialog_StartProgressDialog Flags PROGDLG_AUTOTIME not supported
fixme:browseui:ProgressDialog_SetAnimation (0x13dfb8, 0xf71b0000, 161) - stub
fixme:browseui:ProgressDialog_StartProgressDialog Flags PROGDLG_AUTOTIME not supported
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:iphlpapi:NotifyAddrChange (Handle 0x4ffe7bc, overlapped 0x4972070): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:file:ReplaceFileW Ignoring flags 2
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:gdi:GdiInitializeLanguagePack stub
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:gdi:GdiInitializeLanguagePack stub
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
wine: Unhandled page fault on read access to 0x00000000 at address (nil) (thread 005b), starting debugger...
fixme:file:ReplaceFileW Ignoring flags 2
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:time:GetSystemTimes (0x33f3dc,0x33f3cc,0x33f3d4): Stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
fixme:time:GetSystemTimes (0x33dbb8,0x33dba8,0x33dba0): Stub!
fixme:time:GetSystemTimes (0x33f464,0x33f454,0x33f45c): Stub!
fixme:d3d9:D3DPERF_SetOptions (0x1) : stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33e494,0x00000000), stub!
wine: Unhandled exception 0xc0000409 in thread 2e at address 0x451226 (thread 002e), starting debugger...
[09/04/14 12:57:47] - Running wine-1.5.24 LaunchPad.exe (Working directory : /home/drew/.PlayOnLinux/wineprefix/PlanetSide2/drive_c/Program Files/Sony Online Entertainment/Installed Games/PlanetSide 2)
[09/04/14 12:57:50] - Running wine-1.5.24 LaunchPad.exe (Working directory : /home/drew/.PlayOnLinux/wineprefix/PlanetSide2/drive_c/Program Files/Sony Online Entertainment/Installed Games/PlanetSide 2)
Parsing digest
Iterating through digest
Installed 35,576,408 bytes
wine: Unhandled exception 0xc0000409 in thread 79 at address 0x451226 (thread 0079), starting debugger...
Parsing digest
Iterating through digest
Installed 35,576,408 bytes
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[6960:6960:0904/130046:ERROR:sandbox_linux.cc(308)] InitializeSandbox() called with multiple threads in process gpu-process
Created new window in existing browser session.
[09/04/14 15:30:45] - Running wine-1.5.24 LaunchPad.exe (Working directory : /home/drew/.PlayOnLinux/wineprefix/PlanetSide2/drive_c/Program Files/Sony Online Entertainment/Installed Games/PlanetSide 2)
wine: Unhandled exception 0xc0000409 in thread 28 at address 0x451226 (thread 0028), starting debugger...
Parsing digest
Iterating through digest
Installed 35,576,408 bytes
[09/04/14 15:32:43] - Running wine-1.5.24 LaunchPad.exe (Working directory : /home/drew/.PlayOnLinux/wineprefix/PlanetSide2/drive_c/Program Files/Sony Online Entertainment/Installed Games/PlanetSide 2)
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
fixme:time:GetSystemTimes (0x32f4a4,0x32f494,0x32f49c): Stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x3236d4,0x00000000), stub!
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (d

Odpowiedzi

drewt333 Thursday 4 September 2014 at 21:43
drewt333

Wiadmości

The PlanetSide2 loader installed, the client came up but :

 

DirectX failed to install. 
Wine crashed "Internal errors - invalid parameters received "

 

Processor Information:
    Vendor:  GenuineIntel
    CPU Family:  0x6
    CPU Model:  0xf
    CPU Stepping:  0xd
    CPU Type:  0x0
    Speed:  2200 Mhz
    2 logical processors
    2 physical processors
    
Operating System Version:
    Linux Mint 17 Qiana (64 bit)
    Kernel Name:  Linux
    Kernel Version:  3.13.0-27-generic
    X Server Vendor:  The X.Org Foundation
    X Server Release:  11501000
    X Window Manager:  Mutter (Muffin)
    
Video Card:
    Driver:  X.Org Gallium 0.4 on AMD RV770

    Driver Version:  3.0 Mesa 10.1.0
    OpenGL Version: 3.0
    Desktop Color Depth: 24 bits per pixel
    Monitor Refresh Rate: 60 Hz
    VendorID:  0x1002
    DeviceID:  0x9440
    Number of Monitors:  1
    Number of Logical Video Cards:  1
    Primary Display Resolution:  1280 x 1024
    Desktop Resolution: 1280 x 1024
    Primary Display Size: 13.31" x 10.63"  (17.01" diag)
                                            33.8cm x 27.0cm  (43.2cm diag)
    Primary VRAM Not Detected
    
Sound card:
    Audio device: Realtek ALC888
    
Memory:
    RAM:  3951 Mb
    
 

Odpowiedzi

Treki26 Monday 23 June 2014 at 16:00
Treki26 Anonymous

Wiadmości

Operating system : mac osx 10.8.5
Graphic card :  ATI Radeon HD 4850 512 MB

Comments : When it trys to install wine mono and derctx they both fail and the game crashes, is there a way to fix this?

Odpowiedzi

Anonymous
Sunday 27 July 2014 at 21:59
Game installs with a DX install error but when I click play the game crashes.
Wednesday 30 July 2014 at 8:25
I got the exaclty the same problem as kereltis. When you go tho´rough the installation process a window pops up asking about installing DirectX in wine. You click next and the installer says error. Client starts, no problem logging in. When you start the game however black, and freezing. Had to restart my computer. Could not alt-tab (cmd-tab in mac).
Wednesday 30 July 2014 at 8:26
Operating system : mac osx 10.9.4 (13E28)
Graphic card : Intel Iris 5000 1024 MB VRAM