View Issue Details

IDProjectCategoryView StatusLast Update
0003273Spring engineLuapublic2013-01-16 21:41
Reporterabma Assigned ToKloot  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
Summary0003273: widget:GameStart() isn't called in BA 7.71
Descriptionis this a game issue?

headless_setup.lua initializes timer in widget:GameStart() which is never called...

(causes an lua error in widget:GameOver())
TagsNo tags attached.
Checked infolog.txt for Errors

Activities

Kloot

2012-09-11 14:42

developer   ~0009183

Last edited: 2012-09-11 14:42

so GameOver is called in widgets but not GameStart? (strange, since neither callin is marked as unsynced)

abma

2012-09-11 20:59

administrator   ~0009184

yep, it seems so:

[f=0030912] Error in GameOver(): [string "LuaUI/Widgets/headless_setup.lua"]:39: Incorrect arguments to DiffTimers()
[f=0030912] Removed widget: HeadlessSetup


https://github.com/spring/spring/blob/develop/cont/examples/Widgets/headless_setup.lua#L39

abma

2012-09-14 14:18

administrator   ~0009194

Last edited: 2012-09-14 14:24

related to 0003280 ?

edit: no its not... LuaModUICtrl seems to have no effect on this issue.

Kloot

2013-01-16 21:41

developer   ~0009603

it works for me^tm when adding widget:GameStart to a local (non-mod) widget with 91.0 and 91+ in XTA (9.725), but not in BA (7.72) --> game issue

Issue History

Date Modified Username Field Change
2012-09-11 12:51 abma New Issue
2012-09-11 14:42 Kloot Note Added: 0009183
2012-09-11 14:42 Kloot Note Edited: 0009183
2012-09-11 20:59 abma Note Added: 0009184
2012-09-14 14:18 abma Note Added: 0009194
2012-09-14 14:24 abma Note Edited: 0009194
2013-01-16 21:41 Kloot Note Added: 0009603
2013-01-16 21:41 Kloot Status new => resolved
2013-01-16 21:41 Kloot Resolution open => no change required
2013-01-16 21:41 Kloot Assigned To => Kloot