http://bugs.winehq.org/show_bug.cgi?id=5810
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-12-01 13:45:46 ---
Meh. Old version is no longer available, and this one 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=7372
--- Comment #18 from Rosanne DiMesio <dimesio(a)earthlink.net> 2008-12-01 13:30:47 ---
Not fixed for Powerpoint 2003. In 1.1.9, I can copy and paste text from the
command line or Kate to Powerpoint, but cannot paste text copied from native
Firefox or Open Office.
--
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=8025
--- Comment #29 from Pauli Nieminen <paniemin(a)cc.hut.fi> 2008-12-01 13:02:49 ---
My guess for possible deadlock code is wine_tsx11_lock/unlock.
I don't know about critical sections implementation in wine but it looks like
possible cause could be that same thread have locked critical section already
and is trying to relock it now blocking whole game.
Possible cause could be that some error handling doesn't have unlock call
before leaving function. (This is why I like C++ object locks so one can't
forgot to free locks)
--
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=7372
Jonatas Miguel <wiseallec(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wiseallec(a)gmail.com
--- Comment #17 from Jonatas Miguel <wiseallec(a)gmail.com> 2008-12-01 12:15:53 ---
Dreamweaver CS4 Version 10.0 Build 4117, WINE 1.1.9, Ubuntu 8.10
I had this problem when I was using Dreamweaver 8, but I'm actually not having
this problem now... I copied text from the command line and pasted it just fine
in design view. Same thing with openoffice and gedit. They both worked 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=8922
--- Comment #8 from Jonatas Miguel <wiseallec(a)gmail.com> 2008-12-01 12:08:47 ---
Dreamweaver CS4 Version 10.0 Build 4117, WINE 1.1.9, Ubuntu 8.10
Symptom 1: If I understood the symptom correctly, it's happening in DWCS4 as
well, go to preferences and click on CSS Styles, the controls that are supposed
to appear don't, you have to switch between windows in the taskbar (evince and
gnome system monitor worked the best) to be able to get it to show the
controls.
Symptom 2: Still happening in DWCS4, it happens because of the current position
of the cursor. If you have it over any disabled control it will not redraw
correctly, but if you move it to an element that is not disabled, like a combo
box or a text box, it will start to redraw correctly. The window area in which
the controls are located will cause the problem as well. So in other words,
keep your cursor over the element that you are inserting data into to make sure
that it redraws correctly.
--
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=8894
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
--- Comment #8 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-12-01 10:22:10 ---
I already found the patch that caused this regression some time ago. Just
search for Nokia in bugzilla, you'll find some duplicates of this bug as well.
Apparently fixing regressions hasn't got high priority for the
wine-developers....
--
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=9744
Summary: Family Tree Maker 8 installer hangs
Product: Wine
Version: 0.9.45.
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Family Tree Maker 8 install goes fine until the
end, when it asks you to pick a web browser.
There's no browser in the list, even if you have
Firefox installed, and none of the buttons work,
not even cancel.
The app seems to be installed properly, though.
--
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=8025
Pauli Nieminen <paniemin(a)cc.hut.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |paniemin(a)cc.hut.fi
--- Comment #28 from Pauli Nieminen <paniemin(a)cc.hut.fi> 2008-12-01 10:06:14 ---
I have experienced same freeze using system:
Athlon XP-M 2800+
Ati mobility radeon 9200 (with open source driver, XAA and PageFlip)
Ubuntu 8.10 with all updates installed and wine 1.1.9.
The latest steam version of Counter-strike 1.6.
Sound system is alsa routed to pulseaudio server.
It is possible to stop freeze using ssh connection and killing hl.exe
(counter-strike) After that I can find same RtlpWaitForCriticalSection error in
.xsession-errors that seems like related to freeze.
My guess why system seems like completely locked up is that wine has captured
keyboard+mouse.
I haven't yet tested if local games or map without textures would work.
--
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=5240
--- Comment #13 from Michał Majchrowicz <mmajchrowicz(a)gmail.com> 2008-12-01 09:52:24 ---
The bug is still present with 1.1.9.
--
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.