Avidemux Forum

Avidemux => Main version 2.6 => Topic started by: Culted on January 10, 2014, 05:22:09 AM

Title: avidemux 2.6.7 compiled under xubuntu 13.10 x64 crash at start
Post by: Culted on January 10, 2014, 05:22:09 AM
i compiled avidemux 2.6.7 with the bootstrap.sh with this options " --with-plugins --without-qt4 --wth-core --with-gtk --deb the compilation ended without a problem, but now when i try to start it it crashes with this message

Directory /home/robert/.avidemux6/ exists.Good.
Using /home/robert/.avidemux6/ as base directory for prefs, jobs, etc.
*************************
  Avidemux v
*************************
http://www.avidemux.org
Code      : Mean, JSC, Grant Pedersen
GFX       : Nestor Di, nestordi@augcyl.org
Design    : Jakub Misak
FreeBSD   : Anish Mistry, amistry@am-productions.biz
Audio     : Mihail Zenkov
Mac OS X  : Kuisathaverat, Harry van der Wolf
Win32     : Grant Pedersen

Compiler: GCC 4.8.1
Build Target: Linux (x86-64)
User Interface: GTK+ (3.8.6)

Large file available: 1 offset
Time: Fri Jan 10 06:16:33 2014

0: avidemux3_gtk

Initialising prefs
[load]  Loading prefs from /home/robert/.avidemux6/config2
  [load]  can't read /home/robert/.avidemux6/config2
[cpuCaps]Checking CPU capabilities
MMX detected
MMXEXT detected
SSE detected
SSE2 detected
SSE3 detected
SSSE3 detected
[cpuCaps]End of CPU capabilities check (cpuMask :ffffffff, cpuCaps :1e6)

[SDL] Version: 1.2.15
[SDL] Initialisation succeeded
[SDL] Video Driver: x11


[Locale] setlocale de_DE.UTF-8
[Locale] Textdomain was messages
[Locale] Textdomain is now avidemux
[Locale] Test: _File

[Gtk] Entering gtk_init
Initializing Dithering tables
[COREUI] Compiled with 01.00.00
[COREUI] Linked with   01.00.00
[CoreUI] Compiled with patch version 0, using 0
[UI Toolkit] Running version 01:03
[Script] Scanning directory /usr/lib/ADM_plugins6/scriptEngines/
[Script] Tinypy INFO - Registering group addons
[Script] Tinypy INFO - Registering: help
[Script] Tinypy INFO - Registering: get_folder_content
[Script] Tinypy INFO - Registering: get_file_size
[Script] Tinypy INFO - Registering: basename
[Script] Tinypy INFO - Registering: dirname
[Script] Tinypy INFO - Registering class: Avidemux
[Script] Tinypy INFO - Registering class: Editor
[Script] Tinypy INFO - Registering class: Gui
[Script] Tinypy INFO - Registering class: DFToggle
[Script] Tinypy INFO - Registering class: DFInteger
[Script] Tinypy INFO - Registering class: DFMenu
[Script] Tinypy INFO - Registering class: DFTimeStamp
[Script] Tinypy INFO - Registering class: DialogFactory
[Script] Tinypy INFO - Registering group test
[Script] Tinypy INFO - Registering: testAssert
[Script] Tinypy INFO - Registering: testCrash
[Script] Tinypy INFO - Python initialised
[Script] QtScript INFO - Initialised
[Script] SpiderMonkey INFO - Registered Debug functions
[Script] SpiderMonkey INFO - Registered Test functions
[Script] SpiderMonkey INFO - Registered DialogFactory classes
[Script] SpiderMonkey INFO - Spidermonkey initialised
Trying :</usr/lib/ADM_glade//main/gtk2_build.gtkBuilder>

(avidemux3_gtk:26588): Gtk-WARNING **: Unknown property: GtkGrid.n-columns

(avidemux3_gtk:26588): Gtk-WARNING **: Unknown property: GtkGrid.n-rows

(avidemux3_gtk:26588): Gtk-WARNING **: Unknown property: GtkGrid.n-columns
[admGlade] Cannot locate widget jogg

(avidemux3_gtk:26588): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(avidemux3_gtk:26588): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
[wrapGetCurrent]  Out of range for widget comboboxVideo
  [HandleAction]  ************ VIDEO_CODEC_CHANGED **************
  [wrapGetCurrent]  Out of range for widget comboboxVideo
  [wrapGetCurrent]  Out of range for widget comboboxAudio
  [HandleAction]  ************ AUDIO_CODEC_CHANGED **************
  [wrapGetCurrent]  Out of range for widget comboboxAudio

*********** BACKTRACK **************
/usr/lib/libADM_core6.so(ADM_backTrack+0x60) [0x7fb0f53dc020]:0:<ADM_backTrack>:-2
avidemux3_gtk(_Z20audioCodecSetByIndexii+0xa4) [0x42ee24]:1:<audioCodecSetByIndex(int, int)>:0
avidemux3_gtk(_Z12HandleAction6Action+0x1f6) [0x427016]:2:<HandleAction(Action)>:0
avidemux3_gtk(_Z7initGUIRKSt6vectorIP13IScriptEngineSaIS1_EE+0xb3c) [0x4610bc]:3:<initGUI(std::vector<IScriptEngine*, std::allocator<IScriptEngine*> > const&)>:0
avidemux3_gtk(_Z13startAvidemuxiPPc+0x2fb) [0x42c29b]:4:<startAvidemux(int, char**)>:0
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0x7fb0f12c3de5]:5:<__libc_start_main>:-2
avidemux3_gtk() [0x4243cf]:6:<avidemux3_gtk() [0x4243cf]>:-2
*********** BACKTRACK **************
Cleaning up
[deleteAll]  [Editor] Deleting all videos
  [deleteAll]  [Editor] Deleting all videos
  [deleteAll]  [Editor] Deleting all videos
[Script] QtScript INFO - Closing QtScript
[Script] Tinypy INFO - Closing Python
[Script] SpiderMonkey INFO - Closing Spidermonkey
[SDL] Quitting...
[destroyGUI]  Destroying Gtk GUI
  [renderDestroy]  Cleaning up Render
  [destroy]  Destroying preview
  [ADM_ad_cleanup]  Purging audio decoder
  [ADM_vf_clearFilters]  clear filters
  [ADM_vf_cleanup]  Destroying video filter list
--End of cleanup--

Images stat:
___________
Max memory consumed (MB)     : 0
Current memory consumed (MB) : 0
Max image used               : 0
Cur image used               : 0
[onexit] 
Goodbye...


need some help to get this to work



sorry for bad english
Title: Re: avidemux 2.6.7 compiled under xubuntu 13.10 x64 crash at start
Post by: mean on January 10, 2014, 06:13:43 AM
The Gtk version severely lags behind the qt one.
Much better to use the Qt version, even on xubuntu