Discovery Gaming Community
[Systems] Jumping to Omicron Theta causes CTD lock - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: Discovery Development (https://discoverygc.com/forums/forumdisplay.php?fid=7)
+--- Forum: Discovery Mod General Discussion (https://discoverygc.com/forums/forumdisplay.php?fid=37)
+---- Forum: Discovery Mod Bug Reports (https://discoverygc.com/forums/forumdisplay.php?fid=573)
+----- Forum: Can't reproduce (https://discoverygc.com/forums/forumdisplay.php?fid=691)
+----- Thread: [Systems] Jumping to Omicron Theta causes CTD lock (/showthread.php?tid=200508)



[Systems] Jumping to Omicron Theta causes CTD lock - Chronicron - 11-16-2023

Type: Systems
Bug: Jumping to Omicron Theta causes CTD lock

Reproduction Steps:
  • Buy Luxury Liner
  • Jump to Sigma-17 from Sigma-15
  • Jump to Omicron Theta from Sigma-17

For me personally this resulted in a CTD lock, where I try to log the ship into the game but it keeps CTDing every time I do.


RE: [Systems] Jumping to Omicron Theta causes CTD lock - Aingar - 11-16-2023

Unable to reproduce, could you trigger the crash and provide both the FLSpew and Event Viewer info about it?

FLSpew can be found in AppData/local/Freelancer
Event Viewer can be opened from Start Menu


RE: [Systems] Jumping to Omicron Theta causes CTD lock - Chronicron - 11-16-2023

[FLSpew and Event Viewer logs]


RE: [Systems] Jumping to Omicron Theta causes CTD lock - Aingar - 11-16-2023

So the crash occurred in an Adoxa distributed Territory DLL, but in a piece of code that should never execute with our config values.
Could you send over the contents of your DATA/UNIVERSE/Territory.ini ?


RE: [Systems] Jumping to Omicron Theta causes CTD lock - Chronicron - 11-16-2023

Code:
; The first %s will be replaced with the "Systems", the second with the "Houses".  Maximum length of 63 characters.
;     format      = %s System, %s Territory.
;    format      = %s System^%s Territory    ; ^ indicates a new line

; The region can be named directly.
;   house = name

; The system(s) that belong to the region. This value can be repeated.
;   systems = system[-system][, ...]

[Houses]
format = %s system, %s Space.

house = Bretonia
systems = br01, br02, br03, br04, br07

house = Lawless Zone, Bretonia
systems = br05, br06

house = Gallia
systems = ga01, ga02, ga03, ew13, ew15, ew16

house = Autonomous Region, Gallia
systems = GA08

house = Kusari
systems = ku01, ku02, ku03, ku04, ku05

house = Liberty
systems = li01, li02, li03, li09

house = Lawless Zone, Liberty
systems = li12

house = Rheinland
systems = rh01, rh02, rh03, rh04

house = Lawless Zone, Rheinland
systems = rh05

[systems]
format = %s Penitentiary system, Liberty Space.

house = Liberty
systems = LI04

[Systems]
format = %s system, Restricted Liberty Space.
systems = li05

[Systems]
format = %s system, Restricted Rheinland Space.
systems = rh08

[Systems]
format = %s system, Restricted Kusari Space.
systems = ku07

[Systems]
format = %s system, Independent Worlds.
systems = iw01, iw02, iw03, iw04, iw05, iw06, iw08, br13, li17, iw11, iw07

[Systems]
format = %s system, Alsace Passage.
systems = GA07, rh07

[Systems]
format = %s system, Border Worlds, Sigma Space.
systems = bw05, bw06, bw07, bw69, rh09

[Systems]
format = %s system, Border Worlds, Omega Space.
systems = bw01, bw02, bw03, bw04, bw12

[Systems]
format = %s system, Edge Worlds, Omega Space.
systems = ew03, ew07

[Systems]
format = %s system, Border Worlds, Tau Space.
systems = br06, bw08, bw09, bw10, iw12, BW16

[Systems]
format = %s system, Edge Worlds, Tau Space.
systems = ew01, bw15

[Systems]
format = %s system, Edge Worlds, Tau Space.^Nomad activity detected.
systems = br08, ga05

[Systems]
format = %s system, Edge Worlds, Omicron Space.
systems = ew02, ew04

[Systems]
format = %s system, Nomad Worlds, Omicron Space.
systems = ew06, ew10, st01, st03, st04, st05, st06, st07, st08

[Systems]
format = %s system, Omicron Space.^Outcasts Homeworld,
systems = hi01

[Systems]
format = %s system, Omicron Space.^Corsairs Homeworld.
systems = hi02

[Systems]
format = %s system, Kusari Space.^Home of the Blood Dragons.
systems = ku06

[Systems]
format = %s system, Edge Worlds, Omega Space.^Coalition Territory.
systems = ew09

[Systems]
format = Atmospheric entry successful.
systems = li07, br10, hi19, ew14

[Systems]
format = Unknown system
systems = ev01-03, unch01-10, no01

[Systems]
format = %s system    
systems = li06, iw09

[Systems]
format = Exit Jump Hole at 5D/6E.
systems = fp7_system, st02c

[Systems]
format = Limbo
systems = limbo



RE: [Systems] Jumping to Omicron Theta causes CTD lock - Alex. - 11-16-2023

Minus a few trailing whitespace and tab -> space issues (we likely have the forums to thank for those) this appears to be identical with the official version of the file.


RE: [Systems] Jumping to Omicron Theta causes CTD lock - Chronicron - 12-02-2023

did a fresh install and all seems to be fine now