Opened 13 years ago
Closed 10 years ago
#8450 closed bug (fixed)
PluginManager: Error, load_add_on(): Symbol not found
Reported by: | cipri | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/Game Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This error message i get when using BSimpleGameSound
PluginManager: Error, load_add_on(): Symbol not found
PluginManager: Error, loading PlugIn ffmpeg failed
PluginManager::CreateReader: GetPlugin failed
Change History (2)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Version: | R1/alpha3 → R1/Development |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
This error was caused by trying to instanciate the gcc2 ffmpeg plugin in a gcc4 app (or the reverse). It is fixed now.