-
Notifications
You must be signed in to change notification settings - Fork 0
Description
When I exit the simulations or press Ctrl-C at the command prompt, Windows always displays a crash alert and tries to initiate a Windows Error Reporting.
I checked the windows error log, and it appears to be associated with QT5 module:
Faulting application name: python.exe, version: 3.6.1150.1013, time stamp: 0x5914acba
Faulting module name: Qt5Gui.dll, version: 5.10.0.0, time stamp: 0x5a2ae6f3
Exception code: 0xc0000005
Fault offset: 0x0000000000078626
Faulting process id: 0x2328
Faulting application start time: 0x01d41a82f4c8335f
Faulting application path: K:\Anaconda3\python.exe
Faulting module path: L:\WINDOWS\SYSTEM32\Qt5Gui.dll
Report Id: f6d73881-e892-47c0-9a5e-e2417c547b15
Faulting package full name:
Faulting package-relative application ID:
I am using the following versions:
- Python 3.6.1
- Anaconda 4.4.0 (but I'm not running the scripts within an environment)
- Tensorflow 1.8.0
- OpenAI Gym 0.10.5
- Baselines 0.1.5
- Windows 10 Pro (build 1709)
I don't think it affects the operation of the simulation, but it's weird that it crashes each time.
Thanks!