Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <h1>Troubleshooting RubixMC</h1>
- <p>Follow these steps if you are unable to launch the pack.</p>
- <ol>
- <li>Check the architecture of your computer (32 or 64 bit) and ensure you have the same Java version installed:<br />
- <br />
- OS X computers running OS X 10.6 or later have 64 bit computers.<br />
- <br />
- To find out if your Windows computer is running 32 or 64 bit, <a href="http://windows.microsoft.com/en-us/windows/32-bit-and-64-bit-windows#1TC=windows-7">click here</a>.<br />
- <br />
- If your Windows computer is 32 bit, go to "Options > Maximum memory (MB)" in the launcher and type in "2048".<br />
- </li>
- <li>Check your Java version:<br />
- <br />
- <a href="http://windows.microsoft.com/en-us/windows/command-prompt-faq#1TC=windows-8">On Windows, follow these instructions to open Command Prompt.</a><br />
- <br />
- <a href="http://www.wikihow.com/Get-to-the-Command-Line-on-a-Mac">On OS X, follow these instructions ot open Terminal.</a><br />
- <br />
- Type in "java -version" in Command Prompt or Terminal.<br />
- <br />
- You will see something like the following:<br />
- <br />
- <code style="margin: 1.5em 0px; padding: 0px; border: 0px; font-size: 12px; font-family: 'andale mono', 'lucida console', monospace; vertical-align: baseline; font-stretch: normal; line-height: 18px;">java version "1.7.0_55"</code><br style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px;" />
- <code style="margin: 1.5em 0px; padding: 0px; border: 0px; font-size: 12px; font-family: 'andale mono', 'lucida console', monospace; vertical-align: baseline; font-stretch: normal; line-height: 18px;">Java(TM) SE Runtime Environment (build 1.7.0_55-b13)</code><br style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px;" />
- <code style="margin: 1.5em 0px; padding: 0px; border: 0px; font-size: 12px; font-family: 'andale mono', 'lucida console', monospace; vertical-align: baseline; font-stretch: normal; line-height: 18px;">Java HotSpot(TM) 64-Bit Server VM (build 24.55-b03, mixed mode)</code><br />
- <br />
- The "1.7" indicates you are using Java 7. You may see "1.6" or "1.8". <br />
- <br />
- If you do not have Java 8 (1.8), you need to remove the old versions and install Java 8.<br />
- </li>
- <li>Uninstalling old Java: (Skip this step if you already have Java 8 (1.8) installed!)<br />
- <br />
- <a href="https://www.java.com/en/download/help/mac_uninstall_java.xml">Follow these instructions to uninstall the old Java version on OS X.</a><br />
- <br />
- <a href="https://singularlabs.com/forums/topic/completely-remove-java-using-singularlabs-javara/">Follow these instructions to uninstall the old Java version on Windows.</a> <br />
- </li>
- <li>Installing Java 8: <br />
- <br />
- On Windows, <a href="http://java.com/en/download/manual.jsp">go to this page</a> and download "Windows Offline 64 bit"<br />
- <br />
- On OS X, <a href="http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html">go to this page</a>, find the grey box nearest the top of the page, find the "Licsense Agreement" and check "Agree", then click the download link next to "Mac OS X"</li>
- <li> </li>
- <li> </li>
- </ol>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement