You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LateralGM Version: 1.8.234
Working Directory: /home/ms/enigma-dev/lateralgm.jar
Operating System: Linux
Version: 6.5.6-76060506-generic
Architecture: amd64
Java Name: Java HotSpot(TM) 64-Bit Server VM
Java Vendor: Oracle Corporation
Version: 21.0.1
Current Thread: AWT-EventQueue-0
Available processors (cores): 4
Free memory (bytes): 51966752
Maximum memory (bytes): 3095396352
Total memory available to JVM (bytes): 71303168
File system root: /
Total space (bytes): 493387022336
Free space (bytes): 355752132608
Usable space (bytes): 330614202368
Stack trace:
java.lang.UnsatisfiedLinkError: Unable to load library 'compileEGMf':
libcompileEGMf.so: cannot open shared object file: No such file or directory
libcompileEGMf.so: cannot open shared object file: No such file or directory
Native library (linux-x86-64/libcompileEGMf.so) not found in resource path ([file:/home/ms/enigma-dev/plugins/enigma.jar])
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:301)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:461)
at com.sun.jna.Library$Handler.<init>(Library.java:192)
at com.sun.jna.Native.loadLibrary(Native.java:646)
at com.sun.jna.Native.loadLibrary(Native.java:630)
at org.enigma.EnigmaRunner.attemptLib(EnigmaRunner.java:251)
at org.enigma.EnigmaRunner.access$1(EnigmaRunner.java:244)
at org.enigma.EnigmaRunner$3.run(EnigmaRunner.java:176)
Suppressed: java.lang.UnsatisfiedLinkError: libcompileEGMf.so: cannot open shared object file: No such file or directory
at com.sun.jna.Native.open(Native Method)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:191)
... 7 more
Suppressed: java.lang.UnsatisfiedLinkError: libcompileEGMf.so: cannot open shared object file: No such file or directory
at com.sun.jna.Native.open(Native Method)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:204)
... 7 more
Suppressed: java.io.IOException: Native library (linux-x86-64/libcompileEGMf.so) not found in resource path ([file:/home/ms/enigma-dev/plugins/enigma.jar])
at com.sun.jna.Native.extractFromResourcePath(Native.java:1119)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:275)
... 7 more
Also running the python script returns this --
Enigma package manager
Installing main please wait...
INFO: no dependencies for jnaJar
INFO: jnaJar already up-to-date (same hash)
INFO: no dependencies for lgm
INFO: lgm already up-to-date (same hash)
INFO: no dependencies for infolist
INFO: no dependencies for icns
INFO: no dependencies for alure
Traceback (most recent call last):
File "/home/ms/enigma-dev/install.py", line 101, in <module>
downloadPackage(g_packageToInstall)
File "/home/ms/enigma-dev/install.py", line 85, in downloadPackage
downloadPackage(dependency)
File "/home/ms/enigma-dev/install.py", line 85, in downloadPackage
downloadPackage(dependency)
File "/home/ms/enigma-dev/install.py", line 94, in downloadPackage
webFile = urlopen(packageURL)
File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/usr/lib/python3.10/urllib/request.py", line 557, in error
result = self._call_chain(*args)
File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/lib/python3.10/urllib/request.py", line 749, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/usr/lib/python3.10/urllib/request.py", line 557, in error
result = self._call_chain(*args)
File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/lib/python3.10/urllib/request.py", line 749, in http_error_302
return self.parent.open(new, timeout=req.timeout)
File "/usr/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/usr/lib/python3.10/urllib/request.py", line 563, in error
return self._call_chain(*args)
File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
The text was updated successfully, but these errors were encountered:
Also running the python script returns this --
The text was updated successfully, but these errors were encountered: