http://bugs.winehq.org/show_bug.cgi?id=15935
Summary: Carbide c++ 1.3 (based on eclipse) installs, but crashes with EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7d754beb, pid=8, tid=9 in HotSpot Virtual machine Product: Wine Version: 1.1.5 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole32 AssignedTo: wine-bugs@winehq.org ReportedBy: eddy.petrisor@gmail.com CC: eddy.petrisor@gmail.com
Created an attachment (id=17114) --> (http://bugs.winehq.org/attachment.cgi?id=17114) Log of the console messages for the crashing carbide c++ 1.3 app.
I have installed Carbide C++ 1.3 (download from http://www.forum.nokia.com/main/resources/tools_and_sdks/carbide_cpp/ -- needs an account on forum.nokia.com, but otherwise the app is free for download).
The installation went well, then I tried to start the app, it allowed me to choose the workspace (although creating a new directory from the interface wasn't working), it showed some loading thingies on the splash screen then crashed with an EXCEPTION_ACCESS_VIOLATION in
# Java VM: Java HotSpot(TM) Client VM (1.5.0_10-b03 mixed mode) # Problematic frame: # C [ole32.dll+0x64beb]
Note that that the native environment is Debian Linux amd64 (Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz) and the wine package was installed from the experimental distribution from debian:
http://packages.debian.org/experimental/wine
Also note that running the eclipsec.exe binary results in the same crash.