Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: ConcurrentModificationException - that's a new one  (Read 1637 times)

Vayra

  • Admiral
  • *****
  • Posts: 627
  • jangala delenda est
    • View Profile
ConcurrentModificationException - that's a new one
« on: December 04, 2018, 11:15:00 PM »

Code
5507079 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.util.ConcurrentModificationException
java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    at java.util.HashMap$KeyIterator.next(Unknown Source)
    at java.util.AbstractCollection.addAll(Unknown Source)
    at java.util.HashSet.<init>(Unknown Source)
    at com.fs.graphics.util.GLListManager.nextFrame(Unknown Source)
    at com.fs.starfarer.BaseGameState.traverse(Unknown Source)
    at com.fs.state.AppDriver.begin(Unknown Source)
    at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
    at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

Modlist: (all of them)
Spoiler
Lightshow 1.40
Arsenal Expansion 1.5.1
Autosave 1.1
Combat Chatter 1.9.2b
Console Commands 3.0 WIP 7
Dassault-Mikoyan 0.9.9b
Diable 1.99
Junk Pirates 3.00
Kadur 2.1.4
Lazylib 2.4b
Arkgneisis 1.11
Magiclib 0.21
Mayasura 8.1.3
ORA 0.81
Scy 1.51
Shadowyards 0.7.0.1rc4
SWP 1.8.0 dev
SpeedUp 0.5.1
Sylphon 0.9rc2
Trailer Moments 0.3
Unknown Skies 0.3
Upgraded Rotary Weapons 1.4
Version Checker 1.8b
Wotani Federation first draft
Audioplus 1.1.1
Graphicslib 1.3.0
Safety Override Mod 1.01
[close]

Weird thing: Crashed to desktop when I moused over (i think) a Nebula in the Diable Avionics Forward Operating Base open market.

I realize with this size of modlist and this vague of an error there's not a lot to go on, more posting this to document it in case anyone runs into it again; not expecting a solution. Not sure I could reproduce it anyway, this is the first time I've run into it and it was quite a while into a game.
Logged
Kadur Remnant: http://fractalsoftworks.com/forum/index.php?topic=6649
Vayra's Sector: http://fractalsoftworks.com/forum/index.php?topic=16058
Vayra's Ship Pack: http://fractalsoftworks.com/forum/index.php?topic=16059

im gonna push jangala into the sun i swear to god im gonna do it

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24111
    • View Profile
Re: ConcurrentModificationException - that's a new one
« Reply #1 on: December 05, 2018, 01:08:07 PM »

Ahh, this came up some time ago, without mods. Finally tracked this down just now; fixed. Was a really weird one! (Something not-thread-safe was being called from a finalize() method, urgh.)
Logged

Vayra

  • Admiral
  • *****
  • Posts: 627
  • jangala delenda est
    • View Profile
Re: ConcurrentModificationException - that's a new one
« Reply #2 on: December 05, 2018, 03:51:12 PM »

Ahh, this came up some time ago, without mods. Finally tracked this down just now; fixed. Was a really weird one! (Something not-thread-safe was being called from a finalize() method, urgh.)

Hey, nice, awesome! I'm having a great time with 0.9a and really looking forward to 0.9.1, by the way.  :)
Logged
Kadur Remnant: http://fractalsoftworks.com/forum/index.php?topic=6649
Vayra's Sector: http://fractalsoftworks.com/forum/index.php?topic=16058
Vayra's Ship Pack: http://fractalsoftworks.com/forum/index.php?topic=16059

im gonna push jangala into the sun i swear to god im gonna do it

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24111
    • View Profile
Re: ConcurrentModificationException - that's a new one
« Reply #3 on: December 05, 2018, 04:10:18 PM »

Thank you :)
Logged