I already said that it does not crash. Just eats up a lot of CPU when in the events tab.
Yeah, I am on linux (manjaro- arch based - latest), using your package from the opensuse build service.
I can recall having the same problem with the converted deb file i used in the past as well.
Will the way you propose give any feedback on where the CPU is being wasted?
Here is what I get in terminal:
[fox@darkstar ~]$ cd /opt/gdevelop
[fox@darkstar gdevelop]$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
[fox@darkstar gdevelop]$ gdb GDIDE
GNU gdb (GDB) 7.9
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from GDIDE...(no debugging symbols found)...done.
(gdb) run
Starting program: /opt/gdevelop/GDIDE
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
GDevelop initialization started:
* Config file set.
* Language loaded
* Single instance handling done
* Image handlers loaded
* Crash management ended
* Splash Screen created
* Displaying GDevelop version information :
GDevelop 3.6.78.0, built 25/01/2015
* Creating a useless SFML texture
* Removing CppPlatform/Extensions/AStarAutomatism.xgdle
* 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... Network, Light, PrimitiveDrawing, PhysicsAutomatism, SoundObject, LinkedObjects, Function, TextObject, TimedEvent, DestroyOutsideAutomatism, CommonDialogs, PathAutomatism, PanelSpriteObject, AES, ParticleSystem, DraggableAutomatism, TiledSpriteObject, TextEntryObject, PlatformAutomatism, TileMapObject, AdvancedXML, TopDownMovementAutomatism, Box3DObject, PathfindingAutomatism, 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... Unable to open Extensions (./JsPlatform/Extensions/) directory.
Loading extensions for GDevelop JS platform... PrimitiveDrawing, PhysicsAutomatism, LinkedObjects, TextObject, DestroyOutsideAutomatism, PanelSpriteObject, DraggableAutomatism, TiledSpriteObject, TextEntryObject, PlatformAutomatism, TopDownMovementAutomatism, PathfindingAutomatism, 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)
* Initializing platforms...
* Starting web server...
* Initialization ended.
Asking for update info: http://www.compilgames.net/update/?p=GD&l=&v=3.6.78.0
GDevelop on GitHub
Try GDevApp, the online game creator based on GD
https://github.com/4ian/GD
https://gdevapp.com?utm_source=software&utm_medium=link_en&utm_campaign=launch
Sending analytics data...done (201)
(GDIDE:9445): Gtk-WARNING **: Unable to show '-': Operation not supported
Unable to get attribute 'idVendor'. Could not find parent USB device for joystick at index 0
Unable to get attribute 'idProduct'. Could not find parent USB device for joystick at index 0
(GDIDE:9445): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed
(GDIDE:9445): Gtk-CRITICAL **: IA__gtk_widget_set_size_request: assertion 'width >= -1' failed
[Thread 0x7ffff7f74940 (LWP 9445) exited]
Program terminated with signal SIGKILL, Killed.
The program no longer exists.
(gdb) bt
No stack.
(gdb)
But as said, it’s not crashing, just eating a lot of cpu and not wanting to close when doing so.
The terminal doesnt seem to be giving me any new messages when entering the Events tab, so I still have no idea why its eating so much cpu when in the Events tab.