http://bugs.winehq.org/show_bug.cgi?id=10637
Summary: wineserver interferes with XVideo playback
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mojoman69(a)gmail.com
As of 2007-11-28 10:52AM CST to now ( 2007-12-01 19:35 ) wine built from GIT
interferes with XVideo playback whenever wineserver is running.
If the application that wine is running is shutdown and allowed to exit
gracefully after the wineserver process halts XVideo playback is restored.
However if wineserver is force killed ( kill -9 $PID ) XVideo will not resume
untill after X has been restarted.
See attachment for example of XVideo corruption.
--
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=10500
Summary: Supreme Commander Desync with latest 3269 Patch (
Supposed to fix desync issues )
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m6(a)kcidx.org
Supreme Commander seems to be running fairly well for me, however Since i
update to patch 3269 I get this error, and My LAN games keep desyncing.
fixme:winsock:convert_aiflag_w2u Unhandled windows AI_xxx flags 8
--
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=10333
Summary: Page fault when attempting to run HL2 / Portal
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: MattFinn(a)gmail.com
Created an attachment (id=9001)
--> (http://bugs.winehq.org/attachment.cgi?id=9001)
Console ouput including page fault message
This happens on HL2 and Portal. I run Portal either directly through steam or
with "wine steam -applaunch 400" and the game never appears. I see the pre-game
steam messages (connecting to account, etc), but that's all.
Console output is attached.
Let me know if you'd like any other traces or anything. Git is from about 24
hours ago.
I didn't know which component, so I guessed kernel since it says kernel32 a lot
near the page fault :)
--
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=10275
Summary: "Get PLP" button in Matlab R14 installer does nothing
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Matlab R14 installer offers you a chance to retrieve
your personal license password via the web by clicking on a button
marked "Get My PLP". Clicking on this does nothing.
+process shows what it's trying to do:
trace:process:CreateProcessW app (null) cmdline L"rundll32
url.dll,FileProtocolHandler http://www.mathworks.com/accesslogin/index.jsp"
+all on that commandline shows where it's going south:
0009:trace:nls:WideCharToMultiByte cp 0
L"http://www.mathworks.com/accesslogin/index.jsp\0000" ->
"http://www.mathworks.com/accesslogin/index.jsp\x00", ret = 47
0009:Ret KERNEL32.WideCharToMultiByte() retval=0000002f ret=7ecce7cd
0009:trace:rundll32:main Calling L"FileProtocolHandler"
(0x10024,0x7ecc0000,"http://www.mathworks.com/accesslogin/index.jsp",10)
0009:Call url.FileProtocolHandlerA(00010024,7ecc0000 "MZ\x90",0012b2e8)
ret=7ecceb72
I bet it'll be pretty easy to track down where that
argument gets mangled.
--
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=10258
Summary: Missing region invalidation in listbox
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.pulsen.se
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
This bug is similiar to bug 10240. The Magna Cura application uses the Ultimate
Grid Control (http://www.theultimatetoolbox.com/products/ultimategrid/) in it's
Calendar. A drop down listbox is opened when "down" buttons are pressed. This
listbox is not painted properly, see screenshot at
http://www.cendio.com/~astrand/wine/48-ultimate-grid/nopaint.png. Here, xclock
has been dragged over the listbox, which is then repainted correctly.
Magna Cura is not available for testing, as described in bug 10240. There's a
demo application of the Ultimate Grid available from
http://www.theultimatetoolbox.com/try/, but for some reason I cannot reproduce
the problem with this demo.
By executing Wine slowly, I've realized that the listbox is actually drawn
correctly at first, then incorrectly repainted blue.
I'm not 100% certain that the problem is with the listbox implementation, but
in any case, the problem goes away with this patch:
--- listbox.c (revision 13259)
+++ listbox.c (arbetskopia)
@@ -3064,6 +3064,7 @@
if (descr->focus_item != -1)
LISTBOX_RepaintItem( descr, descr->focus_item, ODA_FOCUS );
SEND_NOTIFICATION( descr, LBN_SETFOCUS );
+ InvalidateRect(descr->self, NULL, TRUE);
return 0;
case WM_KILLFOCUS:
descr->in_focus = FALSE;
--
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=10240
Summary: Missing region invalidation in edit control
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.pulsen.se
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
Original mail to wine-devel:
It seems like there's a missing region invalidation in the edit control
somewhere; the background is not correctly updated, unless the window is
moved or exposed to X11 exposes. See screenshot at
http://www.cendio.com/~astrand/wine/46-textedit-color/nopaint.png. In this
case, xclock has been dragged over the edit control area, which is then
correctly painted white.
The application is Magna Cura.
--
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=10224
Summary: Property Sheet Buttons are not repositioned when sheet
is resized
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.pulsen.se/
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
This bug was initially reported on the wine-devel mailing list, using subject
"Misplaced Property Sheet buttons". When using the "Magna Cura" application,
but buttons on property sheets are not properly placed. The screenshot
http://www.cendio.com/~astrand/wine/62-tab-size/unpatched.png demonstrates
the problem: The buttons are only partially visible. It turns out that the
parent window for the Buttons changes size several times. The height is:
228
95
466
436
450
The PROPSHEET_AdjustButtons function, however, is only called in
WM_INITDIALOG, so the buttons are positioned based on the height 466, and
never repositioned.
--
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=10057
Summary: gamma handling, application access to screen gamma,
disabling gamma control
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuomo.kohvakka(a)iki.fi
My main problem is that
a) I need somewhat calibrated display. Not properly profiled, but I like that
black is black and white is about white [2]. This can be accomplished with
proper gamma ramps, eg, using application like xgamma or nvidia-settings [1].
No problem here actually.
[1]
http://www.rancholinux.com.ar/wp-content/uploads/2007/05/nvidia-settings.png
[2] http://www.aim-dtp.net/aim/evaluation/gamma_space/index.htm
b) Whenever I use any D3D application under wine, gamma ramps get set into
"default" messing screen colors. This affects the game in question and whole
desktop after exiting application (and wine).
It would be nice if there would be a solution. However, I don't know what it
should be.
At least wine probably should restore gamma ramps when exiting, but I'm not
totally certain even about this. It would obviously forbid using any win32
gamma setting (screen calibration) software.
It wouldn't help with messed up colors in application either. I'm wondering if
it could be possible to calculate a "calibrated" gamma ramp from user (x11) and
application (win32) supplied and use that, resulting in no change if
application just wants something flat default. This would of course have same
problem as above.
I've found that not any of the games that I play actually uses gamma setting in
any meaningful way. As such I propose following patch which allows disabling
gamma functionality by setting up a registry key.
I can supply some screen shots (camera pointing at screen showing gamma
effects) if required.
There is similar bug with gnome-screensaver, see
http://bugzilla.gnome.org/show_bug.cgi?id=342850
--
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=9964
Summary: Jade Empire hangs while playing movies
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jroehl(a)freenet.de
Created an attachment (id=8475)
--> (http://bugs.winehq.org/attachment.cgi?id=8475)
Output of starting and trying to play logo movie
When JE tries to play movie sequences, the screen gets totally white and game
hangs. A workaround is to disable movies in jadeempire.ini. Edit the lines to:
NoLogos=1
NoMovies=1
--
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=9926
Summary: gdi32.dll should not have exported function pointers
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
Blocks: 219
These two pointers are not present on the native systems:
@ extern pfnRealizePalette
@ extern pfnSelectPalette
This causes some code in SafeDisk 3.x to crash dereferencing these pointers.
They should be replaced with function calls to get/set them instead.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.