| zedtux | Woensdag 23 Mei 2012 om 14:27 | 
                
                    | zedtux  
 
             | Hi, I wrote this script for PlayOnMac, but it should work also for Linux.Tested on I've tested the script on my iMac running OS X 10.7.3.Wine Version. The system version.Tested Log in, look at available games, automatic log in, looking the Origin help, changing settings, ...Known Issues Having the error saying that you have to be Administrator when trying to install Battlefield 3.Screenshots [URL=http://imageshack.us/photo/my-images/18/screenshot20120523at212.png/][IMG]http://img18.imageshack.us/img18/236/screenshot20120523at212.png[/IMG][/URL]The script#!/bin/bash # Date : (2012-05-23 13-00)
 # Last revision : (2012-05-23 13-00)
 # Wine version used : -
 # Distribution used to test : OS X 10.7.3
 # Author : zedtux
 # Licence : -
 # Depend : -
 
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
 TITLE="Origin"
 
 POL_GetSetupImages "http://a248.e.akamai.net/vassets.ea.com/Assets/Richmedia/Image/logo-gus-origin.png"
 
 POL_SetupWindow_Init
 POL_SetupWindow_presentation "$TITLE" "EA" "http://www.origin.com" "zedtux" "EaOrigin"
 
 POL_Wine_SelectPrefix "EaOrigin"
 POL_Wine_PrefixCreate
 
 Set_OS "win7"
 
 POL_System_TmpCreate "EaOrigin"
 
 #downloading latest Origin
 cd "$POL_System_TmpDir"
 POL_SetupWindow_download "$(eval_gettext 'Downloading $TITLE')" "Origin" "https://download.dm.origin.com/origin/live/OriginThinSetup.exe"
 
 #Installing Origin
 POL_Wine "OriginThinSetup.exe"
 POL_Wine_WaitExit "$TITLE"
 
 POL_System_TmpDelete
 
 # Making shortcut
 POL_Shortcut "Origin.exe" "$TITLE"
 
 POL_SetupWindow_Close
 exit
 Aangepast door zedtux | 
                                
		    | zedtux | Donderdag 24 Mei 2012 om 14:08 | 
                
                    | zedtux  
 
             | I have this issue: err:module:import_dll Library QtSvg4.dll (which is needed by L"C:\\\\Program Files\\\\Origin\\\\imageformats\\\\qsvg4.dll") not found So I've added, after the Set_OS "win7" the following: POL_Call POL_Install_vcrun2008 But I still have this issue. (I did that following this: http://notes.benv.junerules.com/diablo-3-beta-and-wine/)                             Aangepast door zedtux | 
                                
		    | Quentin PÂRIS | Donderdag 24 Mei 2012 om 14:34 | 
                
                    | Quentin PÂRIS  
 
             | Are you talking about origin?                                                     | 
                                
		    | zedtux | Vrijdag 25 Mei 2012 om 12:23 | 
                
                    | zedtux  
 
             | Yes of course :-)                                                     | 
                                
		    | Quentin PÂRIS | Vrijdag 25 Mei 2012 om 12:42 | 
                
                    | Quentin PÂRIS  
 
             | But you told that you've tested Origin and it worked for you?                                                     | 
                                
		    | zedtux | Vrijdag 25 Mei 2012 om 13:23 | 
                
                    | zedtux  
 
             | Yes, Origin is working, but I'm trying to fix the errors I found in the debug window.
 Also, it works until I try to install Battlefield 3.
 (I have to update the original post)
 | 
                                
		    | zedtux | Vrijdag 25 Mei 2012 om 13:24 | 
                
                    | zedtux  
 
             | So, I've updated it.
 Now, I'm trying to fix this issue with the following error message:
 
 "you must be logged in as an administrator to continue"
 | 
                                
		    | Quentin PÂRIS | Vrijdag 25 Mei 2012 om 13:30 | 
                
                    | Quentin PÂRIS  
 
             | err:module:import_dll Library QtSvg4.dll (which is needed by L"C:\\\\Program Files\\\\Origin\\\\imageformats\\\\qsvg4.dll") not found
 It is a Qt4 dll
 | 
                                
		    | zedtux | Zondag 27 Mei 2012 om 21:46 | 
                
                    | zedtux  
 
             | Yes and that's why I've added to my script the command to install vcrun2008 as described in the link http://notes.benv.junerules.com/diablo-3-beta-and-wine/.
 But I still have this error.
 
 Do you know how should I fix it please ?
 | 
                                
		    | Quentin PÂRIS | Zondag 27 Mei 2012 om 22:03 | 
                
                    | Quentin PÂRIS  
 
             | Try to install Windows qt4 libraries on the virtual drive                                                     | 
                                
		    | GNU_Raziel | Zondag 27 Mei 2012 om 23:41 | 
                
                    | GNU_Raziel  
 
             | Hi, there is already a working script for EA's Origin, in testing section...tested and working for Mass Effect 3 game (also in testing). It's still in testing because I didn't found time to test it more deeply. Regards, GNU_Raziel                             Aangepast door GNU_Raziel | 
                                
		    | zedtux | Dinsdag 29 Mei 2012 om 13:54 | 
                
                    | zedtux  
 
             | @Quentin PÂRIS: Is there any PlayOnLinux stuff to do this (something like POL_Install_qt4) or do I have to do it by myself ? @GNU_Raziel: Damn. I didn't checked in the Testing section... sorry. Alright, I tried your script and found some little things that could be changed if you agree. First of all, instead of downloading the entire Origin installer, the script should download the thin version. (see my script). About the picture of the setup window, the script could also use the same URL as my script. Finally, the script should set the emulated Windows version to win7, otherwise for some games, like Battlefield 3, it complain about it. Let me know your point about my suggestions. After having installed you version of the script, I wasn't able to install battlefield 3, because of the windows version. Then after this changed to win7, I had the same issue has before: "You must be logged in as an administrator to continue."                             Aangepast door zedtux | 
                                
		    | GNU_Raziel | Dinsdag 29 Mei 2012 om 23:49 | 
                
                    | GNU_Raziel  
 
             | The "lite" version cannot be used for silent install, that's why I used the "live/full" one. For the setup picture, we never hotlink them from another site and testing installers do not have them by default. Adding top/left/icon/icon_install files is a "ritual" for testing scripts becoming stable ^^ Finally, Origin script alone cannot be used for all origin games, this will never work...We make a specific script for each game, with requiered tweaks needed. Don't expect all games will run "out-of-the-box" with origin and wine, this will never happen. If you want to help you can make a battlefield 3 install script, we added origin and origin_demo as install_method with PoL 4.0.18 and there is an Origin function to ease the process, I will make full re-test of Origin/ME3 when I have time, update current testing scripts and see if they can become stable or not as soon as possible. (not this week since I'm still recovering from surgery) Thx for you report/test, I will do my best to improve origin support in PoL/PoM and pleased Origin's users :) Regdars, GNU_Raziel                                                             | 
                                
		    | zedtux | Woensdag 30 Mei 2012 om 11:58 | 
                
                    | zedtux  
 
             | > For the setup picture, we never hotlink them from another site and testing installers do not have them by default. Adding top/left/icon/icon_install files is a "ritual" for testing scripts becoming stable ^^
 Alright, but how to have new pictures, like for this case ?
 
 OK, I got your point about the way you want to do handle origin.
 I will like as you described.
 
 Let me know when and how I can use this install_method.
 
 Thanks.
 | 
                                
		    | zedtux | Woensdag 30 Mei 2012 om 13:33 | 
                
                    | zedtux  
 
             | Finally, I fixed my issue with the error "you must be logged in as an administrator to continue"!
 I just have to create the Battlefield folder in the Origin game folder and then download is working!
 | 
                                
		    | zedtux | Donderdag 31 Mei 2012 om 12:40 | 
                
                    | zedtux  
 
             | Download is working until the end.
 When I'm at 99%, it switch to Finalizing, but then back to 99%, and then Finalizing, etc...
 And the amout of downloaded data grow up and is over the total size of the game.
 
 After that, everything from the Battlefield 3 folder is removed...
 
 Have you any suggestion please ?
 | 
                                
		    | zedtux | Maandag 4 Juni\ 2012 om 16:25 | 
                
                    | zedtux  
 
             | I've tried to do a chmod 777 on the entire folder of Battlefield 3 during download, but didn't help...                                                     | 
                                
		    | dlambert | Maandag 11 Juni\ 2012 om 14:52 | 
                
                    | dlambert  
 
             | Same problem with amalur. The game updates then freezes at 99%                                                             
                                 I'm an 18 year old kid with passions for Linux, computers, and Gaming!
 
 | 
                                
		    | steve723 | Maandag 27 Mei 2013 om 2:16 | 
                
                    | steve723  
 
             | This script does not work on Ubuntu raring ringtail.  Origin not diplaying pictures for games.  Origin not displaying pictures in store.  Playonnlinux never completes the install.
 Here is a copy of playonlinux.log from the virtual drive for EAOrigin:
 
 [05/26/13 17:02:09] - Running wine- --version (Working directory : /home/steve7233/.PlayOnLinux)
 wine-1.5.30
 
 PlayOnLinux logfile
 -------------------
 Date: 05/26/13 17:02:09
 
 > PlayOnLinux Version
 4.2.1
 > uname -a
 Linux steve7233-HP-Pavilion-dv6-Notebook-PC 3.8.0-22-generic #33-Ubuntu SMP Thu May 16 15:17:14 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
 > lsb_release -a
 
 > wine --version
 wine-1.5.30
 > POL_WINEVERSION
 
 > WINEPREFIX
 /home/steve7233/.PlayOnLinux//wineprefix/EaOrigin
 > 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
 
 [05/26/13 17:02:09] - This is a 32bits prefix!
 [05/26/13 17:02:13] - Running wine- cmd /c echo %ProgramFiles% (Working directory : /home/steve7233/.PlayOnLinux)
 C:\\Program Files
 [05/26/13 17:02:16] - Running wine- regedit /home/steve7233/.PlayOnLinux//tmp/regkey.reg (Working directory : /home/steve7233/.PlayOnLinux)
 [05/26/13 17:02:16] - Content of /home/steve7233/.PlayOnLinux//tmp/regkey.reg
 -----------
 REGEDIT4
 
 [HKEY_CURRENT_USER\\Software\\Wine]
 "Version"="win7"
 -----------
 [05/26/13 17:02:26] - Running wine- OriginThinSetup.exe (Working directory : /home/steve7233/.PlayOnLinux/tmp/EaOrigin)
 p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
 fixme:shell:SHAutoComplete stub
 fixme:clusapi:GetNodeClusterState ((null),0x33eb74) stub!
 fixme:advapi:DecryptFileA ("c:\\\\05653d9993d21878571b4002004c\\\\", 00000000): stub
 p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
 fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33fca0, (null), (null), 0x6cd20188,): stub
 fixme:heap:HeapSetInformation (nil) 1 (nil) 0
 fixme:heap:HeapSetInformation (nil) 1 (nil) 0
 fixme:thread:SetThreadStackGuarantee (0x33fb58): stub
 fixme:advapi:LsaOpenPolicy ((null),0x33f454,0x00000001,0x33f46c) stub
 fixme:advapi:LsaClose (0xcafe) stub
 fixme:storage:create_storagefile Storage share mode not implemented.
 fixme:advapi:LsaOpenPolicy ((null),0x33f2a4,0x00000001,0x33f2bc) stub
 fixme:advapi:LsaClose (0xcafe) stub
 fixme:heap:HeapSetInformation (nil) 1 (nil) 0
 fixme:heap:HeapSetInformation (nil) 1 (nil) 0
 fixme:heap:HeapSetInformation (nil) 1 (nil) 0
 p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
 fixme:ieframe:PersistStreamInit_InitNew (0x1b3ff8)
 fixme:ieframe:OleObject_Advise (0x1b3ff8)->(0x76e2bc, 0x76e314)
 fixme:ieframe:ViewObject_SetAdvise (0x1b3ff8)->(1 00000000 0x76e2bc)
 fixme:ieframe:ViewObject_Draw (0x1b3ff8)->(1 -1 (nil) (nil) (nil) 0x1c0033 0x76e32c 0x76e32c (nil) 00000000)
 fixme:urlmon:URLMoniker_BindToObject use running object table
 fixme:dwmapi:DwmIsCompositionEnabled 0x6ae433f4
 fixme:iphlpapi:NotifyAddrChange (Handle 0x15ae8d0, overlapped 0x15ae8dc): stub
 fixme:win:EnumDisplayDevicesW ((null),0,0x968858,0x00000000), stub!
 fixme:ieframe:BrowserService_GetTravelLog 0x153048 0x969718
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
 fixme:ieframe:ClOleCommandTarget_QueryStatus (0x1b40ac)->((null) 1 0x9696cc (nil))
 fixme:ieframe:ClOleCommandTarget_QueryStatus command_0: 27, 0x0
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 37 of CGID_ShellDocView
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
 fixme:ieframe:ClientSite_GetContainer (0x1b40ac)->(0x9696ec)
 fixme:mshtml:nsChannel_GetContentDisposition (0x13f53e0)->(0x968e1c)
 fixme:mshtml:nsChannel_GetContentDispositionHeader (0x13f53e0)->(0x968644)
 fixme:ieframe:ClientSite_GetContainer (0x1b40ac)->(0x96a7bc)
 fixme:imm:ImmReleaseContext (0x20096, 0x13ebbe8): stub
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
 fixme:ieframe:DocHostUIHandler_GetDropTarget (0x1b40ac)
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
 fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
 fixme:resource:GetGuiResources (0xffffffff,0): stub
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of CGID_ShellDocView
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group {de4ba900-59ca-11cf-9592-444553540000}
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
 fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
 err:secur32:schan_free_handle Handle 0(0x14c840) is not of type 0
 fixme:heap:HeapSetInformation (nil) 1 (nil) 0
 fixme:heap:HeapSetInformation (nil) 1 (nil) 0
 fixme:heap:HeapSetInformation (nil) 1 (nil) 0
 p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
 fixme:system:SetProcessDPIAware stub!
 err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment threaded to multi-threaded
 fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
 fixme:wbemprox:client_security_SetBlanket 0x7d195fb8, 0x1b41a8, 10, 0, (null), 3, 3, (nil), 0x00000000
 fixme:wbemprox:client_security_Release 0x7d195fb8
 fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project
 fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.org/showthread.php?t=1960599
 fixme:win:EnumDisplayDevicesW ((null),0,0x33d8e8,0x00000000), stub!
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 Got environment:: "production"
 fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
 fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
 fixme:toolhelp:Heap32ListFirst : stub
 Got environment:: "production"
 Got environment:: "production"
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:file:FindFirstFileExW options not implemented 0x00000001 0x00000002
 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
 fixme:msg:ChangeWindowMessageFilter c094 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:systray:wine_notify_icon unhandled tray message: 4
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
 fixme:imm:ImmReleaseContext (0x400ba, 0x31c0ff8): stub
 fixme:win:FlashWindowEx 0x33ea44
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 fixme:win:FlashWindowEx 0x33cc94
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 fixme:win:EnumDisplayDevicesW ((null),0,0x4a4e238,0x00000000), stub!
 fixme:win:EnumDisplayDevicesW ((null),0,0x4a4e238,0x00000000), stub!
 err:ole:CoGetClassObject class {77f10cf0-3db5-4966-b520-b7c54fd35ed6} not registered
 err:ole:CoGetClassObject no class object {77f10cf0-3db5-4966-b520-b7c54fd35ed6} could be created for context 0x1
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
 fixme:win:FlashWindowEx 0x33c2a4
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
 fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 err:ole:CoGetClassObject class {86c14003-4d6b-4ef3-a7b4-0506663b2e68} not registered
 err:ole:CoGetClassObject no class object {86c14003-4d6b-4ef3-a7b4-0506663b2e68} could be created for context 0x1
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
 fixme:win:FlashWindowEx 0x33c354
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 fixme:imm:NotifyIME IMC_SETCANDIDATEPOS
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 fixme:win:FlashWindowEx 0x33bfc4
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 fixme:msg:ChangeWindowMessageFilter 4a 00000001
 fixme:msg:ChangeWindowMessageFilter 112 00000001
 fixme:win:FlashWindowEx 0x33c184
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 fixme:win:FlashWindowEx 0x33c044
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 fixme:win:FlashWindowEx 0x33cbb4
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:CoGetClassObject class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 err:ole:create_server class {dcb00c01-570f-4a9b-8d69-199fdba5723b} not registered
 fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
 err:ole:CoGetClassObject no class object {dcb00c01-570f-4a9b-8d69-199fdba5723b} could be created for context 0x17
 
 | 
                                
		    | steve723 | Maandag 27 Mei 2013 om 2:32 | 
                
                    | steve723  
 
             | I changed to wine version 1.5.28-Origin and switched Windows version to Vista.  It still dosn't show any pictures in my games or the store. If I mouse over the picture frames in my games then it will tell me what the game is. I am currently dowloading The sims 3. It is at 3% so far.                                                     |