LogicReinc / LogicReinc.BlendFarm

A stand-alone Blender Network Renderer
GNU General Public License v3.0
412 stars 35 forks source link

Render Failed #98

Open JustForMeG opened 6 months ago

JustForMeG commented 6 months ago

Running the main app through a M2 macbook to a windows pc and I am unable to render a new image and run into failed render due to a generic error in GDI+.

GDI+
LogicReinc commented 5 months ago

You likely have to install a dependency. Try installing the following package might fix it:

anku94 commented 5 months ago

For anyone reading this,

The tool is built using .NET 6.0 and on MacOS, you need to use mono-libgdiplus to get it working.

https://scrybercore.readthedocs.io/en/v1.0.0.20-beta/libgdiplus.html

I also updated my local fork to use .NET 8.0 and it did not seem to cause problems with building and running from source.

tomitrescak commented 3 months ago

Hello, I still get that error even when installing https://scrybercore.readthedocs.io/en/v1.0.0.20-beta/libgdiplus.html but the renders complete ... not sure what that error means.