Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on specific card #558

Open
S00pergang opened this issue May 25, 2024 · 1 comment
Open

Error on specific card #558

S00pergang opened this issue May 25, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@S00pergang
Copy link

S00pergang commented May 25, 2024

  • Koikatsu Sunshine ver : 1.4.1
  • HF Patch ver : 1.16
  • Blender ver : 3.6.9
  • KKBP_Exporter ver : 4.30
  • KK Blender Porter ver : 6.6.2
  • MMD Tools ver : 2.9.2

I'd like to post the card causing it, but I'm anxious of having cards stolen. So if I can DM you it later somehow somewhere that'd be great

  File "C:\Program Files\Blender Foundation\blender-3.6.9-windows-x64\3.6\scripts\addons\KK-Blender-Porter-Pack-663\importing\importbuttons.py", line 85, in execute
    function()
  File "C:\Program Files\Blender Foundation\blender-3.6.9-windows-x64\3.6\scripts\addons\KK-Blender-Porter-Pack-663\importing\importbuttons.py", line 60, in <lambda>
    lambda:bpy.ops.kkbp.modifymesh('INVOKE_DEFAULT'),
  File "C:\Program Files\Blender Foundation\blender-3.6.9-windows-x64\3.6\scripts\modules\bpy\ops.py", line 111, in __call__
    ret = _op_call(self.idname_py(), C_dict, kw, C_exec, C_undo)
RuntimeError: Error: Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\blender-3.6.9-windows-x64\3.6\scripts\addons\KK-Blender-Porter-Pack-663\importing\modifymesh.py", line 38, in execute
    self.separate_alternate_clothing()
  File "C:\Program Files\Blender Foundation\blender-3.6.9-windows-x64\3.6\scripts\addons\KK-Blender-Porter-Pack-663\importing\modifymesh.py", line 160, in separate_alternate_clothing
    ref_data = c.get_json_file('KK_ReferenceInfoData.json')
  File "C:\Program Files\Blender Foundation\blender-3.6.9-windows-x64\3.6\scripts\addons\KK-Blender-Porter-Pack-663\common.py", line 41, in get_json_file
    json_data = json.load(json_file)
  File "C:\Program Files\Blender Foundation\blender-3.6.9-windows-x64\3.6\python\lib\json\__init__.py", line 293, in load
    return loads(fp.read(),
  File "C:\Program Files\Blender Foundation\blender-3.6.9-windows-x64\3.6\python\lib\json\__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "C:\Program Files\Blender Foundation\blender-3.6.9-windows-x64\3.6\python\lib\json\decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "C:\Program Files\Blender Foundation\blender-3.6.9-windows-x64\3.6\python\lib\json\decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
@S00pergang S00pergang added the bug Something isn't working label May 25, 2024
@S00pergang
Copy link
Author

actually, after running more tests, I believe it has to do with these following accessories

image

BTW it seems when I successfully import (using the default chara I exported) The hair, clothes and body are messed up, body is invisible, hair is white with a yellow gradient and clothes are also blank.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant