Jump to content

Blender/NifScope Error


IBTrippin

Recommended Posts

I'm trying to learn some modding skills and I'm interested in learning Blender and Nifscope. I've downloaded both from here at Nexus and installed them following the instructions included in the readme's. Python first, then Blender, then PyFFI, then the .nif scripts, then Nifscope.

 

When I try to import a .nif file (file\import\NetImmerse/GameBryo (nif) ) I get the following type of error message....

 

Blender NIF Scripts 2.3.7 (running on Blender 247, PyFFI 1.0.0)

F:\Game Downloads\Fallout 3\Clothes and Armor\Type 3 Stuff\YES MISTRESS for Type

3\K2_FemDom\meshes\K2\FemDom\Outfit01_HD.nif

nif import finished in 0.22 seconds

Traceback (most recent call last):

File "C:\Apps\Blender\.blender\scripts\bpymodules\nif_common.py", line 714, in

guiButtonEvent

self.guiExit()

File "C:\Apps\Blender\.blender\scripts\bpymodules\nif_common.py", line 924, in

guiExit

self.callback(**self.config)

File "<string>", line 3090, in config_callback

File "<string>", line 184, in __init__

File "C:\Python25\lib\site-packages\PyFFI\Formats\NIF\__init__.py", line 1042,

in read

link_stack = link_stack, string_list = string_list)

File "C:\Python25\lib\site-packages\PyFFI\ObjectModels\XML\Struct.py", line 33

1, in read

getattr(self, "_%s_value_" % attr.name).read(stream, **kwargs)

File "C:\Python25\lib\site-packages\PyFFI\ObjectModels\XML\Array.py", line 296

, in read

raise ValueError('array too long (%i)' % len1)

ValueError: array too long (3674210304)

 

And nothing is imported. One thing I want to mention is that these programs are installed on my C:\ drive and my game is installed on another separate drive. Could this have something to do with it?

Can someone enlighten me as to what is wrong and how to fix it?

Thanks

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...