Jump to content

Recommended Posts

Posted

Hi, i got forge on my computer but im am not getting any sound. In terminal it is saying that there is loads of missing sounds. If i go into my .minecraft/assets/indexes, it shows that i have a 1.12.json file there. I can get sound normally without forge but for some reason it is not working with forge. I have tried different versions of forge (MC 1.12.2) but to no avail. heres an example: [main/Warn] [net.minecraft.client.audio.SoundManager]: Missing sound for event: minecraft.parrot.imitate.wolf

Posted

You could try to reinstall forge.

Make sure you don't have any mods or resource packs installed.

Check if your sound drivers are up to date.

Posted (edited)
  On 7/3/2018 at 9:44 PM, MDW01 said:

You could try to reinstall forge.

Make sure you don't have any mods or resource packs installed.

Check if your sound drivers are up to date.

Expand  

As i said above, i have alerady tried installing different versions of forge. Sound drivers  are up to date or i woudnt be able to get sound on normal minecraft/optifine. The issue is that i am missing forge sound libraries i think. p.s. sorry bout the late reply been busy lately

Edited by Darkplatinum
Posted

No, it’s a log to which the server/client writes entries of what it is doing and in some cases what it is doing that thing to. It’s important when the program encounters an error that it may or may not be able to skip or recover from when it makes a note of that error in the log. Information on where the log is and how we would prefer you posted it can be found in my signature (the text block below this message).

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)

debug.logFetching info...

 

and heres something extra to show im missing sounds: (not sure how to put things into code format)

 

  Reveal hidden contents


 

 

 

Edited by DaemonUmbra
Moved text wall to spoiler
Posted

What launcher are you using?

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)

TBH im not using a launcher. Im using a raspberry pi, it runs a version of linux called debian. To get minecraft i have to launch minecraft via the launcher to get files and such downloaded, but the game crashes via the launcher. So, if i wanted to get minecraft up and running, i have to start minecraft via terminal/ command line.

 

And yes this is not a cracked version of minecraft as it still requires username/ password in launcher to download files xd

Edited by Darkplatinum
Posted

What's crashing you is LWJGL being unable to find a library...

  • Sad 1

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted

First off just because you can do something does not mean it is a good idea. Running Minecraft on an ARM processor is not supported, except for the RaspberryPi version of Minecraft for Raspbian. Even if you do get this to work don't expect it to be running fluently, the Raspberry Pi will not be powerful enough and is not designed for this. In the crash report it states this:

  Quote

Possible cause: can't load IA 32-bit .so on a ARM-bit platform

Expand  
 

 

install the following packages:

sudo apt-get install liblwjgl-java liblwjgl-java-jni

Replace the with Minecraft prepackaged x86/x64 lwjgl files with the ARM files:

~/.minecraft/bin

  • jinput.jar replace with the file from /usr/share/java/
  • lwjgl.jar replace with the file from /usr/share/java/
  • lwjgl_util.jar replace with the file from /usr/share/java/

~/.minecraft/bin/native/.

  • libjinput-linux.so replace with the file from /usr/share/java/
  • liblwjgl.so replace with the file from /usr/lib/jni

 

This is also not a forge issue you may be better off posting on that forum as they should be able to help you more. 

Posted (edited)

Now before I go ahead with this, will minecraft still work without forge? Or does this instructions only work for forge? Currently Minecraft and Optifine work, forge does as well but without sound. The raspberry Pi I am using supports 64bit, but I think raspbian is 32 bit.

 

Single player I can get up to 60fps and on servers minimum of 9-15 fps in normal situations. 

 

 

I apperciate all all the help you have given. +1 to Forge Forums.

Edited by Darkplatinum
Posted

Nothing you are doing is officially supported so I can not guarantee you this will work or not break things. All I can do is make educated decisions based on previous experiences. The tutorial does not mention anything about installing forge. Even if you do get this to work it will be very unstable. Forge and mods are not designed to run on a RPI and most likely never will be. Since both forge and mods tend to not be very well optimized in general and performance will drop significantly probably making the game unplayable if it wasn't already. Yes, the RPI3 is 64 bit and Raspbian is 32 bit this does not change the fact it is an ARM architecture. Most PC's use the x86 architecture and trying to run applications that were made for x86 on ARM is like having a conversation with someone in a language you don't speak. It just doesn't work. You will also most likely break if not significantly decrease the life of your RPI if you do not have proper cooling on it. I highly recommend you just play Minecraft on a normal PC.

Posted (edited)
  On 7/7/2018 at 7:09 PM, MDW01 said:

Nothing you are doing is officially supported so I can not guarantee you this will work or not break things. All I can do is make educated decisions based on previous experiences. The tutorial does not mention anything about installing forge. Even if you do get this to work it will be very unstable. Forge and mods are not designed to run on a RPI and most likely never will be. Since both forge and mods tend to not be very well optimized in general and performance will drop significantly probably making the game unplayable if it wasn't already. Yes, the RPI3 is 64 bit and Raspbian is 32 bit this does not change the fact it is an ARM architecture. Most PC's use the x86 architecture and trying to run applications that were made for x86 on ARM is like having a conversation with someone in a language you don't speak. It just doesn't work. You will also most likely break if not significantly decrease the life of your RPI if you do not have proper cooling on it. I highly recommend you just play Minecraft on a normal PC.

Expand  

Thanks for the info. Ill try this out hopefully nothing breaks. The raspberry pi has cooling on it. Its also the latest model which has better cooling. Lock the thread if you like.

Edited by Darkplatinum

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.