When I start amulegui.exe from MingW bash, I get a lot of error messages on the console
Connecting...
Going to event loop...
Remote GUI EC event handler
LOG: Succeeded! Connection established to aMule CVS
LOG:
LOG: - This is aMule CVS using wxMSW v2.7.0 (Unicoded) (Snapshot: Thu Jan 12 07:02:16 CET 2006) based on eMule.
LOG: Running on Windows XP (build 2600, Service Pack 2)
LOG: - Visit http://www.amule.org to check if a new version is available.
LOG:
RLE_Data: decoding error. 74 bytes decoded to 70 instead of 263
RLE_Data: decoding error. 6 bytes decoded to 6 instead of 7
RLE_Data: decoding error. 1 bytes decoded to 1 instead of 30240
RLE_Data: decoding error. 8 bytes decoded to 8 instead of 17788
RLE_Data: decoding error. 1 bytes decoded to 1 instead of 12079
RLE_Data: decoding error. 1 bytes decoded to 1 instead of 12854
RLE_Data: decoding error. 1 bytes decoded to 1 instead of 25953
RLE_Data: decoding error. 1 bytes decoded to 1 instead of 68
Shutting down aMule...
aMule dialog destroyed
This time I only started the program and closed it after a few seconds without any other action.
If, however, I go to "Shared Files" and exit the program from there without any other clicks/actions, I get a memory exception. The output on console is like above, only much more of the "decoding errors". Including the "Shutting down" and "Dialog destroyed".
I will compile amulegui with debug enabled and try again.