nesbox / TIC-80

TIC-80 is a fantasy computer for making, playing and sharing tiny games.
https://tic80.com
MIT License
4.95k stars 480 forks source link

Run crashes on main branch with a Segmentation Fault on Raspberry Pi Debian 12 #2633

Open ColeW-Picaro opened 2 months ago

ColeW-Picaro commented 2 months ago

steps to reproduce:

  1. follow steps in Readme to build on Raspberry Pi
  2. launch tic-80
  3. add a print line to the code
  4. save
  5. run, see seg fault

terminal output:

 TIC-80 tiny computer
 version 1.2.2955-dev (52d6edb)
 https://tic80.com (C) 2017-2024

 hello! type help for help

>load test
cart test.tic loaded!
use RUN command to run it

>run
>Segmentation fault
aliceisjustplaying commented 1 month ago

@ColeW-Picaro

  1. Which Raspberry Pi?
  2. Is this vanilla Debian or Raspberry Pi OS, and if the latter, which version?
  3. What's the last commit in the version you compiled?