i've fixed this error before many times, but i forgot how again
https://www.dropbox.com/s/onrm1y13myosvv6/Untitled.png?dl=0
thank.
I believe the issue is 64-bit Java. Switch to 32-bit, or point ENIGMA to your 32-bit java installation.
my butthole is bleeding a lot right now so if i don't get an answer quick i'm going to die.
how do i point enigmofo to my 32-bit java installation?
Salutations!
Sorry to hear of your troubles. Not sure of which version your referring to so I'll try to provide solutions for both. The main thing is to
uninstall all versions of
64bit JAVA and install a 32bit version. I do not advise parallelization i.e having both versions on and then pointing to the 32bit version. In my experience it can cause problems later, not only for ENIGMA but also for other software as well.
WINDOWS method.
- Uninstall all versions of Java.
- Download JAVA version from here. (https://www.dropbox.com/s/obe0syw6w6cgil0/Java%20Runtime%20Environment%201.7.0.1%20%2832-bit%29%20.exe?dl=0)
- Install and run ENIGMA.
- If you still encounter an error, you may need to point out where JAVA is.
- Follow the method done here (https://www.dropbox.com/s/eb1ftk8l2th10wu/Modifying%20Java%20path%20in%20settings%20file..mp4?dl=0).
- Run ENIGMA again and it should work perfectly now.
================================================
Amendment
- If by chance you still encounter an error by way of a corrupted LateralGM file, you can copy a new one from the RELEASES section on Github. I recommend the 1.87 version as I've had crashes with the others. It's very stable.
=================================================
LINUX method
- Open TERMINAL.
- Uninstall all versions of Java via these commands
dpkg --get-selections | awk '/oracle-java/ && /installer/ {system("sudo apt-get purge "$1)}'
dpkg --get-selections | awk '/openjdk/ {system("sudo apt-get -y purge "$1)}'
- Re-install Java by this method here (https://stackoverflow.com/questions/14788345/how-to-install-jdk-on-ubuntu-linux).
- Run ENIGMA.
============================================================
Hopefully this has helped you out!
******
Incidentally, you can also check out this post (https://enigma-dev.org/forums/index.php?topic=2800.0) as it also relates to your problem.
@hpg678
I've never had an issue doing parallelization. All of my java applications are using the default 64-bit java, eclipse is using its in-built EJC, and ENIGMA is configured and happily using the 32-bit java.
@tkg
Open your ENIGMA folder, edit the file "settings.ini", find the line "idecommand=" and change "java" or "java.exe" to the fullpath of 32-bit java. For example, on *MY* Windows 10 computer, 32-bit programs reside in Program Files (x86), java notwithstanding, so *MINE* looks like this:
idecommand="C:\Program Files (x86)\Java\jre1.8.0_74\bin\java.exe -jar -Xms256m -Xmx1000m"
The wiki also has an article on this:
https://enigma-dev.org/docs/Wiki/Install:Parallel_Java
thanks hpg and solitudinal. i'll let you guys know if this fixes it.
ya'll know what candy corn is made out of? dildo bits.
That worked. Thanks guys!