Page 1 of 1
Crash on opening Wire project containing ISF shader
Posted: Sat Jul 06, 2024 13:16
by optiphonic
I was working on a shader to do SDF things with the wire point inputs
I was editing the for loops and then it crashed (as it seems to do a lot)
Now, I cannot open the project at all, just an immediate crash.
The project folder is attached.
Re: Crash on opening Wire project containing ISF shader
Posted: Sat Jul 06, 2024 18:06
by sipsipsips
Changed from i++ to j++ to avoid infinite loop, should at least open without crashing now.
Re: Crash on opening Wire project containing ISF shader
Posted: Sat Jul 06, 2024 23:52
by optiphonic
sipsipsips wrote: Sat Jul 06, 2024 18:06
Changed from i++ to j++ to avoid infinite loop, should at least open without crashing now.
Haha true. Thanks! I'm suprised that incorrect shader code crashes wire, thought I must have screwed up something else.
Re: Crash on opening Wire project containing ISF shader
Posted: Sun Jul 07, 2024 01:46
by optiphonic
sipsipsips wrote: Sat Jul 06, 2024 18:06
Changed from i++ to j++ to avoid infinite loop, should at least open without crashing now.
Heres the working version, thought it was only fair since you helped

Re: Crash on opening Wire project containing ISF shader
Posted: Sun Jul 07, 2024 06:08
by sipsipsips
Accidentally rewritten code can crash not only Wire but other software as well. It's just a matter of opening it in a regular text editor and rewriting the relevant part without rushing, though. Anyway, glad it's fixed!