I’m running Wine 9.0 on my Linux Mint 22 install, with kernel 6.8.0.51. I have installed PhotoLine 24.01 in Wine which, to my limited experience, seems to be running ‘correctly’. I installed G’MIC-Qt 3.4.3.0 for Photoshop/Photoline as a plug-in to PhotoLine. It displays the attached error message immediately upon invocation. Is this my error or some ‘condition’ in Wine or GMIC?
It was bug in the plugin, fixed in version 3.4.3.1.
My code makes an OS call to pre-allocate the storage for a file before writing to it, and Wine 10.0 RC3 doesn’t yet support that function parameter.
I didn’t catch that because I only test the plugin on Windows.