Building fails and gives this error... Help translating?

When I attempt to build my game, it fails and does not create an Exe, but takes the time to pretend it will. I have determined which scene is the culprit, but I still do not know why it crashes. There are two errors. This is the shorter one…

I hope someone can tell me what is wrong, as I am at a standstill until I can fix it. Thank you.

PS
The longer one, if you want it…

According to MSDN, error 112 means:
ERROR_DISK_FULL
112 (0x70)
There is not enough space on the disk.
Is your disk full by any chance? :wink:

Incredible. I can’t believe I missed that!
Thanks for your help!! :smile: