danila-schelkov / scw-tool

3d models converter (Supercell .scw, COLLADA and other)
GNU General Public License v3.0
33 stars 6 forks source link

Memory error while running scw2dae.py #6

Closed SouravKB closed 4 years ago

SouravKB commented 4 years ago

I was trying to covert warriorprincess(I guess it refers to royal champion(coc)) scw file to dae file. I tried it multiple times, but every time I got memory error.

I am using windows 10 OS-64bit, with python 3.8 installed. My PC has 8GB RAM.

here is the traceback of scw2dae.py

Main file name: warriorprincess_default_anim_attack1.scw Second file name (animation) (If you don't want the animation to be, leave the field blank and press Enter): Traceback (most recent call last): File "C:\Users\Sourav Kannantha B\Documents\Misc\scw2dae-master\scw2dae.py", line 383, in ScwReader() File "C:\Users\Sourav Kannantha B\Documents\Misc\scw2dae-master\scw2dae.py", line 347, in init chunks.append(chunkreader.read(length)) MemoryError

danila-schelkov commented 4 years ago

Maybe you have Python x32? You need to install Python x64!

danila-schelkov commented 4 years ago

I think I need to close this issue sorry