I get this message in the terminal when running "love ." on a completely blank project, there's no code in main.lua aside from comments:
Code: Select all
2018-09-26 18:11:15.658 love[2602:143658] GetInputSourceEnabledPrefs user file path = /Users/<myfullname>/Library/Preferences/com.apple.HIToolbox.plist
2018-09-26 18:11:15.658 love[2602:143658] GetInputSourceEnabledPrefs effective user id path = 501
2018-09-26 18:11:15.659 love[2602:143658] GetInputSourceEnabledPrefs user pref content = <CFBasicHash 0x7feeee55d7c0 [0x7fff8cb738e0]>{type = immutable dict, count = 0,
entries =>
}
Segmentation fault: 11
This happens when using Command-Q to quit, as well as quitting the game with love.event.quit().
Has anyone else encountered this? Should I be opening an issue on Bitbucket?