Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

Doesnt start #9

Closed
finnie2006 opened this issue Nov 13, 2020 · 12 comments
Closed

Doesnt start #9

finnie2006 opened this issue Nov 13, 2020 · 12 comments
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@finnie2006
Copy link

I installed MCPIL
but when i click launch it doesnt start

@torralbaalla torralbaalla added bug Something isn't working invalid This doesn't seem right labels Nov 13, 2020
@torralbaalla
Copy link
Member

Hello @finnie2006! Could you provide some info about how you installed MCPIL, which version you installed, your OS and if you already had MCPI installed?

@NoozAbooz
Copy link
Contributor

I’m 70% sure he is having the same problem as me since a lot of my friends who I asked to test it for me on raspbian also had this problem.

@NoozAbooz
Copy link
Contributor

Try enabling your Fake KMS drivers in raspi-config, as well as to launch mcpil with the command LD_LIBRARY_PATH="/usr/lib/arm-linux-gnueabihf:${LD_LIBRARY_PATH}" mcpil

@torralbaalla
Copy link
Member

@mobilegmyt Oh, did that solve your problem? Because MCPIL by itself does the LD_LIBRARY_PATH="/usr/lib/arm-linux-gnueabihf:${LD_LIBRARY_PATH}" part...

@NoozAbooz
Copy link
Contributor

Yes, it did. I asked one of my friends who helped test for me but didn't do any troubleshooting to run the command, and it worked for him.

@torralbaalla
Copy link
Member

Oh, thanks for the feedback! I'll look up into that part of the code, clearly something is failing there...

@torralbaalla
Copy link
Member

@finnie2006 Try to update now, I just released a bugfix.

@finnie2006
Copy link
Author

Oke nice I will try

@finnie2006
Copy link
Author

Survival

pi@raspberrypi:~ $ mcpil
/opt/minecraft-pi/minecraft-pi: error while loading shared libraries:
libGLESv2.so: cannot open shared object file: No such file or
directory
[INFO]: Feature: Touch GUI: Disabled
[INFO]: Setting Game Mode: Survival
[INFO]: Code Block Allocated At: 0x00200000
[ERR]: (/home/pi/proyectos/minecraft-pi-docker/mods/src/extra.c:195)
Unable To Find Callsites For 0x00016ec4

Creative
pi@raspberrypi:~ $ mcpil
/opt/minecraft-pi/minecraft-pi: error while loading shared libraries:
libGLESv2.so: cannot open shared object file: No such file or
directory
[INFO]: Feature: Touch GUI: Disabled
[INFO]: Setting Game Mode: Survival
[INFO]: Code Block Allocated At: 0x00200000
[ERR]: (/home/pi/proyectos/minecraft-pi-docker/mods/src/extra.c:195)
Unable To Find Callsites For 0x00016ec4

@torralbaalla
Copy link
Member

Hello! This one is a really weird error, since MCPI (installed from the official repos) provides libGLESv2 by itself, and it is one of the dependencies of MCPIL. So, how did you install MCPIL? And, what OS are you using?

@finnie2006
Copy link
Author

finnie2006 commented Nov 14, 2020

I am using Raspberry Pi OS (32bit)
And Its on A rpi2 Because my pi4 is in use
I did install it like this

sudo apt-get update

sudo apt-get upgrade

curl -s https://packagecloud.io/install/repositories/Alvarito050506/mcpi-devs/script.deb.sh | sudo bash

sudo apt-get install mcpil

@torralbaalla
Copy link
Member

Ok, thanks to @finnie2006 in our Discord server: You may need to install libgles2-mesa as the following:

sudo apt-get install libgles2-mesa

Future releases will include it as a dependencie so you will not need to worry.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

3 participants