Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I get this error when pressing "new game" :

Error

Could not open file assets/font/QuickPencil-Regular.ttf. Does not exist.

Traceback

[love "callbacks.lua"]:228: in function 'handler'

[C]: at 0x7ffa5c342bb0

[C]: in function 'newFont'

src/yams/yams.lua:44: in function 'load'

src/menu.lua:100: in function 'mousepressed'

src/game.lua:101: in function 'mousepressed'

main.lua:58: in function <main.lua:57>

[love "callbacks.lua"]:154: in function <[love "callbacks.lua"]:144>

[C]: in function 'xpcall'

(1 edit)

I was able to get it working by unzipping the .love file, renaming assets/Font -> assets/font, and rezipping.

Oh thank you for the information !