http://bugs.winehq.org/show_bug.cgi?id=15452
Summary: Freewire aborts due to incorrect handling of COLORRES
nIndex in winex11's GetDeviceCaps()
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.freewiretv.com/downloadTVWin.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=16345)
--> (http://bugs.winehq.org/attachment.cgi?id=16345)
Freewire relay log (rzipped)
With current Git (wine-1.1.5-207-gc425c8a), when attempting to launch Freewire
after installation, Freewire aborts with a message box complaining about the
currently set bit depth. From relay trace:
0009:Call user32.GetDC(00000000) ret=005808ac
0009:Ret user32.GetDC() retval=0000030c ret=005808ac
0009:Call gdi32.GetDeviceCaps(0000030c,0000006c) ret=005808b5
0009:Ret gdi32.GetDeviceCaps() retval=00000000 ret=005808b5
0009:Call user32.LoadStringA(00000000,00000095,0032f8d4,00000180) ret=005808f3
0009:Ret user32.LoadStringA() retval=0000015d ret=005808f3
0009:Call user32.LoadStringA(00000000,00000097,0032f754,00000180) ret=00580910
0009:Ret user32.LoadStringA() retval=0000001c ret=00580910
0009:Call user32.MessageBoxA(00000000,0032f8d4 "Unfortunately, it has not been
possible to start Freewire Television due to your graphics mode.\nPlease set
the color depth to 32 bit in the display control panel and restart the
application\nIf the problem continues please contact Freewire customer services
on 0333 123 0190.\nOr visit the Freewire s"...,0032f754 "We've encountered a
problem!",00000030) ret=00580927
The problem seems to lie in:
0009:Call gdi32.GetDeviceCaps(0000030c,0000006c) ret=005808b5
0009:Ret gdi32.GetDeviceCaps() retval=00000000 ret=005808b5
GetDeviceCaps() is being called with the DC handle returned from GetDC(NULL)
and the COLORRES value for nIndex. In dlls/winex11.drv/init.c lines 259 and
268:
case COLORRES:
/* ... */
return 0;
Freewire apparently does not like the returned value, and thus aborts with the
message box. Modifying the COLORRES case to return screen_bpp allows the
application to get past this point, though I am not sure if this is the right
thing to do.
--
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=14248
Summary: CTRL + Tab in Firefox is intepreted as CTRL + B
(dogfood)
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.mozilla.com/en-US/firefox/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Finally got through my 1609 page wikisurf, so now I've made Windows Firefox my
default browser. Disappointingly, CTRL + Tab brings up the bookmark toolbar
(same as CTRL + B). Interestingly, CTRL + Shift + Tab does nothing, instead of
bringing up the bookmark library. Either way, very annoying, especially for tab
whores such as myself.
--
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=14866
Summary: expand: Wine's expand program fails on /r option
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: royshea(a)gmail.com
Created an attachment (id=15414)
--> (http://bugs.winehq.org/attachment.cgi?id=15414)
File compressed using "compress.exe -r test.txt"
The MS-DOS "expand" utility accepts the /r option to automatically rename files
compressed using "compress" with the /r option. The version of "expand"
included in wine fails to accept the /r option.
Attached is an example file originally named "test.txt" and compressed using /r
into the file "test.tx_". Executing "expand.exe /r test.tx_" should
successfully expand the file into "test.txt".
--
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=13895
Summary: printer setup dialog has a useless Apply button
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: NEW
Severity: trivial
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
To access this dialog:
1. run notepad
2. select file -> printer setup
3. click on properties
the dialog has an apply button, but it's not being used at all. We should just
get rid of it.
--
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=12912
Summary: Torque Game Builder: Blanks the screen.
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.garagegames.com/pg/demo.php?id=63
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)jones.be
When you try and run the Torque Game Builder application the entire screen goes
black. The mouse cursor however is still visible and does change if you move it
around the screen (based on the elements that I assume the mouse is hovering
over).
If you run the application in a virtual desktop the same thing happens. The
virtual desktop is visible for a few seconds before the entire screen goes
blank.
Restarting X is the only way I know to recover the system.
I am not sure but I think the IDE makes use of directX.
--
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=12048
Summary: coreftp hangs after connecting to a ftp site
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://www.coreftp.com/
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Tried out Coreftp 2.1 LE. I can connect to a ftp site (i.e mirrors.kernel.org)
just fine, but within a few seconds, I get:
err:ntdll:RtlpWaitForCriticalSection section 0x8f2a10 "?" wait timed out in
thread 0015, blocked by 0016, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x8f2a10 "?" wait timed out in
thread 0009, blocked by 0016, retrying (60 sec)
and the program hangs.
--
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=10140
Summary: Most grayscale JPEGs cause abnormal rendering artifacts
in CDisplay
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justivo(a)gmail.com
Created an attachment (id=8719)
--> (http://bugs.winehq.org/attachment.cgi?id=8719)
example file for testing
I've noticed this bug two years ago when I first tried Wine. I never reported
it. I always expected that it was something obvious that would get fixed soon,
and now here we are with version 0.9.47 and the bug still rampant. So it is
not something obvious.
In Windows I frequently used the comic book reader called CDisplay[1]. When I
moved on, I brought the software with me and tried it in Wine. In most cases
-- because many of my scanned comic books are old and black and white -- I was
unable to read the book. A weird graphical glitch, which would not output any
useful debug message, would prevent me from reading the book. I managed to
track, after some experimenting, that the problem was caused by most (but not
all) grayscale JPEG files. A RGB colored one would not suffer from this
problem.
I believe it may be a GDI+ glitch.
Since 2005 at least I've seen this problem, and it went on in every update of
Wine, clean install or not. Besides the rendering glitch, the program works
otherwise fine.
While the problem seemingly only affects CDisplay, it's possible that it may
affect some videogames, or even Photoshop itself, and as such it may be worth
checking it out.
Attached is an example file that triggers the problem. CDisplay is a freeware
application. The link for download is below.
[1] http://www.geocities.com/davidayton/CDisplay.html
--
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=13467
Summary: Linking a bug to an application instead of a version
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
I know of at least 2 programs were bugs apply to all versions (Overlord,
Samsung PC Studio) and I'd like the ability to add them to all versions at
once.
No biggie, just something i thought of.
--
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=14109
Summary: cannot download gecko with wine iexplore
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
CC: hans(a)it.vu.nl
With today's git, I can no longer install gecko via wine's iexplore. Regression
testing says:
62337044819bbb418f33abcf3869f2b5a915e6cf is first bad commit
commit 62337044819bbb418f33abcf3869f2b5a915e6cf
Author: Hans Leidekker <hans(a)it.vu.nl>
Date: Mon Jun 23 20:58:41 2008 +0200
wininet: Resolve hostname once per connection.
--
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.