View Issue Details

IDProjectCategoryView StatusLast Update
0002477Infinitode 2[All Projects] Infinitode 2public2024-07-24 19:07
ReporterGoles Assigned Totherainycat  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
PlatformDesktopOSWindowsOS VersionAny
Product Version1.9.0 (Season 3) 
Target VersionFixed in Version 
Summary0002477: [b205] Game crashes when I enter level
Description

When I start any level game just crashes. See log below.

Steps To Reproduce

Start any level.

Additional Information

2024-07-24 13:50:00.475 E CrashHandler Uncaught exception in thread LibGDX rendering thread (java.lang.IllegalAccessError: failed to access class com.badlogic.gdx.utils.IntFloatMap$MapIterator from class com.prineside.tdi2.systems.ParticleSystem (com.badlogic.gdx.utils.IntFloatMap$MapIterator and com.prineside.tdi2.systems.ParticleSystem are in unnamed module of loader java.net.URLClassLoader @7adf9f5f))
com.badlogic.gdx.utils.GdxRuntimeException: java.lang.IllegalAccessError: failed to access class com.badlogic.gdx.utils.IntFloatMap$MapIterator from class com.prineside.tdi2.systems.ParticleSystem (com.badlogic.gdx.utils.IntFloatMap$MapIterator and com.prineside.tdi2.systems.ParticleSystem are in unnamed module of loader java.net.URLClassLoader @7adf9f5f)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(SourceFile:173)
at com.prineside.tdi2.desktop.DesktopLauncher.main(SourceFile:370)
Caused by: java.lang.IllegalAccessError: failed to access class com.badlogic.gdx.utils.IntFloatMap$MapIterator from class com.prineside.tdi2.systems.ParticleSystem (com.badlogic.gdx.utils.IntFloatMap$MapIterator and com.prineside.tdi2.systems.ParticleSystem are in unnamed module of loader java.net.URLClassLoader @7adf9f5f)
at com.prineside.tdi2.systems.ParticleSystem.updateDraw(SourceFile:1213)
at com.prineside.tdi2.systems.ParticleSystem.c(SourceFile:767)
at com.prineside.tdi2.systems.RenderSystem.drawLayers(SourceFile:269)
at com.prineside.tdi2.systems.RenderSystem.a(SourceFile:153)
at com.prineside.tdi2.events.EventListeners.trigger(SourceFile:223)
at com.prineside.tdi2.events.EventDispatcher.trigger(SourceFile:138)
at com.prineside.tdi2.screens.GameScreen.updateDraw(SourceFile:624)
at com.prineside.tdi2.screens.GameScreen.draw(SourceFile:1006)
at com.prineside.tdi2.Screen.render(SourceFile:8)
at com.badlogic.gdx.Game.render(SourceFile:48)
at com.prineside.tdi2.Game.render(SourceFile:931)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(SourceFile:416)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(SourceFile:195)
at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(SourceFile:167)
... 1 more
[com.badlogic.gdx.utils.GdxRuntimeException: java.lang.IllegalAccessError: failed to access class com.badlogic.gdx.utils.IntFloatMap$MapIterator from class com.prineside.tdi2.systems.ParticleSystem (com.badlogic.gdx.utils.IntFloatMap$MapIterator and com.prineside.tdi2.systems.ParticleSystem are in unnamed module of loader java.net.URLClassLoader @7adf9f5f)]
2024-07-24 13:50:00.550 I LiveLeaderboard getRuntimeLeaderboards result for map name 1.3

TagsNo tags attached.

Activities

Goles

Goles

2024-07-24 13:53

trusted_reporter  

изображение.png (220,237 bytes)
изображение.png (220,237 bytes)
therainycat

therainycat

2024-07-24 14:26

administrator   ~0002559

Yeah, seems like the universe does not want the update.
What happens here is straight up stupid and I have no clue why it has decided to break right now.

therainycat

therainycat

2024-07-24 14:57

administrator   ~0002560

Re-uploaded the build for Windows, shold work fine now - please check.
Proguard caused problems, had to downgrade its version.

Goles

Goles

2024-07-24 17:03

trusted_reporter   ~0002564

Now everythink works fine.

Issue History

Date Modified Username Field Change
2024-07-24 13:53 Goles New Issue
2024-07-24 13:53 Goles File Added: изображение.png
2024-07-24 14:26 therainycat Note Added: 0002559
2024-07-24 14:26 therainycat Assigned To => therainycat
2024-07-24 14:26 therainycat Status new => confirmed
2024-07-24 14:57 therainycat Note Added: 0002560
2024-07-24 14:57 therainycat Status confirmed => feedback
2024-07-24 17:03 Goles Note Added: 0002564
2024-07-24 17:03 Goles Status feedback => assigned
2024-07-24 19:07 therainycat Status assigned => resolved
2024-07-24 19:07 therainycat Resolution open => fixed