PlanetSide 2
Informations
Creator | Message |
---|---|
Robbz
|
WarningThis installer is a beta script. It means that it might not work as expected InformationsPlatforms: Feedbacks2 11 DescriptionMMO 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). ScreenshotsSource 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:
ContributeMember | Message |
Dadu042 | Sunday 9 August 2020 at 16:15 |
Dadu042
|
InformationThis update has been approved by the team. MessageNot 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 Replies |
Dadu042 | Wednesday 5 August 2020 at 10:59 |
Dadu042
|
WarningThis update has not been approved yet by the team. MessageNow 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 Replies |
Dadu042 | Thursday 21 May 2020 at 14:18 |
Dadu042
|
WarningThis update has not been approved yet by the team. 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 Replies |
Dadu042 | Thursday 13 February 2020 at 21:24 |
Dadu042
|
WarningThis update has not been approved yet by the team. MessageStill 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 Replies |
Dadu042 | Sunday 30 June 2019 at 23:28 |
Dadu042
|
WarningThis update has not been approved yet by the team. MessageScript 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 RepliesEdited by Dadu042 |
AlexS420 | Monday 4 September 2017 at 23:21 |
AlexS420
|
MessageCurrently 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 Replies |
Kayne808 | Sunday 15 January 2017 at 0:14 |
Kayne808
|
MessageHi, I Keep getting a message when I try to install about amd64 is not supported. What do I do to fix it? Thank you.
RepliesWednesday 5 April 2017 at 14:15
Wednesday 5 April 2017 at 14:15
Wednesday 5 April 2017 at 14:16
|
tapindanslesbois | Thursday 25 August 2016 at 23:44 |
tapindanslesbois
|
MessageHi, 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 Replies |
Nazmifr | Friday 8 July 2016 at 18:20 |
Nazmifr
|
MessageHi, 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 RepliesFriday 8 July 2016 at 18:40
|
Lavaduder | Thursday 2 June 2016 at 13:45 |
Lavaduder
|
MessageSystem: 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.
Replies |
SparteAttack | Tuesday 8 March 2016 at 22:17 |
SparteAttack
|
MessageBoujour, 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.
Replies |
Bratzmeister | Wednesday 18 November 2015 at 13:14 |
Bratzmeister
|
WarningThis update has not been approved yet by the team. 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 RepliesWednesday 18 November 2015 at 14:25
Wednesday 18 November 2015 at 14:39
Saturday 4 June 2016 at 19:20
|
GraphicLevel | Friday 23 October 2015 at 16:11 |
GraphicLevel
|
MessageCe 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 Replies |
fractal618 | Monday 19 October 2015 at 15:47 |
fractal618
|
MessageThis 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
RepliesMonday 19 October 2015 at 15:48
|
petch | Sunday 18 October 2015 at 20:14 |
petch
|
MessageThe download URL is no longer valid (404) Replies |
Kurolox | Saturday 5 September 2015 at 12:29 |
Kurolox
|
WarningThis update has not been approved yet by the team. 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 RepliesEdited by petch |
Tighe | Friday 26 June 2015 at 4:17 |
Tighe
|
MessageThe 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 RepliesSaturday 27 June 2015 at 20:57
Sunday 5 July 2015 at 23:01
|
InkTide | Monday 29 December 2014 at 18:04 |
InkTide
|
MessageDirectX 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 Replies |
fractal618 | Wednesday 24 December 2014 at 18:38 |
fractal618
|
MessageGreat 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! RepliesWednesday 24 December 2014 at 18:41
|
izberion | Monday 17 November 2014 at 17:52 |
izberion
|
MessageA 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. Replies |
drewt333 | Friday 5 September 2014 at 0:43 |
drewt333
|
Messagedebug 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 Replies |
drewt333 | Thursday 4 September 2014 at 21:43 |
drewt333
|
MessageThe PlanetSide2 loader installed, the client came up but : DirectX failed to install.
Processor Information: Driver Version: 3.0 Mesa 10.1.0 Replies |
Treki26 | Monday 23 June 2014 at 16:00 |
Treki26
|
MessageOperating system : mac osx 10.8.5 Comments : When it trys to install wine mono and derctx they both fail and the game crashes, is there a way to fix this? Replies |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com