http://bugs.winehq.org/show_bug.cgi?id=6606
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #25 from Austin English <austinenglish(a)gmail.com> 2010-11-05 12:34:27 CDT ---
Hm, works today, actually. I must've had some cruft in ~/.wine or maybe a
lingering process.
--
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=4487
Toni Spets <toni.spets(a)iki.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |toni.spets(a)iki.fi
--- Comment #28 from Toni Spets <toni.spets(a)iki.fi> 2010-11-05 10:53:43 CDT ---
During my work on cnc-ddraw (https://github.com/hifi/cnc-ddraw) I discovered
that this issue was completely avoided my my minimal ddraw implementation.
It seems that this is somehow related to ddraw async API and thread
synchronization. Sometimes when I changed the synchronizing style I got a
lockup almost instantly (like in Wine ddraw).
Currently I think my code avoids this problem. Both games can run without using
schedtool.
Its worth noting this is also an issue on real Windows with multiple cores. The
game occasionally freezes without setting one core affinity and/or setting
win95/win98 compatibility mode (which probably also sets one core affinity).
So, this is most probably related to Wine's current ddraw implementation and
its async API not being thread safe.
cnc-ddraw is still a work-in-progress.
--
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=6181
--- Comment #21 from Toni Spets <toni.spets(a)iki.fi> 2010-11-05 10:46:19 CDT ---
During my work on cnc-ddraw (https://github.com/hifi/cnc-ddraw) one of my goals
was to fix this issue. It is true the game does a whole lot of front buffer
locking when its drawing the menu. It also does that during the game but a lot
less which makes the game somewhat playable on a recently powerful PC.
What I did to address this was to create a separate drawing loop that flips the
software surface to a OpenGL texture (or lately a real ddraw surface).
This way the async API is fully asynchronous for the game, locks and unlocks
are instant and it works very well.
One problem was that the game worked too well, especially scrolling. Somehow in
Red Alert the scrolling speed depends on how fast the game can Blt the whole
scene on the screen. This issue was addressed by synchronizing Blt with a
emulated vblank wait triggered by the drawing loop after each frame which can
be limited to slow it down even further without affecting the visual quality.
C&C has a bit newer drawing engine (the Windows port was done after RA) and it
actually calls WaitForVblank which does a similar wait between frames drawn.
Overall the results are enjoyable. The game runs fast with minimal flickering
(if at all), scrolling works slow enough and some of the other bugs that affect
this series are also avoided.
So, what Wine needs is probably something similar to support the async API
fully.
cnc-ddraw is still a work in progress.
--
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=3276
--- Comment #30 from realdar(a)gmail.com 2010-11-05 10:24:33 CDT ---
I have managed to solve this whilst looking at other threads. Turns out that
the problem is to do with recognising the resolution of the macbook display.
Emulating a virtual desktop solves the problem and the game runs fine, although
there are a lot of missing folders which need to be manually created for the
game to run.
--
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=6955
--- Comment #63 from Inf L00p <infl00p(a)gmail.com> 2010-11-05 04:55:46 CDT ---
Created an attachment (id=31735)
--> (http://bugs.winehq.org/attachment.cgi?id=31735)
Ported vertex blend patch to wine 1.3.6
Ported the patch to wine 1.3.6 and tested succesfully with Kitsu Saga 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=4409
--- Comment #12 from pb <Peter.Bienstman(a)UGent.be> 2010-11-05 03:54:29 CDT ---
(In reply to comment #11)
> Can you test this with Evernote 4 (just released)?
Rendering is still not optimal, e.g. the chevrons to collapse/open subtags have
some transparency problems, there are horizontal black lines between the tags
in the tag list, ...
wine-1.2.1-ubuntu1
--
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=25018
Summary: Wine should follow the XDG Base Directory
Specification
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spirit55555(a)gmail.com
This will help to minimize the number of folders in the home folder.
The specification can be found at:
http://standards.freedesktop.org/basedir-spec/latest/index.html
--
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=6606
--- Comment #24 from joaopa <jeremielapuree(a)yahoo.fr> 2010-11-05 00:39:19 CDT ---
Austin, can you attach a console output with the +d3d,+ddraw debug channels?
--
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=6606
--- Comment #23 from Austin English <austinenglish(a)gmail.com> 2010-11-04 21:24:31 CDT ---
Url in bug seems down, I used:
http://us4.strategyinformer.com/v2/download/7023546b/fifa2002%2Ffifawc2002d…
which crashes quickly:
rr:d3d:swapchain_setup_fullscreen_window Changing the window style for window
0x50078, but another style (97000000, 00000008) is already stored.
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
fixme:win:EnumDisplayDevicesW ((null),0,0x107df50,0x00000000), stub!
err:d3d:context_set_pixel_format Failed to set pixel format 1 on device context
0x75c, last error 0.
err:d3d:context_create Failed to set pixel format 1 on device context 0x75c.
err:d3d:swapchain_create_context_for_thread Failed to create a new context for
the swapchain
wine: Unhandled page fault on read access to 0x00000f68 at address 0x7e13fcb6
(thread 0029), starting debugger...
if I run it in a virtual desktop though, works fine.
--
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=8107
--- Comment #45 from Adam Martinson <amartinson(a)codeweavers.com> 2010-11-04 20:06:22 CDT ---
Alright, so here's the deal. It's checking for the dt:type of the node, which
is supposed to be set by the XDR schema. Problem is, our msxml doesn't
understand XDR schemas; it stores them in the cache, but doesn't actually use
them. There are a couple of potential solutions... will have to think about it
for a bit.
--
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.