Amule don't start after last stable update

Hi,

Issue after the last stable update, amule don’t start any more, tested with wayland and x11

[nls@usb ~]$ amule
 2024-07-29 09:16:38: amuleAppCommon.cpp(335): Initialising aMule GIT compiled with wxGTK2 v3.2.5 and Boost 1.83 (Debugging) (Snapshot: rev. 2.3.3)
 2024-07-29 09:16:38: amuleAppCommon.cpp(382): Checking if there is an instance already running...
 2024-07-29 09:16:38: amuleAppCommon.cpp(413): No other instances are running.
 2024-07-29 09:16:38: ListenSocket.cpp(67): ListenSocket: Ok.
Assertion failed: /usr/src/debug/wxwidgets/wxWidgets/src/common/sizer.cpp:DoInsert:2269: Assertion 'CheckSizerFlags(!((flags) & (wxALIGN_CENTRE_VERTICAL)))' failed. wxALIGN_CENTRE_VERTICAL will be ignored in this sizer: only horizontal alignment flags can be used in vertical sizers

DO NOT PANIC !!

If you're an end user running a program not developed by you, please ignore this message, it is harmless, and please try reporting the problem to the program developers.

You may also set WXSUPPRESS_SIZER_FLAGS_CHECK environment variable to suppress all such checks when running this program.

If you're the developer, simply remove this flag from your code to avoid getting this message. You can also call wxSizerFlags::DisableConsistencyChecks() to globally disable all such checks, but this is strongly not recommended.
Backtrace follows:
[3] wxOnAssert(char const*, int, char const*, char const*, wxString const&) in /usr/lib/libwx_baseu-3.2.so.0[0x7f28f9488abe]
[4] wxBoxSizer::DoInsert(unsigned long, wxSizerItem*) in /usr/lib/libwx_gtk3u_core-3.2.so.0[0x7f28f9bd65a0]
[5] ?? in amule[0x56289dd4ff34]
[6] ?? in amule[0x56289dd08003]
[7] ?? in amule[0x56289dbb5cf6]
[8] ?? in amule[0x56289dbb6190]
[9] ?? in amule[0x56289dafa3a1]
[10] ?? in amule[0x56289dbb4b8e]
[11] wxEntry(int&, wchar_t**) in /usr/lib/libwx_baseu-3.2.so.0[0x7f28f94f5222]
[12] ?? in amule[0x56289da65d29]
[13] ?? in /usr/lib/libc.so.6[0x7f28f8e39c88]
[14] __libc_start_main in /usr/lib/libc.so.6[0x7f28f8e39d4c]
[15] ?? in amule[0x56289da77375]

Aborted (core dumped)
[nls@usb ~]$

Thanks for your help.

Edit 1 : Arch amule stable is version 1:2.3.3-9 I hope soon on Manjaro :slight_smile:
https://archlinux.org/packages/?q=amule

It will arrive when due

 $ mbn info amule -q
Branch         : archlinux
Name           : amule
Version        : 1:2.3.3-9
Repository     : extra
Build Date     : Wed 24 Jul 2024 16:29:48 
Packager       : Antonio Rojas <arojas@archlinux.org>

Branch         : unstable
Name           : amule
Version        : 1:2.3.3-9
Repository     : extra
Build Date     : Wed 24 Jul 2024 16:29:48 
Packager       : Antonio Rojas <arojas@archlinux.org>

Branch         : testing
Name           : amule
Version        : 1:2.3.3-8
Repository     : extra
Build Date     : Sat 20 Jul 2024 18:15:16 
Packager       : Antonio Rojas <arojas@archlinux.org>

Branch         : stable
Name           : amule
Version        : 1:2.3.3-7
Repository     : extra
Build Date     : Tue 05 Sep 2023 20:06:16 
Packager       : Antonio Rojas <arojas@archlinux.org>
2 Likes

While amule is not updated, you can use it with the following command from the Terminal:

export WXSUPPRESS_SIZER_FLAGS_CHECK=1 && amule

(I used the fast lane: download & install amule 2.3.3-9 package from the extra repository and it works).

2 Likes

Thanks for your reply and solutions.

hola

1 Like

I’ve pushed amule 2.3.3-9 to testing and stable since 2.3.3-8 is completely broken.

3 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.