Jump to content
3DCoat Forums

3D-Coat V3 for Linux (beta)


Recommended Posts

ubuntu_logo-300x272.png

There you can download V3 for Linux

www.3d-coat.com/~sergyi/3D-Coat-V3-BETA.tar.gz

It will work only for 64-bit Linux (32 bit will be later). Unpack it to your user folder like /home/"user_name"

Transferring rules will be published soon.

EDIT: It is better to use swap file to avoid instability on insufficient memory.

How to manage swap files under Linux.

Show your swap files with Terminal command

swapon -s

If the list is empty you should create swap file with Terminal commands

sudo dd if=/dev/zero of=/swapfile bs=1M count=4000 (or whatever size you want in megabytes)

sudo mkswap /swapfile

sudo swapon /swapfile

Link to comment
Share on other sites

It is better to use swap file to avoid instability on insufficient memory.

How to manage swap files under Linux.

Show your swap files with Terminal command

swapon -s

If the list is empty you should create swap file with Terminal commands

sudo dd if=/dev/zero of=/swapfile bs=1M count=4000 (or whatever size you want in megabytes)

sudo mkswap /swapfile

sudo swapon /swapfile

Link to comment
Share on other sites

  • Member

Hi Andrew

couple of bugs so far:

- 'show info' is not displayed

- if I increase resolution twice on standard sphere in voxel mode, 3d-coat crashes

- All surface tools in voxel mode make 3d-coat crash

I'm on holiday atm so have not gone too far in depth yet

my specs

linux mint x64

dual core 2.4

quadro fx1600 m

4 Gb ram

2Gb swap

Link to comment
Share on other sites

  • Member

This is wonderful :yahoo:

I was able to run 3DC under fedora after I created a simlink from libtiff.so.3 to libtiff.so.4

A bug that wasn't mention yet

- run 3DC from a console

After you put in the key, 3DC closes. In the console it shows that 3DC tried to run 3dcoatGL.exe

The web page shows that registration was completed but 3DC stays in trial mode

FEDORA 11 64-bit

i7 920

12 GB RAM

GeForce GTX 280

2x Opteron 270

8 GB RAM

GeForce 7 GS

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...