You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in Tkinter callback
Traceback (most recent call last):
File "\Lib\tkinter_init_.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "\Structura-main\structura.py", line 202, in runFromGui
structura_base.generate_with_nametags()
File "\Structura-main\structura_core.py", line 81, in generate_with_nametags
struct2make = structure_reader.process_structure(self.structure_files[model_name]["file"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "\Structura-main\structure_reader.py", line 37, in init
self.get_blockmap()
File "\Structura-main\structure_reader.py", line 51, in get_blockmap
self.cube=self.cube.reshape(self.size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: cannot reshape array of size 1907265 into shape (128,116,129)
MCStructure file (change the extension to .mcstructure) mmm.zip
The text was updated successfully, but these errors were encountered:
Exception in Tkinter callback
Traceback (most recent call last):
File "\Lib\tkinter_init_.py", line 1948, in call
return self.func(*args)
^^^^^^^^^^^^^^^^
File "\Structura-main\structura.py", line 202, in runFromGui
structura_base.generate_with_nametags()
File "\Structura-main\structura_core.py", line 81, in generate_with_nametags
struct2make = structure_reader.process_structure(self.structure_files[model_name]["file"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "\Structura-main\structure_reader.py", line 37, in init
self.get_blockmap()
File "\Structura-main\structure_reader.py", line 51, in get_blockmap
self.cube=self.cube.reshape(self.size)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: cannot reshape array of size 1907265 into shape (128,116,129)
MCStructure file (change the extension to .mcstructure)
mmm.zip
The text was updated successfully, but these errors were encountered: