Starsector 0.97a is out! (02/02/24); New blog post: Anubis-class Cruiser (12/20/24)
Quote from: antsh on May 24, 2023, 04:15:33 AMQuote from: NoCleverness on May 23, 2023, 11:03:43 AMHow do I even open the Journal? Neither the OP nor readme have any useful information.Are you playing a new game? It won't appear at the beginning of a new save, but should eventually show up on the Intel screen.I was four cycles in, and still nothing. I'll try to reinstall and see if that fixes it.
Quote from: NoCleverness on May 23, 2023, 11:03:43 AMHow do I even open the Journal? Neither the OP nor readme have any useful information.Are you playing a new game? It won't appear at the beginning of a new save, but should eventually show up on the Intel screen.
How do I even open the Journal? Neither the OP nor readme have any useful information.
Thanks for this mod, I prefer it -- as it is more powerful -- than the Captain Log Mod.
Not sure what went wrong with it, but the download link in the OP goes to a Not Found page - downloading v1.1.0 from the repo works just fine though.
Fatal: lateinit property assembly has not been initializedCheck starsector.log for more info.
Have a bit of a odd issue with fleet journal, more especially with the rewrite journal function. When I first started the game, and tried to rewrite a journal, the game crashes and the error message says:QuoteFatal: lateinit property assembly has not been initializedCheck starsector.log for more info.Checking the log, this:Spoiler36945 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain - kotlin.UninitializedPropertyAccessException: lateinit property assembly has not been initializedkotlin.UninitializedPropertyAccessException: lateinit property assembly has not been initialized at fleetjour.scripts.EntryWriter.beginEntryRewrite(EntryWriter.kt:141) at fleetjour.scripts.objects.JournalEntry.buttonPressConfirmed(JournalEntry.kt:116) at com.fs.starfarer.campaign.comms.v2.EventsPanel.actionPerformed(Unknown Source) at com.fs.starfarer.ui.n.buttonPressed(Unknown Source) at com.fs.starfarer.ui.I.new(Unknown Source) at com.fs.starfarer.ui.I.processInput(Unknown Source) at com.fs.starfarer.ui.n.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source) at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source) at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source) at com.fs.starfarer.ui.impl.StandardTooltipV2.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.ui.O00oOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO$Oo.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source) at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source) at com.fs.starfarer.ui.O00oOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source) at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source) at com.fs.starfarer.ui.voidsuper.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source) at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source) at com.fs.starfarer.campaign.comms.v2.EventsPanel.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source) at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source) at com.fs.starfarer.campaign.comms.F.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source) at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source) at com.fs.starfarer.ui.newui.class.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source) at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source) at com.fs.starfarer.ui.O.processInputImpl(Unknown Source) at com.fs.starfarer.ui.newui.L.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source) at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source) at com.fs.starfarer.ui.R.processInput(Unknown Source) at com.fs.starfarer.campaign.CampaignState.processInput(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.super(Unknown Source) at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source)[close] But when I started the game, and click open the fleet journal, the one where you create your entry, the rewrite entry works again without crashing.
This was a known bug in 1.1.0 which I had fixed in 1.1.1 - there shouldn't be any calls to assembly in the beginEntryRewrite() method at all. Can you reproduce the issue on a new save with the latest version?
Quote from: Ontheheavens on February 12, 2024, 09:35:06 PMThis was a known bug in 1.1.0 which I had fixed in 1.1.1 - there shouldn't be any calls to assembly in the beginEntryRewrite() method at all. Can you reproduce the issue on a new save with the latest version?Yep, even on a new game. On the latest 0.97a-RC9 version, with the latest 1.1.1I even tried disabling every other mod except for Fleet Journal. The game still crash.
Unable to reproduce the bug on my end, unfortunately. If you want, feel free to hit me up on Discord, perhaps we can pinpoint the source of issue together. No pressure though.