Hi!, I’m totally new here, except that I’m quite familiar with the game: I finished Frogatto on Mac (v1.1.1), then on iPad (v1.2), and now I was going to play through the latest version too, in order to appreciate the enhancements in the code, game-wise
BUT while playing the latest version of Frogatto (compiled from the version from Github downloaded on April 27, 1:00am) I got this ASSERT:
LOADED LEVEL: 0x1c22600
PLAY: 0x1db3800 ambient/wind-blustery.ogg -> 0
PLAY: 0x1db3800 ambient/wind-blustery.ogg -> 1
PLAY: 0x1db3e00 ambient/ocean.ogg -> 2
PLAY: 0x1db3e00 ambient/ocean.ogg -> 3
PREVIOUS LEVEL: splash-hop.cfg
ERROR: base_proto IS NOT A VALID FUNCTION
ERROR: type error: expected function but found null null
At data/objects/enemies/bugs/ant_gold.cfg 18:
[base_proto(‘ant’, ‘process_walk’), set(accel_x,350)]
^
At data/objects/enemies/bugs/ant_gold.cfg 18:
[base_proto(‘ant’, ‘process_walk’), set(accel_x,350)]
^
FORMULA: data/objects/enemies/bugs/ant_gold.cfg 18 (column 18)[base_proto(‘ant’, ‘process_walk’), set(accel_x,350)]
/Users/InquisitorK/GameDevelopment/frogatto/MacOS/…/src/variant.cpp:121 ASSERTION FAILED: type error
At data/objects/enemies/bugs/ant_gold.cfg 18:
[base_proto(‘ant’, ‘process_walk’), set(accel_x,350)]
^
I thought it could be useful to report it.
PS. I’m loving the game and engine, hope to start working with it soon
InquirerK.