zhuowei / MCPELauncher

Source code for BlockLauncher, a launcher that patches Minecraft for Android
Apache License 2.0
680 stars 189 forks source link

Any Custom textures immediately crashed the bl #1480

Closed Hanprogramer closed 5 years ago

Hanprogramer commented 6 years ago

I am just trying to use custom textures for item but crashes the game as soon as i used ModPe.setItem then entered the world. maybe it has something to do with the libminecraftpe.so file?

P. S. Is this just happened to my os? Arm mali android 7.1

zhuowei commented 6 years ago

@Hanprogramer Can you post a link to your code? Also, can you take a bug report (https://www.youtube.com/watch?v=YxQ3NTloD2c), upload the log to Google Drive, and paste the link here?

Hanprogramer commented 6 years ago

Its just a simple ModPe.setItem no other functions at all xD P.s there also no log. Just blocklauncher has stopped working

ModPE.setItem(3000, "modsword", 0, "Seord", 1); Item.setCategory(3000, ItemCategory.TOOL); Player.addItemCreativeInv(3000, 1, 0);

On Sat, 21 Jul 2018, 19:47 zhuowei, notifications@github.com wrote:

@Hanprogramer https://github.com/Hanprogramer Can you post a link to your code? Also, can you take a bug report ( https://www.youtube.com/watch?v=YxQ3NTloD2c), upload the log to Google Drive, and paste the link here?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zhuowei/MCPELauncher/issues/1480#issuecomment-406794541, or mute the thread https://github.com/notifications/unsubscribe-auth/AdM7B3eQ81XFaQ4YfRSqGs9lsq2E4iCBks5uIyLMgaJpZM4VZYDg .

Hanprogramer commented 6 years ago

This is the texture pack: https://www.dropbox.com/s/ipmmzgqs2srqjw2/modsword.zip?dl=0 P. S it worked on version before update acuatic

Hanprogramer commented 5 years ago

Edit: bug is fixed. Good to go now!