No modules in Orac .PD startup

As you can see here I cannot access any sound or response from this gui.
‘prev’ / ‘Next’ do nothing. After watching Marks video on YouTube; Orac 2.0 - Getting started guide he seems to just unexplainably have this working for him. When I first installed ORAC I heard the drum beat and could play the synth on my midi keyboard. Then, after a restart, I started orac’s pd and this is what I get.

I tested sudo systemctl status Orac and I get

•orac.service - Run Orac at boot
Loaded: loaded (/etc/systemd/system/orac.service; enabled; vendor preset: enabled)
Active: inactive (dead)

My audio works perfectly with I test it and I’m unsure of my next step. I’m on raspberry pi 3.

Any help would be unreal. Been stuck on this for days :joy:

Looks like Orac service is currently not running, try running:

sudo systemctl start orac
sudo systemctl start mec

and try again.

If it still is not working, you shoud look into the output of:

journalctl -u orac
journalctl -u mec

(hit the end key to go to latest log lines, q to quit)

Look for any errors that would indicate why the services are not running.