Release/5.1.3 #1224
Replies: 5 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply! I was relatively sure it was a false positive but wanted to make sure you knew about it. Hopefully I can get it unquarantined and running again.
Gary
…________________________________
From: Athanasius ***@***.***>
Sent: Saturday, August 14, 2021 2:22 AM
To: EDCD/EDMarketConnector ***@***.***>
Cc: sgtgaryk ***@***.***>; Comment ***@***.***>
Subject: Re: [EDCD/EDMarketConnector] Release/5.1.3 (#1224)
Thanks, I've reported it to them as a false positive.
If you look at the detail it's only triggering on EDMC.exe, so even if you believed the report it's still safe to use the GUI EDMarketConnector.exe.
Be aware that if you let the file be quarantined then you might run into issues installing a later version, with the AV blocking updating of the file.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#1224 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQD5FFIZOZ54V3IDBNOMYM3T4YKVBANCNFSM5BYRWRDA>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue. I followed the instructions from Microsoft and I'm still seeing the same Trojan warning. This has only been happening since late last week - August 16 or so. I switched to a new computer then. |
Beta Was this translation helpful? Give feedback.
-
I would like to add that Norton has also Flagged EDMC.exe as a trojan. It was flagged in both the installer and the location it was installed. |
Beta Was this translation helpful? Give feedback.
-
I tried to install EDMC but Bitdefender is running amok. |
Beta Was this translation helpful? Give feedback.
-
We now test against, and package with, Python 3.9.6.
As a consequence of this we no longer support Windows 7.
This is due to Python 3.9.x itself not supporting Windows 7.
The application (both EDMarketConnector.exe and EDMC.exe) will crash on startup due to a missing DLL.
This should have no other impact on users or plugin developers, other than the latter now being free to use features that were introduced since the Python 3.7 series.
Developers can check the contents of the
.python-version
file in the source (it's not distributed with the Windows installer) for the currently used version in a given branch.Release 5.1.3
Attempt to flush any pending EDSM API data when a Journal
Shutdown
orFileheader
event is seen. After this, the data is dropped. This ensures that, if the user next logs in to a different commander, the data isn't then sent to the wrong EDSM account.Ensure a previous Journal file is fully read/drained before starting processing of a new one. In particular, this ensures properly seeing the end of a continued Journal file when opening the continuation file.
New config options, in a new
Privacy
tab, to hide the current Private Group, or captain of a ship you're multi-crewing on. These usually appear on theCommander
line of the main UI, appended after your commander name, with a/
between.EDO dockable settlement names with
+
characters appended will no longer cause 'server lagging' reports.Don't force DEBUG level logging to the plain log file if
--trace
isn't used to force TRACE level logging. This means logging to the plain log file will once more respect the user-set Log Level, as in the Configuration tab of Settings.As its name implies, the debug log file will always contain at least DEBUG level logging, or TRACE if forced.
(Plugin) Developers
New EDMarketConnector option
--trace-on ...
to control if certain TRACE level logging is used or not. This helps keep the noise down whilst being able to have users activate choice bits of logging to help track down bugs.See Contributing.md for details.
Loading of
ShipLocker.json
content is now tried up to 5 times, 10ms apart, if there is a file loading, or JSON decoding, failure. This should hopefully result in the data being loaded correctly if a race condition with the game client actually writing to and closing the file is encountered.config.get_bool('some_str', default=SomeDefault)
will now actually honour that specified default.This discussion was created from the release Release/5.1.3.
Beta Was this translation helpful? Give feedback.
All reactions