armory3d / armortools

3D Content Creation Tools
https://armorpaint.org
Other
3.23k stars 334 forks source link

TypeError: Cannot read property 'isCubeMap' of undefined #1569

Closed Ticolinie closed 1 year ago

Ticolinie commented 1 year ago

ArmorPaint version:

ArmorPaint.org - v0.9 (2022-05-14) - 61ce8b2

OS/device including version:

Windows 11 Education Version 22H2 (OS Build 22621.1555)

Windows - Direct3D11 NVIDIA GeForce RTX 3080

Issue description:

Whilst right clicking a folder to open the menu when wanting to export the layers to a .png, the whole application becomes unresponsive. What was expected is that the menu keeps interacting as also recorded below.

Steps to reproduce:

Started this recording right after it crashed, it crashed again within 2 minutes. Crash itself happens at 2:17.

After right clicking the folder nothing is interactable anymore. "stderr" error file is generated.

https://www.youtube.com/watch?v=dKWUgOvP27s&ab_channel=TicoZeelenberg

The stderr file contains 15257 lines of the exact same:

TypeError: Cannot read property 'isCubeMap' of undefined at iron_RenderPath.setTarget (:7018:21) at Function.dilate (:32373:37) at Function.isCached (:30241:32) at iron_RenderPath.commands (:30852:21) at iron_RenderPath.renderFrame (:6946:8) at iron_object_CameraObject.renderFrame (:40101:26) at iron_Scene.renderFrame (:7573:16) at Array.render (:5826:21) at Function.render (:47456:35) at renderCallback (:47512:14) TypeError: Cannot read property 'isCubeMap' of undefined at iron_RenderPath.setTarget (:7018:21) at Function.dilate (:32373:37) at Function.isCached (:30241:32) at iron_RenderPath.commands (:30852:21) at iron_RenderPath.renderFrame (:6946:8) at iron_object_CameraObject.renderFrame (:40101:26) at iron_Scene.renderFrame (:7573:16) at Array.render (:5826:21) at Function.render (:47456:35) at renderCallback (:47512:14)

luboslenco commented 1 year ago

Thanks for reporting this.

v0.9 (2022-05-14)

Are you able to update to the latest version? Do you still get the same issue?