Git Product home page Git Product logo

bounced's People

Contributors

amirhan-taipovjan-greatest-i avatar krlite avatar texblock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bounced's Issues

[BUG]: Crash on Forge 1.20.1

Which Mod Loader are You Using?

Forge

What Happened?

It crashes the game before the in-game loading screen even appears.

What Should Happen?

No response

Steps to Reproduce

Download Forge 1.20.1 version
Add to mods folder
Launch game

Crash Log

https://pastebin.com/5YmbUe8S

Anything Else?

It happens when the Remove Reloading Screen mod is added at the same time.

Curseforge Page.

Write Something Here

Can you also make the mod available on curseforge? I am making a modpack in which I want to include the mod.
Would be very nice to also have curseforge page and make pack devs happy!
Thanks!

[BUG]: Wrong jar uploaded to Modrinth

Which Mod Loader are You Using?

Fabric

What Happened?

You've accidentally uploaded a dev jar, which will crash in production: https://modrinth.com/mod/bounced/version/4.1.0-fabric1.20.4

What Should Happen?

No response

Steps to Reproduce

https://cdn.modrinth.com/data/2mlOZXZr/versions/bbJQbjJ2/bounced-4.1.0-fabric1.20.4-dev.jar
or
https://cdn.modrinth.com/data/2mlOZXZr/versions/NVZWbHZz/bounced-4.1.0-fabric1.20-dev.jar - also incorrectly tagged

Crash Log

https://gist.github.com/SplendidAlakey/58a99f46c0f90054611d03ab77941155

Anything Else?

So far it's the latest 2 uploads that are affected.

v1.0.4 does not appear compatible with 1.19.1

Despite Modrinth saying the mod's compatible with 1.19 - 1.19.3, when running on 1.19.1 the loader throws up an error.
image
image
Assuming it's probably just a mislabeling - should be easy fix. Seems like a fun mod, will use once I upgrade versions sometime. Thanks

[BUG]: Version error

Which Mod Loader are You Using?

Quilt

What Happened?

Bounced Fabric 2.1.3 for 1.19.2 crashes and says that its 1.20 not 1.19.2.

What Should Happen?

No response

Steps to Reproduce

Download that file. Boot it up.

Crash Log

No response

Anything Else?

Crash photo

[BUG]: Crash on version 3.1.0

Which Mod Loader are You Using?

Quilt

What Happened?

Game crashes when I attempt to enter a world.

What Should Happen?

No response

Steps to Reproduce

  1. Install Bounced 3.1.0 and the most recent Quilt/Fabric API
  2. Launch the game and enter a world
  3. Game crashes when the world loads (when the main menu unloads?)

Crash Log

https://pastebin.com/6ZtC3Ues

Anything Else?

I tested this on both Fabric and Quilt for 1.20.1 (no other mods except the necessary API mod) through the Prism Launcher and got the same results. I have attached the crashlog pastebin from the Quilt instance. I also tried Curseforge and got the same. I then tried it on Fabric for 1.20.2 and got the same result again.

Version 3.0.0 does not cause this crash.

add 1.20 support

probably just a few number changes, I'll try to compile it and put it in a pull req. soon

[Forge/1.19.x&1.18.x/2.1.4]: Mixin Broken

MANIFEST.MF:

Manifest-Version: 1.0
MixinConfigs: examplemod-common.mixins.json,examplemod.mixins.json

Actual file: bounced-common-mixins.json


Exception caught from launcher
java.lang.reflect.InvocationTargetException
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:57)
	at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88)
	at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126)
	at org.prismlauncher.EntryPoint.main(EntryPoint.java:71)
Caused by: org.spongepowered.asm.launch.MixinInitialisationError: Error initialising mixin config examplemod-common.mixins.json
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.Config.create(Config.java:153)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.Mixins.createConfiguration(Mixins.java:100)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.Mixins.addConfiguration(Mixins.java:87)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.addConfig(MixinPlatformManager.java:262)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformAgentDefault.prepare(MixinPlatformAgentDefault.java:46)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinContainer.prepare(MixinContainer.java:122)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.createContainerFor(MixinPlatformManager.java:144)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.addContainer(MixinPlatformManager.java:134)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.addNestedContainers(MixinPlatformManager.java:152)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.scanForContainers(MixinPlatformManager.java:213)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.platform.MixinPlatformManager.inject(MixinPlatformManager.java:186)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinBootstrap.inject(MixinBootstrap.java:202)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPluginLegacy.initializeLaunch(MixinLaunchPluginLegacy.java:201)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.launch.MixinLaunchPlugin.initializeLaunch(MixinLaunchPlugin.java:34)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchPluginHandler.lambda$announceLaunch$11(LaunchPluginHandler.java:100)
	at java.base/java.util.HashMap.forEach(Unknown Source)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchPluginHandler.announceLaunch(LaunchPluginHandler.java:100)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:51)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
	at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
	at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
	... 8 more
Caused by: java.lang.IllegalArgumentException: The specified resource 'examplemod-common.mixins.json' was invalid or could not be read
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.MixinConfig.create(MixinConfig.java:1282)
	at MC-BOOTSTRAP/org.spongepowered.mixin/org.spongepowered.asm.mixin.transformer.Config.create(Config.java:148)
	... 31 more

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.