You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running Gentoo Linux
Running the program from the command line after building from source there are 4 "Failed to Open midi:" libraries reported.
This is also a problem with the latest AppImage libavif.so.14, libicui18n.so.74, libicuuc.so.74, libicudata.so.74
This is easy to fix using a soft soft link for all of them like so: ln -s /lib64/libavif.so.16 /lib64/libavif.so.14
I wonder if the required library was just libavif.so for instance, then that is already soft linked to the installed library.
Having fixed all 4 links, I then get this: [lib_load_module] failed to open midi': /opt/ansel/lib64/ansel/plugins/lighttable/libmidi.so: undefined symbol: dt_register_input_driver`
Does your problem occur with OpenCL enabled ?
Yes
Does your problem occur with OpenCL disabled ?
I don't know
Previous Ansel version that use to work
Not sure about this I am afraid.
Output of ansel -d all
This produced a HUGE amount of output which I put into a file like so:
ansel -d all > ansel_output.txt
Here is the output at the terminal, but there is nowhere to upload the file
[memory] at startup
[memory] max address space (vmpeak): 126100 kB
[memory] cur address space (vmsize): 126100 kB
[memory] max used memory (vmhwm ): 28024 kB
[memory] cur used memory (vmrss ): 28024 kB
[dt_get_sysresource_level] switched to 2 as `large' total mem: 64193MB mipmap cache: 8024MB available mem: 43882MB singlebuff: 1003MB OpenCL tune mem: WANTED OpenCL pinned: WANTED[lib_load_module] failed to open `midi': /opt/ansel/lib64/ansel/plugins/lighttable/libmidi.so: undefined symbol: dt_register_input_driver[memory] after successful startup[memory] max address space (vmpeak): 6617364 kB[memory] cur address space (vmsize): 6617364 kB[memory] max used memory (vmhwm ): 289160 kB[memory] cur used memory (vmrss ): 289160 kB
Backtrace
None
The text was updated successfully, but these errors were encountered:
Code of Conduct
Search previous report
Computer's operating system
Linux
What GPU do you have ?
AMD/ATI
Ansel version
417802a
Type of binary
Self-compiled (GCC or Clang)
What happened?
I am running Gentoo Linux
Running the program from the command line after building from source there are 4 "Failed to Open midi:" libraries reported.
This is also a problem with the latest AppImage
libavif.so.14, libicui18n.so.74, libicuuc.so.74, libicudata.so.74
This is easy to fix using a soft soft link for all of them like so:
ln -s /lib64/libavif.so.16 /lib64/libavif.so.14
I wonder if the required library was just libavif.so for instance, then that is already soft linked to the installed library.
Having fixed all 4 links, I then get this:
[lib_load_module] failed to open
midi': /opt/ansel/lib64/ansel/plugins/lighttable/libmidi.so: undefined symbol: dt_register_input_driver`Does your problem occur with OpenCL enabled ?
Yes
Does your problem occur with OpenCL disabled ?
I don't know
Previous Ansel version that use to work
Not sure about this I am afraid.
Output of ansel -d all
Backtrace
The text was updated successfully, but these errors were encountered: