http://bugs.winehq.com/show_bug.cgi?id=1581
------- Additional Comments From julliard(a)winehq.com 2003-09-07 22:49 -------
kernel32.dll.so is the correct name, and the wine binary must not be
linked to kernel32. Something else must be wrong, but I can't tell
without knowing what the actual problem is.
--
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=1581
Summary: kernel32.dll
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: beer.info(a)videotron.ca
The latest release of Wine (20030709) creates the library kernel32 with the
wrong filename. Fix:
cd dlls
mv kernel32.dll.so libkernel32.dll.so
Also, under the 'miscemu' sub-direcory, the 'wine' executable would not link
because '-lkernel32.dll' was missing from link. Fix:
gcc -o wine -Wl,--section-start,.interp=0x3c000100 main.o -L../dlls -lntdll.dll
-lkernel32.dll -L../libs/wine -lwine -L../libs/unicode -lwine_unicode
-L../libs/port -lwine_port
--
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=1564
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2003-09-07 14:30 -------
Recreated and have patch
--
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=1578
Summary: Lotus Notes 5.0.8 dont start. occurs thread error.
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jeronimovf(a)yahoo.com.br
I use Mandrake 9.1. When Lotus Notes start appear:
FIXME:pthread_cond_init
fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler (0x115e2b0,1) - no error checking or testing yet
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 12 (X_ConfigureWindow)
Serial number of failed request: 56
Current serial number in output stream: 64
err:ntdll:RtlpWaitForCriticalSection section 0x41031694 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 000c, blocked by 000b, retrying (60
sec)
Sorry for my english!!!
--
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=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.