StartUp
event synthesized
This is actually to do with a reported issue around the ctypes code in `EDLogs.gamerunning()` causing: ```python exception ignored on calling ctypes callback function: <function EDLogs.game_running.<locals>.callback at 0x0000020E9C9D0EA0> Traceback (most recent call last): File "monitor.pyc", line 2041, in callback File "monitor.pyc", line 2034, in WindowTitle ctypes.ArgumentError: argument 1: OverflowError: int too long to convert ``` Although I can't personally get this to trigger at all under 64-bit python, either in PyCharm *or* with the 5.7.1-alpha1 64-bit pre-release. `game_running()` is only used in a few places, and the key things it malfunctioning might cause are lack of the synthetic `ShutDown` (already has an INFO logging) and `StartUp` events.
Any questions or offers of help can be directed to the EDCD Discord #edmc channel:
Elite: Dangerous Market Connector (EDMC)
This application is only of use to PC players of the game Elite Dangerous (and its expansions). It won't work with PS4 or Xbox accounts.
It utilises the Journal files written by the game on the user's computer, together with data from the API Frontier Developments supplies in order to feed this data to various third party sites that the user may find useful.
See the Wiki documentation for more details.
Installation & Uninstall
Please see the Installation & Setup wiki page.
Running from source
Please see the Running from source wiki page.
Plugins
Plugins extend the behaviour of this app. See the Plugins wiki page for more information.
If you would like to write a plugin please see PLUGINS.md.
Troubleshooting
Please see the Troubleshooting wiki page.
Reporting a problem
Please report a problem as a new GitHub issue. See Reporting a problem for further guidance, including how to find the necessary log files to attach to the report.
Packaging for distribution
Please see docs/Releasing.md.
Disclaimer
This app uses the “Companion” web API that Frontier originally supplied for their Elite Dangerous iOS app and now support for third-party apps. If that API ceases to function in the future then much of this application's functionality will be curtailed (although it could still utilise Journal files).
Acknowledgements
Please see the Acknowledgements wiki page.
License
Copyright © 2015-2019 Jonathan Harris, 2020-2021 EDCD
Licensed under the GNU Public License (GPL) version 2 or later.