I have reached a certain point in my game where it crashes every time -- at around 2305.07.23. The error log seems to be saying something about an "age" that is an empty string (note the double space in the log message).
I have no idea how to work around this. Any help is appreciated!
Note: This is an entirely unmodded game.
error.log:
exception.txt:
meta.yml:
settings.txt:
I have no idea how to work around this. Any help is appreciated!
Note: This is an entirely unmodded game.
error.log:
Code:
[17:41:02][country.cpp:14085]: Could not find age from default age stone_age! Make sure all PreFTL ages can be reached from it.
exception.txt:
Code:
Application: Stellaris
Version: 3.7.2
Date/Time: 2023-03-16 17:42:59
Unhandled exception C0000005 (EXCEPTION_ACCESS_VIOLATION) at address 0x00007FF74D5F2F89
Stack Trace:
1 stellaris.exe PHYSFS_swapSLE64 (+ 791561)
2 stellaris.exe PHYSFS_swapSLE64 (+ 5184696)
3 stellaris.exe PHYSFS_swapSLE64 (+ 5194811)
4 stellaris.exe PHYSFS_swapSLE64 (+ 5038615)
5 stellaris.exe PHYSFS_swapSLE64 (+ 5034450)
6 stellaris.exe PHYSFS_swapSLE64 (+ 5031740)
7 stellaris.exe PHYSFS_swapSLE64 (+ 6312258)
8 stellaris.exe PHYSFS_swapSLE64 (+ 6182626)
9 stellaris.exe PHYSFS_swapSLE64 (+ 2754146)
10 stellaris.exe PHYSFS_swapSLE64 (+ 2757214)
11 stellaris.exe PHYSFS_swapSLE64 (+ 2750629)
12 stellaris.exe PHYSFS_swapSLE64 (+ 18882817)
13 stellaris.exe PHYSFS_swapSLE64 (+ 318540)
14 stellaris.exe PHYSFS_swapSLE64 (+ 1139178)
15 stellaris.exe PHYSFS_swapSLE64 (+ 18811649)
16 stellaris.exe PHYSFS_swapSLE64 (+ 18812984)
17 stellaris.exe (function-name not available) (+ 0)
18 stellaris.exe (function-name not available) (+ 0)
19 stellaris.exe PHYSFS_writeUBE64 (+ 4940498)
20 stellaris.exe PHYSFS_writeUBE64 (+ 4691606)
21 KERNEL32.DLL BaseThreadInitThunk (+ 29)
22 ntdll.dll RtlUserThreadStart (+ 40)
23 ntdll.dll RtlUserThreadStart (+ 40)
meta.yml:
Code:
# Crash Information
AppName: Stellaris
AppVersion: 3.7.2
SCMBranch: release/3.7.2/develop
SCMCommit: 3a453a7a039422bbcf78a5a8443f95c38bee0308
SCMTimeStamp: "2023-03-07 15:31:40 +0000"
DateTime: "2023-03-16 17:42:58"
BuildType: Release
Platform: Windows
Architecture: 64-bit
OperatingSystem: Windows 10 x86_64
SystemLanguage: en
CPUModel: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
CPUSpeed: 2208
CPUPhysicalCores: 6
CPULogicalCores: 12
SystemMemory: 16178
LaunchArguments: --pdx-launcher-session-token f299d8df-8648-45a8-be6f-100c0fd4b90f --paradox-account-userid ca7118a7-39d9-42da-9429-227a9c88de8f --continuelastsave -gdpr-compliant
# Application Specific Data
DLC_1: Ancient Relics Story Pack
DLC_2: Apocalypse
DLC_3: Aquatics Species Pack
DLC_4: Arachnoid Portrait Pack
DLC_5: Distant Stars Story Pack
DLC_6: Federations
DLC_7: Horizon Signal
DLC_8: Humanoids Species Pack
DLC_9: Leviathans Story Pack
DLC_10: Lithoids Species Pack
DLC_11: Megacorp
DLC_12: Necroids Species Pack
DLC_13: Nemesis
DLC_14: Overlord
DLC_15: Plantoids Species Pack
DLC_16: Synthetic Dawn Story Pack
DLC_17: Utopia
ChecksumStatus: Original
settings.txt:
Code:
force_pow2_textures=no
language="l_english"
graphics={
size={
x=2560
y=1440
}
gui_scale=1.200000
gui_safe_ratio=1.000000
refreshRate=59
fullScreen=yes
borderless=no
display_index=0
renderer=0
shadowSize=2048
multi_sampling=8
multi_sampling_quality=0
maxanisotropy=16
gamma=50.000000
vsync=yes
}
sound_fx_volume=50.000000
music_volume=50.000000
scroll_speed=50.000000
camera_rotation_speed=50.000000
zoom_speed=50.000000
mouse_speed=50.000000
soundgroup="l_english"
master_volume=100.000000
ambient_volume=50.000000
dev_master_volume=75.000000
input_type=0
voice_volume=50.000000
tts_volume=75.000000
camera_look_sensitivity=1.000000
camera_speed=50.000000
autosave=4
tutorial=0
completed_tutorial_missions=0
gfx_quality=2
bloom={
quality=2
lens_flare=yes
}
cvaa_settings={
mouse_side_button_mode=0
cvaa_tts_enabled=no
cvaa_stt_enabled=no
general_tts_enabled=no
cvaa_chat_visual_alerts=no
cvaa_stt_hotkey_enabled=no
cvaa_chat_large_fonts=no
cvaa_stt_hotkey=""
}
mp_max_ticks_ahead=30
mapmode_details=yes
mapmode_sectors=yes
show_startup_game_info="Orion v3.6"
hyperlane_opacity=0.300000
galaxy_config_sp={
ironman=yes
}
hotkey_activation_delay=0.100000
hotkey_actualization_delay=0.100000
hide_unowned_content=no
Last edited: