Skip to content

Crash when using /fullplay and no TAS is loaded #185

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

Closed
ScribbleTAS opened this issue Sep 9, 2023 · 1 comment · Fixed by #200
Closed

Crash when using /fullplay and no TAS is loaded #185

ScribbleTAS opened this issue Sep 9, 2023 · 1 comment · Fixed by #200
Labels
Core Issue relates to core concepts
Milestone

Comments

@ScribbleTAS
Copy link
Member

Found by Lud

java.lang.IndexOutOfBoundsException:  1 
	at com.dselent.bigarraylist.BigArrayList.get(BigArrayList.java:1140) ~[BigArrayList.class:?]
	at com.dselent.bigarraylist.BigArrayList.get(BigArrayList.java:1175) ~[BigArrayList.class:?]
	at com.minecrafttas.tasmod.playback.PlaybackController.playbackNextTick(PlaybackController.java:418) ~[PlaybackController.class:?]
	at com.minecrafttas.tasmod.playback.PlaybackController.nextTick(PlaybackController.java:374) ~[PlaybackController.class:?]
	at net.minecraft.client.Minecraft.handler$zzi000$injectRunTickReturn(Minecraft.java:3550) ~[bib.class:?]
	at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1913) ~[bib.class:?]
	at net.minecraft.client.Minecraft.redirect$zzi000$redirectRunTick(Minecraft.java:3398) ~[bib.class:?]
	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1098) ~[bib.class:?]
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:398) [bib.class:?]
	at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_372]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_372]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_372]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_372]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_372]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_372]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_372]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_372]
	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243) [NewLaunch.jar:?]
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?]
	at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?]
@ScribbleTAS ScribbleTAS added Bug Core Issue relates to core concepts labels Sep 9, 2023
@ScribbleTAS ScribbleTAS added this to the Beta1 milestone Sep 9, 2023
@github-project-automation github-project-automation bot moved this to Todo in TASmod Sep 9, 2023
@PancakeTAS
Copy link
Member

me when the exception are out of bounds array

@ScribbleTAS ScribbleTAS changed the title Crash when useing /fullplay and no TAS is loaded Crash when using /fullplay and no TAS is loaded Sep 9, 2023
@ScribbleTAS ScribbleTAS moved this from Todo to In Progress in TASmod Apr 1, 2024
ScribbleTAS added a commit to ScribbleTAS/TASmod that referenced this issue Apr 1, 2024
- However, things don't seem to be properly reset
@ScribbleTAS ScribbleTAS linked a pull request Apr 1, 2024 that will close this issue
5 tasks
@ScribbleTAS ScribbleTAS moved this from In Progress to Done in TASmod Apr 13, 2024
ScribbleTAS added a commit that referenced this issue Apr 14, 2024
- Added new VirtualInput hooks to PlaybackController
- Added PlaybackMetdata for an easier way to add metadata to the TASFile
- Recreated existing metadata as PlaybackMetadataExtensions
- [VirtualInput] Fixed issues with Interpolation not working properly
- Fixed #185
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Issue relates to core concepts
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants