Can anyone confirm this bug:

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Can anyone confirm this bug:

Post by hellcatv »

Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
imacca
Merchant
Merchant
Posts: 44
Joined: Tue Oct 24, 2006 4:48 am
Location: Perth W.A.

SVN 11590

Post by imacca »

Yup, i have this. First time ive seen it is tonight after i updated.
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

ok...but can you give me the stderr and stdout logs! cus without them I can't fix it--and I can't get it myself
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
eddit
Merchant
Merchant
Posts: 61
Joined: Wed Jan 12, 2005 1:02 am
Location: Hobart, Australia

Me Too

Post by eddit »

I've just got this error as well. (Just updated SVN). I'll try and attach the full stderr.txt, but this seems to be the relevant section

Loading a starsystem
Loading Star System Crucible/Enyo
Next To: Crucible/Exile
Next To: Crucible/Agea
Next To: Crucible/Enyo
Next To: Crucible/Agea
Next To: Crucible/Stirling
Next To: Crucible/Ageadot -0.315328dot -0.286547Traceback (most recent call last):
File "fighter_barracksnightklkk.py", line 5, in <module>
File "C:\Program Files\Vegastrike\data4.x\bases\military_lib.py", line 8, in MakeMilitaryBase
dynamic_mission.CreateMissions()
File "C:\Program Files\Vegastrike\data4.x\modules\dynamic_mission.py", line 697, in CreateMissions
eraseExtras()
File "C:\Program Files\Vegastrike\data4.x\modules\dynamic_mission.py", line 188, in eraseExtras
Director.clearSaveString(plr, "mission_scripts")
AttributeError: 'module' object has no attribute 'clearSaveString'
dot -0.315328dot -0.286547ERROR: there are no rooms in basefile "fighter_barracksnight.py" ...
Asking to undock
Asking to undock
Asking to undock
Asking to undock
dot 0.801458dot -0.286545Traceback (most recent call last):
File "fighter_barracksnightklkk.py", line 5, in <module>
File "C:\Program Files\Vegastrike\data4.x\bases\military_lib.py", line 8, in MakeMilitaryBase
dynamic_mission.CreateMissions()
File "C:\Program Files\Vegastrike\data4.x\modules\dynamic_mission.py", line 697, in CreateMissions
eraseExtras()
File "C:\Program Files\Vegastrike\data4.x\modules\dynamic_mission.py", line 188, in eraseExtras
Director.clearSaveString(plr, "mission_scripts")
AttributeError: 'module' object has no attribute 'clearSaveString'
dot 0.801458dot -0.286545ERROR: there are no rooms in basefile "fighter_barracksnight.py" ...
Asking to undock
You do not have the required permissions to view the files attached to this post.
"beauty is skin deep
but samples with keratin
are just plain ugly"
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 »

Thanks for being the first one to manage to get the relevant portion of stderr.txt

That was my fault.
I had added a new python function, but forgot that the executable needs to be updated for it to work.

I changed it back in revision 11597 for the time being.
eddit
Merchant
Merchant
Posts: 61
Joined: Wed Jan 12, 2005 1:02 am
Location: Hobart, Australia

Post by eddit »

Yup, fixed now. Looking forward to the new binary. :-)
"beauty is skin deep
but samples with keratin
are just plain ugly"
hellcatv
Developer
Developer
Posts: 3980
Joined: Fri Jan 03, 2003 4:53 am
Location: Stanford, CA
Contact:

Post by hellcatv »

committed new binary with the function in it
Vega Strike Lead Developer
http://vegastrike.sourceforge.net/
eddit
Merchant
Merchant
Posts: 61
Joined: Wed Jan 12, 2005 1:02 am
Location: Hobart, Australia

Post by eddit »

ace123 wrote:I changed it back in revision 11597 for the time being.
Just noticed you haven't un-reverted the python change after the new binary arrived. Though I'd mention it just in case you've forgotten in the rush to bug hunt.

Great work and looking forward to see 5.0 arrive. :-)
"beauty is skin deep
but samples with keratin
are just plain ugly"
Post Reply