http://bugs.winehq.org/show_bug.cgi?id=5054
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
--- Comment #24 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-01-19 14:40:54 ---
(In reply to comment #23)
> Created an attachment (id=18839)
--> (http://bugs.winehq.org/attachment.cgi?id=18839) [details]
> wininet: Strip any trailing slashes from filename in CreateUrlCacheEntryW.
> This one fixes the installer and passes the tests for me.
Just a note, i tried this app afew days ago, and the download started fine with
native urlmon (wininet set to builtin). I guess somehow you can also fix it
like you do in wininet, but maybe urlmon is to blaim as well here?
--
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=7187
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #13 from Anastasius Focht <focht(a)gmx.net> 2009-01-19 14:20:18 ---
Hello,
verified, fixed by commit a06f568a2a356a979c9371930023c1032e34e9b8
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.
http://bugs.winehq.org/show_bug.cgi?id=6847
--- Comment #24 from Kai Blin <kai.blin(a)gmail.com> 2009-01-19 13:59:02 ---
Patches 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=5054
--- Comment #23 from Hans Leidekker <hans(a)meelstraat.net> 2009-01-19 13:55:19 ---
Created an attachment (id=18839)
--> (http://bugs.winehq.org/attachment.cgi?id=18839)
wininet: Strip any trailing slashes from filename in CreateUrlCacheEntryW.
This one fixes the installer and passes the tests for me.
--
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=5054
--- Comment #22 from Hans Leidekker <hans(a)meelstraat.net> 2009-01-19 13:52:30 ---
> hmm, download is failing for me, as if Hans' patch wasn't applied yet,
> even though it clearly is...
Not quite, the attached patch failed a test, and after fixing that one
source of illegal filenames was opened again.
--
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=6661
--- Comment #15 from Adys <adys.wh+winehqdotorg(a)gmail.com> 2009-01-19 13:51:44 ---
(In reply to comment #14)
> I guess it is fixed. The scroll position issue would be a separate bug.
>
Yes, confirmed fixed wine-1.1.13-65-g8c3bed9
--
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=6661
Dylan Smith <dylan.ah.smith(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #14 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2009-01-19 13:39:58 ---
I guess it is fixed. The scroll position issue would be a separate 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=6661
--- Comment #13 from Austin English <austinenglish(a)gmail.com> 2009-01-19 13:31:40 ---
Fixed then?
--
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=17014
Summary: Problems with the resolution.
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: manuel_jose_silva(a)hotmail.com
when I running a game in fullscreen mode in a different resolution than the
desktop resolution, I can see the desktop panels on the top and the bottom of
the screen. This happens with all games that I have tested: Max Payne 1 and 2,
Prince of persia sands of time and warrior within, fifa 2008 (full) and 2009
(demo), uefa euro 2008 and project:snowblind. My desktop resolution is 1280 x
800 and my "games resolution" is 1024 x 764.In fifa 2008 and euro 2008 I solve
the problem changing my desktop resolution before playing the game, but this
don't work in fifa 2009 demo. In Max Payne and prince of persia, I solve the
problem changing the resolution game to 1280 x 800.This also happens in wine
1.0.1 and wine 1.1.12.
--
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=5054
--- Comment #21 from Dan Kegel <dank(a)kegel.com> 2009-01-19 12:29:44 ---
hmm, download is failing for me, as if Hans' patch wasn't applied yet,
even though it clearly is...
--
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.