http://bugs.winehq.com/show_bug.cgi?id=147
------- Additional Comments From Speeddymon(a)yahoo.com 2003-08-07 23:36 -------
confirm as well, i think the default for blank colums is something like 50 or
75 px in windows.. but could someone test this now that dimi has rewritten
listview?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=131
------- Additional Comments From Speeddymon(a)yahoo.com 2003-08-07 23:28 -------
without proper traces i can only assume that this may be an ipc (if not rpc or
ole) issue. reporter can u try with latest wine and report if this is still an
issue?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1475
------- Additional Comments From valveamp(a)myrealbox.com 2003-08-07 10:41 -------
I have come across this with the Novell GroupWise Messenger windows client -
pops up when the client tries to connect to the server
- replaced with a native version, but that leads to a Heap32ListFirst
unimplemented call in kernel32.dll
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1577
Summary: utf8 flag in vfat mount options prevents wine from
working
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jargonautti(a)hotmail.com
If the "utf8" flag is specified in the mount options, Wine aborts with "wine:
cannot find 'programname'. For example, cut 'n pasted from the console:
[juho@ua247d157 juho]$ wine /mnt/dosc/Ohjelmatiedostot/Agent/agent.exe
wine: cannot find '/mnt/dosc/Ohjelmatiedostot/Agent/agent.exe'
If the utf8 flag is removed, wine works normally, but the system can't display
some filenames in VFAT volume correcly (replaces some characters with a ? ).
The line of fstab for this partition reads as follows:
/dev/hda1 /mnt/dosc vfat uid=0,gid=501,umask=007,rw,noexec,codepage=850,utf8 0 0
The partition has been checked for errors with scandisk (in native Windows), and
none were found. Ls and xmms have no problems accessing the partition.
The same problem happens in other partitions mounted with utf8 flag, too.
The problem started immediately (next run) after adding the utf8 and codepage
flags, and disappeared immediately (next run) after removing the utf8 flag, only
to reappear after readding it.
How to reproduce:
1. Mount a vfat volume with utf8 flag.
2. Try to run a program with Wine in that partition.
And please note that the filename (and path) itself contained no special
characters, nor did any other file in any of the directories on the way.
This is a major bug since it prevents one from correctly displaying VFAT
partitions directory lists while working with wine. Since Wine can be expected
to run programs which require access to said directories, this has the makings
of a headache...
System information:
Distribution: Red Hat Linux 9
Kernel (uname -r): 2.4.20-18.9 (not self-compiled)
Wine version: wine-20030618-1rh9winehq.athlon.rpm from the sourceforge page
Libc (in /lib/): libc-2.3.2.so
Memory: 512 megs
CPU: Duron 1Ghz
df of relevant partition: /dev/hda1 20472816 20226304 246512 99% /mnt/dosc
Ask if you need any more information.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1576
------- Additional Comments From dseifert(a)gmx.de 2003-08-07 06:21 -------
Grep'ing the log for office1, I have the following lines. Judging from
the last entry, it looks like the file is found, but there's still the
error message from the installer that it isn't.
378429:trace:dosfs:DOSFS_GetFullName
L"Z:\\usr\\local\\dossrc\\Office2000Pro\\OFFICE1.CAB" (last=1)
378430:trace:dosfs:DOSFS_FindUnixName
/,L"usr\\local\\dossrc\\Office2000Pro\\OFFICE1.CAB"
378432:trace:dosfs:DOSFS_FindUnixName
(/usr,L"usr\\local\\dossrc\\Office2000Pro\\OFFICE1.CAB") -> L"usr"
(L"USR")
378433:trace:dosfs:DOSFS_FindUnixName
/usr,L"local\\dossrc\\Office2000Pro\\OFFICE1.CAB"
378435:trace:dosfs:DOSFS_FindUnixName
(/usr,L"local\\dossrc\\Office2000Pro\\OFFICE1.CAB") -> L"local"
(L"LOCAL")
378436:trace:dosfs:DOSFS_FindUnixName
/usr/local,L"dossrc\\Office2000Pro\\OFFICE1.CAB"
378438:trace:dosfs:DOSFS_FindUnixName
(/usr/local,L"dossrc\\Office2000Pro\\OFFICE1.CAB") -> L"dossrc"
(L"DOSSRC")
378439:trace:dosfs:DOSFS_FindUnixName
/usr/local/dossrc,L"Office2000Pro\\OFFICE1.CAB"
378441:trace:dosfs:DOSFS_FindUnixName
(/usr/local/dossrc,L"Office2000Pro\\OFFICE1.CAB") -> L"Office2000Pro"
(L"OFFI~RXE")
378442:trace:dosfs:DOSFS_FindUnixName
/usr/local/dossrc/Office2000Pro,L"OFFICE1.CAB"
378444:trace:dosfs:DOSFS_FindUnixName
(/usr/local/dossrc/Office2000Pro,L"OFFICE1.CAB") -> L"office1.cab"
(L"OFFICE1.CAB")
378445:trace:dosfs:DOSFS_GetFullName returning
/usr/local/dossrc/Office2000Pro/office1.cab =
L"Z:\\USR\\LOCAL\\DOSSRC\\OFFI~RXE\\OFFICE1.CAB"
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1576
Summary: Filename capitalisation issues
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dseifert(a)gmx.de
I installed wine-20030619-SL8.2.i586.rpm (also tried today's CVS
source) on a SuSE Linux 8.2 installation and tried to install MS Office
2000Pro. The command I used is "wine setup.exe".
The MS Office CD is in /usr/local/dossrc/Office2000Pro (NFS mount).
Installation starts fine, but after the installation progress bar is at
roughly 30%, there's a problem that the file
Z:\usr\local\dossrc\Office2000Pro\OFFICE1.CAB can not be found. I
checked the directory and there is a file office1.cab (47713575 bytes
in size).
It seems that there are problems with file name capitalisation.
Unfortunately I cannot rename office1.cab to OFFICE1.CAB.
Running with --debug=files does not give any output on OFFICE1.CAB,
but after I click on "Retry" in the error message, the following lines
are added in the debug output:
trace:file:WriteFile 0x54 0x422842ac 183 0x408e1358 (nil)
trace:file:WriteFile 0x54 0x3f111848 2 0x408e1358 (nil)
trace:file:CreateFileW L"X:\\\\msievent.log" GENERIC_WRITE
FILE_SHARE_READ FILE_SHARE_WRITE OPEN_ALWAYS attributes 0x80
trace:file:CreateFileW returning 0x68c
trace:file:SetFilePointer handle 0x68c offset 0 high 0 origin 2
trace:file:WriteFile 0x68c 0x415bfb54 262 0x415bfb50 (nil)
trace:file:WriteFile 0x68c 0x3f0fda20 2 0x415bfb50 (nil)
trace:file:WriteFile 0x54 0x422844fc 249 0x408e1358 (nil)
trace:file:WriteFile 0x54 0x3f111848 2 0x408e1358 (nil)
trace:file:SetFilePointer handle (nil) offset 0 high 0 origin 1
trace:file:SetFilePointer handle (nil) offset 0 high 0 origin 2
err:cabinet:FDICopy FDIIsCabinet failed.
trace:file:DeleteFileW L""
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1309
------- Additional Comments From marcus(a)jet.franken.de 2003-08-07 04:41 -------
this patzch will only work with a specified XIM (input method handler)
For german you usually do not need one, so i do not think this is applicable.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.