After some research i noticed that the .log was outputting:
Parameters: Executing: xinit /dev/shm/retropie_xinitrc -- vt1 -keeptty (EE) Fatal server error: (EE) Server is already active for display 0 If this server is no longer running, remove /tmp/.X0-lock and start again. (EE) (EE) Please consult the The X.Org Foundation support at http://wiki.x.org for help. (EE) XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0" after 7 requests (7 known processed) with 0 events remaining.So i headed to
nano /opt/retropie/configs/nds/emulators.cfgwhere i saw that DraStic was using this command:
"XINIT:/opt/retropie/emulators/drastic/drastic.sh %ROM% kms"changed it to:
drastic = "/opt/retropie/emulators/drastic/drastic.sh %ROM% kms"Now works like a charm!!!
(Again for future reference - if anybody needs it - i'm using RetroPie under Twister OS 2.1.2)
@mitu One more question related to Drastic. Why is the menu of drastic "unusable"? I'm on an RPI4b. It just doesn't seem to 'register' the buttons correctly. Is there any fix regarding this issue? I'm guessing i'm not alone.
Thanks!