LogicReinc / LogicReinc.BlendFarm

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

GUI Exception on Linux Client #90

Open WuffyTopside opened 8 months ago

WuffyTopside commented 8 months ago

Each frame sent back from the servers fails to be displayed in the client, but only on Linux builds. The GUI Exception dialog box mentions that it fails to load a Bitmap regardless of what output type I select. I've only tried rendering animations, so I'm unsure if the same happens for a single image.

LogicReinc commented 8 months ago

Did you install the required packages for BlendFarm? The following FAQ text might help:

You're running Linux or Mac but did not install libgdiplus and libc6-dev, install these and you should be good.

acelere commented 7 months ago

I could reproduce the issue and could confirm that after installing libgdiplus (I already had libc6-dev) on BOTH node and master, the issue went away.