Hi guys,
So last time I used anim8or was in 2016 and I was able to use it in linux32 (mint 14 I think) in wine and/or Virtual box (winXP 32bit), no problems.
I'm using 64bit OS'es now and while the it loads fine and some features work.. using shapes do not or crashes or crash the VM.
I've tried running in native and the recommended XP mode in service pack 3 compatibilty option.
I've tested this in wine64, windows via VB (win7 64bit) winXP SP3 32bit and all about the same.
Stable animv0981 work fine on everything.
animv1.0 works on VB with my winXP SP3 32bit, but animv1b+ crashes
wine64: animv1.0 and above doesn't crash but doesn't render anything, as per OP
Currently the newest version that works for me is Anim8orv1.00 (May 29 2017) via VB winXP SP3.
That's good enough I guess, but would like to get on the latest.
Lastly, I have an old win7 32bit laptop and it also cant run anything newer then same v1.0.
I'm happy to test out other builds to find the issue or post logs etc.
Cheers
Mike.
Update:
On my old laptop, I installed mintlinux 18 32bit with wine 1.6.2 and the last build works fine.
On my mintlinux 19 64bit desktop, I removed all wine stuff, followed this:
https://wiki.winehq.org/UbuntuAnd installed wine4.0 (1.6.2 32bit) but still has a blank screen.
Looks like you need a 32bit linux OS
update 2:
So with the above, launching wine like this worked:
export WINEARCH=win32; wine Anim8or_1357.exe
But it uses it's own .wine profile and it's not compatible with 64bit wine.. I'm not wine expert, so i have two .wine profiles, which I rename when I need either 32 or 64bit wine :/
Not a perfect solution but it's a win!
update 3:
I've renamed my wine32bit .wine folder to .wine-animator and launch like this and works great!
export WINEPREFIX=$HOME/.wine-animator; export WINEARCH=win32; wine "c:\anim8or\Anim8or_1357.exe"