Farbigoz / BhModloader

Brawlhalla ModLoader
GNU General Public License v3.0
15 stars 4 forks source link

Error While Booting #1

Open dudes84756 opened 3 years ago

dudes84756 commented 3 years ago

Got a random error at boot, I have found no solutions online:

Traceback (most recent call last): File "C:\Users\dudes\AppData\Local\Temp_MEI19842\core\core\ffdec__init__.py", line 19, in jvmpath = jpype._jvmfinder.getDefaultJVMPath() File "E:\BrawlhallaModcreator\venv\lib\site-packages\jpype_jvmfinder.py", line 74, in getDefaultJVMPath File "E:\BrawlhallaModcreator\venv\lib\site-packages\jpype_jvmfinder.py", line 212, in get_jvm_path jpype._jvmfinder.JVMNotFoundException: No JVM shared library file (jvm.dll) found. Try setting up the JAVA_HOME environment variable properly.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "run.py", line 3, in File "C:\Users\dudes\AppData\Local\Temp_MEI19842\core__init.py", line 1, in from .core import * File "C:\Users\dudes\AppData\Local\Temp_MEI19842\core\core__init.py", line 4, in from .worker.variables import MOD_FILE_FORMAT, MODLOADER_CACHE_PATH File "C:\Users\dudes\AppData\Local\Temp_MEI19842\core\core\worker\init__.py", line 1, in from .dispatch import Dispatch File "C:\Users\dudes\AppData\Local\Temp_MEI19842\core\core\worker\dispatch.py", line 5, in from .modloader import ModLoader File "C:\Users\dudes\AppData\Local\Temp_MEI19842\core\core\worker\modloader.py", line 10, in from .mod import ModClass, ModSource, ModsHashSumCache File "C:\Users\dudes\AppData\Local\Temp_MEI19842\core\core\worker\mod.py", line 21, in from .gameswf import GetGameFileClass File "C:\Users\dudes\AppData\Local\Temp_MEI19842\core\core\worker\gameswf.py", line 8, in from .brawlhalla import BRAWLHALLA_SWFS File "C:\Users\dudes\AppData\Local\Temp_MEI19842\core\core\worker\brawlhalla.py", line 8, in from ..ffdec.classes import ArrayList, Configuration, HighlightedTextWriter, ScriptExportMode File "C:\Users\dudes\AppData\Local\Temp_MEI19842\core\core\ffdec\init__.py", line 22, in raise ImportError("Java not found!") ImportError: Java not found!