http://bugs.winehq.org/show_bug.cgi?id=7025
------- Additional Comments From truiken(a)gmail.com 2006-30-12 22:49 -------
Don't add me to cc's, I read wine-bugs. It wouldn't be very hard for you to
whip up the patch that makes this change and send it to wine-patches. Why not
give it a go?
--
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=7025
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|truiken(a)gmail.com |
--
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=7025
mikegardiner(a)bigpond.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |truiken(a)gmail.com
------- Additional Comments From mikegardiner(a)bigpond.com 2006-30-12 21:00 -------
It can be tested with the existing dlls/ole32/tests/storage32.c. When running
the tests on Windows, it falsely states that the test failed (a file does not
get created but the test incorrectly expects it to). When running the test on
Wine, it falsely states that the test succeeded (a file does get created as the
test incorrectly expects it to).
The proposed changes are:
in the dlls/ole32/tests/storage32.c, lines 391-397:
/* try opening a nonexistent file - it should not create it */
stgm = STGM_DIRECT | STGM_SHARE_EXCLUSIVE | STGM_READWRITE;
r = StgOpenStorage( filename, NULL, stgm, NULL, 0, &stg);
if (r==S_OK) IStorage_Release(stg);
ok(!is_existing_file(filename), "StgOpenStorage should not create a new
file\n");
DeleteFileW(filename);
In the dlls/ole32/storage32.c, remove lines 6038 to 6045 that create a file if
it does not exist.
--
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=239
------- Additional Comments From dank(a)kegel.com 2006-30-12 20:59 -------
fwiw, cspy 2.0's EULA seems to disallow use with wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7035
------- Additional Comments From truiken(a)gmail.com 2006-30-12 18:23 -------
There is no 'default' configuration. Wine detects which drives are available
on your computer. Please list what you see in winecfg->drives.
--
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=7035
------- Additional Comments From spencercw(a)googlemail.com 2006-30-12 17:41 -------
It is the default configuration (Ie. deleted .wine prior to installing), as well
as the D: drive for the CD drive.
--
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=7035
------- Additional Comments From truiken(a)gmail.com 2006-30-12 17:35 -------
If you notice, they're different. One is "Drive C:" and the other is "Drive
c:". Also, the sizes are different. Please go into winecfg->drives and list
what drives Wine is configured for.
--
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=7030
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-30-12 17:13 -------
Invalid. One bug per bug report. Open separate reports for each bug you
notice.
--
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=7025
------- Additional Comments From truiken(a)gmail.com 2006-30-12 16:44 -------
Please add a test for this behavior to dlls/ole32/tests/storage32.c with a fix
as well, if you have it.
--
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=7023
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-30-12 16:37 -------
These types of discussions need to be on wine-devel, and send your patches to
wine-patches.
--
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.