“Unable to access address of buffer” MInecraft 1.10
I am attempting to run Minecraft 1.10 on Ubuntu 16.04. I've tried using multiple Java versions, specifically JDK 7, Oracle 7, Oracle 8, and Oracle 9, but only 9 managed to launch the actual game. Then, whenever I tried to join a server, I got the error:
Internal Exception: java.lang.RuntimeException: Unable to access address of buffer
Now whenever I got to the launcher in other Java versions, game output was blank and I got this error code (for Oracle 8):
Pastebin
Thanks in advance!
16.04 java minecraft
add a comment |
I am attempting to run Minecraft 1.10 on Ubuntu 16.04. I've tried using multiple Java versions, specifically JDK 7, Oracle 7, Oracle 8, and Oracle 9, but only 9 managed to launch the actual game. Then, whenever I tried to join a server, I got the error:
Internal Exception: java.lang.RuntimeException: Unable to access address of buffer
Now whenever I got to the launcher in other Java versions, game output was blank and I got this error code (for Oracle 8):
Pastebin
Thanks in advance!
16.04 java minecraft
Please put your solution as an answer. That way, you can mark this question as solved! :)
– wjandrea
Jun 22 '16 at 1:19
add a comment |
I am attempting to run Minecraft 1.10 on Ubuntu 16.04. I've tried using multiple Java versions, specifically JDK 7, Oracle 7, Oracle 8, and Oracle 9, but only 9 managed to launch the actual game. Then, whenever I tried to join a server, I got the error:
Internal Exception: java.lang.RuntimeException: Unable to access address of buffer
Now whenever I got to the launcher in other Java versions, game output was blank and I got this error code (for Oracle 8):
Pastebin
Thanks in advance!
16.04 java minecraft
I am attempting to run Minecraft 1.10 on Ubuntu 16.04. I've tried using multiple Java versions, specifically JDK 7, Oracle 7, Oracle 8, and Oracle 9, but only 9 managed to launch the actual game. Then, whenever I tried to join a server, I got the error:
Internal Exception: java.lang.RuntimeException: Unable to access address of buffer
Now whenever I got to the launcher in other Java versions, game output was blank and I got this error code (for Oracle 8):
Pastebin
Thanks in advance!
16.04 java minecraft
16.04 java minecraft
edited Jun 23 '16 at 2:10
9voltWolfXX
asked Jun 21 '16 at 21:08
9voltWolfXX9voltWolfXX
84113
84113
Please put your solution as an answer. That way, you can mark this question as solved! :)
– wjandrea
Jun 22 '16 at 1:19
add a comment |
Please put your solution as an answer. That way, you can mark this question as solved! :)
– wjandrea
Jun 22 '16 at 1:19
Please put your solution as an answer. That way, you can mark this question as solved! :)
– wjandrea
Jun 22 '16 at 1:19
Please put your solution as an answer. That way, you can mark this question as solved! :)
– wjandrea
Jun 22 '16 at 1:19
add a comment |
3 Answers
3
active
oldest
votes
For reference for anyone else having this issue, go to edit profile. In the executable box, put the path to java. (For me, it was /usr/lib/jvm/java-8-openjdk-amd64/bin/java check which version you're using) In JVM arguments, I had -Xmx2560M -Xms512M.
this worked for me
– Tooniis
Aug 22 '17 at 8:15
add a comment |
I had the same issues after upgrading to Ubuntu Mate 18.04. Using the above way did not work. Then I realized it was a problem with openjdk 11 so I switched to openjdk 8. Problem solved.
add a comment |
In order to fix this issue, you must install Java 8 JRE, as Minecraft does not work with Java 11.
sudo apt install openjdk-8-jre
Then in your Minecraft launch options, change your Java directory to where your Java 8 is installed.
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f789918%2funable-to-access-address-of-buffer-minecraft-1-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
For reference for anyone else having this issue, go to edit profile. In the executable box, put the path to java. (For me, it was /usr/lib/jvm/java-8-openjdk-amd64/bin/java check which version you're using) In JVM arguments, I had -Xmx2560M -Xms512M.
this worked for me
– Tooniis
Aug 22 '17 at 8:15
add a comment |
For reference for anyone else having this issue, go to edit profile. In the executable box, put the path to java. (For me, it was /usr/lib/jvm/java-8-openjdk-amd64/bin/java check which version you're using) In JVM arguments, I had -Xmx2560M -Xms512M.
this worked for me
– Tooniis
Aug 22 '17 at 8:15
add a comment |
For reference for anyone else having this issue, go to edit profile. In the executable box, put the path to java. (For me, it was /usr/lib/jvm/java-8-openjdk-amd64/bin/java check which version you're using) In JVM arguments, I had -Xmx2560M -Xms512M.
For reference for anyone else having this issue, go to edit profile. In the executable box, put the path to java. (For me, it was /usr/lib/jvm/java-8-openjdk-amd64/bin/java check which version you're using) In JVM arguments, I had -Xmx2560M -Xms512M.
answered Jun 23 '16 at 2:10
9voltWolfXX9voltWolfXX
84113
84113
this worked for me
– Tooniis
Aug 22 '17 at 8:15
add a comment |
this worked for me
– Tooniis
Aug 22 '17 at 8:15
this worked for me
– Tooniis
Aug 22 '17 at 8:15
this worked for me
– Tooniis
Aug 22 '17 at 8:15
add a comment |
I had the same issues after upgrading to Ubuntu Mate 18.04. Using the above way did not work. Then I realized it was a problem with openjdk 11 so I switched to openjdk 8. Problem solved.
add a comment |
I had the same issues after upgrading to Ubuntu Mate 18.04. Using the above way did not work. Then I realized it was a problem with openjdk 11 so I switched to openjdk 8. Problem solved.
add a comment |
I had the same issues after upgrading to Ubuntu Mate 18.04. Using the above way did not work. Then I realized it was a problem with openjdk 11 so I switched to openjdk 8. Problem solved.
I had the same issues after upgrading to Ubuntu Mate 18.04. Using the above way did not work. Then I realized it was a problem with openjdk 11 so I switched to openjdk 8. Problem solved.
edited May 6 '18 at 4:25
wjandrea
9,29842664
9,29842664
answered May 6 '18 at 4:15
MHaoMHao
1
1
add a comment |
add a comment |
In order to fix this issue, you must install Java 8 JRE, as Minecraft does not work with Java 11.
sudo apt install openjdk-8-jre
Then in your Minecraft launch options, change your Java directory to where your Java 8 is installed.
New contributor
add a comment |
In order to fix this issue, you must install Java 8 JRE, as Minecraft does not work with Java 11.
sudo apt install openjdk-8-jre
Then in your Minecraft launch options, change your Java directory to where your Java 8 is installed.
New contributor
add a comment |
In order to fix this issue, you must install Java 8 JRE, as Minecraft does not work with Java 11.
sudo apt install openjdk-8-jre
Then in your Minecraft launch options, change your Java directory to where your Java 8 is installed.
New contributor
In order to fix this issue, you must install Java 8 JRE, as Minecraft does not work with Java 11.
sudo apt install openjdk-8-jre
Then in your Minecraft launch options, change your Java directory to where your Java 8 is installed.
New contributor
New contributor
answered 2 days ago
Travis BTravis B
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f789918%2funable-to-access-address-of-buffer-minecraft-1-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Please put your solution as an answer. That way, you can mark this question as solved! :)
– wjandrea
Jun 22 '16 at 1:19