Quiver icon indicating copy to clipboard operation
Quiver copied to clipboard

Windows incompatibilities

Open DeflatedPickle opened this issue 3 years ago • 7 comments

Development of Quiver is now mainly done on a Debian-based Linux distro. This means I can no longer personally find any issues that occur on Windows. Anytime an issue is found related to use of Quiver on Linux, it'll be added to this checklist

  • [x] Classpath too long (#75)

DeflatedPickle avatar May 17 '21 18:05 DeflatedPickle

I unzipped the .zip file and ran the quiver.bat, but an error message keep popping up telling me that there is an error in java. I have JRE 8 installed, but even reinstalling it does not fix the problem. Error message: [WARN ] 16:36:45 (3818 ms since JVM launch) [main/1] com.deflatedpickle.quiver.launcher.MainKt: main threw java.lang.IllegalArgumentException: array element type mismatch com.deflatedpickle.quiver.launcher.MainKt$main$2.uncaughtException(main.kt:83) What can I do to fix this?

AsterrKat avatar May 20 '21 23:05 AsterrKat

@AsterrKat, this is because you're not using Java 8, like it says in the README. This issue has already been recorded; #40 #45

DeflatedPickle avatar May 20 '21 23:05 DeflatedPickle

Thank you! that issue was fixed, looks like Java automatically opens the highest version even if I have Java 8 installed... But now this pops up, and I have no idea how to fix it. I am using quiver 1.9.1-hotfix and Java 1.8.0_291 [WARN ] 11:54:54 (10574 ms since JVM launch) [main/1] com.deflatedpickle.quiver.launcher.MainKt: main threw java.io.FileNotFoundException: config\deflatedpickle@file_table#1.0.1.json (The system cannot find the path specified) com.deflatedpickle.quiver.launcher.MainKt$main$2.uncaughtException(main.kt:83)

AsterrKat avatar May 21 '21 19:05 AsterrKat

@AsterrKat, this is an issue related to haruhi but for me, it's usually fixed by deleting the config directory or just launching the program a second time after it errors

DeflatedPickle avatar May 21 '21 23:05 DeflatedPickle

There is not config directory to start with, and launching it 5 times in a roll does not solve the problem...

AsterrKat avatar May 22 '21 00:05 AsterrKat

@AsterrKat, what if you make one?

DeflatedPickle avatar May 22 '21 00:05 DeflatedPickle

[WARN ] 22:37:48 (12892 ms since JVM launch) [main/1] com.deflatedpickle.quiver.launcher.MainKt: main threw java.io.FileNotFoundException: config\deflatedpickle@file_table#1.0.1.json (Access is denied) com.deflatedpickle.quiver.launcher.MainKt$main$2.uncaughtException(main.kt:83) Finally... after so long... quiver opened because apparently access denied means there is something, and I just ran the thing as admin and it is solved Thank you so much!

AsterrKat avatar May 22 '21 05:05 AsterrKat