ThaumicMekanism / venus

RISC-V instruction set simulator built for education
https://ThaumicMekanism.github.io/venus/
MIT License
149 stars 22 forks source link

IllegalStateException: this version of Venus's drive handler ([object Object]) is not compatible with the mounted file server #26

Closed FDULeolu closed 4 months ago

FDULeolu commented 8 months ago

I ran java -jar tools/venus.jar . -dm --port 6162 on local terminal and saw To connect, enter mount http://localhost:6162 vmfs on Venus., but when I tried to run mount http://localhost:6162 vmfs on Venus terminal, I got an IllegalStateException shown above. What should I do to solve this problem?

ThaumicMekanism commented 4 months ago

Make sure you download the latest venus.jar file. If this is for CS61C, make sure you get the latest from them and make sure you end up using the correct venus website as they may have modified their version which may prevent it from working on other venus forks.