SVN11590 crash during loading Campain

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

SVN11590 crash during loading Campain

Post by loki1950 »

Just did my morning make and test with svn11590 here is the tail of stderr and stdout

STDERR

Code: Select all

 Next To: Crucible/Cephid_17
 Next To: Crucible/OldzieyNum Nodes: 3440, NumEnds: 1237
Min Height: 6, Max Height: 30
Average Height 15.793048
Warning Traceback 1:
  File "m/privateer.py", line 32, in Execute
    i.Execute()
  File "m/random_encounters.py", line 286, in Execute
    generate_dyn_universe.KeepUniverseGenerated()
  File "m/generate_dyn_universe.py", line 301, in KeepUniverseGenerated
    dj_lib.enable()
  File "m/dj_lib.py", line 117, in enable
    debug.warn('DJ enabled.')
Message: DJ enabled.

Warning Traceback 2:
  File "m/privateer.py", line 32, in Execute
    i.Execute()
  File "m/random_encounters.py", line 287, in Execute
    dynamic_battle.UpdateCombatTurn()
  File "m/dynamic_battle.py", line 24, in UpdateCombatTurn
    generate_dyn_universe.KeepUniverseGenerated()
  File "m/generate_dyn_universe.py", line 301, in KeepUniverseGenerated
    dj_lib.enable()
  File "m/dj_lib.py", line 117, in enable
    debug.warn('DJ enabled.')
Message: DJ enabled.

Num Nodes: 42989, NumEnds: 15242
Min Height: 5, Max Height: 193
Average Height 31.199843
Num Nodes: 8688, NumEnds: 3020
Min Height: 4, Max Height: 316
Average Height 56.510596
Num Nodes: 51521, NumEnds: 18113
Min Height: 6, Max Height: 140
Average Height 27.603213
Num Nodes: 3564, NumEnds: 1149
Min Height: 3, Max Height: 472
Average Height 147.241079
Num Nodes: 62701, NumEnds: 22005
Min Height: 6, Max Height: 149
Average Height 32.239718
!!! SERIOUS ERROR : failed to open Unknown file ///.vegastrike/playlists/peace/away/aera_friend.m3u - this should not happen
STDOUT

Code: Select all

True
True
Python launched merchant_guild Plowshare.stock FG Yucatan with 1 ships
Unit file engine00 not found
Upgrading Engine engine00 percent 0.500000
Upgrading Shield dualshield01 percent 1.000000
Upgrading Shield4 quadshield03 percent 0.257143
UpgradeError: terrible error lasers instead
True
EDIT: Second run had no crash no song change :wink: but the tracebacks for DJ enable multiply

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Post by klauss »

Do you have that file?


/.vegastrike/playlists...

It's a rather new (few months) folder and if your home is newer than that you might be missing it - perhaps only now it became picky about it.

If you're missing it you should find it in SVN's .vegastrike
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Post by loki1950 »

I clean .vegastike before i run any new bin data4.x combo so the initialization is not coying it to my home folder as that folder is not there it is in the data4.x/.vegastrike though so it probably got found on that second run :wink:

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

I just got that recently as well.

Almost like some sort of race condition... it first checks if the file exists, then tries to open it. If the open fails but it exists it prints that error and exits.

I don't understand why it's random like that.
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Post by klauss »

Too many open files perhaps?
If it's not that, I have no clue... as the output says... that should not happen :?

EDIT: But, granted, I'm not that familiar with the way VS looks for files... one thing I'm certain is that I've never had that issue, and I've tried it all (clean .vegastrike, old .vegastrike, weird paths, windows, linux, 2G RAM, 256MB RAM...), hence that idea - it's the only things that pops my mind now, short of a silly bug in file-finding code ;)
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Post by loki1950 »

Just Murphy raising his head to complicate things before release.Kinda reminds me of a old sf story about labor relations in hell Maxwell's Daemons are on strike Hell has frozen over :lol:

Enjoy the Choice :)
my box::HP Envy i5-6400 @2Q70GHzx4 8 Gb ram/1 Tb(Win10 64)/3 Tb Mint 19.2/GTX745 4Gb acer S243HL K222HQL
Q8200/Asus P5QDLX/8 Gb ram/WD 2Tb 2-500 G HD/GF GT640 2Gb Mint 17.3 64 bit Win 10 32 bit acer and Lenovo ideapad 320-15ARB Win 10/Mint 19.2
Post Reply