http://bugs.winehq.com/show_bug.cgi?id=1885
Summary: Wine does not trim trailing spaces from LoadLibrary
calls
Product: Wine
Version: 20030813
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: frederic.howell(a)powertechlabs.com
Because of a bug in one of my Windows programs, I was issuing
h=LoadLibrary("frq ");
This loaded frq.dll on Win2K, which is what I wanted.
However on a fake-windows install of Wine-20030813, the call fails. I see from
the module trace's that wine tries to load
"frq .dll",
which does not exist. I could work around this by copying frq.dll to
"frq .dll".
This does bring up the question of which dll would get loaded in Win2K if I had
both frq.dll and "frq .dll" It turns out that frq.dll still
gets loaded (if one is to believe the Output window in VS). If no frq.dll
exists, but only "frq .dll" exists, then the LoadLibrary call
fails(!). My conclusion for Win2K is that trailing spaces should always be
trimmed for LoadLibrary, if no extension is present in module name. If the
extension is present, then Win2K will load the module with spaces in the filename.
--
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=1884
wine(a)tkunkel.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |trivial
Priority|P2 |P5
--
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=1884
Summary: unlimited messages after str-c
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: wine(a)tkunkel.de
Hi there,
I tried to get Galactic Civilisation to work, I started the actual cvs-version
(of today) with the exe of this game:
torsten@torstenpc:/platte_d/games/galciv > wine galciv.exe
wine: Unhandled exception (thread 000f), starting debugger...
WineDbg starting on pid e
Loaded debug information from ELF 'wine' ((nil))
No debug information in 32bit DLL 'D:\games\galciv\galciv.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x401b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40940000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x408c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40770000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x406f0000)
No debug information in 32bit DLL 'D:\GAMES\GALCIV\BINKW32.DLL' (0x30000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40a90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40a10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40ad0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40b30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40980000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DDRAW.DLL' (0x40bf0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x40d40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0x40da0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x40d80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40dd0000)
No debug information in 32bit DLL 'D:\GAMES\GALCIV\SDNETLIB.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40f30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x415f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41640000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41780000)
Unhandled exception: page fault on write access to 0x2178b5f4 in 32-bit code
(0x40341613).
In 32-bit mode.
0x40341613 (NTDLL.DLL.NlsMbOemCodePageTag+0x13a442): addb %bh,0x0(%eax,%eax,1)
Wine-dbg>
when pressing str-c after this point, i get unlimited messages of the string
"winedbg".
--
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=26
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-15-12 14:53 -------
Looks like a correctly filled signature to me now.
Can you verify, but I think it is correct now.
--
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=1883
------- Additional Comments From marcus(a)jet.franken.de 2003-15-12 14:35 -------
are you using tyhe latest release? 20031212?
please upgrade to this one, then report back.
--
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=1174
------- Additional Comments From rocketjet314(a)yahoo.com 2003-15-12 13:31 -------
This bug has a fairly easy solution: the default config file, /documentation/
samples/config, had /mnt/fd0 as the floppy directory. I would suggest either
adding a way to detect the mounted floppy drive (since /mnt/floppy isn't
universal), or adding a line to the install script something like test -d /
mnt/floppy || echo "Your floppy drive isn't mounted at /mnt/floppy. Please do
X, Y, Z." (Note: replace X, Y, Z with actual stuff) I've written a program
that adds a drive to the Wine configuration file at 24.194.10.72.
--
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=1813
fedekapo(a)speedy.com.ar changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From fedekapo(a)speedy.com.ar 2003-15-12 09:46 -------
The bug is fixed in wine-20031212
--
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=1882
------- Additional Comments From ga189376(a)zodiac.mimuw.edu.pl 2003-15-12 09:24 -------
I've tested it on latest releases (november 2003, december 2003) on Slackware
and Debian, my friend on RedHat - always the same problem
--
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=1882
Summary: network aplication not running properly (Briged Base
Online)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ga189376(a)zodiac.mimuw.edu.pl
I have problems with my favourite web-bridge program (it doesn't work WITHOUT
any error message). To test the situation please follow steps:
1) Download ftp://www.bridgebase.com/bbo_setup.exe
2) Run this program (it installs the softwate)
3) After instalation run NetBridgeVu.exe (from the install dest. dir.)
4) Login as winehq, pass: winehq
These steps seem to be OK
5) Try to chat with someone, join a tournament, etc. The server seems no to
receive any data from my computer
--
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.