Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

When I download current OpenImage release v2.3.2 I get this error:
./SDFModeler: error while loading shared libraries: libOpenImageDenoise.so.1: cannot open shared object file: No such file or directory
If I create symlink "libOpenImageDenoise.so.1" to latest library "libOpenImageDenoise.so.2.3.2" I get this error:
./SDFModeler: symbol lookup error: ./SDFModeler: undefined symbol: oidnSetFilter1b

Its likely latest library is not compatible with application

Version v1.4.3 works fine. There is no need to remake symlinks they work when extracted.

Yes, that is expected—the OIDN interface changed after version 1.4.3 and the library even became more bloated with all the GPU support. I haven’t been able to reproduce the issue so far, but I might try reuploading the release to see if that helps. Thanks for trying it out!

Issue is with the way its unzipped. Some file managers might have handy right click unzip archive option but that might fail to recreate links when its extracted.

Unziping archive with works:
unzip "SDFModeler - Linux.zip"