Compiling issue

I am using multiple nth and watch nodes changing values then deploy with no problem multiple times.
Now here is what happened, my hydro drops out for a second and my system shut down, I boot everything back up now I can not deploy xodballs I get the following error

"Using library Servo at version 1.1.2 in folder: C:\Users\mhalb\AppData\Local\Temp\xod_temp_sketchbookwBPG2z\libraries\Servo

Error: exit status 1
Compilation failed.
Compilation failed
Command C:\Users\mhalb\AppData\Local\Programs\XOD IDE\resources\arduino-cli.exe --config-file=C:\Users\mhalb\AppData\Local\Temp\arduino-cliVNDOzH\.cli-config.yml compile --fqbn arduino:avr:mega:cpu=atmega2560 --verbose C:\Users\mhalb\AppData\Local\Temp\xod_temp_sketchbookwBPG2z\xod_1569096897328_sketch failed with code 1
The generated C++ code contains errors. It can be due to a bad node implementation or if your board is not compatible with XOD runtime code. The original compiler error message is above. Fix C++ errors to continue. If you believe it is a bug, report the problem to XOD developers."

I have actually uninstalled and then reinstalled the XOD ide. I keep the xodballs on an external drive. I booted up another system and loaded up this same xodball and everything went as it should. So I am not stuck but any ideas as to why this is an issue ? it is obviously not the IDE itself but some node or compatibility issue, It is my main tinkering computer.
thanks
g-p

before exit: error 1, the most important is up, scroll

the error will be marked with ∧

Hi cesars
I scrolled the75 or so lines and there was no marker ^, however over half the script was reverencing servo.h. That hydro issue seemed to have messed things up a bit as my system will not even boot up now so that is another task for another day. It was obviously not a XOD issue but a system corruption. I love XOD so much I have it on 3 systems, that is why I keep all the xodballs on an external HDD. Thanks again for stepping in.
g-p

I am back to this issue again with both Windows and Ubuntu but only if I enable the debug icon other than that the deployment works great. Here is part the script that comes up. Any help is greatly appreciated.

tmp/xod_temp_sketchbookefOk4q/xod_1577912802220_sketch/xod_1577912802220_sketch.ino: In function ‘void xod::runTransaction()’:
/tmp/xod_temp_sketchbookefOk4q/xod_1577912802220_sketch/xod_1577912802220_sketch.ino:11142:41: error: no match for ‘operator=’ (operand types are ‘xod::XString {aka xod::List}’ and ‘xod::Number {aka float}’)
ctxObj._input_IN = node_510.output_OUT;
^~~~~~~~~~
/tmp/xod_temp_sketchbookefOk4q/xod_1577912802220_sketch/xod_1577912802220_sketch.ino:214:28: note: candidate: xod::List& xod::List::operator=(const xod::List&)
template class List {
^~~~
/tmp/xod_temp_sketchbookefOk4q/xod_1577912802220_sketch/xod_1577912802220_sketch.ino:214:28: note: no known conversion for argument 1 from ‘xod::Number {aka float}’ to ‘const xod::List&’
/tmp/xod_temp_sketchbookefOk4q/xod_1577912802220_sketch/xod_1577912802220_sketch.ino:214:28: note: candidate: xod::List& xod::List::operator=(xod::List&&)
/tmp/xod_temp_sketchbookefOk4q/xod_1577912802220_sketch/xod_1577912802220_sketch.ino:214:28: note: no known conversion for argument 1 from ‘xod::Number {aka float}’ to ‘xod::List&&’

Multiple libraries were found for “Servo.h”
Used: /tmp/xod_temp_sketchbookefOk4q/libraries/Servo

Using library Servo at version 1.1.2 in folder: /tmp/xod_temp_sketchbookefOk4q/libraries/Servo

Error: exit status 1
Compilation failed.