http://bugs.winehq.org/show_bug.cgi?id=4662
------- Additional Comments From dmitry(a)codeweavers.com 2006-17-03 20:26 -------
ms_sans_serif.ttf, system.ttf courier.ttf are not blank, they are bitmap fonts
and have no outlines. Moreover that fonts are the intermediate result of the
build process and not supposed to be installed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4873
Summary: Sun's appletviewer can't load applets
Product: Wine
Version: CVS
Platform: Other
URL: http://java.sun.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Sun's latest Java 1.5.0_06 appletviewer crashes on startup due
to bug 4143. Applying the patch in bug 4143#42
gets past that, and lets the appletviewer
actually put up a window. But then Java complains
java.lang.NoClassDefFoundError: InputField
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
at java.lang.Class.getConstructor0(Class.java:2640)
at java.lang.Class.newInstance0(Class.java:321)
at java.lang.Class.newInstance(Class.java:303)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:721)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:650)
at sun.applet.AppletPanel.run(AppletPanel.java:324)
at java.lang.Thread.run(Thread.java:595)
(I used the demo applets at http://java.sun.com/applets/jdk/1.4/
Both the ones I tried had this problem.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4872
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|IWineD3DImpl_CheckDeviceType|EVE Online doesn't display
|problem with EVE Online |the login screen
------- Additional Comments From mike(a)codeweavers.com 2006-17-03 18:39 -------
The bug's title should be the visible problem you are trying to fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4872
Summary: IWineD3DImpl_CheckDeviceType problem with EVE Online
Product: Wine
Version: CVS
Platform: PC
URL: http://www.eve-online.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
The function IWineD3DImpl_CheckDeviceType always returns D3DERR_NOTAVAILABLE if
there is already a GLContext.
The question would be if WineD3D_CreateFakeGLContext should return the current
GLContext if there is one already.
The WineD3D_CreateFakeGLContext function seems to contain some handling for that
but it's not working.
This bug prevent EVE Online from displaying the login screen.
(you also need to create a registry key to get the login screen to display - see
http://myeve.eve-online.com/ingameboard.asp?a=topic&threadID=30457&page=9#2…)
repro:
- download and install Eve Online
- add the registry key
- follow the IWineD3DImpl_CheckDeviceType function
without the D3D_OK return the slash screen displays and a black login screen
area appears
with the always D3D_OK change the splash screen displays and the login screen
appears
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4870
------- Additional Comments From rick.richardson(a)gmail.com 2006-17-03 16:59 -------
Created an attachment (id=2079)
--> (http://bugs.winehq.org/attachment.cgi?id=2079&action=view)
Trace using +seh, +loaddll
Here is the trace from the start of execution to the page fault.
Note: I am using the windows versions of msvcrt6 and mfc42 downloaded from one
of the dll sites.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.