Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Playing 0.8.1.1 for Windows (Latest)
- Thrive is starting. Log output (due to buffering this is likely not in real time):
- Godot Engine v4.3.stable.mono.official.77dcf97d8 - https://godotengine.org
- Vulkan 1.3.293 - Forward+ - Using Device #0: Intel - Intel(R) UHD Graphics 730
- This is Thrive version: 0.8.1.1 (see below for more build info)
- Thrive is starting at: Wednesday, March 19, 2025 8:30:42 AM (log file name may say something else but this is the correct time)
- TODO: reimplement unhandled exception handler: https://github.com/godotengine/godot/issues/73515
- Startup C# locale is: en-US Godot locale is: en_US
- user:// directory is: C:/Users/deadl/AppData/Roaming/Thrive
- Game logs are written to: C:/Users/deadl/AppData/Roaming/Thrive\logs latest log is 'log.txt'
- Checked that required CPU features are present
- Loaded native Thrive library version 19
- Doing delayed apply for some settings
- Set audio output device to: Default
- Set C# locale to: en-US Godot locale is: en
- Starting load of Thrive GDExtension
- Thrive GDExtension initialized successfully
- Thrive extension load succeeded, version: 6
- No SteamClient class found, not initializing Steam
- SimulationParameters are good
- This version of Thrive was built at Monday, 24 February 2025 08:13:44 from commit c4b3e1d5887b47df7620a5638485e8f05fc7702b on branch master
- Beginning Thrive news feed fetch
- TaskExecutor started with parallel job count: 4
- We were opened through the Thrive Launcher
- Thrive Launcher started us, launcher hidden: False
- Note: error lines may not match up when they happened in relation to normal output due to buffering.
- Error lines are any lines received from the game's stderr output stream.
- ERROR: Skipping clearing an UI input action: ui_text_backspace_all_to_left
- Disk cache loaded, total size: 128.0 MiB
- Loading mod Nodes into the scene tree
- Jukebox now playing from: Menu
- Jukebox: starting track: res://assets/sounds/main-menu-theme-1.ogg position: 0
- Startup successful, removing startup info file
- ERROR: The following is not an error, but is printed as an error to ensure launcher always sees it without buffering:
- ERROR: ------------ Thrive Startup Succeeded ------------
- Detected launch ID from parameters: 2060ad50-bceb-4511-85ad-0aad7c8fe03b
- Starting load of save: auto_save_2.thrivesave
- ERROR: World history is out of order, expected generation 13 but got 14
- ERROR: Evolutionary tree failed to build with error: System.Collections.Generic.KeyNotFoundException: The given key '13' was not present in the dictionary.
- ERROR: at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
- ERROR: at AutoEvo.GenerationRecord.GetFullSpeciesRecord(UInt32 speciesID, Int32 currentGeneration, Dictionary`2 generationHistory) in /home/hhyyrylainen/Projects/Thrive/src/auto-evo/records/GenerationRecord.cs:line 48
- ERROR: at GameWorld.<>c__DisplayClass64_0.<BuildEvolutionaryTree>b__1(KeyValuePair`2 s) in /home/hhyyrylainen/Projects/Thrive/src/general/GameWorld.cs:line 919
- ERROR: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
- ERROR: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector)
- ERROR: at GameWorld.BuildEvolutionaryTree(EvolutionaryTree tree) in /home/hhyyrylainen/Projects/Thrive/src/general/GameWorld.cs:line 918
- ERROR: at ThriveopediaEvolutionaryTreePage.RebuildTree() in /home/hhyyrylainen/Projects/Thrive/src/thriveopedia/pages/ThriveopediaEvolutionaryTreePage.cs:line 97
- Starting microbe editor with: 7 organelles in the microbe
- Jukebox now playing from: MicrobeEditor
- load finished, success: True message: Load finished elapsed: 00:00:08.8656054
- We are not playing a newer Thrive version than last played, not updating latest
- Jukebox: starting track: res://assets/sounds/microbe-editor-theme-4.ogg position: 0
- ERROR: World history is out of order, expected generation 13 but got 14
- ERROR: Evolutionary tree failed to build with error: System.Collections.Generic.KeyNotFoundException: The given key '13' was not present in the dictionary.
- ERROR: at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
- ERROR: at AutoEvo.GenerationRecord.GetFullSpeciesRecord(UInt32 speciesID, Int32 currentGeneration, Dictionary`2 generationHistory) in /home/hhyyrylainen/Projects/Thrive/src/auto-evo/records/GenerationRecord.cs:line 48
- ERROR: at GameWorld.<>c__DisplayClass64_0.<BuildEvolutionaryTree>b__1(KeyValuePair`2 s) in /home/hhyyrylainen/Projects/Thrive/src/general/GameWorld.cs:line 919
- ERROR: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
- ERROR: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector)
- ERROR: at GameWorld.BuildEvolutionaryTree(EvolutionaryTree tree) in /home/hhyyrylainen/Projects/Thrive/src/general/GameWorld.cs:line 918
- ERROR: at ThriveopediaEvolutionaryTreePage.RebuildTree() in /home/hhyyrylainen/Projects/Thrive/src/thriveopedia/pages/ThriveopediaEvolutionaryTreePage.cs:line 97
- ERROR: TODO: implement per-species pages in the Thriveopedia
- Placing organelle 'mitochondrion' at: 1, -1
- MicrobeEditor: applying changes to edited Species
- MicrobeEditorReportComponent: applying changes of component
- MicrobeEditorPatchMap: applying changes of component
- CellEditorComponent: applying changes of component
- Modified species name to: Cyimora obex
- MicrobeEditor: updated organelles for species: Cyimora obex
- World generation settings: [LAWK: False, Difficulty: normal preset, Life origin: Panspermia, Seed: 3101677533284043213, Day/night cycle enabled: True, Day length: 180, Include multicellular: True, Easter eggs: True]
- ERROR: World history is out of order, expected generation 13 but got 14
- ERROR: Evolutionary tree failed to build with error: System.Collections.Generic.KeyNotFoundException: The given key '13' was not present in the dictionary.
- ERROR: at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
- ERROR: at AutoEvo.GenerationRecord.GetFullSpeciesRecord(UInt32 speciesID, Int32 currentGeneration, Dictionary`2 generationHistory) in /home/hhyyrylainen/Projects/Thrive/src/auto-evo/records/GenerationRecord.cs:line 48
- ERROR: at GameWorld.<>c__DisplayClass64_0.<BuildEvolutionaryTree>b__1(KeyValuePair`2 s) in /home/hhyyrylainen/Projects/Thrive/src/general/GameWorld.cs:line 919
- ERROR: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
- ERROR: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector)
- ERROR: at GameWorld.BuildEvolutionaryTree(EvolutionaryTree tree) in /home/hhyyrylainen/Projects/Thrive/src/general/GameWorld.cs:line 918
- ERROR: at ThriveopediaEvolutionaryTreePage.RebuildTree() in /home/hhyyrylainen/Projects/Thrive/src/thriveopedia/pages/ThriveopediaEvolutionaryTreePage.cs:line 97
- Jukebox now playing from: MicrobeStage
- Applying patch (Recavyn Tidepool) settings
- Number of clouds in this patch = 9
- Registering new spawner: Name: Ammonia density: 0.79999995
- Registering new spawner: Name: Glucose density: 0.03435974
- Registering new spawner: Name: Phosphates density: 0.79999995
- Hydrogensulfide spawn density is 0. It won't spawn
- Oxygen spawn density is 0. It won't spawn
- Carbondioxide spawn density is 0. It won't spawn
- Nitrogen spawn density is 0. It won't spawn
- Sunlight spawn density is 0. It won't spawn
- Temperature spawn density is 0. It won't spawn
- Number of chunks in this patch = 6
- Registering new spawner: Name: FLOATING_HAZARD density: 1
- Registering new spawner: Name: SMALL_IRON_CHUNK density: 0.21573336
- Registering new spawner: Name: BIG_IRON_CHUNK density: 0.14382222
- Registering new spawner: Name: SMALL_PHOSPHATE_CHUNK density: 0.90000004
- Registering new spawner: Name: BIG_PHOSPHATE_CHUNK density: 0.08
- Registering new spawner: Name: GOOGLY_EYE_CELL density: 0.001
- Number of species in this patch = 5
- Registering new spawner: Name: 37 density: 0.21787672
- Registering new spawner: Name: 1 density: 0.19615132
- Registering new spawner: Name: 263 density: 0.17686145
- Registering new spawner: Name: 240 density: 0.17462224
- Registering new spawner: Name: 269 density: 0.16231069
- Applying patch (Recavyn Tidepool) settings
- Number of clouds in this patch = 9
- Hydrogensulfide spawn density is 0. It won't spawn
- Oxygen spawn density is 0. It won't spawn
- Carbondioxide spawn density is 0. It won't spawn
- Nitrogen spawn density is 0. It won't spawn
- Sunlight spawn density is 0. It won't spawn
- Temperature spawn density is 0. It won't spawn
- Number of chunks in this patch = 6
- Number of species in this patch = 5
- Creating a save with name: auto_save_3.thrivesave
- save finished, success: True message: Saving succeeded elapsed: 00:00:02.6055609
- Jukebox: starting track: res://assets/sounds/microbe-theme-1.ogg position: 0
- Jukebox: starting track: res://assets/sounds/soundeffects/microbe-ambience-3.ogg position: 0
- ERROR: World history is out of order, expected generation 13 but got 14
- ERROR: Evolutionary tree failed to build with error: System.Collections.Generic.KeyNotFoundException: The given key '13' was not present in the dictionary.
- ERROR: at AutoEvo.GenerationRecord.GetFullSpeciesRecord(UInt32 speciesID, Int32 currentGeneration, Dictionary`2 generationHistory) in /home/hhyyrylainen/Projects/Thrive/src/auto-evo/records/GenerationRecord.cs:line 48
- ERROR: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector, IEqualityComparer`1 comparer)
- ERROR: at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector, Func`2 elementSelector)
- ERROR: at GameWorld.BuildEvolutionaryTree(EvolutionaryTree tree) in /home/hhyyrylainen/Projects/Thrive/src/general/GameWorld.cs:line 918
- ERROR: at ThriveopediaEvolutionaryTreePage.RebuildTree() in /home/hhyyrylainen/Projects/Thrive/src/thriveopedia/pages/ThriveopediaEvolutionaryTreePage.cs:line 97
- Creating a save with name: Cyimora_obex.thrivesave
- save finished, success: True message: Saving succeeded elapsed: 00:00:01.3399142
- User requested program exit, Thrive will close shortly
- Shutting down native library
- Shutdown actions complete
- Child process exited with code -1073741819
- Thrive exited abnormally with an error
Advertisement
Add Comment
Please, Sign In to add comment