You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: macOS Sequoia 15.0 [WINE bottle is configured as Windows 11 build version 22000]
OS Locale: English_Australia
If applicable: Browser - Safari
Describe the bug
After updating to the latest version of EDMC (5.12.0+cc6e200), the program is no longer working as before. All fields in the window are blank and the message at the bottom states "Awaiting Full CMDR Login". For context, I have just opened EDMC soon after launching Elite Dangerous and logging into Open play (in previous versions of EDMC, it only picks up game updates when launched after the game has been launched, not before). Clicking update leads to the message changing to 'Fetching data...' for a few minutes, after which it will state that authentication was successful, yet none of the fields have updated.
This issue appears to be similar to two other (now closed) issues. However, the action that fixed the program for them - running the .bat file - has not worked for me.
Uninstalling and downgrading to the last release of EDMC results in the program working as expected.
I understanding that running EDMC through WINE translation is quite the edge case, but it was working perfectly before the most recent update, and hopefully we can get it back to working perfectly once again.
To Reproduce
Steps to reproduce the behavior:
Launch Elite Dangerous
Launch EDMC (all fields are empty)
Click update
Wait for the successful authentication message
Expected behavior
Soon after launching EDMC, all of the fields should be populated, denoting CMDR name, ship, current system, etc.
Screenshots
Screenshots are attached.
Additional context
Running the game and EDMC through WINE translation on macOS Sequoia via Whisky. Release 5.11.3 was working as expected. My suspicion was raised after seeing the blank fields following the update. I thought nothing of it, until I travelled about 1000 Ly from the bubble, and noticed on Inara that it still listed my location as being at Ix (i.e. within the bubble). Downgrading back to 5.11.3 fixed it, but I'd like to see this fixed, if possible, in the event that future changes to the game/EDMC/EDDN etc. make this version incompatible.
As mentioned before, this appears to be similar to two previously opened issues, but their remedial steps did not work for me, and it appears they were running EDMC on Windows, hence why I'm opening this issue.
Please Confirm the Following...
[☑️] I have checked the Known Issues list to ensure this is not a duplicate
Looks like this was due to the way ctypes are working on WINE.
2024-09-27 06:35:40.552 UTC - ERROR - 2472:1044:1044 prefs.prefs:210: win32 and not is_wine, but ctypes.windll.user32.CalculatePopupWindowPosition invalid
Traceback (most recent call last):
File "prefs.pyc", line 205, in <module>
File "ctypes\__init__.pyc", line 389, in __getattr__
File "ctypes\__init__.pyc", line 394, in __getitem__
AttributeError: function 'CalculatePopupWindowPosition' not found
Will need to see what we have there and how we can fix it.
Please complete the following information:
Describe the bug
After updating to the latest version of EDMC (5.12.0+cc6e200), the program is no longer working as before. All fields in the window are blank and the message at the bottom states "Awaiting Full CMDR Login". For context, I have just opened EDMC soon after launching Elite Dangerous and logging into Open play (in previous versions of EDMC, it only picks up game updates when launched after the game has been launched, not before). Clicking update leads to the message changing to 'Fetching data...' for a few minutes, after which it will state that authentication was successful, yet none of the fields have updated.
This issue appears to be similar to two other (now closed) issues. However, the action that fixed the program for them - running the .bat file - has not worked for me.
#2295
#2296
Uninstalling and downgrading to the last release of EDMC results in the program working as expected.
I understanding that running EDMC through WINE translation is quite the edge case, but it was working perfectly before the most recent update, and hopefully we can get it back to working perfectly once again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Soon after launching EDMC, all of the fields should be populated, denoting CMDR name, ship, current system, etc.
Screenshots
Screenshots are attached.
Additional context
Running the game and EDMC through WINE translation on macOS Sequoia via Whisky. Release 5.11.3 was working as expected. My suspicion was raised after seeing the blank fields following the update. I thought nothing of it, until I travelled about 1000 Ly from the bubble, and noticed on Inara that it still listed my location as being at Ix (i.e. within the bubble). Downgrading back to 5.11.3 fixed it, but I'd like to see this fixed, if possible, in the event that future changes to the game/EDMC/EDDN etc. make this version incompatible.
As mentioned before, this appears to be similar to two previously opened issues, but their remedial steps did not work for me, and it appears they were running EDMC on Windows, hence why I'm opening this issue.
Please Confirm the Following...
Logs
Please attach both the EDMarketConnector.log and EDMarketConnector-debug.log if available.
Log files are attached.
EDMarketConnector-debug.log
EDMarketConnector.log
The text was updated successfully, but these errors were encountered: