Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live list of bugs and crashes #179

Open
2 tasks done
SMOLKEYS opened this issue Jul 10, 2023 · 1 comment
Open
2 tasks done

Live list of bugs and crashes #179

SMOLKEYS opened this issue Jul 10, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@SMOLKEYS
Copy link
Contributor

SMOLKEYS commented Jul 10, 2023

Platform: Android

Build: 145.1

Mod Version: v1.11

Crashes:

Crash 1:

  1. Place a trading post
  2. Click it
java.lang.LinkageError: Method float betamindy.world.blocks.storage.TradingPost$TradingPostBuild.angleTo(float, float) overrides final method in class Lmindustry/gen/Building; (declaration of 'betamindy.world.blocks.storage.TradingPost$TradingPostBuild' appears in /storage/emulated/0/Android/data/io.anuke.mindustry/files/mods/sk7725betamindy.zip)
	at dalvik.system.DexFile.defineClassNative(Native Method)
	at dalvik.system.DexFile.defineClass(DexFile.java:298)
	at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:291)
	at dalvik.system.DexPathList$Element.findClass(DexPathList.java:772)
	at dalvik.system.DexPathList.findClass(DexPathList.java:532)
	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:245)
	at mindustry.android.AndroidLauncher$1$1.loadClass(AndroidLauncher.java:2)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
	at betamindy.content.MindyBlocks.load(MindyBlocks.java:2094)
	at betamindy.BetaMindy.loadContent(BetaMindy.java:170)
	at mindustry.mod.Mods.loadContent(Mods.java:4)
	at mindustry.core.ContentLoader.createModContent(ContentLoader.java:2)
	at mindustry.ClientLauncher.lambda$setup$4(ClientLauncher.java:2)
	at mindustry.ClientLauncher.$r8$lambda$iJ-6sZ_ACwQARuCa-MLy6VoTzXg(Unknown Source:0)
	at mindustry.ClientLauncher$$ExternalSyntheticLambda2.run(Unknown Source:22)
	at arc.assets.AssetManager$1.loadSync(AssetManager.java:1)
	at arc.assets.AssetLoadingTask.handleAsyncLoader(AssetLoadingTask.java:9)
	at arc.assets.AssetLoadingTask.update(AssetLoadingTask.java:4)
	at arc.assets.AssetManager.updateTask(AssetManager.java:2)
	at arc.assets.AssetManager.update(AssetManager.java:5)
	at arc.assets.AssetManager.update(AssetManager.java:9)
	at mindustry.ClientLauncher.update(ClientLauncher.java:4)
	at arc.backend.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:22)
	at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1573)
	at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1272)

Crash 2:

  1. Place an anusafe
  2. Click it
java.lang.LinkageError: Method float betamindy.world.blocks.storage.AnucoinVault$AnucoinVaultBuild.angleTo(float, float) overrides final method in class Lmindustry/gen/Building; (declaration of 'betamindy.world.blocks.storage.AnucoinVault$AnucoinVaultBuild' appears in /storage/emulated/0/Android/data/io.anuke.mindustry/files/mods/sk7725betamindy.zip)
	at dalvik.system.DexFile.defineClassNative(Native Method)
	at dalvik.system.DexFile.defineClass(DexFile.java:298)
	at dalvik.system.DexFile.loadClassBinaryName(DexFile.java:291)
	at dalvik.system.DexPathList$Element.findClass(DexPathList.java:772)
	at dalvik.system.DexPathList.findClass(DexPathList.java:532)
	at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:245)
	at mindustry.android.AndroidLauncher$1$1.loadClass(AndroidLauncher.java:2)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:312)
	at betamindy.content.MindyBlocks.load(MindyBlocks.java:2054)
	at betamindy.BetaMindy.loadContent(BetaMindy.java:170)
	at mindustry.mod.Mods.loadContent(Mods.java:4)
	at mindustry.core.ContentLoader.createModContent(ContentLoader.java:2)
	at mindustry.ClientLauncher.lambda$setup$4(ClientLauncher.java:2)
	at mindustry.ClientLauncher.$r8$lambda$iJ-6sZ_ACwQARuCa-MLy6VoTzXg(Unknown Source:0)
	at mindustry.ClientLauncher$$ExternalSyntheticLambda2.run(Unknown Source:22)
	at arc.assets.AssetManager$1.loadSync(AssetManager.java:1)
	at arc.assets.AssetLoadingTask.handleAsyncLoader(AssetLoadingTask.java:9)
	at arc.assets.AssetLoadingTask.update(AssetLoadingTask.java:4)
	at arc.assets.AssetManager.updateTask(AssetManager.java:2)
	at arc.assets.AssetManager.update(AssetManager.java:5)
	at arc.assets.AssetManager.update(AssetManager.java:9)
	at mindustry.ClientLauncher.update(ClientLauncher.java:4)
	at arc.backend.android.AndroidGraphics.onDrawFrame(AndroidGraphics.java:22)
	at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1573)
	at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1272)

Bugs:

Item, Unit, and Extra Shops don't work.

Anucoin Source doesn't work.


Place an X (no spaces) between the brackets to confirm that you have read the line below.

  • I have searched the closed and open issues to make sure that this problem has not already been reported.
  • I have updated to the latest release (https://github.com/sk7725/BetaMindy/releases) to make sure my issue has not been fixed.

The original template is by Anuke, modified by sk7725.

Actively updating.

@SMOLKEYS SMOLKEYS added the bug Something isn't working label Jul 10, 2023
@SMOLKEYS
Copy link
Contributor Author

every crash so far is a LinkageError

Screenshot_20230710-210620_AppErrorsTracking

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant