http://bugs.winehq.org/show_bug.cgi?id=9493
Summary: Cosmetic Errors when using Default Luna theme from
Windows XP
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smackdat1(a)gmail.com
Created an attachment (id=7842)
--> (http://bugs.winehq.org/attachment.cgi?id=7842)
errors using luna theme
Background for dragbar is black and Frame and Checkbox labelsdo not blend with
the background. Component is just a guess
--
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=9466
Summary: the api status page doesn't work
Product: WineHQ.com
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bl4ck.3yed(a)gmail.com
This is what it say
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result
resource in /home/winehq/opt/tools/winapi_stats.php on line 118 Warning:
mysql_fetch_array(): supplied argument is not a valid MySQL result resource in
/home/winehq/opt/tools/winapi_stats.php on line 129
last modified: Fri Aug 24 9:53:14 CDT 2007
--
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=9424
Summary: No default item in MDI child sysmenu - cannot close with
doubleclick
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
In Windows, it's possible to close a MDI child window by double clicking the
system menu icon. Opening the system icon also shows that Close (ALT-F4) is
default, by making it bold. Although the close entry is bold in the latest
Wine, it's not possible to close the window by double clicking the system menu
icon.
A simple test program is available as
http://www.cendio.se/~astrand/wine/7-close-dbl-click/mdi1.exe .
Verified with the CVS version as of today.
--
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=9277
Summary: Folder selection doesn't work correctly since 0.9.42
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loacoon(a)hotmail.com
When using Winzip, open a zip file and select Extract, and then in My Computer
select C:. The Program Files and Windows folders will appear, but you won't be
able to enter in any of them, and they'll be duplicated in the address bar if
you click on one of them.
This bug appeared in Wine 0.9.42 and does happen with any Windows app I tested.
--
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=9467
Summary: Macromedia Studio 8 installer hangs
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To try installing Studio 8, you first have to work around a
bug in the way the CD-ROM was mastered: they
included rockridge extensions, but neglected
to make files world-readable. This causes
mysterious errors about not being able to run the installer:
wine: could not load L"D:\\install studio 8.exe": Module not found
So you have to remount the cd-rom with the 'norock' option, e.g.:
$ umount /media/cdrom
$ sudo mount /dev/cdrom /media/cdrom -o norock
OK, on to the problem. Like Studio MX (see bug 9035),
Studio 8's top level installer runs the installers of six
or so apps. And like the earlier version, it hangs.
But this hang is bad; it's on the end of the
first app, and it it can't be solved by clicking "OK".
The hang occurs at the end of the Dreamweaver installation,
right after it says "Publishing product information".
The installer still responds to the mouse, but if you
ask it to cancel, it keeps going, no matter how many
times you say you want to cancel.
+process revealed the commandline used to invoke the
problematic subinstaller. To reproduce with just
the subinstaller, do
wine msiexec.exe /i 'D:\fscommand\Macromedia_Dreamweaver_8.msi' MM_STUDIO=1
CREATEQUICKLAUNCHSHORTCUT=0 CREATEDESKTOPSHORTCUT=0 MACROMEDIA='c:\Program
Files\Macromedia\'
--
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=9532
Summary: Month calendar control uses 0=sunday for firstDayOfWeek
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
This bug has been transferred from bug 9490. The month calendar control
displays sunday as the first day of the week, even though
LOCALE_IFIRSTDAYOFWEEK=0. This is because the implementation is based uses
0=sunday, rather than 0=monday. MSDN indicates that the API
(SetFirstDayOfWeek/GetFirstDayOfWeek) should use 0=monday, see
http://msdn2.microsoft.com/en-us/library/ms670423.aspx.
So, either the implementation needs to be changed to use 0=monday throughout
the code, or we can continue to use 0=sunday internally, but then we need to
convert when we talk to the rest of the world.
--
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=9522
Summary: Text entry box does not refresh properly, but worked in
v 0.9.20 and below
Product: Wine
Version: 0.9.21.
Platform: PC
URL: http://www.xcalibur.co.uk/MuckClient/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pdurland(a)gmail.com
As far as I know, this is an issue that exists in only one application, but
could extend to others.
The application is minor and the bug is minor so this is just a minute fix.
According to this page:
http://appdb.winehq.org/appview.php?iVersionId=8240&iTestingId=12794
Paul Fisher has been able to reproduce this on 3 separate versions of wine.
------------
Linux Distribution information: Ubuntu 7.04 on x86
Program: Muckclient v3.42
Issue: After connecting to a world, any text entered into the input box at the
bottom of the window will not be seen. I had this issue with 0.9.44 and
reverted back to 0.9.15 thanks to a testing note on the application DB pages. I
then grabbed different versions from that point and found the exact version
that 'broke' this functionality.
The 'break' occurred between 0.9.20 and 0.9.21, hence the version number I've
used in the report.
To reproduce:
Download and install program through wine.
Launch program.
Connection window will pop up. Double click on the entry already in the list.
Try typing in the entry box on the window that appears. No text will be seen.
--
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=9401
Summary: Dragon Naturally Speaking 7 crashes after training
complete
Product: Wine
Version: CVS
Platform: Other
URL: http://scansoft.com
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=7715)
--> (http://bugs.winehq.org/attachment.cgi?id=7715)
+ole log of running training, and error that happened shortly thereafter
After user training is complete, DNS puts up a dialog
saying something like "Congratulations! Training is complete."
The next thing you do crashes with a dialog box
saying something like "Unexpected error. COM out of memory."
and log messages like
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0
0000000).
Fortunately, the error repeats the next time you start
and try to do something, you don't have to repeat training.
Better make a copy of ~/.wine once you finish training,
though, so you can get back to that state quickly
in case something goes wrong. (e.g. running a +relay log
at that point filled up my disk, and after that, dragon
wouldn't start properly.)
--
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=9388
Summary: installer stuck for TRS 2006 Demo
Product: Wine
Version: CVS
Platform: PC-x86-64
URL: http://www.auran.com/TRS2006/index.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dan(a)danny.cz
When trying to install the demo for TRS 2006, the installer gets stuck on the
first installation wizard page.
output from the terminal:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
err:ole:TLB_ReadTypeLib Loading of typelib L"c:\\Program Files\\Common
Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
--
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=9491
Summary: CListCtrl:GetSubItemRect doesn't work for the label row
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bgp(a)cs.elte.hu
When I call CListCtrl::GetSubItemRect with m_item = -1, it supposed to handle
the label row. It works in windows. Under wine, it doesn't work, ref will
contain garbage.
res = CListCtrl::GetSubItemRect(m_item,m_subitem,LVIR_BOUNDS,ref);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.