-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help. Cannot assemble and Exception occurs #147
Comments
The errors you get when launching the jar are not normal. It seems like the jar name detection is going wrong. Adding some additional diagnostics to would help diagnose the issue. rars/src/rars/util/FilenameFinder.java Lines 369 to 375 in 0695981
|
Oh, I just understood the issue. Your username has ".jar" in it. I will fix this, but there are a lot of issues I have to fix when I do some work on rars again. |
This should be fixed now. |
Thank you very much |
Running java -jar leads to this exception.
The program shows up. But, pressing assemble button does not work.
Nothing shows up on execute window after pressing assemble.
Instead, some error messages pop up in the terminal after pressing the assemble button.
My default java is OpenJDK 17.
I try both downloading the rars file provided and compiling a new rars file (by running "./build-jar.sh"). Both does not help.
Furthermore, I notice some commands are not recognized by the assembler.
The text was updated successfully, but these errors were encountered: