-
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
Receiving 'NoneType' object has no attribute 'close' error on startup #1
Comments
I get this error when I run the following: Output: |
Ok, I figured this out by changing the machine types and other settings in the config file. |
Hi,
Super excited to see what you have built. I'm trying to run masseffect2 in a virtual machine. Does it require to be connected to an actual pinball machine for the code to work?
Here's the output from running it:
mpf game -t
INFO : Machine : Mission Pinball Framework Core Engine v0.51.3
INFO : Machine : Command line arguments: {'production': False, 'text_ui': False, 'loglevel': 15, 'bcp': True, 'mpfconfigfile': '/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/mpf/mpfconfig.yaml', 'configfile': ['config.yaml'], 'pause': False, 'force_platform': None, 'logfile': 'logs/2019-01-20-22-03-04-mpf-xxx-MacBook-Pro.local.log', 'no_load_cache': False, 'create_config_cache': True, 'jsonlogging': False, 'syslog_address': None, 'no_sound': False, 'force_assets_load': False, 'consoleloglevel': 20, 'mc_file_name': None}
INFO : Machine : MPF path: /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/mpf
INFO : Machine : Machine path: /Users/xxx/Downloads/masseffect2-master
INFO : Machine : Platform: darwin
INFO : Machine : Python executable location: /Library/Frameworks/Python.framework/Versions/3.5/bin/python3
INFO : Machine : Python version: 3.5.1 (64-bit)
INFO : Machine : Machine config file #1: config.yaml
INFO : ConfigProcessor : Loading config from cache: /var/folders/rt/1jbmhhld1db5swv7gx2_pgjh0000gn/T/5b06688d092709fda5baeaf96f908a23.mpf_cache
INFO : Machine : Initialise MPF.
INFO : Spike : Connecting to /dev/tty.usbserial-FTA6MU05 at 115200bps
ERROR : root : 'NoneType' object has no attribute 'close'
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/mpf/commands/game.py", line 220, in init
MachineController(mpf_path, machine_path, vars(self.args)).run()
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/mpf/core/machine.py", line 699, in run
self.initialise_mpf()
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/mpf/core/machine.py", line 692, in initialise_mpf
self.shutdown()
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/mpf/core/machine.py", line 728, in shutdown
self._platform_stop()
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/mpf/core/machine.py", line 753, in _platform_stop
hardware_platform.stop()
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/mpf/platforms/spike/spike.py", line 564, in stop
self._writer.close()
AttributeError: 'NoneType' object has no attribute 'close'
Thanks!
The text was updated successfully, but these errors were encountered: