Found a bug with Wire that causes an unusable glitch texture only in Arena when trying to unpack a float texture in a Wire patch.
Here you can see the same patch viewed in both Arena and Wire:
I have attached the minimal reproducable wire patch for reference:
For now I'll probably just recreate the unpack node in ISF.
[Wire\Arena] Error with unpacking a float texture
- optiphonic
- Posts: 15
- Joined: Mon Nov 27, 2023 20:58
- Location: New Zealand
Re: [Wire\Arena] Error with unpacking a float texture
Isf-s are missing.
Could you do a consolidate, and zip and share that folder?
Could you do a consolidate, and zip and share that folder?
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
- optiphonic
- Posts: 15
- Joined: Mon Nov 27, 2023 20:58
- Location: New Zealand
Re: [Wire\Arena] Error with unpacking a float texture
I still get an error when opening the patch
Does the ISF code supposed to be generating float color format output?
But, if I change the ISF color format in the node panel fro 32 bit float to int, I don't see the glitches any more.Does the ISF code supposed to be generating float color format output?
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
- optiphonic
- Posts: 15
- Joined: Mon Nov 27, 2023 20:58
- Location: New Zealand
Re: [Wire\Arena] Error with unpacking a float texture
Yea that error about the json comment is weird, because it seems to compile fine. Not sure what is causing that.
It makes sense that it works if you set the isf to write as an 8bit fixed. The error I found is when unpacking a float specifically. I made this minimal example so that you can see that the error occurs.
I have work arounds as mentioned above (using another isf to pack etc). I was just making this post so that you are aware of the bug
Have a good day!
It makes sense that it works if you set the isf to write as an 8bit fixed. The error I found is when unpacking a float specifically. I made this minimal example so that you can see that the error occurs.
I have work arounds as mentioned above (using another isf to pack etc). I was just making this post so that you are aware of the bug

Have a good day!
Re: [Wire\Arena] Error with unpacking a float texture
If I set the ISF output format to something integer, then the glitches go away for me, so it's probably indeed related to the float type unpack.
Software developer, Sound Engineer,
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu
Control Your show with ”Enter” - multiple Resolume servers at once - SMPTE/MTC column launch
try for free: http://programs.palffyzoltan.hu