sn-lab / MouseGoggles

A dual-SPI display mouse VR headset, powered by Raspberry Pi and the Godot game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godot aborted on startup (program crashed with signal 11)

misaacson01 opened this issue · comments

This error has been rarely observed during step 2 of operating the system, seemingly stemming from particular HDMI displays and display drivers. Here is the currently known solution:

  • Open up the command terminal and type sudo nano /boot/config.txt
  • Scroll down until you see the line #hdmi_force_hotplug=1. Uncomment that line (delete the # symbol)
  • Scroll further down until you see the line #dtoverlay=vc4-kms-v3d. Uncomment that line (delete the # symbol) and change kms to fkms
    • e.g. dtoverlay=vc4-fkms-v3d
  • Hit ctrl-S to save the file, then exit the window
  • Retry operating the system

If this solution doesn't work for you, post below!