GithubHelp home page GithubHelp logo

Mono and Missing .dll's about soundcense HOT 2 OPEN

algorithman avatar algorithman commented on August 17, 2024
Mono and Missing .dll's

from soundcense.

Comments (2)

bubstance avatar bubstance commented on August 17, 2024 1

Just in case someone stumbles across this, I had the same problem as above and was able to finally get Mono to launch the .exe as intended.

I had to add some DllMaps to the main Mono config file (/etc/mono/config).

<dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0" os="!windows"/>
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0" os="!windows"/>
<dllmap dll="libgdk_pixbuf-2.0-0.dll" target="libgdk_pixbuf-2.0.so.0" os="!windows"/>
<dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-x11-2.0.so" os="!windows"/>

from soundcense.

Algorithman avatar Algorithman commented on August 17, 2024

You could try to install the libglib3.0-cil and/or libglib3.0-cil-dev package on 20.04. They removed the 2.0 version from their packagemanagers, lets hope mono likes the version upgrade.

But the other thing probably would be to use one of the packaged versions like http://www.bay12forums.com/smf/index.php?topic=157712.0

from soundcense.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.