DeathGOD7 / FIFA-3D-Importer-Exporter

Blender addon for importing and exporting RX3 file from FIFA 11 - 16, which is written in python for Blender (2.80 - Latest*)
https://deathgod7.github.io/FIFA-3D-Importer-Exporter/
2 stars 3 forks source link

[Bug] ..... help me error!! #4

Open frgrtyt opened 1 year ago

frgrtyt commented 1 year ago

Describe the bug A clear and concise description of what the bug is. Just saying the addon won't work will make the chances of you getting help and support slim or none.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Try to import '....'
  4. See an error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Blender Info (please complete the following information):

Log File If there is any log file of today in "C:\Users{YOUR USERNAME}\Documents\SE7EN\FIFA 3D\Logs", please upload it to "paste.gg" or "hastebin.com" and post the link here.

Additional context Please open the system console of Blender (Window > Toggle System Console) Copy all the things you see and upload it to "paste.gg" or "hastebin.com" and post the link here. ---- error ------

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools__init__.py", line 64, in from fifa_tools import fifa3D_layout File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\fifa3D_layout.py", line 33, in from fifa_tools.scripts import fifa3D_operators File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\scripts\fifa3D_operators.py", line 34, in from fifa_tools.scripts import fifa3D_se7en , fifa3D_helper File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\scripts\fifa3D_se7en.py", line 24, in from FIFALibrary20 import * ModuleNotFoundError: No module named 'FIFALibrary20'

frgrtyt commented 1 year ago

Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools__init__.py", line 64, in from fifa_tools import fifa3D_layout File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\fifa3D_layout.py", line 33, in from fifa_tools.scripts import fifa3D_operators File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\scripts\fifa3D_operators.py", line 34, in from fifa_tools.scripts import fifa3D_se7en , fifa3D_helper File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\scripts\fifa3D_se7en.py", line 19, in ref1 = clr.AddReference('FIFALibrary_v21.11.28.0_x64') System.IO.FileNotFoundException: Unable to find assembly 'FIFALibrary_v21.11.28.0_x64'. 위치: Python.Runtime.CLRModule.AddReference(String name)

DeathGOD7 commented 1 year ago

Please use the issue template properly. And by looking at the error, it seems the dll isn't loaded properly cause the blender installation is at C drive (local-user installation in appdata folder).

frgrtyt commented 1 year ago

I corrected the path and got the following error Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\fifa_tools__init__.py", line 51, in from fifa_tools import se7en_helper File "C:\Program Files\Blender Foundation\Blender 2.93\2.93\scripts\addons\fifa_tools\se7en_helper.py", line 19, in files = os.listdir(pyNET) FileNotFoundError: [WinError 3] 지정된 경로를 찾을 수 없습니다: 'C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\redist\PythonNET'

DeathGOD7 commented 1 year ago

Remove the addon and clear the clear files of this path (if any remains) and try reinstalling again. And if you can use the zipped blender version in another drive than C:.

C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools And this : C:\Users\Administrator\Documents\SE7EN

frgrtyt commented 1 year ago

I've already tried deleting it several times, but it's the same.

DeathGOD7 commented 1 year ago
FileNotFoundError: [WinError 3] 지정된 경로를 찾을 수 없습니다: 'C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\redist\PythonNET'

This states that the file or folder of redist is not where it's supposed to be.

That means these files : image

Without these files, the addon won't even function.

frgrtyt commented 1 year ago

Traceback (most recent call last): File "C:\Blender 2.93\2.93\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools__init__.py", line 64, in from fifa_tools import fifa3D_layout File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\fifa3D_layout.py", line 33, in from fifa_tools.scripts import fifa3D_operators File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\scripts\fifa3D_operators.py", line 34, in from fifa_tools.scripts import fifa3D_se7en , fifa3D_helper File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\scripts\fifa3D_se7en.py", line 20, in ref1 = clr.AddReference('FIFALibrary_v22.02.11_x64_Beta') System.IO.FileNotFoundException: Unable to find assembly 'FIFALibrary_v22.02.11_x64_Beta'. 위치: Python.Runtime.CLRModule.AddReference(String name)

frgrtyt commented 1 year ago

What is the compatible version?

curung commented 1 year ago

This is my sub-account Please tell me how to solve it

DeathGOD7 commented 1 year ago
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\fifa_tools\scripts\fifa3D_se7en.py", line 20, in
ref1 = clr.AddReference('FIFALibrary_v22.02.11_x64_Beta')
System.IO.FileNotFoundException: Unable to find assembly 'FIFALibrary_v22.02.11_x64_Beta'.
위치: Python.Runtime.CLRModule.AddReference(String name)

The above error means the required dll is missing due to buggy installation. Check the folder named "SE7EN" in the Documents folder.

dolixec commented 9 months ago

I'll tell you how to fix it, since I tried to solve the problem today and just found out how to do it. This happens because you're using the files that are on the main github. You have to go into the releases and use the assets that are provided there. The problem that you encountered was because the file that you generated in the Documents "FIFALibrary_v22.02.11_x64_Beta" was an older version than the one that got generated in your folder.