Languages

Menu
Sites
Language
packaging Failed

Hello developers,

I am trying to run an application on Tizen studio and I keep coming a cross the below problem. Could you help me please?

Signing... Packaging failed

 java.io.IOException: ../../../../../../../.../Downloads/Raproto-Tizen-main/Raproto-Tizen-main/Raproto/Debug/.tpk/./bin's Unknown attribute :TYPE

Edited by: Anonymous on 06 Mar, 2022

Responses

17 Replies
Miranda Joyee

This error message is most likely connected to how blueprint classes are handled. There appears to be an issue with the linker when it attempts to renew a blueprint class during the cook and package process. The error message indicates that it is attempting to access a memory address (0x0000000000000038) for which it does not have permission, resulting in an EXCEPTION_ACCESS_VIOLATION.

Dan Loan

Sometimes build issues can be resolved by cleaning the project and then rebuilding it. In Tizen Studio, go to Project > Clean and then build the project again.

Monika Netly

The error message mentions an "Unknown attribute: TYPE." This could be related to file or directory attributes. Ensure that the files and directories in your project directory have valid and expected attributes.

victoria emmy

I am trying to package a project for Archviz in unreal engine 5 and am receiving some errors.   In my case i was trying to use Advanced Sessions plugin. You need to have ALL the proper SDK tools installed.