View Issue Details

IDProjectCategoryView StatusLast Update
0004511Spring engineGeneralpublic2014-08-21 19:11
Reportersilentwings Assigned Toabma  
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version97.0.1+git 
Target Version98.0 
Summary0004511: missing ExplosionGenerator classes
DescriptionSee infolog of 97.0.1-271, the errors appear in -271 but not in -250.
Steps To Reproducerun Spring 97.0.1-271 or later with BA 8.00 and give all
Additional Informatione.g.

[f=0000000] Warning: [GetClass] name "CSimpleParticleSystem" does not match any ExplosionGenerator class (forgot the "custom:" prefix?)
[f=0000000] Warning: [CCEG::Load] LARGE_GREEN_LASER_BURN: Unknown class "CSimpleParticleSystem"
[f=0000000] Warning: [GetClass] name "CExpGenSpawner" does not match any ExplosionGenerator class (forgot the "custom:" prefix?)
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)
Checked infolog.txt for Errors

Activities

abma

2014-08-20 23:07

administrator   ~0013543

weird, i get this error with my own build of spring (debug build) but i don't get it when using the official linux64 static build.

abma

2014-08-20 23:12

administrator   ~0013544

i get this warning already on load with the official win32 build / my build:

[f=0000000] Warning: [GetClass] name "CSimpleParticleSystem" does not match any ExplosionGenerator class (forgot the "custom:" prefix?)

hmmm, i hope its not static linking sim, but atm only thing that could explain that :-|

abma

2014-08-21 10:02

administrator   ~0013545

Last edited: 2014-08-21 11:01

http://stackoverflow.com/questions/1229430/how-do-i-prevent-my-unused-global-variables-being-compiled-out

http://www.mail-archive.com/cmake@cmake.org/msg01890.html

so sth. like this could fix it:
SET(engineSim "-Wl,-all ${engineSim} -Wl,-notall")

Issue History

Date Modified Username Field Change
2014-08-20 00:43 silentwings New Issue
2014-08-20 00:43 silentwings File Added: infolog.txt
2014-08-20 12:26 abma Target Version => 98.0
2014-08-20 23:07 abma Note Added: 0013543
2014-08-20 23:12 abma Note Added: 0013544
2014-08-21 10:02 abma Note Added: 0013545
2014-08-21 11:01 abma Note Edited: 0013545
2014-08-21 11:11 abma Assigned To => abma
2014-08-21 11:11 abma Status new => assigned
2014-08-21 19:11 abma Changeset attached => spring develop b6d27c26
2014-08-21 19:11 abma Status assigned => resolved
2014-08-21 19:11 abma Resolution open => fixed