-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EA APP Games wont show on GOG Galaxy (v.043) #14
Comments
Errors seem to pinpoint "wmic" as the culprit.
This is actually linked to the pc_sign.py program, creating the PCSign header when logging in to the EA servers. The error seems to indicate it couldn't get a positive answer on the PC's serial number. |
I don't know if this is the problem, but in my travels I ran across a PC where the default wmic aliases had been deleted somehow, but I could still use something like "wmic path win32_bios <command>" instead of "wmic bios <command>". Also, FWIW, wmic has been deprecated in favor of the PowerShell WMI module. In the latest Server 2025 preview, wmic is now an optional feature. I've read that the latest Win11 preview will be doing the same. |
Sounds like it could have been the case somewhere. Using WMI would mean to install the "WMI" extension (along with PyWin32) as an additional package to the rest. IIRC we had issues using that out. |
I've managed to use Powershell without the need of WMI, and it seems to work on my watch. I use -Get-CimInstance. |
it logs in now, but still doesnt show the games on gog galaxy |
Could you attach your new log file in this discussion ? That can permit me to pinpoint the issue. |
Sorry, here it is. |
Now that's interesting. The new log doesn't show any error linked to the plugin. Sounds like Galaxy's being lazy. The only errors I see are registry related, and that's for local games installation lookup (they would still show anyway, just not switched as "installed"). On my POV, It actually sees the games, if you look at the lines starting at 2024-12-29 22:01:17,958 You may try and restart Galaxy, and check if the "Origin" tab loads up on the panel, in your left side. |
restarting doesnt do anything, it doesnt import ea app games. Only steam, ubisoft connect, epic and xbox app |
That's odd, really... Your log didn't indicate an issue that could have been linked to the plugin (with the new patch/commit), which is why that surprises me. I'll keep looking, just in case, but right now I do not have any idea of where that could block. |
EA APP games doesnt show on GOG Galaxy, it says importing after log in with ea account on gog galaxy, but after waiting it doesnt import anything.
plugin-origin-7f53219b-4e2b-4591-9f4f-dfc5f4ba9eb0.log
The text was updated successfully, but these errors were encountered: