Search Unity

Fallback handler could not load libc.dll Error

Discussion in 'Editor & General Support' started by tubbz0r, Aug 4, 2017.

  1. tubbz0r

    tubbz0r

    Joined:
    May 24, 2014
    Posts:
    72
    Hey guys,

    I'm currently looking at my logs that are being created when running my game .exe and I'm seeing this error which is preventing the game from continuing..

    Fallback handler could not load library C:/Users/Tim/Documents/Kytharos-TheIronLexicon/Kytharos/ServerBuild/Game Server_Data/Mono/libc

    Fallback handler could not load library C:/Users/Tim/Documents/Kytharos-TheIronLexicon/Kytharos/ServerBuild/Game Server_Data/Mono/libc.dll

    Fallback handler could not load library C:/Users/Tim/Documents/Kytharos-TheIronLexicon/Kytharos/ServerBuild/Game Server_Data/Mono/libc

    It's looking for 'Mono/libc' which it shouldn't be. Correct me if I'm wrong but I'm assuming this is something to do with Monodevelop?

    I've tried building in both 32bit and 64bit with the same result.

    Help!
     
  2. CoolCorps

    CoolCorps

    Joined:
    Mar 11, 2016
    Posts:
    2
    I know this post is over a year old, but I'm having the same problem. Did you find a solution? It doesn't seem to actually break anything, but I still want to know why it is happening.