Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

cannot open shared object file: No such file or directory). Please complile with -fPIE and link with

Discussion in 'Tizen' started by chenklein, Feb 26, 2017.

  1. chenklein

    chenklein

    Joined:
    Aug 11, 2012
    Posts:
    13
    I created my app on Unity.
    Created Samsung Certificate (author and distributer) on the Tizen Studio.
    Tested the application on Tizen Emulator and it worked. Uploaded it to the sellers office and got rejected because they couldn’t launch the application
    (Tested on Z1,Z2,Z3).
    I cannot purchase a Tizen phone in my country so i am trying to build the application to the Samsung Remote Lab Device but it fails to launch on it also, this is the error I’m getting -

    ERROR|02-22 18:47:58.035|919|919||TIZEN_N_SYSTEM_SETTINGS|system_settings.c: system_settings_get_item(392) > Enter [system_settings_get_item], index = 7, key = 7, type = 2
    ERROR|02-22 18:47:58.035|919|919||TIZEN_N_SYSTEM_SETTINGS|system_settings.c: system_settings_get_item(379) > Enter [system_settings_get_item], key=7
    ERROR|02-22 18:47:59.026|919|919||TIZEN_N_SYSTEM_SETTINGS|system_settings.c: system_settings_get_item(379) > Enter [system_settings_get_item], key=7
    ERROR|02-22 18:47:59.026|919|919||TIZEN_N_SYSTEM_SETTINGS|system_settings.c: system_settings_get_item(392) > Enter [system_settings_get_item], index = 7, key = 7, type = 2
    ERROR|02-22 18:48:00.027|919|919||TIZEN_N_SYSTEM_SETTINGS|system_settings.c: system_settings_get_item(379) > Enter [system_settings_get_item], key=7
    ERROR|02-22 18:48:00.027|919|919||TIZEN_N_SYSTEM_SETTINGS|system_settings.c: system_settings_get_item(392) > Enter [system_settings_get_item], index = 7, key = 7, type = 2
    ERROR|02-22 18:48:00.847|24954|24954||AUL_PAD|launchpad_loader.c: main(703) > dlopen failed(/opt/usr/apps/com.yalilabs.testingtizen/bin/shapeit: cannot open shared object file: No such file or directory). Please complile with -fPIE and link with -pie flag
    ERROR|02-22 18:48:00.947|2280|2280||AUL_PAD|launchpad.c: __send_result_to_caller(282) > error founded when being launched with 24954
    ERROR|02-22 18:48:01.028|919|919||TIZEN_N_SYSTEM_SETTINGS|system_settings.c: system_settings_get_item(379) > Enter [system_settings_get_item], key=7
    ERROR|02-22 18:48:01.028|919|919||TIZEN_N_SYSTEM_SETTINGS|system_settings.c: system_settings_get_item(392) > Enter [system_settings_get_item], index = 7, key = 7, type = 2
    ERROR|02-22 18:48:02.029|919|919||TIZEN_N_SYSTEM_SETTINGS|system_settings.c: system_settings_get_item(379) > Enter [system_settings_get_item], key=7
    ERROR|02-22 18:48:02.029|919|919||TIZEN_N_SYSTEM_SETTINGS|system_settings.c: system_settings_get_item(392) > Enter [system_settings_get_item], index = 7, key = 7, type = 2
    INFO|02-22 18:48:02.819|25100|25100||UXT|Uxt_ObjectManager.cpp: OnInitialized(737) > Initialized.


    any clues??
     
  2. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    My best guess is that you uploaded an Emulator build to the store. Choose All from the device selector window and you will get both an emulator and device build. You may also test the device build using the Remote Test Lab that Samsung provides.
     
  3. chenklein

    chenklein

    Joined:
    Aug 11, 2012
    Posts:
    13
    Nope, unfortunately this didn’t solve the problem, getting the same errors.