08/01/2024
20:26:01
This error was saying that the Timeway engine could not be found, which is basically the entire code of Timeway.
Strange errors like these usually meant that there is unbalanced brackets somewhere in the code.
So I checked for unbalanced brackets. I found nothing.
I checked all the code I wrote thoroughly. I found nothing.
I checked all the scripts in Timeway. I found nothing.
I opened a new Java project and copy and pasted the code.
I then deleted parts of the code one at a time, checking to see if that got rid of the error.
I removed almost all lines of code, and I still kept getting the error.
The only code I hadn't deleted was the variables.
Turns out...
It was that specific line of code.
That was the hardest syntax error I've ever had to solve in my life.
i found a bug in java
I was programming in Java (as usual). I went to go test my program after writing some code.
But I encountered an error.
Story time.