A possible exception purpose, explains separated files instead of sub sections (empsInfo/systInfo).

Purpose of two pointer to task-forces in sector IDs in sector.lst (monster don't need an extra list)?
Moderator: thunderchero
A possible exception purpose, explains separated files instead of sub sections (empsInfo/systInfo).
Monsters use the same list, I'm pretty sure I've seen it before.Spocks-cuddly-tribble wrote: ↑Fri Jan 06, 2023 6:27 am Purpose of two pointer to task-forces in sector IDs in sector.lst (monster don't need an extra list)?
A little update, I got adding systems work and implemented some basic system generation options. Further I got the system remove work, which has been much more challenging, since it requires to update all onfollowing existing system ids.
Outstanding Victory! Congratulations! How about a detailed after action report of this challenging match?
The ups and downs are when I fix one issue and there comes the next one.Spocks-cuddly-tribble wrote: ↑Sat Mar 18, 2023 3:30 pm Outstanding Victory! Congratulations! How about a detailed after action report of this challenging match?![]()
![]()
Code: Select all
Name des fehlerhaften Moduls: trek.exe, Version: 0.0.0.0, Zeitstempel: 0x37965563
Ausnahmecode: 0xc0000005
Fehleroffset: 0x000b6c66
It's sub_4B77E0 race_rst_start_set_races_in_game_via_RToSInfo -> updated races in game bitmask for race IDs 32+ -> loaded [gameInfo+274h]Flocke wrote: ↑Tue Mar 21, 2023 4:28 amOne other crash I get every other savegame load is:This one sometimes even shows up when I solely keep loading unmodified vanilla games. But with modified files it often becomes more frequent. With some games it repeatedly already shows up each second time I load the save. Then when I have rebooted it becomes less frequent again. Therefore my guess is that it is related to some dead memory references, e.g. some array index like a system index that I missed to update. But since it also happens on vanilla games it might also be just random bad luck.Code: Select all
trek.exe 0x000b6c66
I have BOTF_Top_10_mods_2.0.2_Beta2 installed (1366x768) and havn't modified the files. For testing I always kept a copy and I just did a binary compare.Spocks-cuddly-tribble wrote: ↑Tue Mar 21, 2023 9:22 am Since it also happens with unmodded vanilla trek.exe it can't be outdated/flawed patches in that subroutine?