Fuze hard crashing, caused by user program
-
Hi,
I think and was told that fuze normally should handle any error it might cause and that a user program should not hard crash the fuze program itself (like getting booted to switches menu, and the software error message).
I'm able to write a 2 line program that makes fuze (on my nintendo switch at least) hard crash every time when you run this program.
Now giving fuze is a bit tailored for education as well and people learning to program could accidently trigger this error as well. I'm reporting it.
The code is very simple, define a variable as integer and then access it like an array and assign a value
Like this for example crashes fuze everytime when your run the program with me
It's clearly a programming mistake (well at least in any other language) but due the losely typed variables things like this can happen and it seems to crash fuze.
My guess what happens we are accessing memory we are not allowed to access ..
I had accidently found this problem due to naming 2 variables the same without noticing
-
Thank you for the report :) I've just tried this on the upcoming patch and can confirm it will no longer cause a crash but will trigger an error instead.
-
ok thats good to know :)