BrettMayson / HEMTT

Build System for Arma 3
http://hemtt.dev/
GNU General Public License v2.0
113 stars 40 forks source link

throw error using CBA_fnc_addPerFrameHandler in external file #543

Closed Canibus closed 1 year ago

Canibus commented 1 year ago

HEMTT Version: 1.7.2 Project: https://github.com/Canibus/EMP

Description:

hemtt build command throw: thread '' has overflowed its stack

Everything works fine after removing "CBA_fnc_addPerFrameHandler" from moduleStartPosition.sqf file

BrettMayson commented 1 year ago

Please test with 1.8.0, that repo also do not exist

Canibus commented 1 year ago

Same issue. Repo HEMTT Version: 1.8.0

BrettMayson commented 1 year ago

Comment out #define ENABLE_PERFORMANCE_COUNTERS in script_component.hpp and it will build

Canibus commented 1 year ago

Comment out #define ENABLE_PERFORMANCE_COUNTERS in script_component.hpp and it will build

it works, ty

BrettMayson commented 1 year ago

Self recursion should be properly fixed in 1.9.0