Hi. I don’t know if this is a bug.
I can’t run native linux games (the shmup example) on Xubuntu 14.04.2-64 and GDevelop 3.6.79.0
Problems with ParticleSystem::ParticleEmitter.
This is the terminal output:
[code]nch@mdlr:~/Shoot$ ./GameLinux
GDevelop - 3.6.79.0 Release
Built 3/04/2015
Target system : GNU/Linux, 64-bits
- Loading builtin extensions… BuiltinObject, Sprite, BuiltinCommonInstructions, BuiltinCommonConversions, BuiltinVariables, BuiltinMouse, BuiltinKeyboard, BuiltinJoystick, BuiltinScene, BuiltinTime, BuiltinMathematicalTools, BuiltinCamera, BuiltinAudio, BuiltinFile, BuiltinNetwork, BuiltinWindow, BuiltinStringInstructions, BuiltinAdvanced, BuiltinExternalLayouts, done.
Loading extensions for GDevelop C++ platform… done.
Resource file set to /home/nch/Shoot/./gam.egd
Getting src file size…
Getting src raw data…
Successfully loaded src
Loading game data…
Tried to create an object with an unknown type: ParticleSystem::ParticleEmitter for platform GDevelop C++ platform!
Tried to create an object with an unknown type: ParticleSystem::ParticleEmitter for platform GDevelop C++ platform!
Tried to create an object with an unknown type: ParticleSystem::ParticleEmitter for platform GDevelop C++ platform!
Tried to create an object with an unknown type: ParticleSystem::ParticleEmitter for platform GDevelop C++ platform!
ImageManager: Loading ExplosionTexture.png.Successfully loaded ExplosionTexture.png
Loading RuntimeScene from a scene…ImageManager: Loading spship2.png.Successfully loaded spship2.png
ImageManager: Loading star2.png.Successfully loaded star2.png
ImageManager: Loading star1.png.Successfully loaded star1.png
ImageManager: Loading Camera.png.Successfully loaded Camera.png
ImageManager: Loading asteroid7.png.Successfully loaded asteroid7.png
ImageManager: Loading spship.png.Successfully loaded spship.png
ImageManager: Loading Panel.png.Successfully loaded Panel.png
ImageManager: Loading Health.png.Successfully loaded Health.png
ImageManager: Loading Power.png.Successfully loaded Power.png
… Done.
Loaded compiled code0x1dcc5b0
./ExeLinux: symbol lookup error: /home/nch/Shoot/./Code.so: undefined symbol: _ZN19ParticleEmitterBase7SetFlowEf
nch@mdlr:~/Shoot$
[/code]
Any idea?
Thanks!