2024-03-28 23:23 CET

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0002086Spring engineGeneralpublic2010-11-30 01:47
Reporterkoshi 
Assigned Toabma 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
Product Version0.82.5 
Target VersionFixed in Version0.82.6.1 
Summary0002086: ArchiveScanner silently fails with malformed modinfo.lua
DescriptionI've had a sed script breaking the lua table (missing ','), received no error with all log systems enabled, but the mod was still not showing up in mod selection. Malformed modinfo.lua attached
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files
  • txt file icon 0FL8egHZ.txt (291 bytes) 2010-09-04 19:23 -
    local modinfo = {
    		name				= "testing svn.head"
    		shortName				= "S44",
    		game						= "Spring 1944",
    		shortGame				= "S44",
    		mutator					= "Official",
    		description			=	"Epic World War II RTS!",
    		url							=	"http://www.spring1944.net/",
    		modtype					=	"1",
    }
    
    return modinfo
    txt file icon 0FL8egHZ.txt (291 bytes) 2010-09-04 19:23 +

-Relationships
related to 0002228resolvedabma Spring.exe should give more & better error messages 
+Relationships

-Notes

~0006010

abma (administrator)

0.82.6.1 reports:

error = 3, text chunk, [string "text chunk"]:5: '}' expected (to close '{' at line 1) near 'shortName'
ERROR in modinfo.lua: [string "text chunk"]:5: '}' expected (to close '{' at line 1) near 'shortName'
+Notes

-Issue History
Date Modified Username Field Change
2010-09-04 19:23 koshi New Issue
2010-09-04 19:23 koshi File Added: 0FL8egHZ.txt
2010-11-30 01:46 abma Note Added: 0006010
2010-11-30 01:46 abma Status new => resolved
2010-11-30 01:46 abma Fixed in Version => 0.82.6.1
2010-11-30 01:46 abma Resolution open => fixed
2010-11-30 01:46 abma Assigned To => abma
2010-11-30 01:47 abma Relationship added related to 0002228
+Issue History