New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to install on Windows 10 (64 bit) and getting this error: 'An internal error occurred (error code: 20)' #6354
Comments
Can you provide the content of the log? Use https://gist.github.com please. |
Thanks for the response! Unfortunately this is all I'm getting for the log: Log: C:\Users\raven\AppData\Local\Temp\i4J_nlog_4.log |
That line should indicate a file containing information about what happened during the install. Does the file exist? If so, can you post the contents using https://gist.github.com? |
I had issues using the installer for the latest version as well. Log (replaced full path environment variable replaced with "%PATH%")Started executable C:\Users\preet\Downloads\jruby_windows_x64_9_2_13_0.exe at Sun Aug 09 05:18:02 2020 [0:0] restrict DLL directories |
I'm having the same issue too. I'll be glad to be helped. |
It looks like this is due to Java 14 not shipping the unpack200 utility anymore. We will need to modify the installer to no longer use pack200. It would probably be possible for you to complete the install with an older version of Java or perhaps to I stall those unpack commands some other way. |
Okay, I got it. I'll try to use some older versions of java then. Hope that will work. Thank You! |
I believe removing the pack200 attribute from this line in the install4j config will solve the issue: Line 4 in a61aebd
I will file a separate issue to remove all pack200 references from all maintained branches. |
Dear @preetpalS, |
This is fixed for 9.2.14 and 9.3. If you need to install JRuby before then, use a JDK version prior to 14, since that's when these tools were removed, or install from the zip file by unpacking and putting in PATH (or using a Ruby install manager like "uru" mentioned above). |
This is the log:
Log: C:\Users\raven\AppData\Local\Temp\i4J_nlog_4.log
I'm happy to provide any other information that would be relevant
The text was updated successfully, but these errors were encountered: