http://bugs.winehq.org/show_bug.cgi?id=29720
Bug #: 29720
Summary: Eclipse (Europa) crashes when tries to display welcome
window
Product: Wine
Version: 1.4-rc1
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Classification: Unclassified
Created attachment 38572
--> http://bugs.winehq.org/attachment.cgi?id=38572
+mshtml,+tid
When eclipse is started for a first time it's sometimes possible to see bits of
'welcome window' html rendered - links only on white background.
To reproduce close this window and try to open it again with Help->Welcome.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=20948
Summary: Eclipse (Europa) Links from Welcome window do not work
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=25114)
--> (http://bugs.winehq.org/attachment.cgi?id=25114)
Output after clicking Overview link
On wine-1.1.34-99-g8da7a00 Welcome window shows up with its content displayed
mostly right. Now the problem is that most links do nothing useful - new opened
page is white without content at all.
Attached log contains only lines outputted after clicking on Overview link.
All you need to run this is a Sun JVM - jre-6u16-windows-i586-s is what I
tested with.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=21689
Summary: Eclipse (Europa): Some links on Welcome window display
text without hover
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=26210)
--> (http://bugs.winehq.org/attachment.cgi?id=26210)
Screenshot
On wine-1.1.38-131-g6805045 Welcome window contains some links. Two of them
have wrong text layout:
text appears before I mouse pointer over it, instead when I does move pointer
text hides. So behaviour is opposite. Also text placement is wrong (see
attached screenshot).
All you need to run this is a Sun JVM - jre-6u16-windows-i586-s is what I
tested with.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39670
Bug ID: 39670
Summary: Eclipse (Europa) does not start
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Clean wine-1.8-rc1 prefix + java JRE v7.0_67-b01.
When i try to start Eclipse 3.3, i get:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7d2abf51, pid=8, tid=9
#
# JRE version: Java(TM) SE Runtime Environment (7.0_67-b01) (build
1.7.0_67-b01)
# Java VM: Java HotSpot(TM) Client VM (24.65-b04 mixed mode, sharing
windows-x86 )
# Problematic frame:
# C [ieframe.dll+0x2bf51] create_shell_embedding_hwnd+0x57
#
# Failed to write core dump. Minidumps are not enabled by default on client
versions of Windows
#
fixme:msvcrt:MSVCRT__wsopen_s : pmode 0x01b6 ignored
# An error report file with more information is saved as:
# C:\eclipse\hs_err_pid8.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
First bad commit wine-1.7.47-111-g99613c0:
commit 99613c003ed43f5725ef08d32fea440f737e8aba
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Fri Jul 17 12:35:45 2015 +0200
ieframe: Implement IViewObject::GetAdvise and IViewObject::SetAdvise.
To revert this patch on top of wine-1.8-rc1-51-g3a6ac60 i removed the test
chunk from this commit and Eclipse starts again.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=19610
Summary: Eclipse exits on load with X Error
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
CC: hverbeet(a)gmail.com
Blocks: 10916
Trying to solve bug 10916 I found that today git (at
760d2b652f547fe3861d5fa30fcbf219beab69da) introduced a regression that causes
Eclipse to exit earlier with the following X error:
---
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 147 (MIT-SHM)
Minor opcode of failed request: 3 (X_ShmPutImage)
Value in failed request: 0x48312be8
Serial number of failed request: 570
Current serial number in output stream: 571
---
This is caused by commit
http://source.winehq.org/git/wine.git/?a=commit;h=9fd29492c1b47fb0618997e99….
Reverting it allows application to start as before.
If you need any traces let me know.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=19619
Summary: Eclipse (Europa) GUI is unusable
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
With current 1.1.27 Wine Eclipse europa is completely unusable. It starts
without any crash now, nut GUI is almost empty - no toolbars/docked panels
visible. Native comctl32 is a workaround for that.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=20397
Summary: Eclipse (Europa) Welcome window is empty
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=24195)
--> (http://bugs.winehq.org/attachment.cgi?id=24195)
Terminal output starting eclipse till Welcome window
Hi.
On wine-1.1.31-272-g8c743cb after first starting Eclipse shows empty Welcome
window - embedded browser with a navigation page doesn't display at all. Whole
window area is filled white. 'winetricks ie6' is a workaround for this.
All you need to run this is a Sun JVM - latest jre-6u16-windows-i586-s runs
fine.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=20398
Summary: Eclipse (Europa) splash screen doesn't look as it
should
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://www.eclipse.org/downloads/download.php?file=/te
chnology/epp/downloads/release/europa/winter/eclipse-j
ava-europa-winter-win32.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=24196)
--> (http://bugs.winehq.org/attachment.cgi?id=24196)
Log from eclipse launching
On launching eclipse supposed to show a splash window with a picture, current
launching stage and a progress bar at bottom.
When progress bar appears splash window gets repainted at loses it's picture
showing white rectangle for entire window. Current text for launching stage
shows up over white window with a right color (light blue as far as I can
tell).
After launching some errors for x11drv channel outputted, see attached log.
Required prerequisite in jre installed (I tried with jre-6u16-windows-i586-s).
P.S. I tried with wine-1.1.31-272-g8c743cb.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=10916
Summary: Latest eclipse crashes on startup in comctl32
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://eclipse.org
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=9832)
--> (http://bugs.winehq.org/attachment.cgi?id=9832)
hs_err_pid8.log from java
... probably in imagelist.
$ cd .wine/drive_c
$ unzip ~/eclipse-java-europa-fall2-win32.zip
$ cd eclipse
$ wine eclipse.exe
fails with
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7eb9149a, pid=8, tid=9
#
# Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode, sharing)
# Problematic frame:
# C [comctl32.dll+0x9149a]
#
# An error report file with more information is saved as hs_err_pid8.log
fairly early (after grinding for only 20 seconds).
I'll attach hs_err_pid8.log. I also tried running
WINEDEBUG=+seh,+imagelist,+relay ~/wine-git/wine eclipse.exe
but the log was really big and not obviously helpful.
This was with the very latest sun jre installed,
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14016
Summary: Eclipse 3.3.x (customized) needs
WebBrowser_GetIDsOfNames fleshed out
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eclipse.org/downloads
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Created an attachment (id=14206)
--> (http://bugs.winehq.org/attachment.cgi?id=14206)
Relevant java code for browser wrapper setText
Hello,
this is a bug report is based on a (Customer) Eclipse 3.3 Europa with lots of
additional plugins (OpenArchitectureWare/Enterprise Architect
Integration/Microsoft Pict).
It's not encountered with standard Eclipse 3.3 version.
After getting past http://bugs.winehq.org/show_bug.cgi?id=14015
it crashes again because it needs WebBrowser_GetIDsOfNames fleshed out.
--- snip wine trace ---
..
0009:fixme:shdocvw:WebBrowser_GetIDsOfNames
(0x35772c8)->({00000000-0000-0000-0000-000000000000} 0x15d668 2 2048 0x46d3e00)
..
0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x74b6b2
0009:trace:seh:raise_exception info[0]=00000000
0009:trace:seh:raise_exception info[1]=00000008
0009:trace:seh:raise_exception eax=00000001 ebx=0000002e ecx=00000008
edx=00000000 esi=1bf4a5ba edi=0032ea18
0009:trace:seh:raise_exception ebp=0032e9f0 esp=0032e9c8 cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00210202
0009:trace:seh:call_stack_handlers calling handler at 0x6d983d10 code=c0000005
flags=0
..
--- snip wine trace ---
--- snip java callstack ---
..
Exception in thread "Thread-1" java.lang.NullPointerException
at org.eclipse.swt.browser.IE.setText(IE.java:767)
at org.eclipse.swt.browser.Browser.setText(Browser.java:698)
at
org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.generateDynamicContentForPage(BrowserIntroPartImplementation.java:249)
at
org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.dynamicStandbyStateChanged(BrowserIntroPartImplementation.java:445)
at
org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.doStandbyStateChanged(BrowserIntroPartImplementation.java:652)
..
--- snip java callstack ---
Attached is snippet of relevant java code which causes the problem.
It shows how wrapper/native API is invoked.
Although there already exist typeinfo retrieval helper/boiler plate code (used
for WebBrowser_Invoke), it's not enough to succeed.
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.