Linux and Moi3D, newest betas

 From:  Michael Gibson
6620.12 In reply to 6620.11 
Hi MarkkuM, after a few false starts with driver problems, I was able to get a current Linux setup over here. But on my system everything is working fine, I can't reproduce the extrude and revolve problems that you are seeing.

Could you tell me some specs on what you are running?

I tested here with:

LinuxMint 16 (32 bit)
Video driver: Nouveau version 1:1.0.9-2ubuntu1
Wine: wine-1.4.1
MoI: v3 beta Mar-24-2014

I tested for about 15 minutes or so constructing various things and I did not run across anything that did not work...


What version of Wine are you using?

If you're on a 64-bit OS you might try setting your Wine prefix to be 32-bit that may help to avoid some bug in 64-bit Wine which might be what you're running by default and is still rather buggy-ish apparently.

See here for how to set up your wine to be 32-bit:
http://askubuntu.com/questions/74690/how-to-install-32-bit-wine-on-64-bit-ubuntu

Basically the steps for that are to either copy elsewhere or delete your current ~/.wine directory (so that a new one will be created - note all your current installed stuff is inside of there though), and then do:
WINEARCH=32 winecfg

That should then generate a new ~/.wine directory which is set up as a 32-bit wine only, it may avoid some problems.

- Michael