View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004511 | Spring engine | General | public | 2014-08-20 00:43 | 2014-08-21 19:11 |
| Reporter | silentwings | Assigned To | abma | ||
| Priority | high | Severity | major | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 97.0.1+git | ||||
| Target Version | 98.0 | ||||
| Summary | 0004511: missing ExplosionGenerator classes | ||||
| Description | See infolog of 97.0.1-271, the errors appear in -271 but not in -250. | ||||
| Steps To Reproduce | run Spring 97.0.1-271 or later with BA 8.00 and give all | ||||
| Additional Information | e.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?) | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Checked infolog.txt for Errors | |||||
|
|
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. |
|
|
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 :-| |
|
|
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") |
| 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 |