View Issue Details

IDProjectCategoryView StatusLast Update
0000370The Dark ModScript/Defpublic18.10.2007 14:57
Reportertels Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product VersionSVN 
Summary0000370: scripts/darkmod_events.script error in line 117 unknown event "logString"
DescriptionDoom crashes since today with this error:

ERROR: Error: file script/darkmod_events.script, line 117: Unknown event 'logString'

It happened after todays SVN checkout of DarkMod (I had crashes yesterday, but I didn't start D3 in a console so I don't know the error message)

Checking out and compiling darkmod_src does not help.

Happens under Linux 64bit.
Additional InformationThe Darkmod source has this:

// greebo: Writes the string to the Darkmod.log file using DM_LOG
const idEventDef EV_LogString("logString", "dds");

While the script says:

// greebo: This is the script counterpart to DM_LOG
scriptEvent void logString(float logClass, float logType, string output);
TagsNo tags attached.

Activities

tels

tels

15.10.2007 16:57

reporter   ~0000778

A recompilation of darkmod_src (and then actually using the freshly compiled doomx86.so file) fixes this issue.

Issue History

Date Modified Username Field Change
15.10.2007 16:35 tels New Issue
15.10.2007 16:57 tels Note Added: 0000778
15.10.2007 16:57 tels Resolution open => no change required
15.10.2007 21:47 tels Resolution no change required => fixed
18.10.2007 14:57 greebo Status new => closed