Monkey Studio IDE The way IDEs should be

new release

hi,
I saw new stable release so I tried it but It simply does not start.

I used standard buld with integrated qscintilla and no errors found during compilation. after installing I launch it and... segmentation fault!

If there is any debug feature I can try to rebuild it and post a log.
now this is what I get from "gdb monkeystudio"
(gdb) run
Starting program: /usr/local/bin/monkeystudio
[Thread debugging using libthread_db enabled]
Found plugin: AStyle, type: 1
Found plugin: ClassBrowser, type: 1
Found plugin: Ctags2Api, type: 1
Found plugin: FileBrowser, type: 1
Found plugin: FileWatcher, type: 1
Found plugin: MessageBox, type: 1
Found plugin: MkSShell, type: 1
Found plugin: ProjectHeaders, type: 1
Found plugin: RegExpEditor, type: 1
Found plugin: SearchAndReplace, type: 1
Found plugin: UpdateChecker, type: 1
Found plugin: GNUMake, type: 8
Found plugin: QtAssistant, type: 2
Found plugin: QtDesigner, type: 2
Found plugin: GccParser, type: 1
Found plugin: BeaverDebugger, type: 32

Program received signal SIGSEGV, Segmentation fault.
0x000000000055c05b in pConsoleManager::addParser(AbstractCommandParser*) ()
(gdb) bt
#0 0x000000000055c05b in pConsoleManager::addParser(AbstractCommandParser*) ()
#1 0x00007fffe4c41056 in PHP::PHP() () from /usr/local/lib64/monkeystudio/interpreter/libPHP.so
#2 0x00007fffe4c411b5 in qt_plugin_instance ()
from /usr/local/lib64/monkeystudio/interpreter/libPHP.so
#3 0x0000000000565cf7 in PluginsManager::loadsPlugins() ()
#4 0x000000000057d2f6 in MonkeyCore::init() ()
#5 0x00000000005740e2 in main ()

any ideas

pasnox's picture

Are you sure you remove old

Are you sure you remove old plugins?
It can exist incompatibilities between plugins as api changed.
Else you can try to build in debug, this will produce a better backtrace.
Just edit the config.pri file and look for CONFIG += and replace debug by release, then rebuild all.
Be sure to deinstall previous installed version before to avoid conflicts.

You can seek team on IRC.
If you don't know what is IRC, then go to the IRC page.
If you want an answer, please be explicit and verbose.
Help by email will be ignored.