http://bugs.winehq.org/show_bug.cgi?id=17479
Summary: ConvertXToDVD 3.4.7.121 Do not load templates.
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaysonsantos2003(a)yahoo.com.br
Hello people, I'm trying to use ConvertXToDVD in my linux box and all works
fine, however the program cannot load template.
I tried to convert with a default template and the conversion finished
sucessful however without a menu (which are selected by templates).
When I try to open a template from menu I receive: "List index out of
bounds(1)".
Best Regards
Jayson
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38566
Bug ID: 38566
Summary: LB_SETSEL message should set caret as well
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: q.winehq(a)rsn-tech.co.uk
Distribution: ---
When you send the LB_SETSEL message to a multi-selection list box in Windows,
it also sets the focus to the appropriate item and scrolls it into view if
necessary. In Wine, this secondary function appears not to happen and an
additional LB_SETCARETINDEX message is needed to duplicate the full Windows
functionality.
I don't know if this happens in all circumstances, but it fixed a long-standing
problem in a complex application where a list box would not automatically
scroll as it did in Windows.
--
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=14303
Summary: Listview: select all is incredibly slow.
Product: Wine
Version: 1.1.0
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.10.drkshadow(a)spamgourmet.com
Created an attachment (id=14587)
--> (http://bugs.winehq.org/attachment.cgi?id=14587)
quickly select all items in a listview
When you hit Ctrl-A in a listview control, the control loops through every
single item in the list selecting them and setting focus on the item. With tens
of thousands of items, this takes a _long_time_.
I've created a patch that sets the range of selected items. This select all
happens much more instantaneously. As an added bugfix, the selected item will
not be changed when all items are selected.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=2155
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #23 from joaopa <jeremielapuree(a)yahoo.fr> ---
bug still occurs with wine-4.19.
--
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=21661
Summary: RichEdit: Wrong behaviour when formating an empty
selection
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.teamviewer.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caliga(a)arcor.de
In our Software TeamViewer, a Richedit control is used to display chat
messages.
The nick names are colored green or blue, the text should remain black.
This works in general...
But if one side sends several chat messages in row, the nick name is omitted
(by TeamViewer).
And then, an empty selection (where the nickname would be) is formated green or
blue.
It seems, that if this happens the second time, something is screwed up and the
color becomes the default color...
Of course TeamViewer could just NOT format the empty selection with
EM_SETCHARFORMAT, (and this will be done in an upcoming release), but still
this is a wine bug, I think.
To reproduce, start a remote support session in TeamViewer from your Linux-box
to a different TeamViewer, then click on Audio/Video/Chat and type three or
more messages.
--
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=35896
Bug ID: 35896
Summary: Switching to Chinese input method after typing some
English will fail.
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hwei.sy(a)gmail.com
== Steps to reproduce ==
1. Open notepad in wine.
2. Make sure input method is English.
3. Type something (e.g. H, A, SPACE), then the notepad will display it (e.g.
"ha ").
4. Switch to Chinese input method.
5. Type something (e.g. H, A, SPACE), then the notepad dose not receive
anything (e.g. should display "哈").
This bug will only appear when input something in English before Chinese. But
if you input Chinese before any English character (i.e. remove step 2, 3),
every thing is going well.
== How to fix it ==
In the source file "dlls/imm32/imm.c", function "ImmProcessKey",
after "if (imc) data = imc; else return FALSE;",
insert one line "data->immKbd = IMM_GetImmHkl(hKl);".
Then it seems fixed. But I don't know will this cause other problems.
----
I am not sure this bug is same to Bug 34056.
--
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=31434
Bug #: 31434
Summary: Menu is activated by alt key while mouse button is
down
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kaetemi(a)gmail.com
Classification: Unclassified
Created attachment 41320
--> http://bugs.winehq.org/attachment.cgi?id=41320
user32: Menu should not be activated by menu key while mouse buttons are down.
When using and Alt+MouseButton combination, the application menu becomes
selected after releasing Alt.
More specifically, in 3ds Max 9, when using the Alt+MiddleMouse in a viewport
to rotate, after releasing Alt the File menu will be selected, and the viewport
will appear as if frozen to the user, not accepting any input until Alt is
pressed again to release the menu.
Patch with fix attached.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=7198
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #11 from joaopa <jeremielapuree(a)yahoo.fr> ---
Still a bug with wine-4.19?
--
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=10358
Summary: wine 0.9.48 takes 5 minutes to start an application
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jean-jaques(a)women-at-work.org
Created an attachment (id=9029)
--> (http://bugs.winehq.org/attachment.cgi?id=9029)
wine debug output where wine freezes for a while
I've wiped my .wine directory and had winecfg rebuild it. Then I installed
iTunes 7.3 and now it takes more than 5 minutes until wine launches _any_
windows application.
When I enter "wine app.exe" nothing happens for a really long time. After
waiting for 5 or sometimes up to 10 minutes (no CPU load) the application
launches. This even applies to winecfg!
When I run wine in debug mode (WINEDEBUG=+relay winecfg) it stops producing
output at a certain point and then continues (again after a few minutes).
I have attached some debug output (the place where wine seems to freeze and
stops producing output). I can't attach the entire file, because it is 40MB :(
wine 0.9.48, compiled from sources, Gentoo 2007.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=3507
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #21 from joaopa <jeremielapuree(a)yahoo.fr> ---
Still a bug with wine-4.19?
--
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.