RenegadeLucien / project-tenacity

Project Tenacity, the final evolution of the "Level 3 to X" guides
47 stars 6 forks source link

T99 Project Tenacity not running #77

Open Compostbin opened 2 years ago

Compostbin commented 2 years ago

Whenever I try to load up Project Tenacity, a black command panel box pops up for a tenth of a second before disappearing and then nothing else happens.

I have the latest Java installed, the most recent Project Tenacity files and I have tried changing the path/moving the location of the .jar but to no avail. Pls help :(

Mr-Lasagne commented 2 years ago

I have this issue as well. As a work around while we wait for an update, I found that opening the file through commandprompt works. I hope this helps you too. (Assuming you're on windows: win + R keys to open the run box -> type cmd and hit enter to open commandprompt -> type "java -jar c:\path\to\your\jar\file.jar" without quotation marks and filling in the path to your file, and hit enter)

RenegadeLucien commented 2 years ago

Question--does opening up other JAR files work on your device, or is it just Project Tenacity that doesn't work?

I had this issue on my old laptop where all JARs would fail to open like this. Never figured out what the problem was (maybe a misconfigured PATH variable?) but yeah, running in the command line worked as an alternative.