darknetz icon indicating copy to clipboard operation
darknetz copied to clipboard

TEEC_Opensession failed with code 0xffff000c origin 0x3

Open fakhruddinbabor7 opened this issue 2 years ago • 2 comments

I got this error in QemuV8 when i gave darknetp command.

TEEC_Opensession failed with code 0xffff000c origin 0x3 #32

fakhruddinbabor7 avatar Jun 27 '22 16:06 fakhruddinbabor7

Okay ... I got it solved by reducing TA_DATA_SIZE to 5 MB. I got this idea from here https://github.com/mofanv/darknetz/issues/29

"This error may be caused by insufficient secure memory. Also please check https://github.com/mofanv/darknetz/issues/3 https://github.com/mofanv/darknetz/issues/14"

Hope it helps .

fakhruddinbabor7 avatar Jun 29 '22 04:06 fakhruddinbabor7

I faced the same problem. Indeed changing TA_DATA_SIZE inside ta/include/user_ta_header_defines.h to 5MiB solves the issue.

intx4 avatar Jul 05 '23 12:07 intx4