johnzero7 / XNALaraMesh

Blender addon Import/Export XPS Models, Poses
525 stars 94 forks source link

No such file or directory (both 2.79b & 2.82a &2.8.0) #66

Closed VinciShark closed 4 years ago

VinciShark commented 4 years ago
Traceback (most recent call last):
  File "C:\Users\root\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\XNALaraMesh\xps_tools.py", line 164, in execute
    status = import_xnalara_model.getInputFilename(xpsSettings)
  File "C:\Users\root\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 78, in getInputFilename
    status = xpsImport()
  File "C:\Users\root\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 159, in xpsImport
    meshes_obs = importMeshesList(armature_ob)
  File "C:\Users\root\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 478, in importMeshesList
    for meshInfo in newMeshes]
  File "C:\Users\root\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 478, in <listcomp>
    for meshInfo in newMeshes]
  File "C:\Users\root\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\XNALaraMesh\import_xnalara_model.py", line 614, in importMesh
    material_creator.makeMaterial(xpsSettings, rootDir, mesh_da, meshInfo, flags)
  File "C:\Users\root\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\XNALaraMesh\material_creator.py", line 164, in makeMaterial
    makeNodesMaterial(xpsSettings, materialData, rootDir, mesh_da, meshInfo, flags)
  File "C:\Users\root\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\XNALaraMesh\material_creator.py", line 216, in makeNodesMaterial
    imageNode.image = loadImage(imageFilepath)
  File "C:\Users\root\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\XNALaraMesh\material_creator.py", line 135, in loadImage
    image = bpy.data.images.load(filepath=textureFilepath, check_existing=True)
RuntimeError: Error: Cannot read 'E:\Sekiro\parts\wp_a_0300-partsbnd-dcx\parts\Weapon\WP_A_0300\': No such file or directory

location: <unknown location>:-1

I tried both both 2.79b & 2.82a & 2.8.0, and different directory to store .ascii file

I upload original .ascii & .flver file here

object should be: object should be

import to blender: import to blender

Really want to figure out why, thanks you.

VinciShark commented 4 years ago

67

johnzero7 commented 4 years ago

Thanks for reporting the issue so clearly It is fixed in master