
Originally Posted by
Ph3wl
The error screen appears for some other reason.
*facepalm*
The error screen is displayed because the code did not compile correctly. This is because the user made one of these mistakes:
Code:
ERROR | Meaning
------|----------------------------------------------------
2 | End of program
3 | Division by zero
4 | Unknown opcode
5 | Internal processor error
6 | Stack error (overflow/underflow)
7 | Memory read/write fault
13 | General processor fault
15 | Address space violation
16 | Pants integrity violation
23 | String read error (string over 1024 characters)
------|----------------------------------------------------
It shows GPU error ID, parameter, instruction, and in your console it shows the line the error is on in the editor.
If that still isn't convincing enough, here's some evidence:

Code:
----> ZyeliosASM compiler - Version 2.0 (SVN REV 0) <----
-> ZyeliosASM: Compiling...
-> ZyeliosASM: Pass 1
-> ZyeliosASM: Pass 2
-> Error: Expected number or a valid label, at line 1
-> ZyeliosASM: Compile aborted: fatal error has occured
-> ZyeliosASM: Compile aborted: fatal error has occured
Well fuck... I must have made a mistake in my code, because it wont compile!!!
IT CANT BE TRUE, I NEVER FAIL AT CODING. I BLAME GPU; IT SUCKS AND DOESN'T WORK WTF...
[/sarcasm]
Honestly, if you have an error with one of your programs, provide the full code in the CPU/GPU Tutorials and Programs section of the forums. I will be more than willing to help resolve the problem and hopefully prove to you that the error is because of your code, not the GPU.
Bookmarks