Crash on 11220

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
rigelan
Confed Special Operative
Confed Special Operative
Posts: 291
Joined: Sat Jan 28, 2006 2:58 am
Location: Des Moines, Iowa

Crash on 11220

Post by rigelan »

I recompiled as of SVN 11220. Picked up a cargo mission in Cephid 17. Picked up a jump drive, and traveled from Cephid to Sterling. In Sterling I went to the Quetal jump link, to the system where my cargo was scheduled to be dropped off. As soon as I hit the jump key to change systems, got a nice little crash.

Code: Select all

Traceback (most recent call last):
  File "/home/colemana/dev/vdata/modules/cargo_mission.py", line 164, in Execute
    self.adjsys=go_somewhere_significant(self.you,1,100,not self.capship,tempfac)
  File "/home/colemana/dev/vdata/modules/go_somewhere_significant.py", line 111, in __init__
    self.significantun.setMissionRelevant()
AttributeError: 'Unit' object has no attribute 'setMissionRelevant'
terminate called after throwing an instance of 'boost::python::error_already_set'
Aborted
Astaedus
Merchant
Merchant
Posts: 33
Joined: Sat Aug 11, 2007 5:30 pm
Location: Belgium

Post by Astaedus »

similar error:

Code: Select all

Traceback (most recent call last):
  File "/anonymized/vegastrike/data4.x/modules/patrol.py", line 100, in Execute
    self.GeneratePatrolList ()
  File "/anonymized/vegastrike/data4.x/modules/patrol.py", line 56, in GeneratePatrolList
    sig.setMissionRelevant()
AttributeError: 'Unit' object has no attribute 'setMissionRelevant'
terminate called after throwing an instance of 'boost::python::error_already_set'
Ran game for first time, took an in system patrol mission, launched and got the error above.
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 »

There was a commit to the 4.4 branch that added this function...
http://vegastrike.sourceforge.net/svnlog/svn_log.xml
I just did an "svn merge" from vegastrike_4_4 11212:11218 into trunk...

Update to 11221.
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Post by loki1950 »

Just pulled and compiled svn11221 and got these errors during the build

Code: Select all

src/cmd/unit_generic.cpp: In member function ‘void Unit::Init(const char*, bool, int, std::string, Flightgroup*, int, std::string*)’:
src/cmd/unit_generic.cpp:1334: error: ‘class Unit’ has no member named ‘filename’
src/cmd/unit_generic.cpp:1363: error: ‘class Unit’ has no member named ‘filename’
src/cmd/unit_generic.cpp: In member function ‘bool Unit::UpAndDownGrade(const Unit*, const Unit*, int, int, bool, bool, int, bool, double&, const Unit*, bool, bool)’:
src/cmd/unit_generic.cpp:7607: warning: converting to ‘unsigned char’ from ‘double’
src/cmd/unit_generic.cpp:7617: warning: converting to ‘int’ from ‘double’
src/cmd/unit_generic.cpp:7770: warning: converting to ‘char’ from ‘double’
src/cmd/unit_generic.cpp:7785: warning: converting to ‘char’ from ‘double’
make[1]: *** [src/cmd/unit_generic.o] Error 1
make[1]: Leaving directory `/home/denis/workspace/BuildBox/vegastrike/vegastrike-11221'
make: *** [all] Error 2
[denis@localhost vegastrike-11221]$ 
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
rigelan
Confed Special Operative
Confed Special Operative
Posts: 291
Joined: Sat Jan 28, 2006 2:58 am
Location: Des Moines, Iowa

Post by rigelan »

Both of these seem to be fixed as of 11222.
loki1950
The Shepherd
Posts: 5841
Joined: Fri May 13, 2005 8:37 pm
Location: Ottawa
Contact:

Post by loki1950 »

Thx rigelan updating my M$ side atm 50 some megs off textures :shock: been awhile since i updated it.

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