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

DllNotFoundException: Unable to load DLL 'VuforiaWrapper': The specified module could not be found.

Discussion in 'AR/VR (XR) Discussion' started by omermujtaba, Jan 14, 2020.

  1. omermujtaba

    omermujtaba

    Joined:
    Apr 18, 2017
    Posts:
    1
    I have a Unity project. I am using Vuforia for some AR features. My project size is exceeding the limit of playstore i.e 50MB. Therefore I had to split binary and create .obb file. Now the issue is if I dont split and run app on phone everything works fine, But when I split I get the error that says

    Code (CSharp):
    1. DllNotFoundException: Unable to load DLL 'VuforiaWrapper': The specified module could not be found.
    I am attaching my adb log file. Any help would be really appreciated.

    Code (CSharp):
    1. --------- beginning of system
    2. --------- beginning of main
    3. 01-14 09:02:28.530  7140  7162 I Unity   : SystemInfo CPU = ARM64 FP ASIMD AES, Cores = 8, Memory = 3788mb
    4. 01-14 09:02:28.530  7140  7162 I Unity   : SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf0), 4 little (mask: 0xf)
    5. 01-14 09:02:28.530  7140  7162 I Unity   : ApplicationInfo com.jazz.jazzar version 0.1.12 build b25ad9b9-69cf-407f-a36a-6f74ae443868
    6. 01-14 09:02:28.530  7140  7162 I Unity   : Built from '2018.3/staging' branch, Version '2018.3.11f1 (5063218e4ab8)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'arm64-v8a'
    7. 01-14 09:02:28.720  7140  7162 D Unity   :  GL_EXT_debug_marker GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 GL_EXT_read_format_bgra GL_OES_compressed_paletted_texture GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_image_external_essl3 GL_OES_EGL_sync GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_required_internalformat GL_OES_vertex_array_object GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_EXT_texture_rg GL_EXT_texture_type_2_10_10_10_REV GL_OES_fbo_render_mipmap GL_OES_element_index_uint GL_EXT_shadow_samplers GL_OES_texture_compression_astc GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_KHR_texture_compression_astc_sliced_3d GL_KHR_debug GL_EXT_occlusion_query_boolean GL_EXT_disjoint_timer_query GL_EXT_blend_minmax GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_OES_texture_3D GL_EXT_texture_storage GL_EXT_multisampled_render_
    8. 01-14 09:02:28.720  7140  7162 D Unity   : to_texture GL_OES_surfaceless_context GL_OES_texture_stencil8 GL_EXT_shader_pixel_local_storage GL_ARM_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_ARM_mali_program_binary GL_EXT_sRGB GL_EXT_sRGB_write_control GL_EXT_texture_sRGB_decode GL_EXT_texture_sRGB_R8 GL_EXT_texture_sRGB_RG8 GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_OES_texture_storage_multisample_2d_array GL_OES_shader_image_atomic GL_EXT_robustness GL_EXT_draw_buffers_indexed GL_OES_draw_buffers_indexed GL_EXT_texture_border_clamp GL_OES_texture_border_clamp GL_EXT_texture_cube_map_array GL_OES_texture_cube_map_array GL_OES_sample_variables GL_OES_sample_shading GL_OES_shader_multisample_interpolation GL_EXT_shader_io_blocks GL_OES_shader_io_blocks GL_EXT_tessellation_shader GL_OES_tessellation_shader GL_EXT_primitive_bounding_box GL_OES_primitive_bounding_box GL_EXT_geometry_shader GL_OES_geometry_shader GL_ANDROID_extension_pack_es31a GL_EXT_gpu_shader5 GL_OES_gpu_shader5 GL_EXT_texture
    9. 01-14 09:02:28.720  7140  7162 D Unity   : _buffer GL_OES_texture_buffer GL_EXT_copy_image GL_OES_copy_image GL_EXT_shader_non_constant_global_initializers GL_EXT_color_buffer_half_float GL_EXT_color_buffer_float GL_EXT_YUV_target GL_OVR_multiview GL_OVR_multiview2 GL_OVR_multiview_multisampled_render_to_texture GL_KHR_robustness GL_KHR_robust_buffer_access_behavior GL_EXT_draw_elements_base_vertex GL_OES_draw_elements_base_vertex GL_EXT_protected_textures
    10. 01-14 09:02:28.965  7140  7162 I Unity   : Compiled for Android
    11. 01-14 09:02:28.965  7140  7162 I Unity   : Vuforia.PlatformRuntimeInitialization:InitPlatform()
    12. 01-14 09:02:28.965  7140  7162 I Unity   :
    13. 01-14 09:02:28.965  7140  7162 I Unity   : (Filename: ./Runtime/Export/Debug.bindings.h Line: 45)
    14. 01-14 09:02:28.965  7140  7162 I Unity   :
    15. 01-14 09:02:28.993  7140  7162 E Unity   : AndroidJavaException: java.lang.UnsatisfiedLinkError: No implementation found for void com.vuforia.VuforiaUnityPlayer.VuforiaInitializer.initPlatformNative() (tried Java_com_vuforia_VuforiaUnityPlayer_VuforiaInitializer_initPlatformNative and Java_com_vuforia_VuforiaUnityPlayer_VuforiaInitializer_initPlatformNative__)
    16. 01-14 09:02:28.993  7140  7162 E Unity   : java.lang.UnsatisfiedLinkError: No implementation found for void com.vuforia.VuforiaUnityPlayer.VuforiaInitializer.initPlatformNative() (tried Java_com_vuforia_VuforiaUnityPlayer_VuforiaInitializer_initPlatformNative and Java_com_vuforia_VuforiaUnityPlayer_VuforiaInitializer_initPlatformNative__)
    17. 01-14 09:02:28.993  7140  7162 E Unity   :  at com.vuforia.VuforiaUnityPlayer.VuforiaInitializer.initPlatformNative(Native Method)
    18. 01-14 09:02:28.993  7140  7162 E Unity   :  at com.vuforia.VuforiaUnityPlayer.VuforiaInitializer.initPlatform(VuforiaInitializer.java:46)
    19. 01-14 09:02:28.993  7140  7162 E Unity   :  at com.unity3d.player.UnityPlayer.nativeRender(Native Method)
    20. 01-14 09:02:28.993  7140  7162 E Unity   :  at com.unity3d.player.UnityPlayer.c(Unknown Source:0)
    21. 01-14 09:02:28.993  7140  7162 E Unity   :  at com.unity3d.player.UnityPlayer$e$2.queueIdle(Unknown Source:72)
    22. 01-14 09:02:28.993  7140  7162 E Unity   :  at android.os.MessageQueue.next(Mes
    23. 01-14 09:02:29.014  7140  7162 I Unity   : Initializing Vuforia Engine
    24. 01-14 09:02:29.014  7140  7162 I Unity   : Vuforia.VuforiaRuntime:InitVuforia()
    25. 01-14 09:02:29.014  7140  7162 I Unity   :
    26. 01-14 09:02:29.014  7140  7162 I Unity   : (Filename: ./Runtime/Export/Debug.bindings.h Line: 45)
    27. 01-14 09:02:29.014  7140  7162 I Unity   :
    28. 01-14 09:02:29.016  7140  7162 E Unity   : Unable to find VuforiaWrapper
    29. 01-14 09:02:29.034  7140  7162 E Unity   : DllNotFoundException: Unable to load DLL 'VuforiaWrapper': The specified module could not be found.
    30. 01-14 09:02:29.034  7140  7162 E Unity   :   at Vuforia.VuforiaNativeWrapper.getVuforiaLibraryVersion (System.Text.StringBuilder value, Int32 maxLength) [0x00000] in <filename unknown>:0
    31. 01-14 09:02:29.034  7140  7162 E Unity   :   at Vuforia.VuforiaUnity.GetVuforiaLibraryVersion () [0x00000] in <filename unknown>:0
    32. 01-14 09:02:29.034  7140  7162 E Unity   :   at Vuforia.VuforiaRuntime.LogVersions () [0x00000] in <filename unknown>:0
    33. 01-14 09:02:29.034  7140  7162 E Unity   :   at Vuforia.VuforiaRuntime.InitVuforia () [0x00000] in <filename unknown>:0
    34. 01-14 09:02:29.034  7140  7162 E Unity   :
    35. 01-14 09:02:29.034  7140  7162 E Unity   : (Filename: currently not available on il2cpp Line: -1)
    36. 01-14 09:02:29.034  7140  7162 E Unity   :
    37. 01-14 09:02:29.111  7140  7162 I Unity   : Extracting Vuforia/JazzAR.dat to Persistant Data
    38. 01-14 09:02:29.111  7140  7162 I Unity   : <PullStreamingAssetFromObb>c__Iterator1:MoveNext()
    39. 01-14 09:02:29.111  7140  7162 I Unity   : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    40. 01-14 09:02:29.111  7140  7162 I Unity   :
    41. 01-14 09:02:29.111  7140  7162 I Unity   : (Filename: ./Runtime/Export/Debug.bindings.h Line: 45)
    42. 01-14 09:02:29.111  7140  7162 I Unity   :
    43. 01-14 09:02:29.166  7140  7162 I Unity   : Extracting Vuforia/JazzAR.xml to Persistant Data
    44. 01-14 09:02:29.166  7140  7162 I Unity   : <PullStreamingAssetFromObb>c__Iterator1:MoveNext()
    45. 01-14 09:02:29.166  7140  7162 I Unity   : UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr)
    46. 01-14 09:02:29.166  7140  7162 I Unity   :
    47. 01-14 09:02:29.166  7140  7162 I Unity   : (Filename: ./Runtime/Export/Debug.bindings.h Line: 45)
    48. 01-14 09:02:29.166  7140  7162 I Unity   :
    49. 01-14 09:02:59.410  7140  7162 I Unity   : Initializing Vuforia Engine
    50. 01-14 09:02:59.410  7140  7162 I Unity   : Vuforia.VuforiaRuntime:InitVuforia()
    51. 01-14 09:02:59.410  7140  7162 I Unity   : Screen1_Manager:StartAR()
    52. 01-14 09:02:59.410  7140  7162 I Unity   : UnityEngine.Events.UnityEvent:Invoke()
    53. 01-14 09:02:59.410  7140  7162 I Unity   : UnityEngine.EventSystems.ExecuteEvents:Execute(GameObject, BaseEventData, EventFunction`1)
    54. 01-14 09:02:59.410  7140  7162 I Unity   : UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchPress(PointerEventData, Boolean, Boolean)
    55. 01-14 09:02:59.410  7140  7162 I Unity   : UnityEngine.EventSystems.StandaloneInputModule:ProcessTouchEvents()
    56. 01-14 09:02:59.410  7140  7162 I Unity   : UnityEngine.EventSystems.StandaloneInputModule:Process()
    57. 01-14 09:02:59.410  7140  7162 I Unity   :
    58. 01-14 09:02:59.410  7140  7162 I Unity   : (Filename: ./Runtime/Export/Debug.bindings.h Line: 45)
    59. 01-14 09:02:59.410  7140  7162 I Unity   :
    60. 01-14 09:02:59.443  7140  7162 E Unity   : DllNotFoundException: Unable to load DLL 'VuforiaWrapper': The specified module could not be found.
    61. 01-14 09:02:59.443  7140  7162 E Unity   :   at Vuforia.VuforiaNativeWrapper.getVuforiaLibraryVersion (System.Text.StringBuilder value, Int32 maxLength) [0x00000] in <filename unknown>:0
    62. 01-14 09:02:59.443  7140  7162 E Unity   :   at Vuforia.VuforiaUnity.GetVuforiaLibraryVersion () [0x00000] in <filename unknown>:0
    63. 01-14 09:02:59.443  7140  7162 E Unity   :   at Vuforia.VuforiaRuntime.LogVersions () [0x00000] in <filename unknown>:0
    64. 01-14 09:02:59.443  7140  7162 E Unity   :   at Vuforia.VuforiaRuntime.InitVuforia () [0x00000] in <filename unknown>:0
    65. 01-14 09:02:59.443  7140  7162 E Unity   :   at Screen1_Manager.StartAR () [0x00000] in <filename unknown>:0
    66. 01-14 09:02:59.443  7140  7162 E Unity   :   at UnityEngine.Events.UnityEvent.Invoke () [0x00000] in <filename unknown>:0
    67. 01-14 09:02:59.443  7140  7162 E Unity   :   at UnityEngine.EventSystems.ExecuteEvents.Execute[T] (UnityEngine.GameObject target, UnityEngine.EventSystems.BaseEventData eventData, UnityEngine.EventSystems.EventFunction`1 functor) [0x00000] in <filename unknown>:0
    68. 01-14 09:02:59.443  7140  7162 E Unity   :   at UnityEngine.EventSystems.StandaloneInputModule.ProcessTouchPress (UnityEngine.EventSystems.PointerEventData pointerEvent, Boolean pressed, Boolean released) [0
    Thank you
     
  2. Archi_16

    Archi_16

    Joined:
    Apr 7, 2017
    Posts:
    87
    Any Solution?
     
  3. lukos

    lukos

    Joined:
    Nov 11, 2012
    Posts:
    22
    Same here.