Récaputilatif des bugs des dernières version [+/- Résolu]

Petit récaputilatif des bugs des dernières version :

3.6.84 : L’action “aller à une scène” provoque l’arrêt du jeu.

4.0.85 : l’aperçu et la compilation tournent indéfiniment (une matinée entière pour finalement ne pas réussir à compiler un exemple, c’est trop long pour être normal)

4.0.87 : même chose que pour la version 4.0.85

4.0.88 : même chose que pour la version 4.0.85

4.0.89 : la compilation fait cracher GD et on trouve ce joli message dans la console :

Launching pre work... New pending task added (Compilation of external events init) Generating C++ code... *** Error in `./GDIDE': corrupted double-linked list: 0x0000000003bb2900 *** Aborted (core dumped)

Si quelqu’un à une solution pour faire fonctionner la version 3.6.84 sans bug, je suis preneuse.

Bonne soirée.

Étant donné que ces bugs n’arrivent que chez toi, est-ce que tu peux lancer GDevelop en faisant :

cd /opt/gdevelop (en supposant que GDevelop se trouve là) export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. gdb ./GDIDE run
Puis, quand ça plante, retourne dans le console (qui a permis de lancer GDevelop) et tape :

bt

Qu’y a-t-il en résultat de cette commande ?

Quelle est la configuration de ton PC ?

Voici le résultat :

#0 0x00007ffff3745267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55 #1 0x00007ffff3746eca in __GI_abort () at abort.c:89 #2 0x00007ffff3788c53 in __libc_message (do_abort=1, fmt=fmt@entry=0x7ffff38a11a8 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175 #3 0x00007ffff378f3b3 in malloc_printerr (ptr=0x2066210, str=0x7ffff389d2dd "corrupted double-linked list", action=<optimized out>) at malloc.c:4965 #4 malloc_consolidate (av=av@entry=0x7ffff3ad4c00 <main_arena>) at malloc.c:4142 #5 0x00007ffff3790f18 in _int_free (av=0x7ffff3ad4c00 <main_arena>, p=<optimized out>, have_lock=0) at malloc.c:4042 #6 0x00007ffff379489c in __GI___libc_free (mem=<optimized out>) at malloc.c:2950 #7 0x00007ffff4d581dc in gd::EventsCodeGenerator::GenerateConditionsListCode(gd::SPtrList<gd::Instruction>&, gd::EventsCodeGenerationContext&) () from libGDCore.so #8 0x00007ffff7a90eb2 in ?? () from libGDCpp.so #9 0x00007ffff7a91786 in ?? () from libGDCpp.so #10 0x00007ffff4d6fe2a in gd::BaseEvent::GenerateEventCode(gd::EventsCodeGenerator&, gd::EventsCodeGenerationContext&) () from libGDCore.so #11 0x00007ffff4d51fb6 in gd::EventsCodeGenerator::GenerateEventsListCode(gd::EventsList&, gd::EventsCodeGenerationContext const&) () from libGDCore.so #12 0x00007ffff7ac4220 in EventsCodeGenerator::GenerateSceneEventsCompleteCode(gd::Project&, gd::Layout&, gd::EventsList&, bool) () from libGDCpp.so #13 0x00007ffff7ae7b6c in EventsCodeCompilerRuntimePreWork::Execute() () from libGDCpp.so #14 0x00007ffff7af073c in CodeCompiler::StartTheNextTask() () from libGDCpp.so #15 0x00007ffff7af20ab in CodeCompiler::AddTask(CodeCompilerTask) () from libGDCpp.so #16 0x00007ffff7ad334b in GDpriv::FullProjectCompiler::LaunchProjectCompilation() () from libGDCpp.so #17 0x00007ffff7b127f6 in ProjectExportDialog::OnCompilBtClick(wxCommandEvent&) () from libGDCpp.so #18 0x00007ffff6cdd68e in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const () from /usr/local/lib/libwx_baseu-3.0.so.0 #19 0x00007ffff6e63997 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #20 0x00007ffff6e63d7e in wxEvtHandler::SearchDynamicEventTable(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #21 0x00007ffff6e63e0e in wxEvtHandler::TryHereOnly(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #22 0x00007ffff6e63ed3 in wxEvtHandler::ProcessEventLocally(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #23 0x00007ffff6e63f35 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #24 0x00007ffff75a5988 in wxWindowBase::TryAfter(wxEvent&) () from /usr/local/lib/libwx_gtk2u_core-3.0.so.0 #25 0x00007ffff6e63c97 in wxEvtHandler::SafelyProcessEvent(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #26 0x00007ffff7405d17 in wxgtk_button_clicked_callback () from /usr/local/lib/libwx_gtk2u_core-3.0.so.0 #27 0x00007ffff15cd244 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #28 0x00007ffff15e7a46 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #29 0x00007ffff15e812f in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #30 0x00007ffff24e2285 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #31 0x00007ffff15cd244 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #32 0x00007ffff15e7a46 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #33 0x00007ffff15e812f in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #34 0x00007ffff24e11d9 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #35 0x00007ffff2587e5c in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #36 0x00007ffff15ccf6f in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #37 0x00007ffff15df60e in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #38 0x00007ffff15e7899 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #39 0x00007ffff15e812f in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #40 0x00007ffff269fcdc in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #41 0x00007ffff25865f4 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #42 0x00007ffff25869ab in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #43 0x00007ffff21fac0c in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 #44 0x00007ffff12f7ff7 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #45 0x00007ffff12f8250 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #46 0x00007ffff12f8572 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #47 0x00007ffff2585a07 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #48 0x00007ffff7390255 in wxGUIEventLoop::DoRun() () from /usr/local/lib/libwx_gtk2u_core-3.0.so.0 #49 0x00007ffff6d1f023 in wxEventLoopBase::Run() () from /usr/local/lib/libwx_baseu-3.0.so.0 #50 0x00007ffff7412ecd in wxDialog::ShowModal() () from /usr/local/lib/libwx_gtk2u_core-3.0.so.0 #51 0x00007ffff7af4c14 in Exporter::ShowProjectExportDialog(gd::Project&) () from libGDCpp.so #52 0x000000000059bad0 in MainFrame::OnMenuCompilationSelected(wxCommandEvent&) () #53 0x00007ffff6cdd68e in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const () from /usr/local/lib/libwx_baseu-3.0.so.0 #54 0x00007ffff6e63997 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #55 0x00007ffff6e63d7e in wxEvtHandler::SearchDynamicEventTable(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #56 0x00007ffff6e63e0e in wxEvtHandler::TryHereOnly(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #57 0x00007ffff6e63c43 in wxEvtHandler::DoTryChain(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #58 0x00007ffff6e63f35 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #59 0x00007ffff6e63c97 in wxEvtHandler::SafelyProcessEvent(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #60 0x00007ffff754a9f0 in wxMenuBase::SendEvent(int, int) () from /usr/local/lib/libwx_gtk2u_core-3.0.so.0 #61 0x00007ffff742d2bb in menuitem_activate () from /usr/local/lib/libwx_gtk2u_core-3.0.so.0 #62 0x00007ffff15cd015 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #63 0x00007ffff15df061 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #64 0x00007ffff15e7dfc in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #65 0x00007ffff15e812f in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #66 0x00007ffff269ea8e in gtk_widget_activate () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #67 0x00007ffff2599cad in gtk_menu_shell_activate_item () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #68 0x00007ffff259a00e in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #69 0x00007ffff2587e5c in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #70 0x00007ffff15cd015 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #71 0x00007ffff15df60e in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #72 0x00007ffff15e7899 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #73 0x00007ffff15e812f in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #74 0x00007ffff269fcdc in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #75 0x00007ffff25865f4 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #76 0x00007ffff25869ab in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #77 0x00007ffff21fac0c in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 #78 0x00007ffff12f7ff7 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #79 0x00007ffff12f8250 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #80 0x00007ffff12f82fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #81 0x00007ffff2585c21 in gtk_main_iteration () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #82 0x00007ffff73b9f0d in wxWindow::DoPopupMenu(wxMenu*, int, int) () from /usr/local/lib/libwx_gtk2u_core-3.0.so.0 #83 0x00007ffff75a9163 in wxWindowBase::PopupMenu(wxMenu*, int, int) () from /usr/local/lib/libwx_gtk2u_core-3.0.so.0 #84 0x00000000005527b4 in MainFrame::OnRibbonFileBtClick(wxMouseEvent&) () #85 0x00007ffff6cdd68e in wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const () from /usr/local/lib/libwx_baseu-3.0.so.0 #86 0x00007ffff6e63997 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #87 0x00007ffff6e63d7e in wxEvtHandler::SearchDynamicEventTable(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #88 0x00007ffff6e63e0e in wxEvtHandler::TryHereOnly(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #89 0x00007ffff6e63ed3 in wxEvtHandler::ProcessEventLocally(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #90 0x00007ffff6e63f35 in wxEvtHandler::ProcessEvent(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #91 0x00007ffff6e63c97 in wxEvtHandler::SafelyProcessEvent(wxEvent&) () from /usr/local/lib/libwx_baseu-3.0.so.0 #92 0x00007ffff73be946 in gtk_window_button_press_callback () from /usr/local/lib/libwx_gtk2u_core-3.0.so.0 #93 0x00007ffff2587e5c in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #94 0x00007ffff15cd015 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #95 0x00007ffff15df061 in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #96 0x00007ffff15e7899 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #97 0x00007ffff15e812f in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 #98 0x00007ffff269fcdc in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #99 0x00007ffff25865f4 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #100 0x00007ffff25869ab in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #101 0x00007ffff21fac0c in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0 #102 0x00007ffff12f7ff7 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #103 0x00007ffff12f8250 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #104 0x00007ffff12f8572 in g_main_loop_run () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #105 0x00007ffff2585a07 in gtk_main () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0 #106 0x00007ffff7390255 in wxGUIEventLoop::DoRun() () from /usr/local/lib/libwx_gtk2u_core-3.0.so.0 #107 0x00007ffff6d1f023 in wxEventLoopBase::Run() () from /usr/local/lib/libwx_baseu-3.0.so.0 #108 0x00007ffff6ce4276 in wxAppConsoleBase::MainLoop() () from /usr/local/lib/libwx_baseu-3.0.so.0 #109 0x00007ffff6d70d60 in wxEntry(int&, wchar_t**) () from /usr/local/lib/libwx_baseu-3.0.so.0 #110 0x0000000000491b68 in main ()

Xunbuntu 15.10 64 bits
4 * intel i3 1.9GHz
4G de ram
Et carte graphique inconnue

On dirait que la bibliothèque standard C corrompt l’espace mémoire de GDevelop au moment où GDevelop souhaite allouer un peu plus de mémoire.

A la place de la ligne gdb ./GDIDE, fait (en refaisant les autres étapes avant) :

valgrind ./GDIDE

Quand ça plante, mets ici le contenu de la commande (pas besoin de bt après)

La version 4.0.89 compile parfaitement bien avec valgrind (mais je ne comprend pas pourquoi).

Bizarre. A la place de la commande valgrind, fais :

valgrind ./GDIDE > /home/TON_UTILISATEUR/GDevelopDebug

Puis, fais une compilation de jeu et envoie le fichier GDevelopDebug qui devrait se trouver dans ton home.

Voici le résultat de la commande :

[code]GDevelop initialization started:

  • Config file set.
  • Custom branding configuration loaded.
  • Language loaded
  • Single instance handling done
  • Image handlers loaded
  • Crash management ended
  • Splash Screen created
  • Displaying GDevelop version information :
    GDevelop 4.0.89.0, built 17/01/2016
  • Creating useless SFML objects
  • Loading platforms and extensions:
    Loading platform libGDCpp.so…
  • Setting up events compiler…
  • Loading events code compiler configuration
  • Loading builtin extensions… BuiltinObject, Sprite, BuiltinCommonInstructions, BuiltinCommonConversions, BuiltinVariables, BuiltinMouse, BuiltinKeyboard, BuiltinJoystick, BuiltinScene, BuiltinTime, BuiltinMathematicalTools, BuiltinCamera, BuiltinAudio, BuiltinFile, BuiltinNetwork, BuiltinWindow, BuiltinStringInstructions, BuiltinAdvanced, BuiltinExternalLayouts, done.
    Loading of libGDCpp.so done.
    Registration in platform manager of libGDCpp.so done.
    Loading extensions for GDevelop C++ platform… DestroyOutsideBehavior, TileMapObject, ParticleSystem, PathfindingBehavior, LinkedObjects, PathBehavior, TextEntryObject, Function, PlatformBehavior, PhysicsBehavior, DraggableBehavior, PanelSpriteObject, SoundObject, Light, Box3DObject, AdvancedXML, AES, TiledSpriteObject, PrimitiveDrawing, TimedEvent, Network, CommonDialogs, TextObject, TopDownMovementBehavior, done.
    Loading platform ./JsPlatform/libGDJS.so…
  • Loading builtin extensions… BuiltinObject, Sprite, BuiltinCommonInstructions, BuiltinCommonConversions, BuiltinVariables, BuiltinMouse, BuiltinKeyboard, BuiltinJoystick, BuiltinScene, BuiltinTime, BuiltinMathematicalTools, BuiltinCamera, BuiltinAudio, BuiltinFile, BuiltinNetwork, BuiltinWindow, BuiltinStringInstructions, BuiltinAdvanced, BuiltinExternalLayouts, done.
    done.
    Loading of ./JsPlatform/libGDJS.so done.
    Registration in platform manager of ./JsPlatform/libGDJS.so done.
    Loading extensions for GDevelop JS platform… AdMobObject, done.
    Loading extensions for GDevelop JS platform… DestroyOutsideBehavior, PathfindingBehavior, LinkedObjects, TextEntryObject, PlatformBehavior, PhysicsBehavior, DraggableBehavior, PanelSpriteObject, TiledSpriteObject, PrimitiveDrawing, TextObject, TopDownMovementBehavior, done.
  • Platform and extensions loading ended.
  • Creating main window
  • Connecting shortcuts
  • Setting help provider
  • Loading events editor configuration
  • Connecting parameters editors
  • Creating log file (if activated)
  • Applying custom branding…
  • Initializing platforms…
  • Starting web server…
  • Initialization ended.
    Asking for update info: http://www.compilgames.net/update/?p=GD&l=&v=4.0.89.0
    Sending analytics data…done (201)
    This is a legacy GDevelop project, checking if it is already encoded in UTF8…
    Bool attribute “folderProject” not found, returning 0Child editionSettings not found in SerializerElement::GetChild
    Bool attribute “grid” not found, returning 0Bool attribute “snap” not found, returning 0Bool attribute “windowMask” not found, returning 0New pending task added (Compilation of events of scene go)
    Launching new compilation runProcessing task Compilation of events of scene go…
    Launching pre work…
    New pending task added (Compilation of external events init)
    New pending task added (Compilation of external events init_compil)
    Generating C++ code…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x1bac08a0RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x1bac08a0RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    Processing task Compilation of external events init…
    Launching pre work…
    AVEC:0x2040b660
    Generating C++ code…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x2040b660RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x2040b660RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    Processing task Compilation of external events init_compil…
    Launching pre work…
    AVEC:0x2040c090
    Generating C++ code…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x2040c090RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x2040c090RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    No more task to be processed.
    New pending task added (Compilation of events of scene carotteware)
    Launching new compilation runProcessing task Compilation of events of scene carotteware…
    Launching pre work…
    New pending task added (Compilation of external events init)
    Generating C++ code…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x1bd7f9f0RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x1bd7f9f0RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    Processing task Compilation of external events init…
    Launching pre work…
    AVEC:0x2040b660
    Generating C++ code…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x2040b660RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x2040b660RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    No more task to be processed.
    New pending task added (Compilation of events of scene core)
    Launching new compilation runProcessing task Compilation of events of scene core…
    Launching pre work…
    New pending task added (Compilation of external events init)
    Generating C++ code…
    Bad object (neige04_fin_neige02) in a parameter of an action ChangeDirection
    Bad object (son_feu02) in a parameter of an action Create
    Bad object (son_feu02) in a parameter of an action SoundObject::Play
    Bad object (eau) in a parameter of a condition CollisionNP
    Bad object (eau) in a parameter of a condition CollisionNP
    Bad object (heros) in a parameter of an action ModVarObjet
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received decor of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received plateforme_grande of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received sols of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received sols of type
    Bad object (lance01) in a parameter of an action ChangeScale
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of an action ChangePlan
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of an action ChangePlan
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of a condition Collision
    Bad object (lance01) in a parameter of an action Delete
    Bad object (lance01) in a parameter of an action Create
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of an action FlipX
    Bad object (lance01) in a parameter of an action ModVarObjetTxt
    Bad object (lance01) in a parameter of an action FlipX
    Bad object (lance01) in a parameter of an action ModVarObjetTxt
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of a condition VarObjetTxt
    Bad object (lance01) in a parameter of an action AddForceXY
    Bad object (lance01) in a parameter of a condition VarObjetTxt
    Bad object (lance01) in a parameter of an action AddForceXY
    Bad object (lance01) in a parameter of an action AddForceXY
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (fumee_tente01) in a parameter of a condition CollisionNP
    Bad object (tente01) in a parameter of a condition
    Bad object (fumee_tente01) in a parameter of an action ModVarObjet
    Bad object (fumee_tente01) in a parameter of an action ChangePlan
    Bad object (pic_neige) in a parameter of an action ChangePlan
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x1fe17930RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x1fe17930RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    Processing task Compilation of external events init…
    Launching pre work…
    AVEC:0x2040b660
    Generating C++ code…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x2040b660RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x2040b660RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    No more task to be processed.
    New pending task added (Compilation of events of scene ep1)
    Launching new compilation runProcessing task Compilation of events of scene ep1…
    Launching pre work…
    New pending task added (Compilation of external events init)
    Generating C++ code…
    Bad object (neige04_fin_neige02) in a parameter of an action ChangeDirection
    Bad object (son_feu02) in a parameter of an action Create
    Bad object (son_feu02) in a parameter of an action SoundObject::Play
    Bad object (eau) in a parameter of a condition CollisionNP
    Bad object (eau) in a parameter of a condition CollisionNP
    Bad object (heros) in a parameter of an action ModVarObjet
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received decor of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received plateforme_grande of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received sols of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received sols of type
    Bad object (lance01) in a parameter of an action ChangeScale
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of an action ChangePlan
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of an action ChangePlan
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of a condition Collision
    Bad object (lance01) in a parameter of an action Delete
    Bad object (lance01) in a parameter of an action Create
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of an action FlipX
    Bad object (lance01) in a parameter of an action ModVarObjetTxt
    Bad object (lance01) in a parameter of an action FlipX
    Bad object (lance01) in a parameter of an action ModVarObjetTxt
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of a condition VarObjetTxt
    Bad object (lance01) in a parameter of an action AddForceXY
    Bad object (lance01) in a parameter of a condition VarObjetTxt
    Bad object (lance01) in a parameter of an action AddForceXY
    Bad object (lance01) in a parameter of an action AddForceXY
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (fumee_tente01) in a parameter of a condition CollisionNP
    Bad object (tente01) in a parameter of a condition
    Bad object (fumee_tente01) in a parameter of an action ModVarObjet
    Bad object (fumee_tente01) in a parameter of an action ChangePlan
    Bad object (pic_neige) in a parameter of an action ChangePlan
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x18a87570RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x18a87570RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    Processing task Compilation of external events init…
    Launching pre work…
    AVEC:0x2040b660
    Generating C++ code…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x2040b660RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x2040b660RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    No more task to be processed.
    New pending task added (Compilation of events of scene ep10)
    Launching new compilation runProcessing task Compilation of events of scene ep10…
    Launching pre work…
    New pending task added (Compilation of external events init)
    Generating C++ code…
    Bad object (neige04_fin_neige02) in a parameter of an action ChangeDirection
    Bad object (son_feu02) in a parameter of an action Create
    Bad object (son_feu02) in a parameter of an action SoundObject::Play
    Bad object (eau) in a parameter of a condition CollisionNP
    Bad object (eau) in a parameter of a condition CollisionNP
    Bad object (heros) in a parameter of an action ModVarObjet
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received plateforme_grande of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received sols of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received sols of type
    Bad object (pic_neige) in a parameter of an action ChangePlan
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x1946c510RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x1946c510RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    Processing task Compilation of external events init…
    Launching pre work…
    AVEC:0x2040b660
    Generating C++ code…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x2040b660RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x2040b660RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    No more task to be processed.
    New pending task added (Compilation of events of scene jeu)
    Launching new compilation runProcessing task Compilation of events of scene jeu…
    Launching pre work…
    New pending task added (Compilation of external events init)
    Generating C++ code…
    Bad object (neige04_fin_neige02) in a parameter of an action ChangeDirection
    Bad object (son_feu02) in a parameter of an action Create
    Bad object (son_feu02) in a parameter of an action SoundObject::Play
    Bad object (eau) in a parameter of a condition CollisionNP
    Bad object (eau) in a parameter of a condition CollisionNP
    Bad object (heros) in a parameter of an action ModVarObjet
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received decor of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received plateforme_grande of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received sols of type
    Bad object type in a parameter of a condition Collision
    Condition wanted Sprite
    Condition wanted Sprite of type Sprite
    Condition has received sols of type
    Bad object (lance01) in a parameter of an action ChangeScale
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of an action ChangePlan
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of an action ChangePlan
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of a condition Collision
    Bad object (lance01) in a parameter of an action Delete
    Bad object (lance01) in a parameter of an action Create
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (lance01) in a parameter of an action FlipX
    Bad object (lance01) in a parameter of an action ModVarObjetTxt
    Bad object (lance01) in a parameter of an action FlipX
    Bad object (lance01) in a parameter of an action ModVarObjetTxt
    Bad object (lance01) in a parameter of a condition VarObjet
    Bad object (lance01) in a parameter of a condition VarObjetTxt
    Bad object (lance01) in a parameter of an action AddForceXY
    Bad object (lance01) in a parameter of a condition VarObjetTxt
    Bad object (lance01) in a parameter of an action AddForceXY
    Bad object (lance01) in a parameter of an action AddForceXY
    Bad object (lance01) in a parameter of an action ModVarObjet
    Bad object (fumee_tente01) in a parameter of a condition CollisionNP
    Bad object (tente01) in a parameter of a condition
    Bad object (fumee_tente01) in a parameter of an action ModVarObjet
    Bad object (fumee_tente01) in a parameter of an action ChangePlan
    Bad object (pic_neige) in a parameter of an action ChangePlan
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x1baeafa0RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x1baeafa0RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    Processing task Compilation of external events init…
    Launching pre work…
    AVEC:0x2040b660
    Generating C++ code…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x2040b660RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x2040b660RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    No more task to be processed.
    New pending task added (Compilation of events of scene credits)
    Launching new compilation runProcessing task Compilation of events of scene credits…
    Launching pre work…
    Generating C++ code…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x195a3c00RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x195a3c00RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    No more task to be processed.
    Preparing linking task for project AVNA…
    Added GD0x1bac08a0RuntimeObjectFile.o (Layout object file) to the linking.
    Added GD0x1bd7f9f0RuntimeObjectFile.o (Layout object file) to the linking.
    Added GD0x1fe17930RuntimeObjectFile.o (Layout object file) to the linking.
    Added GD0x18a87570RuntimeObjectFile.o (Layout object file) to the linking.
    Added GD0x1946c510RuntimeObjectFile.o (Layout object file) to the linking.
    Added GD0x1baeafa0RuntimeObjectFile.o (Layout object file) to the linking.
    Added GD0x195a3c00RuntimeObjectFile.o (Layout object file) to the linking.
    Added GD0x2040b660RuntimeObjectFile.o (Created from external events) to the linking.
    Added GD0x2040c090RuntimeObjectFile.o (Created from external events) to the linking.
    New pending task added (Linking code for project AVNA)
    Launching new compilation runProcessing task Linking code for project AVNA…
    Launching compiler process…
    g++ -std=gnu++11 -fPIC -o “/tmp/GDDeploymentTemporaries/Code.so” -shared “/tmp/GDTemporaries/GD0x1bac08a0RuntimeObjectFile.o” “/tmp/GDTemporaries/GD0x1bd7f9f0RuntimeObjectFile.o” “/tmp/GDTemporaries/GD0x1fe17930RuntimeObjectFile.o” “/tmp/GDTemporaries/GD0x18a87570RuntimeObjectFile.o” “/tmp/GDTemporaries/GD0x1946c510RuntimeObjectFile.o” “/tmp/GDTemporaries/GD0x1baeafa0RuntimeObjectFile.o” “/tmp/GDTemporaries/GD0x195a3c00RuntimeObjectFile.o” “/tmp/GDTemporaries/GD0x2040b660RuntimeObjectFile.o” “/tmp/GDTemporaries/GD0x2040c090RuntimeObjectFile.o” -L"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/" -L"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Runtime/" -L"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/Runtime/" “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Runtime/libGDCpp.so” -lstdc++ “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-audio.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-network.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-graphics.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-window.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-system.so.2”
    CodeCompilerProcess created.
    CodeCompilerProcess terminated with status 0.
    CodeCompiler notified that the current process ended work.
    Compilation succeeded.
    Task ended.
    No more task to be processed.

GDevelop shutdown started:

  • Closing the configuration and destroying singletons…
    .
  • Closing the platforms…
  • Deleting single instance checker…
  • Clearing icon cache…
  • Deleting the crash detection file…
  • Shutdown process finished.
    [/code]

Est-ce que tu peux faire ça à la place (il y avait un problème dans la ligne de commande que je t’ai donnée) :
valgrind ./GDIDE 1>> /home/TON_UTILISATEUR/GDevelopDebug 2>> /home/TON_UTILISATEUR/GDevelopDebug
Et donner le contenu de /home/TON_UTILISATEUR/GDevelopDebug

Voilà le résultat :

[code]==19838== Memcheck, a memory error detector
==19838== Copyright (C) 2002-2015, and GNU GPL’d, by Julian Seward et al.
==19838== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==19838== Command: ./GDIDE
==19838==
GDevelop initialization started:

  • Config file set.
  • Custom branding configuration loaded.
  • Language loaded
  • Single instance handling done
  • Image handlers loaded
  • Crash management ended
  • Splash Screen created
  • Displaying GDevelop version information :
    GDevelop 4.0.89.0, built 17/01/2016
  • Creating useless SFML objects
  • Loading platforms and extensions:
    Loading platform libGDCpp.so…
  • Setting up events compiler…
  • Loading events code compiler configuration
  • Loading builtin extensions… BuiltinObject, Sprite, BuiltinCommonInstructions, BuiltinCommonConversions, BuiltinVariables, BuiltinMouse, BuiltinKeyboard, BuiltinJoystick, BuiltinScene, BuiltinTime, BuiltinMathematicalTools, BuiltinCamera, BuiltinAudio, BuiltinFile, BuiltinNetwork, BuiltinWindow, BuiltinStringInstructions, BuiltinAdvanced, BuiltinExternalLayouts, done.
    Loading of libGDCpp.so done.
    Registration in platform manager of libGDCpp.so done.
    ==19838== Warning: noted but unhandled ioctl 0x6458 with no size/direction hints.
    ==19838== This could cause spurious value errors to appear.
    ==19838== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper.
    Loading extensions for GDevelop C++ platform… DestroyOutsideBehavior, TileMapObject, ParticleSystem, PathfindingBehavior, LinkedObjects, PathBehavior, TextEntryObject, Function, PlatformBehavior, PhysicsBehavior, DraggableBehavior, PanelSpriteObject, SoundObject, Light, Box3DObject, AdvancedXML, AES, TiledSpriteObject, PrimitiveDrawing, TimedEvent, Network, CommonDialogs, TextObject, TopDownMovementBehavior, done.
    Loading platform ./JsPlatform/libGDJS.so…
  • Loading builtin extensions… BuiltinObject, Sprite, BuiltinCommonInstructions, BuiltinCommonConversions, BuiltinVariables, BuiltinMouse, BuiltinKeyboard, BuiltinJoystick, BuiltinScene, BuiltinTime, BuiltinMathematicalTools, BuiltinCamera, BuiltinAudio, BuiltinFile, BuiltinNetwork, BuiltinWindow, BuiltinStringInstructions, BuiltinAdvanced, BuiltinExternalLayouts, done.
    done.
    Loading of ./JsPlatform/libGDJS.so done.
    Registration in platform manager of ./JsPlatform/libGDJS.so done.
    Loading extensions for GDevelop JS platform… AdMobObject, done.
    Loading extensions for GDevelop JS platform… DestroyOutsideBehavior, PathfindingBehavior, LinkedObjects, TextEntryObject, PlatformBehavior, PhysicsBehavior, DraggableBehavior, PanelSpriteObject, TiledSpriteObject, PrimitiveDrawing, TextObject, TopDownMovementBehavior, done.
  • Platform and extensions loading ended.
  • Creating main window
  • Connecting shortcuts
  • Setting help provider
  • Loading events editor configuration
  • Connecting parameters editors
  • Creating log file (if activated)
  • Applying custom branding…
  • Initializing platforms…
  • Starting web server…
  • Initialization ended.
    Asking for update info: http://www.compilgames.net/update/?p=GD&l=fr_FR&v=4.0.89.0
    GDevelop sur GitHub
    Tester GDevApp, la nouvelle app de création de jeux
    https://github.com/4ian/GD
    https://gdevapp.com?utm_source=software&utm_medium=link_fr&utm_campaign=launch
    Sending analytics data…done (201)
    ==19838== Conditional jump or move depends on uninitialised value(s)
    ==19838== at 0x7A4F95A: gd::gdRibbonMSWArtProvider::DrawHelpButton(wxDC&, wxRibbonBar*, wxRect const&) (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCore.so)
    ==19838== by 0x66219F3: wxRibbonBar::OnPaint(wxPaintEvent&) (in /usr/local/lib/libwx_gtk2u_ribbon-3.0.so.0.2.0)
    ==19838== by 0x5B6C68D: wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2996: wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2A8A: wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2E47: wxEvtHandler::TryHereOnly(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2ED2: wxEvtHandler::ProcessEventLocally(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2F34: wxEvtHandler::ProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2C96: wxEvtHandler::SafelyProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x551C828: wxWindow::GTKSendPaintEvents(_GdkRegion const*) (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
    ==19838== by 0x551CFD3: expose_event (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
    ==19838== by 0xA2A2E5B: ??? (in /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.28)
    ==19838==
    ==19838== Conditional jump or move depends on uninitialised value(s)
    ==19838== at 0x661ED6F: wxRibbonBar::OnMouseLeave(wxMouseEvent&) (in /usr/local/lib/libwx_gtk2u_ribbon-3.0.so.0.2.0)
    ==19838== by 0x5B6C68D: wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2996: wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2A8A: wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2E47: wxEvtHandler::TryHereOnly(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2ED2: wxEvtHandler::ProcessEventLocally(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2F34: wxEvtHandler::ProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5CF2C96: wxEvtHandler::SafelyProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
    ==19838== by 0x5517016: gtk_window_leave_callback (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
    ==19838== by 0xA2A2E5B: ??? (in /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.28)
    ==19838== by 0xB411014: g_closure_invoke (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4600.1)
    ==19838== by 0xB423060: ??? (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4600.1)
    ==19838==

(GDIDE:19838): Gtk-WARNING : Unable to show ‘-’: Opération non prise en charge
This is a legacy GDevelop project, checking if it is already encoded in UTF8…
==19838== Conditional jump or move depends on uninitialised value(s)
==19838== at 0x1A2ED6FB: murrine_draw_expander (in /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so)
==19838== by 0x1A2DD55B: ??? (in /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so)
==19838== by 0x54FBDA4: wxRendererGTK::DrawTreeItemButton(wxWindow
, wxDC&, wxRect const&, int) (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
==19838== by 0x57876F2: wxGenericTreeCtrl::PaintLevel(wxGenericTreeItem
, wxDC&, int, int&) (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
==19838== by 0x57872CE: wxGenericTreeCtrl::PaintLevel(wxGenericTreeItem*, wxDC&, int, int&) (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
==19838== by 0x578780F: wxGenericTreeCtrl::OnPaint(wxPaintEvent&) (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
==19838== by 0x5B6C68D: wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2996: wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2A8A: wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2E47: wxEvtHandler::TryHereOnly(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2ED2: wxEvtHandler::ProcessEventLocally(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2F34: wxEvtHandler::ProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838==
Bool attribute “folderProject” not found, returning 0Loaded default font
New pending task added (Compilation of events of scene slot_machine_example)
Launching new compilation runProcessing task Compilation of events of scene slot_machine_example…
Launching pre work…
Generating C++ code…
Launching compiler process…
g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x1ae7d770ObjectFile.o” -include “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp/GDCpp/EventsPrecompiledHeader.h” -c “/tmp/GDTemporaries/GD0x1ae7d770EventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_IDE_ONLY -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
CodeCompilerProcess created.

(GDIDE:19838): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion ‘width >= -1’ failed

(GDIDE:19838): Gtk-CRITICAL : IA__gtk_widget_set_size_request: assertion ‘width >= -1’ failed
CodeCompilerProcess terminated with status 0.
CodeCompiler notified that the current process ended work.
Compilation succeeded.
Launching post task
Preparing linking task for scene slot_machine_example…
New pending task added (Linking code for scene slot_machine_example)
Task ended.
Processing task Linking code for scene slot_machine_example…
Launching compiler process…
g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x1ae7d770Code.dll” -shared “/tmp/GDTemporaries/GD0x1ae7d770ObjectFile.o” -L"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/" -L"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/" -lGDCpp -lstdc++ -lGDCore “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-audio.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-network.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-graphics.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-window.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-system.so.2”
CodeCompilerProcess created.
==19838== Conditional jump or move depends on uninitialised value(s)
==19838== at 0x7CAA376: gd::ImageManager::GetSFMLTexture(gd::String const&) const (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCore.so)
==19838== by 0x7B8E762: gd::SpriteObject::LoadResources(gd::Project&, gd::Layout&) (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCore.so)
==19838== by 0x7AE5CC2: gd::LayoutEditorCanvas::ReloadResources() (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCore.so)
==19838== by 0x7AF84BE: gd::LayoutEditorCanvas::OnUpdate() (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCore.so)
==19838== by 0x7AE15D2: gd::LayoutEditorCanvas::OnPaint(wxPaintEvent&) (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCore.so)
==19838== by 0x5B6C68D: wxAppConsoleBase::CallEventHandler(wxEvtHandler
, wxEventFunctor&, wxEvent&) const (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2996: wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler
, wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2D7D: wxEvtHandler::SearchDynamicEventTable(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2E0D: wxEvtHandler::TryHereOnly(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2ED2: wxEvtHandler::ProcessEventLocally(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2F34: wxEvtHandler::ProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2C96: wxEvtHandler::SafelyProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838==
ImageManager: Loading 01.jpg.ImageManager: Loading 02.jpg.ImageManager: Loading 03.jpg.ImageManager: Loading 04.jpg.ImageManager: Loading 05.jpg.ImageManager: Loading 06.jpg.CodeCompilerProcess terminated with status 0.
CodeCompiler notified that the current process ended work.
Compilation succeeded.
Launching post task
Task ended.
No more task to be processed.
==19838== Conditional jump or move depends on uninitialised value(s)
==19838== at 0x661FBAD: wxRibbonBar::HitTestRibbonButton(wxRect const&, wxPoint const&, bool&) (in /usr/local/lib/libwx_gtk2u_ribbon-3.0.so.0.2.0)
==19838== by 0x661FD73: wxRibbonBar::OnMouseMove(wxMouseEvent&) (in /usr/local/lib/libwx_gtk2u_ribbon-3.0.so.0.2.0)
==19838== by 0x5B6C68D: wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2996: wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2A8A: wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2E47: wxEvtHandler::TryHereOnly(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2ED2: wxEvtHandler::ProcessEventLocally(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2F34: wxEvtHandler::ProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2C96: wxEvtHandler::SafelyProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5516E06: gtk_window_motion_notify_callback (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
==19838== by 0xA2A2E5B: ??? (in /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.28)
==19838== by 0xB411014: g_closure_invoke (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4600.1)
==19838==
New pending task added (Compilation of events of scene slot_machine_example)
Launching new compilation runProcessing task Compilation of events of scene slot_machine_example…
Launching pre work…
Generating C++ code…
Launching compiler process…
g++ -std=gnu++11 -fPIC -o “/tmp/GDTemporaries/GD0x184f2080RuntimeObjectFile.o” -c “/tmp/GDTemporaries/GD0x184f2080RuntimeEventsSource.cpp” -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/i686-linux-gnu/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/lib/gcc/i686-linux-gnu/4.7/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/i686-linux-gnu" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/linux/usr/include/c++/4.7/backward" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/GDCpp" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/Core" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/SFML/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/include" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/include/wxwidgets/lib/gcc_dll/msw" -I"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/include" -DGD_CORE_API= -DGD_API= -DGD_EXTENSION_API= -DRELEASE -DNDEBUG -DBOOST_DISABLE_ASSERTS
CodeCompilerProcess created.
CodeCompilerProcess terminated with status 0.
CodeCompiler notified that the current process ended work.
Compilation succeeded.
Task ended.
No more task to be processed.
==19838== Use of uninitialised value of size 8
==19838== at 0x4F87A37: aes_ecb_encrypt (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4F881A0: aes_cbc_encrypt (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4F64778: GDpriv::FullProjectCompiler::LaunchProjectCompilation() (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4FA27F5: ProjectExportDialog::OnCompilBtClick(wxCommandEvent&) (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x5B6C68D: wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2996: wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2D7D: wxEvtHandler::SearchDynamicEventTable(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2E0D: wxEvtHandler::TryHereOnly(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2ED2: wxEvtHandler::ProcessEventLocally(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2F34: wxEvtHandler::ProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x56FD987: wxWindowBase::TryAfter(wxEvent&) (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
==19838== by 0x5CF2C96: wxEvtHandler::SafelyProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838==
==19838== Use of uninitialised value of size 8
==19838== at 0x4F87A97: aes_ecb_encrypt (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4F881A0: aes_cbc_encrypt (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4F64778: GDpriv::FullProjectCompiler::LaunchProjectCompilation() (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4FA27F5: ProjectExportDialog::OnCompilBtClick(wxCommandEvent&) (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x5B6C68D: wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2996: wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2D7D: wxEvtHandler::SearchDynamicEventTable(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2E0D: wxEvtHandler::TryHereOnly(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2ED2: wxEvtHandler::ProcessEventLocally(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2F34: wxEvtHandler::ProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x56FD987: wxWindowBase::TryAfter(wxEvent&) (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
==19838== by 0x5CF2C96: wxEvtHandler::SafelyProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838==
==19838== Use of uninitialised value of size 8
==19838== at 0x4F87ABF: aes_ecb_encrypt (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4F881A0: aes_cbc_encrypt (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4F64778: GDpriv::FullProjectCompiler::LaunchProjectCompilation() (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4FA27F5: ProjectExportDialog::OnCompilBtClick(wxCommandEvent&) (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x5B6C68D: wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2996: wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2D7D: wxEvtHandler::SearchDynamicEventTable(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2E0D: wxEvtHandler::TryHereOnly(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2ED2: wxEvtHandler::ProcessEventLocally(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2F34: wxEvtHandler::ProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x56FD987: wxWindowBase::TryAfter(wxEvent&) (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
==19838== by 0x5CF2C96: wxEvtHandler::SafelyProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838==
==19838== Use of uninitialised value of size 8
==19838== at 0x4F87ACD: aes_ecb_encrypt (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4F881A0: aes_cbc_encrypt (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4F64778: GDpriv::FullProjectCompiler::LaunchProjectCompilation() (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x4FA27F5: ProjectExportDialog::OnCompilBtClick(wxCommandEvent&) (in /home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libGDCpp.so)
==19838== by 0x5B6C68D: wxAppConsoleBase::CallEventHandler(wxEvtHandler*, wxEventFunctor&, wxEvent&) const (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2996: wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2D7D: wxEvtHandler::SearchDynamicEventTable(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2E0D: wxEvtHandler::TryHereOnly(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2ED2: wxEvtHandler::ProcessEventLocally(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x5CF2F34: wxEvtHandler::ProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838== by 0x56FD987: wxWindowBase::TryAfter(wxEvent&) (in /usr/local/lib/libwx_gtk2u_core-3.0.so.0.2.0)
==19838== by 0x5CF2C96: wxEvtHandler::SafelyProcessEvent(wxEvent&) (in /usr/local/lib/libwx_baseu-3.0.so.0.2.0)
==19838==
Preparing linking task for project slot_machine_example…
Added GD0x184f2080RuntimeObjectFile.o (Layout object file) to the linking.
New pending task added (Linking code for project slot_machine_example)
Launching new compilation runProcessing task Linking code for project slot_machine_example…
Launching compiler process…
g++ -std=gnu++11 -fPIC -o “/tmp/GDDeploymentTemporaries/Code.so” -shared “/tmp/GDTemporaries/GD0x184f2080RuntimeObjectFile.o” -L"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/" -L"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Runtime/" -L"/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Extensions/Runtime/" “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/CppPlatform/Runtime/libGDCpp.so” -lstdc++ “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-audio.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-network.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-graphics.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-window.so.2” “/home/era/Projets/GD/GD-4.0.89/Binaries/Output/Release_Linux/libsfml-system.so.2”
CodeCompilerProcess created.
CodeCompilerProcess terminated with status 0.
CodeCompiler notified that the current process ended work.
Compilation succeeded.
Task ended.
No more task to be processed.

GDevelop shutdown started:

  • Closing the configuration and destroying singletons…
    .
  • Closing the platforms…
  • Deleting single instance checker…
  • Clearing icon cache…
  • Deleting the crash detection file…
  • Shutdown process finished.
    ==19838==
    ==19838== HEAP SUMMARY:
    ==19838== in use at exit: 7,065,705 bytes in 79,074 blocks
    ==19838== total heap usage: 2,907,912 allocs, 2,828,838 frees, 4,863,781,139 bytes allocated
    ==19838==
    ==19838== LEAK SUMMARY:
    ==19838== definitely lost: 14,017 bytes in 33 blocks
    ==19838== indirectly lost: 82,864 bytes in 2,862 blocks
    ==19838== possibly lost: 4,196 bytes in 32 blocks
    ==19838== still reachable: 6,713,292 bytes in 74,992 blocks
    ==19838== of which reachable via heuristic:
    ==19838== length64 : 9,672 bytes in 129 blocks
    ==19838== newarray : 2,256 bytes in 61 blocks
    ==19838== suppressed: 0 bytes in 0 blocks
    ==19838== Rerun with --leak-check=full to see details of leaked memory
    ==19838==
    ==19838== For counts of detected and suppressed errors, rerun with: -v
    ==19838== Use --track-origins=yes to see where uninitialised values come from
    ==19838== ERROR SUMMARY: 104 errors from 9 contexts (suppressed: 0 from 0)[/code]

Ben, du coup, il n’y a pas de bug d’après ce que je lis ?

Quand je lance GD avec valgrind, aucun problème mais quand je lance GD seul, il crash à la compilation.

Je n’ai plus d’idées…
Comment évolue la consommation RAM de GDevelop (GDIDE) pendant la compilation ?

Je parie un demi-carambar machouillé que c’est la carte graphique.
Trop vieille ou mal supportée par OpenGL/WebGL, et donc sous Linux et GD.

Bonjour,
Quelques nouvelles :
J’ai essayé la 4.0.91 et GD crash lors de la génération du code à la compilation.

Malheureusement, nous sommes toujours incapables de reproduire le problème chez nous. :frowning:

Je viens d’essayer avec valgrind et bonne nouvelle, ça marche (mais uniquement avec valgrind)

Au lieu d’utiliser Valgrind (qui réduit beaucoup trop les performances du logiciel), essaie de faire ce qui est indiqué ici :
[url][Linux] GDevelop plante juste après modification des évén...]
Cela a permis de résoudre le problème chez une personne qui avait un problème identique.

(C’est juste un contournement du bug, mais ça marche sans trop affecter les performances)