fabioarnold / io_mesh_bsp

Blender Add-on: Quake 1 BSP Importer
0 stars 1 forks source link

Garry’s Mod import failure: wrong buffer size #1

Open thelabcat opened 3 years ago

thelabcat commented 3 years ago

Importing gm_construct.bsp encounters a Python traceback. Importing gm_flatgrass.bsp encounters the exact same error, with the same bytesize.

Blender 2.93.1 Latest add on release. Garry's mod was downloaded last month.

The heart of the Traceback:

... File "...bsp_importer.py", line 204, in load_textures miptex_ofs_list = struct.unpack('<%di' % num_miptex, file.read(4*num_miptex)) struct.error: unpack requires a buffer of 5390535000 bytes

thelabcat commented 3 years ago

Since this add on is designed for quake, this error may be invalid. sorry