http://bugs.winehq.org/show_bug.cgi?id=6975
You-Cheng Hsieh <yochenhsieh(a)xuite.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yochenhsieh(a)xuite.net
--- Comment #20 from You-Cheng Hsieh <yochenhsieh(a)xuite.net> 2007-09-09 05:26:39 ---
The bug of build menu in Homeworld is still present in WINE 0.9.44.
--
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=9213
Peter Landgren <peter.talken(a)telia.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Peter Landgren <peter.talken(a)telia.com> 2007-09-09 01:50:30 ---
With the new version of GFFinder2 2.4.4 these problems are gone.
It was obviously some incompatibility problem in the old version.
So I guess it can be seen as fixed now.
--
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=1908
--- Comment #21 from Daniel Rech <danielrech(a)gmail.com> 2007-09-08 19:09:04 ---
It seems it really is a display mode issue...
The menu screen is supposed to be in 800x600 mode, but it opens in 640x480 with
current git, right before crashing.
Also, looking in the traces, current git has many of these calls:
trace:d3d:transform_projection Calling glOrtho with 640.000000, 480.000000,
-0.000000, -1.000000
As opposed to git 0.9.30, which shows many of these calls:
trace:d3d:transform_projection Calling glOrtho with 800.000000, 600.000000,
-0.000000, -1.000000
If you have any hints on which source files/functions should I go after, please
tell me. I've been looking into these:
- ddraw/ddraw.c
- wined3d/directx.c
- wined3d/device.c
but still haven't figured anything.
--
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=8612
--- Comment #3 from Roderick Colenbrander <thunderbird2k(a)gmx.net> 2007-09-08 16:45:12 ---
If you want to have the bug fixed, perform a regression test. (which means
figuring out what patch caused the regression)
--
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=8927
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-09-08 16:23:20 ---
closing
--
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=8927
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #2 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2007-09-08 16:22:58 ---
Looks like this is fixed. Game runs nicely now
--
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=6534
Roma <romanr(a)inbox.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |romanr(a)inbox.ru
--- Comment #18 from Roma <romanr(a)inbox.ru> 2007-09-08 11:34:45 ---
May be the bug 6058 related.
--
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=6058
--- Comment #6 from Roma <romanr(a)inbox.ru> 2007-09-08 11:31:38 ---
Even if workaround present, it's impossible to view html messages from server,
some of them contain agreement which you have to approve to play, else you will
be kicked.
Also many servers features are controlled by htmls.
I mean to fix this is very important, please.
--
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=6058
Roma <romanr(a)inbox.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |romanr(a)inbox.ru
--- Comment #5 from Roma <romanr(a)inbox.ru> 2007-09-08 11:26:07 ---
my CS freezes when displaying Welcome message,
also when download begins and displaying a banner.
possible mshtml issue.
may be bug 6534 related.
All paths related to CS dir (e.g. cstrike\maps -> c:\games\cs\cstrike\maps)
Workaround at present:
rm cstrike/*.html (download.html, motd_temp.html)
chmod a-w cstrike
little explanation:
When CS connects to server it MAY download some resourses (files), during
download it MAY get from server some html and write it to cstrike/download.html
then shows it as banner.
When cs completes loading during game connection it get from server some html
and wtite it to cstrike/motd_temp.html then shows it.
My guesses:
I've tried to iexplore some html by specifying related path - it's not working.
(e.g. wine iexplore some_html.html
or wine iexplore .\some_html.html
or wine iexplore cstrike\motd_temp.html)
I can't find in sources where the path to html doc constructs so I don't know
whether it mshtml or iexplore issue, but may be mshtml. If so, CS may specify
related path to download.html, and all hangs then.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.