Search Unity

Searching for DLL in wrong folder?

Discussion in 'Editor & General Support' started by Guedez, May 17, 2021.

  1. Guedez

    Guedez

    Joined:
    Jun 1, 2012
    Posts:
    827
    A very obscure error is happening to one of my testers. It is attempting to find a DLL in
    Fallback handler could not load library (omited)/Everyday Life Edengrall_Data/Mono/sqlite3

    Yet the DLL file lies in
    /Everyday Life Edengrall_Data/Plugins/x86_64

    What could be the cause of this? Anyone ever had faced such error?
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,674
    That generally happens if that DLL depends on another DLL and that other DLL is not present on some systems but installed on others.

    You can debug it using the Dependencies tool: https://github.com/lucasg/Dependencies
     
    Guedez likes this.