Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
1
Question by oriolmanya · Mar 17, 2017 at 03:56 PM · launchemulatorvalidationtizen

Tizen Game running on emulator but not on device

Hi, I've succesfully compiled my Tizen Game with and it runs well on emulator.

  • Mac Unity 5.5.2
  • Tizen 2.4

But I got an answer from the Validation process that it don't even launch. Resuming the attached logging I found several error messages:

  • dlopen failed(/opt/usr/apps/com.Hekatombe.Canica/bin/canicagame: cannot open shared object file: No such file or directory). Please complile with -fPIE and link with -pie flag
  • process launched, but cmdline not changed
  • not found ppi : com.Hekatombe.Canica

I've tried on Samsung Remote Test Lab and I got similar errors...

What else I could do? Thanks for helping

WARNING|03-17 21:36:43.808|11468|11468||AUL|launch.c: app_request_to_launchpad(396) > request cmd(0) to(com.Hekatombe.Canica)
INFO|03-17 21:36:43.818|631|631||AUL|menu_db_util.h: _get_app_info_from_db_by_apppath(242) > path : launch_app, ret : 0
ERROR|03-17 21:36:43.828|631|631||AUL_AMD|amd_launch.c: _start_app(2499) > no caller appid info, ret: -1
ERROR|03-17 21:36:43.828|631|631||AUL_AMD|amd_appinfo.c: appinfo_get_value(1296) > appinfo get value: Invalid argument, 19
WARNING|03-17 21:36:43.828|631|631||AUL_AMD|amd_launch.c: _start_app(2508) > caller pid : 11468
INFO|03-17 21:36:43.828|631|631||AUL|menu_db_util.h: _get_app_info_from_db_by_apppath(242) > path : launch_app, ret : 0
WARNING|03-17 21:36:43.838|2328|2328||AUL_PAD|launchpad.c: __launchpad_main_loop(520) > Launch on type-based process-pool
WARNING|03-17 21:36:43.838|631|631||AUL_AMD|amd_launch.c: _start_app(3052) > pad pid(-5)
ERROR|03-17 21:36:43.838|749|749||RESOURCED|block.c: block_prelaunch_state(134) > insert data com.Hekatombe.Canica, table num : 6
ERROR|03-17 21:36:43.838|749|749||RESOURCED|heart-memory.c: heart_memory_get_data(601) > hashtable heart_memory_app_list is NULL
WARNING|03-17 21:36:43.838|2328|2328||AUL_PAD|launchpad.c: __send_result_to_caller(267) > Check app launching
ERROR|03-17 21:36:43.848|11098|11098||AUL_PAD|launchpad_loader.c: main(703) > dlopen failed(/opt/usr/apps/com.Hekatombe.Canica/bin/canicagame: cannot open shared object file: No such file or directory). Please complile with -fPIE and link with -pie flag
ERROR|03-17 21:36:43.938|2328|2328||AUL_PAD|launchpad.c: __send_result_to_caller(314) > process launched, but cmdline not changed
ERROR|03-17 21:36:43.938|631|631||AUL|amd_app_group.c: app_group_start_app(1037) > app_group_start_app
ERROR|03-17 21:36:43.938|2328|2328||AUL_PAD|launchpad.c: __send_result_to_caller(282) > error founded when being launched with 11098
ERROR|03-17 21:36:43.938|2328|2328||AUL_PAD|launchpad.c: __send_result_to_caller(284) > The app process might be terminated while we are wating 11098
WARNING|03-17 21:36:43.938|631|631||AUL|app_signal.c: aul_send_app_launch_request_signal(423) > send_app_launch_signal, pid: 11098, appid: com.Hekatombe.Canica
ERROR|03-17 21:36:43.948|749|749||RESOURCED|proc-main.c: proc_add_program_list(237) > not found ppi : com.Hekatombe.Canica
WARNING|03-17 21:36:43.948|11468|11468||AUL|launch.c: app_request_to_launchpad(425) > request cmd(0) result(11098)
INFO|03-17 21:36:44.059|866|866||QUICKPANEL|MobileDataQuickBtnControl.cpp: __isSimInserted(243) > MOBILE DATA SIM CARD: 2 2
ERROR|03-17 21:36:44.059|571|571||VCONF|vconf.c: vconf_get_int(2657) > The type(43) of keynode(db/telephony/sim_power_state1) is not INT
WARNING|03-17 21:36:44.059|863|863||LOCKSCREEN|sim-state.c: __sim_state_flight_mode_changed_cb(146) > [__sim_state_flight_mode_changed_cb:146:W] flight mode changed[0]

Comment
Add comment · Show 2
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image sangnv00452 · Mar 18, 2017 at 06:46 PM 0
Share

i'm facing with same problem, after many try, my summary : - unity 5.4 2f2 works fine( remote lab Z3, Z1) - unity 5.5 1f1, it only works on Z1, on Z3 got error when lauch I think it comes from rendering setting but don't know how to correct it

avatar image oriolmanya sangnv00452 · Mar 20, 2017 at 09:32 AM 0
Share

Are you also working in $$anonymous$$AC? I do, but later I tried and compiled it on Windows and I managed to get a little further, but I'm as well not able to launch the game.

You can follow the problem on the forum. $$anonymous$$asterFalcon of Unity Tech is following it: https://forum.unity3d.com/threads/tizen-game-running-on-emulator-but-not-on-device.461524/

Hopefully we will have some news or a possible solution this week.

Even thou I'm gonna try to install Unity 5.4.2f2 as you proposed. Thanks!

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Is possible to Make a Frontend for Retroarch ? 2 Answers

Transforming while jumping launches controller into space 1 Answer

Upgrade to 4.3.4 Fails to Launch XCode 0 Answers

Unity 5.3 doesn't launch (first time opening) 1 Answer

Android unity app crashes on launch 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges