Not yet, I would like to have working physical flipper before introducing my project. If I''m ready what would be the best place to do so?
Unfortunatly portune is not at my side yet. After succesfully running MPF and following the tutorial I ran into a problem trying to start MPF MC:
C:\Users\MPF\Pinball\Testmachine>mpf mc
kivy: Factory: 189 symbols loaded
kivy: ImageLoaderFFPy: Using ffpyplayer 4.3.5
kivy: Image: Providers: img_tex, img_dds, img_sdl2, img_pil, img_ffpyplayer
kivy: VideoGstplayer: Using Gstreamer 1.18.5.0
kivy: Video: Provider: gstplayer
kivy: mpfmc.core.audio library could not be loaded. Audio features will not be available
kivy: Loading MPF-MC controller
YamlMultifileConfigLoader: Machine config file #1: config
ConfigProcessor: Config file in cache changed: C:\Users\MPF\Pinball\Testmachine\config\config
ConfigProcessor: Loading config from file C:\Users\MPF\.local\pipx\venvs\mpf\lib\site-packages\mpfmc\mcconfig.yaml.
ConfigProcessor: Loading config: C:\Users\MPF\.local\pipx\venvs\mpf\lib\site-packages\mpfmc\mcconfig.yaml
ConfigProcessor: Loading config from file C:\Users\MPF\Pinball\Testmachine\config\config.
ConfigProcessor: Loading config: C:\Users\MPF\Pinball\Testmachine\config\config
ConfigProcessor: Config file cache created: C:\Users\MPF\AppData\Local\Temp\ae48c66735c52eb0a77313c8ee2da483.mpf_cache
ConfigProcessor: Loading config from cache: C:\Users\MPF\AppData\Local\Temp\7e755d9a57cde3b0b8fa587aea79a01d.mpf_cache
ConfigProcessor: Loading config from cache: C:\Users\MPF\AppData\Local\Temp\0b5bca7b8ff874f6c1043771bed9c324.mpf_cache
mpfmc: Mission Pinball Framework Media Controller v0.56.0-dev34
mpfmc: Mission Pinball Framework Game Engine v0.56.0-dev33
mpfmc: Machine path: C:\Users\MPF\Pinball\Testmachine
mpfmc: Starting clock at 60.0Hz
kivy: Text: Provider: sdl2
kivy: DLL load failed while importing sound_file: Kan opgegeven procedure niet vinden.
Traceback (most recent call last):
File "C:\Users\MPF\.local\pipx\venvs\mpf\lib\site-packages\mpfmc\commands\mc.py", line 225, in __init__
MpfMc(options=vars(args),
File "C:\Users\MPF\.local\pipx\venvs\mpf\lib\site-packages\mpfmc\core\mc.py", line 151, in __init__
create_config_collections(self, self.machine_config['mpf-mc']['config_collections'])
File "C:\Users\MPF\.local\pipx\venvs\mpf\lib\site-packages\mpfmc\core\config_collection.py", line 82, in create_config_collections
imported_module = import_module(module)
File "C:\Users\MPF\AppData\Local\Programs\Python\Python39\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "C:\Users\MPF\.local\pipx\venvs\mpf\lib\site-packages\mpfmc\config_collections\sound_loop_set.py", line 1, in <module>
from mpfmc.core.audio.audio_exception import AudioException
File "C:\Users\MPF\.local\pipx\venvs\mpf\lib\site-packages\mpfmc\core\audio\__init__.py", line 7, in <module>
from mpfmc.core.audio.audio_interface import AudioInterface
File "mpfmc/core/audio/audio_interface.pyx", line 1, in init mpfmc.core.audio.audio_interface
ImportError: DLL load failed while importing sound_file: Kan opgegeven procedure niet vinden.
kivy: Stopping child threads... (0 remaining)
kivy: All child threads stopped.
I'm confused since the code seems to be looking for all types of lines I dont even have....
Op zaterdag 22 oktober 2022 om 13:05:08 UTC+2 schreef
jo...@gill.nu: