http://bugs.winehq.org/show_bug.cgi?id=8226
Summary: DlgDirListComboBox does not fail properly on bad path
spec argument
Product: Wine
Version: 0.9.35.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lupien(a)physique.usherbrooke.ca
When a path spec is given that …
[View More]is not a directory and that does not contain any
* or ? then DlgDirListComboBox should fail and return False. Currently it can
return true. See http://msdn2.microsoft.com/en-us/library/ms673323.aspx
The problem for me occured in a win31 program extended to 32bit by watcom. The
program relies on a failure in the routine to open file from a fancy file
manager. The non failing prevented any file to be loaded. The call is with the
DDL_DIRECTORY|DDL_EXCLUSIVE flags.
An exemple:
Let a directory "c:\test" contain many files including one subdirectory
("c:\test\testsub") then a call to DlgDirListComboBox with path spec of
"c:\\test", or "c:\\test\\" or "c:\\test\\*.*" should all return true and
produce the same listing. But a call with "c:\\test\\test.c" should fail (wether
or not test.c exist because the file spec does not contain any * or ?.
I checked this behavior under windows XP. Under the current wine I tested
(0.9.35 from fedora core 5 extras) this does not fail.
The actual problem is in the DIALOG_DlgDirListW function of
dlls/user32/dialog.c. I will attach a patch that produces the correct behavior
(compared to XP) and fixes my problem.
A related problem is that under windows (at least XP) when calling with
only the DDL_DRIVES attribute produce the same result as calling with DDL_DRIVES
| DDL_EXCLUSIVE but this is not the case under wine. My program is filling a box
with files and drives but it is supposed to contain only drives. The same
happends when sending a message to the listbox directly so I attach a patch that
fixes the problem in the LISTBOX_Directory function of ddls/user32/listbox.c.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=8225
Summary: Fireworks 8 trial hangs on splash screen
Product: Wine
Version: CVS
Platform: Other
URL: http://www.adobe.com/cfusion/tdrc/index.cfm?product=fire
works
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
…
[View More]ReportedBy: dank(a)kegel.com
The Fireworks 8 trial installs ok
(though there's a heap err in the console),
but it doesn't start up. It hangs at the splash screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=8224
Summary: Adobe Lightroom 1.0 won't let you create a database
Product: Wine
Version: CVS
Platform: Other
URL: http://www.adobe.com/products/photoshoplightroom/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.…
[View More]com
To install lightroom, use winecfg to pick winxp mode.
To run lightroom, you have to work around the lack
of winsxs support by using winecfg to pick win2k mode, then running
'wget kegel.com/wine/winetricks; sh winetricks vcrun2005'
That done, lightroom should start ok. The initial GUI seems
sluggish under wine (like Quicken 2007's), and flaky;
it wants you to either open an existing database or create
a new one, but the 'next' button is never enabled, so
you can't create the new database. Or so it seems on my first try.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=5163
------- Additional Comments From ead1234(a)hotmail.com 2007-29-04 21:01 -------
http://msdn2.microsoft.com/en-us/library/aa371571.aspx
SecureCustomProperties is separated by semicolons, it appears it gets cut off in
the middle of DISABLEROLLBACK in the INSERT statement of our log and doesn't
enter the entire thing.
I'm not terribly familiar with MSI but it seems like maybe this list separated
by semicolons should be iterated through and added …
[View More]to the Property table as
public properties?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=7403
------- Additional Comments From austinenglish(a)gmail.com 2007-29-04 21:00 -------
The window itself works fine for me under wine 0.9.30, and up until wine 0.9.34.
After 0.9.35, the systray icon no longer works. I'm using Gnome, not KDE. Ubuntu
7.04
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8200
------- Additional Comments From austinenglish(a)gmail.com 2007-29-04 20:58 -------
Wine 0.9.30 worked fine for me. The window itself shows up, but once you attempt
to minimize to tray, the problem begins. If you keep the main window open, e.g.
on any virtual desktop, then you can still access it. Once you close the main
window, however, you'll have to restart utorrent.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
-----…
[View More]-- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=5163
------- Additional Comments From ead1234(a)hotmail.com 2007-29-04 20:56 -------
Created an attachment (id=6027)
--> (http://bugs.winehq.org/attachment.cgi?id=6027&action=view)
Picture showing InstallExecuteSequence for CustomAction CAGetDPCOEMData
Picture of ORCA showing our CustomAction that is failing refers to properties
in its query in InstallExecuteSequence (ReleaseType and ENTERPRISE_IMAGE) that
should be set by the …
[View More]SecureCustomProperties Property.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=8218
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-29-04 20:13 -------
Because you +relay doesn't match watch you pasted.
--
Configure bugmail: http://bugs.…
[View More]winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=8223
Summary: BVE Trainsim 2.6 cannot render environment
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: angkel07(a)yahoo.com
The EXE file of BVE Trainsim runs okay until you select and load a route. It
spews …
[View More]errors and debug info allover the terminal. This is the only thing that
keeps me from playing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]