Hello,
I’m trying to fix an error I’m getting on remeshing any surface with ZRemesher 3.0 in ZBrush 2019 running under Wine 4.0. I keep getting the following message:
This keeps happening on my ZBrush 2018 WINEPREFIX
which I configured using the following recipe: https://appdb.winehq.org/objectManager.php?sClass=version&iId=36562. Of course remeshing with legacy algorithm works fine.
A recipe for 2019.1 showed up some time ago on WineHQ: https://appdb.winehq.org/objectManager.php?sClass=version&iId=38008&iTestingId=106004, but it seems almost identical to 2018 one and includes several mistakes in DLL load order, which prevent the installer from starting at all [1].
I thought that before I start spawning multiple WINEPREFIXES
for testing purposes and begin juggling with my ZB licenses (activate, deactivate, rinse and repeat ad nauseam), I will ask here first if perhaps any of you guys have managed to get ZRemesher 3.0 successfully up and running under Wine.
[1] Basically, comctl32
and msvcrt
DLLs loading order should be changed from “native,builtin” to “builtin,native” in order for the installer to run.