Forums
Startrek Online or STO
Script
Auteur | Réponses |
Jump to the page: 1 - 2 - 3 - 4 - 5 | |
steve723 | Mercredi 7 Aoüt 2013 à 20:06 |
steve723
|
I did a search for STO and Startrek Online but came up empty so I figured we need to start a topic and get started on a script. Me and thousands of other Linux gamers have been playing STO via wine for years so I figured I could start a script. I personally have played STO via wine back when STO was in open beta in January 2010.
I will start the script after lunch. vcrun 2005, IE8 and drectx9 should be all that is needed for the wineprefix. I played from wine when Legacy of Romulas launched and it was way cooler. Making a POL script should be a breez. Edité par steve723 |
booman | Mercredi 7 Aoüt 2013 à 23:42 |
booman
|
I created a step-by-step Guide on how to install Star Trek Online with PlayOnLinux: Thanks for keep us in the loop. Its a great idea to do a script for Star Trek Online.I was thinking about trying it since its a free game. Which version of Wine does it work best on? Edité par booman † Booman † Mint 21.3 64-bit | Nvidia 535| GeForce GTX 1650 Linux for Beginners | PlayOnLinux Guides | PlayOnLinux Explained |
steve723 | Jeudi 8 Aoüt 2013 à 2:51 |
steve723
|
Rats I accedentally hit the back button when I was trying to find a tab, so I lost what I was going to post. The last version of wine I used was I think 1.5.3 but I am going to try version 1.6. Check this out http://sto-forum.perfectworld.com/showthread.php?p=11283501&posted=1#post11283501 You have to log in to seee it but it talks about running under Linux. FYI, I am Randolf2 on the STO forums. Last I knew it took a very long time for the game to start. In other words start the game log in click engage and call Social Security and then see which is longer being on hold for SSA or waiting for the game to start. Lol Edité par steve723 |
booman | Jeudi 8 Aoüt 2013 à 4:01 |
booman
|
Interesting, other MMO games have taken a long time to actually start playing...
Neverwinter Path of Exile League of Legends † Booman † Mint 21.3 64-bit | Nvidia 535| GeForce GTX 1650 Linux for Beginners | PlayOnLinux Guides | PlayOnLinux Explained |
steve723 | Jeudi 8 Aoüt 2013 à 5:24 |
steve723
|
I think its how wine and the game communicate. Some times the delays are really really long. STO used to take almost two hours to start with earlier wines. Of course you had to relog to play. |
steve723 | Jeudi 8 Aoüt 2013 à 5:30 |
steve723
|
Darn first attempt failed at the choosing install method. Probably a syntax error.
*Goes off to stare at script until something jumps out. |
steve723 | Jeudi 8 Aoüt 2013 à 5:46 |
steve723
|
Can't load image from file '/home/steve7233/.PlayOnLinux//tmp/cache/icons/InstallMethod/': file does not exist
What dose that mean? .#!/bin/bash # Date : (2013.08.07) # Last revision : (2013.08.07) # Wine version used : 1.6 # Distribution used to test : Kubuntu 13.10 # Author : Steven Wilson [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Startrek Online" PREFIX="Startrek Online" OWNER="Cryptic Studios" GAME_URL="http://sto.perfectworld.com/download" AUTHOR="steve723" WORKING_WINE_VERSION="1.6" SETUP_FILE=Arcinstall_v20130723a.exe # Starting the script. POL_SetupWindow_Init # Present user with script title dialog box. POL_SetupWindow presentation "$TITLE" "$OWNER" "$AUTHOR" "$PREFIX" #Set the wine prefix. POL_Wine_SelectPrefix "$PREFIX" # Ask uer to select the install method. POL_SetupWindow_InstallMethod "Website" # Website version. IF [ "$INSTALLMETHOD" = "Website" ] then # create the VD. POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Install dependancies POL_Call POL_Install_vcrun2005 POL_Call POL_Install_ie8 POL_Call POL_Install_directx9 # Download Game installer cd "$POL_USER_ROOT/tmp/" POL_Download "$GAME-URL" "" # Install the setup program. cd "$POL_USER_ROOT/tmp/" POL_Wine start /unix "$SETUP_FILE" POL_Wine_WaitExit "$TITLE" fi else #make shortcuts. POL_SetupWindow_Close #Ending the script exit 0 |
steve723 | Jeudi 8 Aoüt 2013 à 8:14 |
steve723
|
Never mind. I got it working. I am using wine version 1.7.0 The VD is being created now.
|
steve723 | Jeudi 8 Aoüt 2013 à 8:28 |
steve723
|
I got it to work upto trying to download the setup program. It failed at that point. Here is the debug file and new version of my script.
[08/07/13 23:12:47] - Running wine-1.7.0 --version (Working directory : /home/steve7233/.PlayOnLinux/wine/gecko) wine-1.7.0 PlayOnLinux logfile ------------------- Date: 08/07/13 23:12:46 > PlayOnLinux Version 4.2.1 > uname -a Linux steve7233-HP-Pavilion-dv6-Notebook-PC 3.8.0-27-generic #40-Ubuntu SMP Tue Jul 9 00:17:05 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux > lsb_release -a > wine --version wine-1.7.0 > POL_WINEVERSION 1.7.0 > WINEPREFIX /home/steve7233/.PlayOnLinux//wineprefix/StartrekOnline > Distribution Ubuntu 13.04 > glxinfo \\| grep rendering direct rendering: Yes > glxinfo \\| grep renderer OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset > OpenGL libs (Direct rendering testing) 32bits direct rendering is enabled 64bits direct rendering is enabled [08/07/13 23:13:29] - Running wine-1.7.0 cmd /c echo %ProgramFiles% (Working directory : /home/steve7233/.PlayOnLinux/wine/gecko) C:\\Program Files [08/07/13 23:13:36] - ----- Starting function POL_Install_vcrun2005 ----- [08/07/13 23:13:37] - Running wine-1.7.0 start /unix vcredist_x86.exe /q (Working directory : /home/steve7233/.PlayOnLinux/ressources/vcrun2005) fixme:advapi:DecryptFileA ("C:\\\\users\\\\steve7233\\\\Temp\\\\IXP000.TMP\\\\", 00000000): stub fixme:advapi:DecryptFileA ("C:\\\\users\\\\steve7233\\\\Temp\\\\IXP001.TMP\\\\", 00000000): stub fixme:storage:create_storagefile Storage share mode not implemented. [08/07/13 23:13:44] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/steve7233/.PlayOnLinux/ressources/vcrun2005) [08/07/13 23:13:44] - Content of /home/steve7233/.PlayOnLinux//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "*msvcr80"="native,builtin" ----------- [08/07/13 23:13:45] - ----- Ending function POL_Install_vcrun2005 ----- [08/07/13 23:13:45] - ----- Starting function POL_Install_ie8 ----- [08/07/13 23:14:40] - ----- Starting function POL_Function_FontsSmoothRGB ----- [08/07/13 23:14:41] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/fontsaa.reg (Working directory : /home/steve7233/.PlayOnLinux/tmp) [08/07/13 23:14:41] - Content of /home/steve7233/.PlayOnLinux//tmp/fontsaa.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\\Control Panel\\Desktop] "FontSmoothing"="2" "FontSmoothingType"=dword:00000002 "FontSmoothingGamma"=dword:00000578 "FontSmoothingOrientation"=dword:00000001 ----------- [08/07/13 23:14:41] - ----- Ending function POL_Function_FontsSmoothRGB ----- [08/07/13 23:14:42] - ----- Starting function POL_Install_gdiplus ----- [08/07/13 23:14:43] - Running wine-1.7.0 WindowsXP-KB975337-x86-ENU.exe /extract:C:\\Tmp /q (Working directory : /home/steve7233/.PlayOnLinux/ressources) fixme:advapi:DecryptFileA ("C:\\\\Tmp\\\\", 00000000): stub [08/07/13 23:14:46] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/steve7233/.PlayOnLinux/wineprefix/StartrekOnline/drive_c/Tmp) [08/07/13 23:14:46] - Content of /home/steve7233/.PlayOnLinux//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "*gdiplus"="native" ----------- [08/07/13 23:14:46] - ----- Ending function POL_Install_gdiplus ----- [08/07/13 23:14:46] - ----- Starting function POL_Install_msls31 ----- [08/07/13 23:14:47] - ----- Ending function POL_Install_msls31 ----- [08/07/13 23:14:47] - ----- Starting function POL_Install_msxml3 ----- [08/07/13 23:14:47] - Running wine-1.7.0 msiexec /i msxml3.msi /q (Working directory : /home/steve7233/.PlayOnLinux/ressources/msxml3) fixme:storage:create_storagefile Storage share mode not implemented. [08/07/13 23:14:53] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/steve7233/.PlayOnLinux/ressources/msxml3) [08/07/13 23:14:53] - Content of /home/steve7233/.PlayOnLinux//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "*msxml3"="native,builtin" ----------- [08/07/13 23:14:53] - ----- Ending function POL_Install_msxml3 ----- [08/07/13 23:14:54] - ----- Starting function POL_Install_riched20 ----- [08/07/13 23:14:54] - ----- Starting function POL_SP2_Extract ----- [08/07/13 23:15:06] - ----- Ending function POL_SP2_Extract ----- [08/07/13 23:15:06] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/steve7233/.PlayOnLinux/tmp) [08/07/13 23:15:06] - Content of /home/steve7233/.PlayOnLinux//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "*riched20"="native,builtin" ----------- [08/07/13 23:15:08] - ----- Ending function POL_Install_riched20 ----- [08/07/13 23:15:09] - ----- Starting function POL_Install_DisableCrashDialog ----- [08/07/13 23:15:09] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/disable_crash.reg (Working directory : /home/steve7233/.PlayOnLinux/tmp) [08/07/13 23:15:09] - Content of /home/steve7233/.PlayOnLinux//tmp/disable_crash.reg ----------- [HKEY_CURRENT_USER\\Software\\Wine\\WineDbg] "ShowCrashDialog"=dword:00000000 ----------- [08/07/13 23:15:09] - ----- Ending function POL_Install_DisableCrashDialog ----- [08/07/13 23:15:09] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/steve7233/.PlayOnLinux/tmp) [08/07/13 23:15:09] - Content of /home/steve7233/.PlayOnLinux//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "*browseui"="native,builtin" "*crypt32"="native,builtin" "*hhctrl.ocx"="native,builtin" "*hlink"="native,builtin" "*iernonce"="native,builtin" "*iexplore.exe"="native,builtin" "*itircl"="native,builtin" "*itss"="native,builtin" "*jscript"="native,builtin" "*mlang"="native,builtin" "*mshtml"="native,builtin" "*msimtf"="native,builtin" "*secur32"="native,builtin" "*shdoclc"="native,builtin" "*shdocvw"="native,builtin" "*shlwapi"="native,builtin" "*url"="native,builtin" "*urlmon"="native,builtin" "*usp10"="native,builtin" "*uxtheme"="native,builtin" "*wintrust"="native,builtin" "*xmllite"="native,builtin" ----------- [08/07/13 23:15:10] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/steve7233/.PlayOnLinux/tmp) [08/07/13 23:15:10] - Content of /home/steve7233/.PlayOnLinux//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "*wininet"="builtin" ----------- [08/07/13 23:15:12] - Running wine-1.7.0 IE8-WindowsXP-x86-ENU.exe (Working directory : /home/steve7233/.PlayOnLinux/ressources) fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33eebc,(nil),(nil),(nil),0x33eecc,0x33eec8),stub! fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33fb3c,(nil),(nil),(nil),0x33fb4c,0x33fb48),stub! fixme:clusapi:GetNodeClusterState ((null),0x33eb74) stub! fixme:advapi:DecryptFileA ("c:\\\\2bfb2d7fcc6696b152812088\\\\", 00000000): stub fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33fb3c,(nil),(nil),(nil),0x33fb4c,0x33fb48),stub! fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33f7e0, (null), (null), 0x6cd20188,): stub fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub fixme:wuapi:update_session_put_ClientApplicationID 0x1c9858, L"Windows Internet Explorer 8 Setup Utility" fixme:wuapi:automatic_updates_Pause fixme:wuapi:update_searcher_BeginSearch fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33fb3c,(nil),(nil),(nil),0x33fb4c,0x33fb48),stub! fixme:setupapi:pSetupGetGlobalFlags stub fixme:wintrust:WinVerifyTrust unimplemented for 4 err:ole:CoGetClassObject class {acadf079-cbcd-4032-83f2-fa47c4db096f} not registered err:ole:CoGetClassObject no class object {acadf079-cbcd-4032-83f2-fa47c4db096f} could be created for context 0x1 fixme:updspapi:UpdSpSetDynamicStringA 0x1d4bb0 "DownloadedProgramFiles" "D" fixme:updspapi:UpdSpSetDynamicStringA 0x1d4bb0 "IEVersionUpdate" "I" fixme:updspapi:UpdSpSetDynamicStringA 0x1d4bb0 "SystemTools" "A" fixme:ntdll:server_ioctl_file Unsupported ioctl 9c040 (device=9 access=3 func=10 method=0) fixme:sfc:SFC_3 0 fixme:wintrust:CryptCATGetCatAttrInfo 0xffffffff, L"SPAttr" fixme:wintrust:CryptCATGetCatAttrInfo 0x18f3ea0, L"SPAttr" fixme:wintrust:CryptCATGetCatAttrInfo 0xffffffff, L"SPLevel" fixme:wintrust:CryptCATGetCatAttrInfo 0x18f3ea0, L"SPLevel" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\admparse.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\admparse.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\advpack.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\advpack.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\occache.ini" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\desktop.ini" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\webcheck.ini" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\desktop.ini" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ExtExport.exe" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ExtExport.exe" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\hmmapi.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\hmmapi.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\html.iec" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\html.iec" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\html.iec.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\html.iec.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\icardie.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\icardie.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\icardie.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\icardie.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ie4uinit.exe.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ie4uinit.exe.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ie4uinit.exe.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ie4uinit.exe.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ie8props.propdesc" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ie8props.propdesc" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieakeng.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieakeng.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieakmmc.chm" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieakmmc.chm" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieaksie.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieaksie.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieakui.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieakui.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieapfltr.dat" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieapfltr.dat" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieapfltr.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieapfltr.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iecompat.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iecompat.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iedkcs32.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iedkcs32.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iedkcs32.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iedkcs32.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iedvtool.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iedvtool.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iedvtool.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iedvtool.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieeula.chm" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieeula.chm" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieframe.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieframe.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieframe.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieframe.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieframe.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieframe.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iepeers.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iepeers.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieproxy.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieproxy.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iernonce.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iernonce.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iertutil.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iertutil.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\IERtUtil.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\IERtUtil.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iesetup.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iesetup.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iesupp.chm" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iesupp.chm" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieui.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieui.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieui.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieui.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ieuinit.inf" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ieuinit.inf" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iexplore.chm" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iexplore.chm" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iexplore.exe.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iexplore.exe.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\iexplore.exe.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\iexplore.exe.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\inetcorp.iem" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\inetcorp.iem" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\inetcpl.cpl.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\inetcpl.cpl.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\inetres.adm" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\inetres.adm" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\inetset.iem" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\inetset.iem" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\inseng.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\inseng.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\install.ins" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\install.ins" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\jscript.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\jscript.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\jsdbgui.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\jsdbgui.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\jsdbgui.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\jsdbgui.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\jsdebuggeride.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\jsdebuggeride.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\jsdebuggeride.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\jsdebuggeride.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\JSProfilerCore.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\JSProfilerCore.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\JSProfilerCore.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\JSProfilerCore.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\jsprofilerui.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\jsprofilerui.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\jsprofilerui.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\jsprofilerui.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\licmgr10.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\licmgr10.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\msfeeds.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\msfeeds.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\msfeeds.mof" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\msfeeds.mof" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\msfeedsbs.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\msfeedsbs.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\msfeedsbs.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\msfeedsbs.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\msfeedsbs.mof" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\msfeedsbs.mof" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\msfeedssync.exe" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\msfeedssync.exe" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\mshta.exe.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\mshta.exe.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\mshta.exe.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\mshta.exe.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\mshtml.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\mshtml.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\mshtmler.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\mshtmler.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\msrating.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\msrating.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\msrating.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\msrating.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\occache.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\occache.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\pdm.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\pdm.dll" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\ticrf.rat" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\ticrf.rat" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\urlmon.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\urlmon.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\vbscript.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\vbscript.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\webcheck.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\webcheck.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\FeedDisc.wav" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\Windows Feed Discovered.wav" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\InfoBar.wav" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\Windows Information Bar.wav" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\NavStart.wav" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\Windows Navigation Start.wav" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\PopupBlk.wav" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\Windows Pop-up Blocked.wav" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\WinFXDocObj.exe" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\WinFXDocObj.exe" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\WinFXDocObj.exe.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\WinFXDocObj.exe.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\wininet.dll.mui" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\wininet.dll.mui" err:setupapi:SetupDefaultQueueCallbackA copy error 2 "c:\\\\2bfb2d7fcc6696b152812088\\\\xpshims.dll" -> "C:\\\\windows\\\\system32\\\\DllCache\\\\xpshims.dll" fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33fadc,(nil),(nil),(nil),0x33faec,0x33fae8),stub! Cerr:rpc:I_RpcReceive we got fault packet with status 0x3e6 reateService SUCCESS. CreateService: Failed to set Service description. Error: 0x3e6 fixme:setupapi:pSetupGetGlobalFlags stub fixme:setupapi:pSetupGetGlobalFlags stub fixme:wintrust:CryptCATGetCatAttrInfo 0x20a0270, L"SPAttr" fixme:wintrust:CryptCATGetCatAttrInfo 0x20a0270, L"SPAttr" fixme:wintrust:CryptCATGetCatAttrInfo 0x20a0270, L"SPLevel" fixme:wintrust:CryptCATGetCatAttrInfo 0x20a0270, L"SPLevel" fixme:propsys:PSRegisterPropertySchema L"C:\\\\Program Files\\\\Internet Explorer\\\\ie8props.propdesc" stub fixme:advapi:TreeResetNamedSecurityInfoW (L"C:\\\\windows\\\\ie8", 1, 4, (nil), (nil), 0x20afa10, (nil), 1, (nil), 1, (nil) Stub fixme:advapi:RegisterEventSourceA ((null),"Internet Explorer 8"): stub fixme:advapi:RegisterEventSourceW (L"",L"Internet Explorer 8"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x400e1119,0x181d2b8,0x0002,0x00000000,0x33bb74,(nil)): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x400e1119,0x181d2b8,0x0002,0x00000000,0x175710,(nil)): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub [08/07/13 23:16:05] - Running wine-1.7.0 wineboot (Working directory : /home/steve7233/.PlayOnLinux/ressources) fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33e8dc,(nil),(nil),(nil),0x33e8ec,0x33e8e8),stub! DELETE - HKLM\\SOFTWARE\\Microsoft\\Active Setup\\Installed Components NoIE4StubProcessing 0 0 1 The operation completed successfully fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33e8dc,(nil),(nil),(nil),0x33e8ec,0x33e8e8),stub! [08/07/13 23:16:06] - ----- Ending function POL_Install_ie8 ----- [08/07/13 23:16:06] - ----- Starting function POL_Install_directx9 ----- [08/07/13 23:16:10] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/steve7233/.PlayOnLinux/ressources) [08/07/13 23:16:10] - Content of /home/steve7233/.PlayOnLinux//tmp/regkey.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine] "Version"="winxp" ----------- fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33eebc,(nil),(nil),(nil),0x33eecc,0x33eec8),stub! fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33e8dc,(nil),(nil),(nil),0x33e8ec,0x33e8e8),stub! [08/07/13 23:16:11] - Running wine-1.7.0 directx_feb2010_redist.exe /t:C:\\windows\\temp\\directx9 /q (Working directory : /home/steve7233/.PlayOnLinux/ressources) fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x32fb3c,(nil),(nil),(nil),0x32fb4c,0x32fb48),stub! fixme:advapi:DecryptFileA ("C:\\\\windows\\\\temp\\\\directx9\\\\", 00000000): stub fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33f73c,(nil),(nil),(nil),0x33f74c,0x33f748),stub! fixme:thread:InitializeSRWLock (0x7619b4): stub fixme:thread:InitializeSRWLock (0x7619e0): stub fixme:thread:InitializeSRWLock (0x761a0c): stub fixme:thread:InitializeSRWLock (0x761ca8): stub fixme:thread:InitializeSRWLock (0x761cd4): stub fixme:thread:InitializeSRWLock (0x761d00): stub fixme:advapi:RegisterTraceGuidsW (0x5a13b8, 0x762830, {b2a40f1f-a05a-4dfd-886a-4c4f18c4334c}, 1, 0x33f894, (null), (null), 0x762830,): stub fixme:advapi:RegisterTraceGuidsW (0x5a13b8, 0x762860, {ffdb9886-80f3-4540-aa8b-b85192217ddf}, 1, 0x33f894, (null), (null), 0x762860,): stub fixme:advapi:RegisterTraceGuidsW (0x5a13b8, 0x762890, {5c8bb950-959e-4309-8908-67961a1205d5}, 1, 0x33f894, (null), (null), 0x762890,): stub fixme:advapi:RegisterTraceGuidsW (0x5a1481, 0x7612c8, {3e1fd72a-c323-4574-9917-5ce9c936f78c}, 1, 0x33f874, (null), (null), 0x7612d0,): stub fixme:advapi:RegisterTraceGuidsW (0x5a1481, 0x7612e8, {afff9c82-5be3-4205-9b3e-49e014c09a63}, 1, 0x33f874, (null), (null), 0x7612f0,): stub fixme:advapi:UnregisterTraceGuids 0: stub fixme:advapi:UnregisterTraceGuids 0: stub fixme:advapi:UnregisterTraceGuids 0: stub [08/07/13 23:16:16] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/steve7233/.PlayOnLinux/ressources) [08/07/13 23:16:16] - Content of /home/steve7233/.PlayOnLinux//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "*d3dim"="native" "*d3drm"="native" "*d3dx8"="native" "*d3dx9_24"="native" "*d3dx9_25"="native" "*d3dx9_26"="native" "*d3dx9_27"="native" "*d3dx9_28"="native" "*d3dx9_29"="native" "*d3dx9_30"="native" "*d3dx9_31"="native" "*d3dx9_32"="native" "*d3dx9_33"="native" "*d3dx9_34"="native" "*d3dx9_35"="native" "*d3dx9_36"="native" "*d3dx9_37"="native" "*d3dx9_38"="native" "*d3dx9_39"="native" "*d3dx9_40"="native" "*d3dx9_41"="native" "*d3dx9_42"="native" "*d3dx9_43"="native" "*d3dxof"="native" "*dciman32"="native" "*ddrawex"="native" "*devenum"="native" "*dmband"="native" "*dmcompos"="native" "*dmime"="native" "*dmloader"="native" "*dmscript"="native" "*dmstyle"="native" "*dmsynth"="native" "*dmusic"="native" "*dmusic32"="native" "*dnsapi"="native" "*dplay"="native" "*dplayx"="native" "*dpnaddr"="native" "*dpnet"="native" "*dpnhpast"="native" "*dpnlobby"="native" "*dswave"="native" "*dxdiagn"="native" "*msdmo"="native" "*qcap"="native" "*quartz"="native" "*streamci"="native" "*dxdiag.exe"="native" ----------- [08/07/13 23:16:17] - Running wine-1.7.0 regedit /home/steve7233/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/steve7233/.PlayOnLinux/ressources) [08/07/13 23:16:17] - Content of /home/steve7233/.PlayOnLinux//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\\Software\\Wine\\DllOverrides] "*d3d8"="builtin" "*d3d9"="builtin" "*dinput"="builtin" "*dinput8"="builtin" "*dsound"="builtin" ----------- [08/07/13 23:16:17] - Running wine-1.7.0 C:\\windows\\temp\\directx9\\DXSETUP.exe /silent (Working directory : /home/steve7233/.PlayOnLinux/ressources) fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33eebc,(nil),(nil),(nil),0x33eecc,0x33eec8),stub! fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x32fb3c,(nil),(nil),(nil),0x32fb4c,0x32fb48),stub! 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 [08/07/13 23:16:35] - ----- Ending function POL_Install_directx9 ----- [08/07/13 23:16:36] - Running wine-1.7.0 start /unix Arcinstall_v20130723a.exe (Working directory : /home/steve7233/.PlayOnLinux/tmp) fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33eebc,(nil),(nil),(nil),0x33eecc,0x33eec8),stub! fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x33e8dc,(nil),(nil),(nil),0x33e8ec,0x33e8e8),stub! fixme:ntdll:NtConnectPort (0x5b0c1170,L"\\\\ThemeApiPort",0x32fadc,(nil),(nil),(nil),0x32faec,0x32fae8),stub! fixme:exec:SHELL_execute flags ignored: 0x00000100 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: Success. .#!/bin/bash # Date : (2013.08.07-18.00) # Last revision : (2013.08.07-23-24) # Wine version used : 1.7.0 # Distribution used to test : Kubuntu 13.10 # Author : Steven Wilson [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Startrek Online" PREFIX="StartrekOnline" OWNER="Cryptic Studios" GAME_URL="http://sto.perfectworld.com/download" AUTHOR="steve723" WORKING_WINE_VERSION="1.7.0" SETUP_FILE=Arcinstall_v20130723a.exe # Starting the script. POL_SetupWindow_Init POL_Debug_Init # Present user with script title dialog box. POL_SetupWindow presentation "$TITLE" "$OWNER" "$AUTHOR" "$PREFIX" #Set the wine prefix. POL_Wine_SelectPrefix "$PREFIX" # Ask user to select the install method. POL_SetupWindow_InstallMethod "DOWNLOAD" # Website version. if [ "$INSTALL_METHOD" = "DOWNLOAD" ] then # create the VD. POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" # Install dependancies POL_Call POL_Install_vcrun2005 POL_Call POL_Install_ie8 POL_Call POL_Install_directx9 # Download Game installer cd "$POL_USER_ROOT/tmp/" POL_Download "$GAME_URL" "" # Install the setup program. cd "$POL_USER_ROOT/tmp/" POL_Wine start /unix "$SETUP_FILE" POL_Wine_WaitExit "$TITLE" fi else #make shortcuts. POL_SetupWindow_Close #Ending the script exit 0 |
booman | Jeudi 8 Aoüt 2013 à 14:53 |
booman
|
I'm going to guess this is your problem:
Sorry, I didn't quote every single error because you can see them i your post... Copying all of these dll files seems to be causing a problem I'm seeing they are right after the IE8 installation. For some reason they are failing to copy to the appropriate directories. Are you using the Windows version: Windows XP? Also are you using 64-bit Linux or 32-bit? Edité par booman † Booman † Mint 21.3 64-bit | Nvidia 535| GeForce GTX 1650 Linux for Beginners | PlayOnLinux Guides | PlayOnLinux Explained |
steve723 | Jeudi 8 Aoüt 2013 à 21:52 |
steve723
|
I noticed those errors too. Wine is set to default so that should be windows xp I belive. I am using 64 bit Linux. Dosn't PlayOnLinux default to creating a 32 bit wine prefix? |
booman | Jeudi 8 Aoüt 2013 à 22:16 |
booman
|
Yes it does as long as you have a 32-bit operating system. If you have a 64-bit, then PlayOnLinux will ask you if you want to use a 32-bit or 64-bit virtual drive.
If you are using a 64-bit, you will need to install the 32-bit libraries for games to work. Ah I found it in your debug info
You are using Ubuntu 13.04 64-bit So make sure to install multiarch so you can play 32-bit games. † Booman † Mint 21.3 64-bit | Nvidia 535| GeForce GTX 1650 Linux for Beginners | PlayOnLinux Guides | PlayOnLinux Explained |
steve723 | Jeudi 8 Aoüt 2013 à 22:45 |
steve723
|
Synaptic said there was a broken package on my system. It was part of my video driver. I told Synaptic to repair the package. Multiarch is already installed. I am trying the script again.
|
steve723 | Jeudi 8 Aoüt 2013 à 22:58 |
steve723
|
Nope. The error log is the same as last try so I didn't see the point of posting the same thing. PlayOnLinux did not ask me to make 32 or 64 bit wine prefix just tried and failed with those same copy errors in the playonlinux log file.
|
steve723 | Jeudi 8 Aoüt 2013 à 23:15 |
steve723
|
I tried adding POL_System_SetArch "x86" but I get the same error messages.
|
steve723 | Vendredi 9 Aoüt 2013 à 0:07 |
steve723
|
I just tried changing the script to use wine 1.6. Still the same copy errors when installing IE8.
|
booman | Vendredi 9 Aoüt 2013 à 0:50 |
booman
|
Ok, just to be sure.... did you install Wine before installing PlayOnLInux?
You have to install it at least one time, then you never touch it again. I think it may be a good idea to completely remove Wine and PlayOnLInux, then install them again from scratch. As in sudo apt-get remove --purge playonlinux sudo apt-get remove --purge wine Then start over by installing Wine first, then installing PlayOnLInux. Something must have gotten corrupted in the process. † Booman † Mint 21.3 64-bit | Nvidia 535| GeForce GTX 1650 Linux for Beginners | PlayOnLinux Guides | PlayOnLinux Explained |
steve723 | Vendredi 9 Aoüt 2013 à 1:47 |
steve723
|
I used synaptic to get PlayOnLinux and it selected wine and whatever else it needed. Wont this delete all the games I have installed and why do all the other games like Civ 4 and 5 and Simcity 2013 and TES:Skyrim work?
|
steve723 | Vendredi 9 Aoüt 2013 à 3:48 |
steve723
|
I couldn't get their new setup program to work but, I have an old setup program on my computer. I went to configure in PlayOnLinux and selcted the misc tab. I told PlayOnLinux to run an executeable file on the VD and navagated to the setup program and ran it. The game is patching now. Looks like even though IE8 didn't update, the game still works anyway or at least to patching. For some reason this directory is empty. /home/steve7233/PlayOnLinux's virtual drives/StartrekOnline/drive_c/windows/system32/DllCache. I suspect that is why the update failed.
Edité par steve723 |
steve723 | Vendredi 9 Aoüt 2013 à 4:50 |
steve723
|
*Mr. LaForge, warp speed now if you please. Engage...
|
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