http://bugs.winehq.org/show_bug.cgi?id=10914
Summary: jedit crashes on startup in ddraw
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://jedit.org
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running real Java apps under the latest Sun win32 JRE on Wine
seems like a fine stress test, even though in many
cases users should run with the Linux JRE instead.
The Sun JRE and jEdit install ok, but jedit has many startup problems.
The first one was bug 10913.
Here's the second one. Start it up like jedit.bat would have,
but without using start:
$ wine 'c:\windows\system32\javaw.exe' -Xms64M -Xmx192M -jar 'C:\Program
Files\jEdit\jedit.jar' -reuseview
This fails with
java.lang.IllegalArgumentException: Noncontiguous red mask (300a7
at java.awt.image.PackedColorModel.createBitsArray(Unknown Source)
at java.awt.image.PackedColorModel.<init>(Unknown Source)
at java.awt.image.DirectColorModel.<init>(Unknown Source)
at java.awt.image.DirectColorModel.<init>(Unknown Source)
at sun.awt.Win32GraphicsDevice.makeColorModel(Native Method)
at sun.awt.Win32GraphicsDevice.getDynamicColorModel(Unknown Source)
at sun.awt.Win32GraphicsConfig.getDeviceColorModel(Unknown Source)
at sun.awt.windows.WComponentPeer.getDeviceColorModel(Unknown Source)
at sun.java2d.windows.Win32SurfaceData.createData(Unknown Source)
You can bypass this and get to the next problem (I think) by adding the flag
-Dsun.java2d.noddraw=true
After a few tries, Java gets smart and starts running with that flag
set by default, I think. Removing ~/.wine and reinstalling them
lets you get the error back.
--
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=20672
Summary: GetDC change causes black screen in Seven Kingdoms
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.7kfans.com/
OS/Version: Linux
Status: NEW
Keywords: regression, source
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the3dfxdude(a)gmail.com
CC: stefan(a)codeweavers.com
The following patch causes a black screen upon running Seven Kingdoms:
e1469961d42d0eb077d3fa0236de17b56bc51a56 is the first bad commit
commit e1469961d42d0eb077d3fa0236de17b56bc51a56
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sat Sep 5 16:37:19 2009 +0200
wined3d: Test and fix ddraw and d3d9 GetDC differences.
The MSDN is not totally correct: A8R8G8B8 and A1R5G5B5 also allow GetDC.
The
main differences that have to be filtered out in d3d9.dll are GetDC on
A8B8G8R8, X8B8G8R8 and P8.
:040000 040000 50563852d85b047d42d3ff67801850c834b63244
e64032236cf06c87a6d12bf361cb94417db71efa M dlls
Running the ddraw dsurface test seems to indicate that ddraw wants opengl
enabled in the registry as the DirectDrawRenderer. Then when enabling opengl,
a full-screen Seven Kingdoms draws the screen partially offscreen incorrectly.
When virtual desktop is enabled, the game is visible correctly.
Also note, Seven Kingdoms uses an 8-bit color depth.
It is expected that GDI mode should not produce a black screen.
Bug 20327 is similar, but I question whether it is the same problem as it is a
D3D game.
--
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=11590
Summary: Graphics regression
Product: Wine
Version: 0.9.54.
Platform: Other
URL: http://www.introversion.co.uk/laughingman/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spzakulec(a)mail.widener.edu
When I try to play the Uplink Laughing Man demo, it has many graphical
glitches, including one which makes it impossible to get past the second
screen, which I can only quit by using Alt-F4 or wineserver -k. I had reported
a similiar, but not nearly as bad issue as 4889.
I'd really like to provide screenshots, but I don't know how to get screenshots
from a full screen app.
The graphics (non-buttons) seem to be cut in half.
The buttons are much worse off. The first button on the first screen you see
is visible- but to click it, you have to go up to the third sentence of text-
then the button is highlighted and can be clicked. It can also be pushed by
using the enter key.
On the second screen, the buttons are not there: there should be two buttons
identical to those of the previous screen, but they are not there, and so you
can not proceed any further in the demo.
I'm not sure what logging needs to be done, and the only thing that shows on
the console is this:
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x0
@0! (XRandR)
I'm running Kubuntu 7.10 and Wine 0.9.54
--
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=15540
Summary: Majesty Regression
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcollins(a)asgardsrealm.net
Between 1.1.2 and 1.1.3 a change in Wine resulted in Majesty no longer running
correctly. After the change, the application simply aborts following the four
intro video windows. Prior to this change everything but the videos played
fine.
Results of regression testing:
e178ddd9e1e16d1a3f52492799692e289eefcf8c is first bad commit
commit e178ddd9e1e16d1a3f52492799692e289eefcf8c
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Aug 5 14:23:00 2008 -0500
wined3d: Use a swapchain for GDI surfaces.
This is a long-needed cleanup aimed at removing the ddraw_primary,
ddraw_window, ddraw_width and ddraw_height members from
IWineD3DDeviceImpl, which just do not belong there. Destination
window and screen handling is supposed to be done by swapchains.
:040000 040000 da09ecee6e65fe4149d996ec279e9e997e2dcf2e
cd47edc30230bb50f87896c3a7220b7a628683e5 M dlls
:040000 040000 803067b0704c69746d6dbbf0f9d081a284eddef4
405e4687c093ec5c082507ce0195a7958799b4bf M include
--
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=12705
Summary: Openal 1.1 installer license not shown
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.openal.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlarhices(a)gmail.com
Openal 1.1 installation does not show the license instead there is an empty
white box.
Scrolling makes the license appear but the scrolling can only show the
beginning or the end of the text and can't be used for a median position.
Note: The openal SDK use another kind of installer and doesn't have this bug.
--
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=14988
Summary: Strange rendering in Colin McRae 2005
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cruiseoveride(a)gmail.com
Created an attachment (id=15599)
--> (http://bugs.winehq.org/attachment.cgi?id=15599)
Complete log (WINDEBUG=warn+all)
This bug is the only withstanding item for this title to get "Platinum" rating.
There are 3 issues:
1. At 640x480 cars in the menu show up as grey objects.
--- Please see http://bugs.winehq.org/show_bug.cgi?id=14971 for a screenshot
2. During gameplay, the car as well as extra objects (grass, bushes etc..) are
rendered only on the right half of the screen
--- Please see http://bugs.winehq.org/show_bug.cgi?id=14971 for a screenshot
3. After game has quit, a message keeps appearing on the console (perhaps
wineserver related)
--- See attached log
I am also attaching a WINEDEBUG=warn+all during which i will launch the game,
start a challenge, play a few seconds, take some screenshots, and quit properly
through the menu.
Game is played in Virtual Desktop 1024x768, Default Graphics settings.
The log is bzipped because it is too big to upload.
(How the hell do you upload more than 1 file at a time?)
--
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=21212
Summary: Notepad fonts do not display correctly after
re-opening program
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: susancragin(a)earthlink.net
Registry settings that affect font display in Notepad are ineffective after
Notepad has been closed and re-opened.
To Reproduce.
winetricks fontfix and fontsmooth-gray (So fonts display nicely.)
open notepad, change font to FreeSerif 14.
Open Dragon NaturallySpeaking.
Dictate some text. Fonts display properly.
Save text and close Notepad.
Re-open Notepad.
Fonts display poorly, as if the registry settings were not being used.
This also affects font display in e.g. notepad2, geany.
--
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=16616
Summary: Wine's D3DXOF rises an out of memory
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
Created an attachment (id=18175)
--> (http://bugs.winehq.org/attachment.cgi?id=18175)
+d3d only fixme
Hi,
i've an application 'soldner gold edition' using d3dxof. When i use the native
dll, the game loads, but with wines d3dxof, it ends up in an out of memory.
I have attached logfiles, one with standard output, one with WINEDEBUG=+d3dxof
and another one with WINEDEBUG=+d3d (only the lines with 'fixme' otherwise it
would be too big).
The WINEDEBUG=+d3d logfile is not complete, i aborted because the debug
messages are iterating in a loop.
--
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=13364
Summary: Firefox 3 rc1 displays ROS Explorer FAQ poorly
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.sky.franken.de/explorer/index.html
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The todo list in the ROS Explorer FAQ
is displayed in some odd symbol font.
"View source" shows it's very normal
text, with two css styles: indent list.
http://www.sky.franken.de/explorer/explorer.css
shows that those two styles are
.indent {text-indent: -18.0pt; margin-left: 18.0pt}
.list {font-family: MS Sans Serif; font-size: 80%}
Something makes Firefox pick a very wrong font
in that case.
This is on Gutsy without native msttcorefonts
nor wine corefonts installed.
--
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=21271
Summary: python's test_socket test hangs
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.python.org
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=25575)
--> (http://bugs.winehq.org/attachment.cgi?id=25575)
test output
Install python and run:
wine 'c:\Python31\python.exe' -m test.test_socket
the test will hang. On Windows XP, passes fine. No terminal output. Python's
output is:
testFamily (__main__.NetworkConnectionAttributesTest) ...
--
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.