Error Reference

Complete reference of Runestaff assembler errors, warnings, and JVM specification warnings. Each error page includes a detailed explanation, example, and solution. When an error occurs during assembly, the assembler will link directly to the relevant error page to help you understand and fix the issue.


Assembly Errors (E)

Fatal errors that prevent successful assembly. These indicate syntax errors, semantic issues, or invalid bytecode.


Assembly Warnings (W)

Non-fatal warnings about potential issues, deprecated features, or suggestions for improvement.


JVM Specification Warnings (JVMS)

Warnings about violations of the Java Virtual Machine Specification that may cause portability or compatibility issues.