[Bug 22152] Pando-based installers don't work (Atlantica Online, LeagesofLegends, LotRO)

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 15 06:45:34 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22152


Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net




--- Comment #19 from Anastasius Focht <focht at gmx.net>  2010-08-15 06:45:33 ---
Hello,

it seems all this Pando Media Booster stuff is built with MinGW Java compiler
(gcc-java), e.g. java code compiled to native Windows executables.

I remember the garbage collection (using separate threads) was rather stressful
to heap management, so you could try to force a run with gc turned off.

$ GC_DONT_GC=1 wine ./foo.exe

It might help to get the installers further - to a point where the app/java
logging is enabled that might be helpful to track down additional bugs.

There are probably more bugs buried in Wine bugzilla that suffer from this.
I vaguely remembered a similar issue with mingw gcj but could not find the bug
anymore.
If you find additional apps that die rather quickly with exception stack
overflow, search for "LIBGCCW32-EH-SJLJ-GTHR-MINGW32" and "GCJ_" or "libgcj" in
relay logs -> dupe.

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list