Segmentation fault (v0.11.2 with raspberry pi 4)

Hi, I’m using OSC receiver project with rpi4

I’ve already followed this instructions >> raspberry pi | openFrameworks
→ example(polygonExample) worked well

I’m using ofxOsc addon and rpi 4 (debian buster legacy), ofx v0.11.2
it says,
segmentation fault
/compile.project.mk: 184: run] Error 139

here’s my code
(This code worked fine when I tried it with visual studio on windows)

ofApp.cpp

here’s my ofApp.h

I would comment out all ofTrueTypeFont logic, try to debug with cout, or ofDrawBitmapString first, to see if the problem is in there

Thank you. I solved it. Font size was too large.