iChun / iChunUtil

iChunUtil as required by several of my mods.
GNU Lesser General Public License v3.0
40 stars 53 forks source link

java.lang.ArrayStoreException: net.minecraft.client.gui.toasts.ToastGui$ToastInstance #224

Closed aaronhowser1 closed 2 weeks ago

aaronhowser1 commented 2 years ago

A player is getting this crash over and over again: https://gist.github.com/Milesman34/ee00e2d9d5bb252da361f8a5d043b618

They're playing FTB University 1.16, which uses iChunUtil-1.16.5-10.4.1

iChun commented 2 years ago

I'll look into this in the future, they should be able to disable the Toast manager override in the config as a workaround in the meantime.

On Tue, 17 Aug 2021, 1:45 am Aaron Howser, @.***> wrote:

A player is getting this crash over and over again: https://gist.github.com/Milesman34/ee00e2d9d5bb252da361f8a5d043b618

They're playing FTB University 1.16 https://www.feed-the-beast.com/modpack/ftb_university_1_16, which uses iChunUtil-1.16.5-10.4.1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/iChun/iChunUtil/issues/224, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARRETA7UWYDYUEDZQQFMZLT5FFEPANCNFSM5CIGEHXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

Spongman commented 2 years ago

they should be able to disable the Toast manager override

any clues as to how to do this?

iChun commented 2 years ago

Config file

On Mon, 4 Oct 2021, 10:10 am Spongman, @.***> wrote:

they should be able to disable the Toast manager override

any clues as to how to do this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/iChun/iChunUtil/issues/224#issuecomment-933089056, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARRETB2Q4SX6GZ2Z5LX5DLUFEEI5ANCNFSM5CIGEHXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

Spongman commented 2 years ago

seriously?

iChun commented 2 years ago

... Yes?

The toggle is in the config file.

iChun commented 2 years ago

Either change the config ingame and restart the game or edit the config file (in the, you guessed it, the config folder) before starting the game.

ukmcplyr commented 2 years ago

Just to confirm, is the workaround mentioned above to set overrideToastGui to false in config/ichunutil.toml?

iChun commented 2 years ago

Yes.

On Thu, 10 Mar 2022, 6:37 am ukmcplyr, @.***> wrote:

Just to confirm, is the workaround mentioned above to set overrideToastGui to false in config/ichunutil.toml?

— Reply to this email directly, view it on GitHub https://github.com/iChun/iChunUtil/issues/224#issuecomment-1063448579, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARRETADU4JPZIGVB6CP5J3U7ERZJANCNFSM5CIGEHXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

ukmcplyr commented 2 years ago

Awesome, thank you!