https://bugs.winehq.org/show_bug.cgi?id=49102
--- Comment #6 from Contex contexmoh+winehq@gmail.com --- Created attachment 67085 --> https://bugs.winehq.org/attachment.cgi?id=67085 OriginClientService_Log.txt showing successful startup of the service
So I though the directory above (C:/users/me/Local Settings/Application Data/Origin/Logs) contained all the logs, but there's a separate directory containing the logs for the services: C:/ProgramData/Origin/Logs
It contains the following files:
1003291-1005288-1003290-mass_effect_2_de-mass_effect_2_dd-mass_effect_2_fr-mass_effect_2_it-mass_effect_2_pl-mass_effect_2_ce_OnlineActivation_Log.html OriginClientService_InstallTool_Log.txt OriginClientService_Log.txt OriginWebHelperService_InstallTool_Log.txt OriginWebHelperService_Log.txt
The installation log of each service are identical (except from the name), I've stripped the prefixes of the logs to make them more readable. --- Cmdline Param: /nsisinstall Cmdline Param: Origin Client Service: Running as normal executable. OS Version: 6.1.7601 ... Install mode. Running from NSIS. Origin Client Service not registered in SCM database. Service registered successfully in SCM database. Read Service Existing SDDL: D: Amended Service SDDL: D:(A;;RPWPCR;;;BU) Set service security attributes successfully. Service: Origin Client Service Operation Successful. ---
When executing the download the Origin client tries to execute the Origin Client Service, and it seems like the client successfully starts, I don't see any errors in the service log.
--- Cmdline Param: C:\Program Cmdline Param: Files Cmdline Param: (x86)\Origin\OriginClientService.exe Cmdline Param: -args:LWNhbGxlclByb2Nlc3NJZDo4 Cmdline Param: Origin Client Service: Running as normal executable. OS Version: 6.1.7601 LocalSocket listening on pipe: OriginClientService ---
-args:LWNhbGxlclByb2Nlc3NJZDo4 is just base64 ("-callerProcessId:8") refering to the process ID of the Origin Client.
In the client log (Client_Log.txt) the errors still exist: --- Starting OriginClientService C:\Program Files (x86)\Origin\OriginClientService.exe Attempting to start Origin Client Service as a system service... Service is currently stopped. Starting Origin Client Service, args = C:\Program Files (x86)\Origin\OriginClientService.exe -args:LWNhbGxlclByb2Nlc3NJZDo4 Unable to re-query service status. Service: Origin Client Service Error: 122 ---
I'm attaching the OriginClientService_Log.txt
So it seems like the client is unable to communicate with the service socket, is this a permission issue? I'm going to attempt go further with the manually downloaded game next and see if I can get Origin to "verify" the game files somehow.