http://bugs.winehq.org/show_bug.cgi?id=8132
Alex Villacís Lasso <a_villacis(a)palosanto.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |a_villacis(a)palosanto.com
Status|NEW |ASSIGNED
--- Comment #6 from Alex Villacís Lasso <a_villacis(a)palosanto.com> 2008-05-05 18:40:01 ---
Created an attachment (id=12760)
--> (http://bugs.winehq.org/attachment.cgi?id=12760)
richedit: WM_SETTEXT must immediately autodetect URLs, without waiting for a
WM_CHAR
Auto URL detection in current richedit is quite brittle. It only works when
inputting text via WM_CHAR (typing on the keyboard), and not via any other
means. In addition, it won't terminate the link attribute when inserting a
paragraph break, as shown by this bug. This is the first of a series of patches
to fix this.
Tests show that native richedit does not need to wait for a WM_CHAR to be sent
before autodetecting URLs. In addition, EM_AUTOURLDETECT tests were made more
exhaustive in order to find out which characters can start and end an URL.
Fixes URL not being highlighted in Perfect! TextEdit, and possibly other
applications.
Might need patch from http://bugs.winehq.org/attachment.cgi?id=12759 before
applying cleanly.
--
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=4144
--- Comment #19 from Alex Villacís Lasso <a_villacis(a)palosanto.com> 2008-05-05 18:33:48 ---
Created an attachment (id=12759)
--> (http://bugs.winehq.org/attachment.cgi?id=12759)
richedit: fix misreporting of match offset for EM_FINDTEXT and EM_FINDTEXTEX
Previous patch already committed.
Forward search that spans across more than one run in a single paragraph could
report with an incorrect offset, due to the use of the last examined run rather
than the start-of-search run.
Added test that failed until bug was fixed.
This fixes some remaining search problems exposed by the test application.
Patch sent to wine-patches, but likely to be ignored until after code freeze.
--
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=6787
Petr Dlouhý <petr.dlouhy(a)email.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=12909
Summary: wineserver and services.exe use 100% cpu after
installing a program
Product: Wine
Version: 0.9.60
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: postnet(a)dragas.dyndns.org
Created an attachment (id=12623)
--> (http://bugs.winehq.org/attachment.cgi?id=12623)
winesever and services.exe strace
After installing TMPGEnc DVD Author 3.0.5.149, the wineserver and the
services.exe start to run at 50% each, fully loading the system.
The apps work, then, but the system is quite slow and, even after closing any
wine app, both of them continue to stay at 100%.
I've noticed it happens while installing the app and continues. You can kill
them, but launching any wine application (also winecfg) will re-bring them at
100% and you have to kill them because they continue also after closing the
programs.
I attach a strace -p of both of them.
--
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=7711
Keith <kj.allcock(a)virgin.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kj.allcock(a)virgin.net
--
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=1429
Roderick B. Greening <roderick.greening(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roderick.greening(a)gmail.com
--- Comment #5 from Roderick B. Greening <roderick.greening(a)gmail.com> 2008-05-05 14:05:12 ---
I was able to successfully run dxdiag.exe (copied from my XP SP2 Install).
It would not run using the built-in dxdiagn.dll, and so I copied it over as
well.
Both files reside in the system32 directory.
Running winecfg to set the dxdiagn.dll to native, and then launching dxdiag, I
was able to run through all the various tests. All passed fine.
This was tested on wine 0.9.61.
--
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=3498
--- Comment #16 from Jeremy White <jwhite(a)codeweavers.com> 2008-05-05 13:58:46 ---
> So did your patches make it into the 1.0 code freeze? I have enjoyed playing
> at least Play the World for right now. It would be a shame if they didn't make
> it in.
No, they did not, and I suspect they will thus have to wait until after 1.0
I'm afraid.
Cheers,
Jeremy
--
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=3498
--- Comment #15 from Matthew Schultz <mattsch(a)gmail.com> 2008-05-05 13:54:31 ---
(In reply to comment #12)
> CreateScalableFontResource is being implemented; you can see my latest attempts
> here:
> http://www.winehq.org/pipermail/wine-patches/2008-April/053917.html
> These enable me to run Civ 3 (downloaded via Steam).
>
> You can apply those 7 patches and, in theory, it should work.
>
> Hopefully I will someday get a version in good enough shape to be committed;
> my hope is to have it in before 1.0 code freeze.
>
> Cheers,
>
> Jeremy
>
So did your patches make it into the 1.0 code freeze? I have enjoyed playing
at least Play the World for right now. It would be a shame if they didn't make
it in.
--
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=8754
Boris Bolgradov <boris(a)descom.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |boris(a)descom.com
--- Comment #15 from Boris Bolgradov <boris(a)descom.com> 2008-05-05 13:01:39 ---
> NFSU2 dose not have keyboard input of any kind under wine 0.9.59.
This is my first post here :P
Try to download 'dinput.dll' and 'dinput8.dll' from the internet, copy them in
'$HOME/.wine/drive_c/windows/system32', run 'winecfg', go to the Libraries tab
and add them both as Native.
This fixed it for me. I'm using Wine 0.9.59 on Ubuntu 7.10.
Unfortunately, after I try to start a new race, the game crashes...
Good Luck !
--
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=201
Roderick B. Greening <roderick.greening(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roderick.greening(a)gmail.com
--- Comment #35 from Roderick B. Greening <roderick.greening(a)gmail.com> 2008-05-05 13:00:50 ---
Confirmed, still present in latest 0.9.61.
Possibly related to another bug I recently posted:
http://bugs.winehq.org/show_bug.cgi?id=12766
--
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.