Skip to content
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

Install failure on Windows #21

Open
mattiasaine opened this issue Jan 6, 2020 · 2 comments
Open

Install failure on Windows #21

mattiasaine opened this issue Jan 6, 2020 · 2 comments

Comments

@mattiasaine
Copy link

Ran into an issue with installation of RBIoFormats on Windows (R 3.6.2).

The installation buggs out if both i386 and x64 versions of R are installed. Think it might be related to something like this issue.

Works fine after I uninstall R and select x64-only on reinstall.

@aoles
Copy link
Owner

aoles commented Jan 7, 2020

Thank you for reporting the problem. Do you happen to recall the error message you were getting?

Cheers,
Andrzej

@mattiasaine
Copy link
Author

Tried recreating on other windows machine. This already had RBioFormats installed in R 3.5.3 but with both i386 and x64 installed.

But installed 3.6.2 from scratch with i386+x64 and installation did not finish. Threw error "Invalid maximum heap size: -Xmx8g". This is not the same as I got on my other machine. But this was because I have set an environment variable with higher xmx than 32-bit Java can handle. When I changed Xmx to 1g it installed fine.

With the other machine the final error was the same "ERROR: loading failed for 'i386'" but here I hadn't set environment variables yet so think it might be some other issue. Only diff between machines I can think of is that the one that worked by lowering Xmx has both 32-bit and 64-bit java (+64-bit jdk) installed while the machine that required I do install with only x64-R has only 64-bit java/jdk. Or maybe I just did something different today...

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants