Hi guys,
I'm new to GF/JAVA and I'm trying to get used to the code-language etc. Now, ones in a while there appears a popup titled 'Terminal Window' with some text in it.
What does this mean?
Ty
It says; 'Looping before Zumo is running'
'Drive not mounted file not exists'
This keeps repeating.
At the bottom it says in red;
'Java.lang.NullPointerException' with some sentences in gray below it.
'Looping before Zumo is running'
'Drive not mounted file not exists'
Maybe the scenario you are running is generating these?
At the bottom it says in red; 'Java.lang.NullPointerException' with some sentences in gray below it.
There's a problem with the code you're running; it's tried to call a method or access a variable using a null reference. If you pasted the complete text we could tell you where in the code the problem was.