http://bugs.winehq.com/show_bug.cgi?id=1560
Summary: regression of patch 8366
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: snoopy97(a)mail.ru
This patch
http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8366
Caused regression with chess.net application.
(http://www.chess.net/cnfw/download/cnfw254.exe)
If you click on a help button it will drop a messagebox which tells
that 'No browser found', it is normal. The anomality is that it is
not possible to close messagebox by clicking "ok" button with a
mouse. But both pressing "enter" and clicking close window icon work.
The line which produce the problem is (dlls/ole32/compobj.c)
apt->win = CreateWindowA(aptWinClass, NULL, 0,
0, 0, 0, 0,
0, 0, OLE32_hInstance, NULL);
--
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=1441
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|spetreolle(a)yahoo.fr |
--
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=1559
Summary: Cannot start application
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: atmar(a)wp.pl
There are two fixmes during start application, then debugger starts:
fixme:msvcrt:_XcptFilter (-1073741819,0x407a08f4)semi-stub
FIXME:pthread_cond_init
and in debugger:
Unhandled exception: page fault on read access to 0xffffffff in 32-bit code
(0xffffffff).
In 32-bit mode.
0xffffffff (COMCTL32.DLL..reloc+0x88c48fff): *** Invalid address 0xffffffff
(COMCTL32.DLL..reloc+0x88c48fff)
-- no code --
It does not metter it is native or builded comctl32.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=1373
tim.ruehsen(a)openmediasystem.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tim.ruehsen(a)openmediasystem.de 2003-30-06 03:43 -------
After installing wine 20030619 everything works again.
--
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=1558
catalins(a)vv.carleton.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From catalins(a)vv.carleton.ca 2003-29-06 21:59 -------
This problem has been solved by introducing true Unicode to ANSI conversions
(using the WideCharToMultiByte API) and then using the DEBUG_OutputA to output
the ANSI string.
--
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=1550
catalins(a)vv.carleton.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From catalins(a)vv.carleton.ca 2003-29-06 19:16 -------
Patch included, which sovles the 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=1348
------- Additional Comments From z_god(a)wanadoo.nl 2003-29-06 15:35 -------
Bug comments restored from Gmane.org:
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:19 -------
I'm moving this to the wine-net section, as I'm pretty sure it's to do with the
networking code. Can you do a +wnet,+winsock trace please.
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:27 -------
Huh? Sorry, I must have typed that message into the wrong window. Gah! Sorry.
--
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=1343
------- Additional Comments From z_god(a)wanadoo.nl 2003-29-06 15:31 -------
Bug comments restored from Gmane.org:
I'm using redhat 8.0 with all updates applied, including glibc-2.3.2-4.80. I've
downloaded several binaries from 2003 with the same result. I've also
downloaded source and run a build. Same results. Earlier binaries complain
about the glibc version.
The message will vary according the the existence of files/directories withing
the path. If /tmp/.wine-ray doesn't exist, the error is "lstat /tmp/.wine-ray :
No such file or directory"
I searched as much as I could looking for other reports but could not find any,
there are some reports on comp.emulators.ms-windows.wine
Thank you,
Ray Beckler
Here's a copy of strace: (the results are the same if I specify an application
to run)
execve("/usr/bin/wine", ["wine"], [/* 35 vars */]) = 0
uname({sys="Linux", node="localhost", ...}) = 0
brk(0) = 0x805b85c
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=82125, ...}) = 0
old_mmap(NULL, 82125, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3) = 0
open("/usr/lib/wine/libntdll.dll.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0P\2\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1074716, ...}) = 0
old_mmap(NULL, 1060104, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x40029000
old_mmap(0x40105000, 45056, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED, 3,
0xdc000) = 0x40105000
old_mmap(0x40110000, 113928, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40110000
close(3) = 0
open("/usr/lib/wine/libwine.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\31"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=26897, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x4012c000
old_mmap(NULL, 97152, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x4012d000
old_mmap(0x40132000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED, 3,
0x4000) = 0x40132000
old_mmap(0x40133000, 72576, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40133000
close(3) = 0
open("/usr/lib/wine/libwine_unicode.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\33"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=935412, ...}) = 0
old_mmap(NULL, 919932, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x40145000
old_mmap(0x40225000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED, 3,
0xe0000) = 0x40225000
close(3) = 0
open("/lib/libm.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2404\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=137140, ...}) = 0
old_mmap(NULL, 135616, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x40226000
old_mmap(0x40247000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED, 3,
0x21000) = 0x40247000
close(3) = 0
open("/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300Y\1"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1292588, ...}) = 0
old_mmap(NULL, 1298244, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x40248000
old_mmap(0x4037e000, 20480, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED, 3,
0x136000) = 0x4037e000
old_mmap(0x40383000, 8004, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40383000
close(3) = 0
open("/lib/libdl.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\26"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=12842, ...}) = 0
old_mmap(NULL, 8624, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x40385000
old_mmap(0x40387000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED, 3,
0x2000) = 0x40387000
close(3) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40388000
mprotect(0x40029000, 901120, PROT_READ|PROT_WRITE) = 0
mprotect(0x40029000, 901120, PROT_READ|PROT_EXEC) = 0
munmap(0x40014000, 82125) = 0
brk(0) = 0x805b85c
brk(0x805c85c) = 0x805c85c
brk(0x805d000) = 0x805d000
set_thread_area({entry_number:-1 -> -1, base_addr:00000000, limit:0,
seg_32bit:0, contents:0, read_exec_only:1, limit_in_pages:0, seg_not_present:1,
useable:0}) = -1 ENOSYS (Function not implemented)
modify_ldt(17, {entry_number:17, base_addr:0x40124ae0, limit:4095, seg_32bit:1,
contents:0, read_exec_only:0, limit_in_pages:0, seg_not_present:0, useable:0},
16) = 0
getcwd("/etc/wine", 512) = 10
getuid32() = 501
socket(PF_UNIX, SOCK_STREAM, 0) = 3
connect(3, {sin_family=AF_UNIX, path="/var/run/.nscd_socket"}, 110) = -1
ECONNREFUSED (Connection refused)
close(3) = 0
open("/etc/nsswitch.conf", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=1750, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40014000
read(3, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1750
read(3, "", 4096) = 0
close(3) = 0
munmap(0x40014000, 4096) = 0
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=82125, ...}) = 0
old_mmap(NULL, 82125, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3) = 0
open("/lib/libnss_files.so.2", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\35\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=49929, ...}) = 0
old_mmap(NULL, 47056, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) =
0x40389000
old_mmap(0x40394000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED, 3,
0xa000) = 0x40394000
close(3) = 0
munmap(0x40014000, 82125) = 0
open("/etc/passwd", O_RDONLY) = 3
fcntl64(3, F_GETFD) = 0
fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
fstat64(3, {st_mode=S_IFREG|0644, st_size=1957, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40014000
read(3, "root:x:0:0:root,,,:/root:/bin/ba"..., 4096) = 1957
close(3) = 0
munmap(0x40014000, 4096) = 0
stat64("/home/ray/.wine", {st_mode=S_IFDIR|0777, st_size=4096, ...}) = 0
chdir("/tmp/.wine-ray/server-307-19f5ff") = 0
stat64(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
getuid32() = 501
lstat64("socket", 0xbfffd13c) = -1 ENOENT (No such file or directory)
write(2, "wine: ", 6wine: ) = 6
write(2, "lstat /tmp/.wine-ray/server-307-"..., 45lstat
/tmp/.wine-ray/server-307-19f5ff/socket) = 45
write(2, " : No such file or directory\n", 29 : No such file or directory
) = 29
_exit(1) = ?
------- Additional Comments From mike <at> theoretic.com 2003-03-27 04:29 -------
This sounds like the glibc upgrade broke you wine install. Please downgrade your
libc, recompile Wine, and see if it fixes it. If so, then this is a known issue,
it should probably be tracked in Bugzilla though.
------- Additional Comments From rbeckler <at> comcast.net 2003-03-27 08:34 -------
I'd like to downgrade my glibc but am a bit leary since a new kernel and source
was delivered several days afterwards. I'd have to turn back the clock a bit
too much. For now, I'll just have to use dos.
I have a feeling that when redhat 9.0 is released, you're going to see other
reports.
------- Additional Comments From mike <at> theoretic.com 2003-03-28 13:29 -------
We've been seeing reports of this for a while, Alexandre is working hard on a
fix. I expect it'll be fixed just before or soon after RH9 is released.
FWIW MDK9.1 is also affected by this.
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:11 -------
Updated summary to be more useful. There are apparently workarounds for this
problem.
------- Additional Comments From mike <at> theoretic.com 2003-04-01 04:08 -------
Updating summary once more, this should become the tracker bug for glibc related
failures.
------- Additional Comments From mike <at> theoretic.com 2003-04-01 04:09 -------
*** Bug 1340 has been marked as a duplicate of this bug. ***
------- Additional Comments From mike <at> theoretic.com 2003-04-03 02:59 -------
*** Bug 1359 has been marked as a duplicate of this bug. ***
------- Additional Comments From mike <at> theoretic.com 2003-04-04 03:13 -------
We have a prototype fix for this, update to Wine CVS and configure it using the
--with-nptl option. This will hopefully be runtime detected soon.
------- Additional Comments From rob <at> robhughes.com 2003-04-04 12:21 -------
I've done the downgrade, and it does correct the issue, so I can confirm this. I
also posted an account to the wine-users list, so all info is archived there.
------- Additional Comments From rbeckler <at> comcast.net 2003-04-10 21:40 -------
an updated glibc from RedHat seems to have resolved this. new version is
glibc-2.3.2-4.80.6
------- Additional Comments From mike <at> theoretic.com 2003-04-12 17:00 -------
Resolving FIXED.
For RH8 - do NOT use --with-nptl
for RH9 - DO use it :)
for Mandrake - hmm, try both?
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-04-15 10:32
-------
*** Bug 1391 has been marked as a duplicate of this bug. ***
------- Additional Comments From julliard <at> winehq.com 2003-04-28 18:34 -------
*** Bug 1420 has been marked as a duplicate of this bug. ***
------- Additional Comments From mike <at> theoretic.com 2003-05-12 05:18 -------
*** Bug 1452 has been marked as a duplicate of this bug. ***
------- Additional Comments From mike <at> theoretic.com 2003-23-05 07:40 -------
*** Bug 1481 has been marked as a duplicate of this bug. ***
------- Additional Comments From coolpav <at> parkertech.org 2003-24-05 16:38
-------
Resolved.
------- Additional Comments From mike <at> theoretic.com 2003-27-05 04:14 -------
*** Bug 1383 has been marked as a duplicate of this bug. ***
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 19:05
-------
Assuming fixed and closing, previous details were deleted by Bugzilla update.
--
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=1556
Summary: DirectDraw problem
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: ghzrobot(a)interfree.it
Software : Circad98 ( http://www.holophase.com )
Description: CAD for electronic design ( PCB and SDT)
When I do type : wine cc98.exe
wine return :
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403ff2f0)->(00010021,00000008)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403ff278)->(0x403ff2fc,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_GetClipList
(0x403ff278,(nil),0x4dca70,0x4e0a70),stub!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403ff2f0)->(00010021,00000008)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403ff278)->(0x403ff2fc,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_GetClipList
(0x403ff278,(nil),0x4dca70,0x4e0a70),stub!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403ff2f0)->(00010021,00000008)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403ff250)->(0x403ff2fc,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_GetClipList
(0x403ff250,(nil),0x4dca70,0x4e0a70),stub!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403ff2f0)->(00010021,00000008)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403ff250)->(0x403ff2fc,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_GetClipList
(0x403ff250,(nil),0x4dca70,0x4e0a70),stub!
err:msg:DispatchMessageW BeginPaint not called on WM_PAINT for hwnd 0x10021!
cc98 crash and return this msg:
The windows direct draw sub-system is not working properly.... restart windows
If I put ddraw.dll (microsoft direct x ) in the circad98 directory.I haven't more problem
but wine freeze....
I asked help to IRC channel #winehq and somebody tell me that is a bug
Roberto
--
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=650
pouech(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From pouech(a)winehq.com 2003-29-06 10:29 -------
fixed in recent CVS (several months ago indeed) (at least from the POV of
parsing C++ stabs 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=1555
Summary: Building font metrics fails
Product: Wine
Version: 20030618
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: manuel(a)spitschan.de
wine-20030618 fails building font metrics at 91.1%. My system runs FreeBSD
4.8-STABLE with XFree86 4.3.0.
$ wine putty.exe
Font metrics: 0.2% done
Font metrics: 0.3% done
Font metrics: 0.5% done
[...]
Font metrics: 91.1% done
wine: Unhandled exception, starting debugger...
Could not stat /mnt/cdrom (No such file or directory), ignoring drive D:
WineDbg starting on pid 2c
Loaded debug information from ELF 'wine' (0x0)
Breakpoint 1 at 0x5c006c64 (_end+0x20004aa0)
Loaded debug information from ELF '/usr/local/lib/wine/libntdll.dll.so' (0x5c01f000)
Loaded debug information from ELF '/usr/local/lib/wine/libwine.so.1' (0x5c0e3000)
Loaded debug information from ELF '/usr/local/lib/wine/libwine_unicode.so.1'
(0x5c0fa000)
No debug information in ELF '/usr/lib/libc.so.4' (0x5c1db000)
No debug information in ELF '/usr/lib/libm.so.2' (0x5c274000)
Loaded debug information from ELF '/usr/local/lib/wine/advapi32.dll.so' (0x5c5c3000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so' (0x5c5ef000)
Loaded debug information from ELF '/usr/local/lib/wine/comctl32.dll.so' (0x5c6b2000)
Loaded debug information from ELF '/usr/local/lib/wine/user32.dll.so' (0x5c744000)
Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so' (0x5c861000)
Loaded debug information from ELF '/usr/local/lib/wine/comdlg32.dll.so' (0x5c8d1000)
Loaded debug information from ELF '/usr/local/lib/wine/shell32.dll.so' (0x5c947000)
Loaded debug information from ELF '/usr/local/lib/wine/ole32.dll.so' (0x5c9c0000)
Loaded debug information from ELF '/usr/local/lib/wine/rpcrt4.dll.so' (0x5ca30000)
Loaded debug information from ELF '/usr/local/lib/wine/shlwapi.dll.so' (0x5ca75000)
Loaded debug information from ELF '/usr/local/lib/wine/winspool.drv.so' (0x5cac0000)
Loaded debug information from ELF '/usr/local/lib/wine/imm32.dll.so' (0x5cae3000)
Loaded debug information from ELF '/usr/local/lib/wine/winmm.dll.so' (0x5cafe000)
Loaded debug information from ELF '/usr/local/lib/wine/wsock32.dll.so' (0x5cb64000)
Loaded debug information from ELF '/usr/local/lib/wine/ws2_32.dll.so' (0x5cb81000)
Loaded debug information from ELF '/usr/local/lib/wine/iphlpapi.dll.so' (0x5cba8000)
Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so' (0x5cbc6000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x5c3a1000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x5cc2d000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x5c3aa000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x5cc43000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x5cc51000)
No debug information in ELF '/usr/X11R6/lib/libXThrStub.so.6' (0x5cd0d000)
No debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x5cd18000)
No debug information in ELF '/usr/X11R6/lib/libGLcore.so.1' (0x5cd61000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x5d0e3000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x5d0e6000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x5d102000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x5d10b000)
No debug information in ELF '/usr/libexec/ld-elf.so.1' (0x5c002000)
No debug information in 32bit DLL 'E:\putty.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x5c050000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x5c610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x5c5d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x5c880000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x5c770000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x5c6c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x5ca50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x5c9e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x5ca90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x5c960000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x5cad0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x5c8e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x5caf0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x5cb10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0x5cbb0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x5cb90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x5cb70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x5cbe0000)
In 32-bit mode.
file_set_error: Bad address
Wine-dbg>backtrace
Backtrace:
=>0 0x5c67b51c (DebugBreak+0x4 [debugger.c:902] in kernel32.dll.so) (ebp=5c5c2784)
file_set_error: Bad address
1 0x5cc108b6 (error_handler+0x7a(display=0x3c009800, error_evt=0x5c5c27c8,
display=0x3c009800, error_evt=0x5c5c27c8) [x11drv_main.c:141] in x11drv.dll.so)
(ebp=5c5c2798)
2 0x5cc83e63 (_end+0x57d57 in libX11.so.6) (ebp=5c5c2828)
3 0x5cc82669 (_end+0x5655d in libX11.so.6) (ebp=5c5c2878)
4 0x5cc6a1e5 (_end+0x3e0d9 in libX11.so.6) (ebp=5c5c2978)
5 0x5cc699e6 (_end+0x3d8da in libX11.so.6) (ebp=5c5c29b8)
6 0x5cc08c40 (TSXLoadQueryFont+0x24(a0=0x3c009800, a1=0x5c5c2a54,
a0=0x3c009800, a1=0x5c5c2a54) [ts_xlib.c:20] in x11drv.dll.so) (ebp=5c5c29d4)
7 0x5cbfd9d6 (XFONT_BuildMetrics+0x456(x_pattern=0x3c090000, res=0x64,
x_checksum=0xfadeebcc, x_count=0x1665, x_pattern=0x3c090000, res=0x64,
x_checksum=0xfadeebcc, x_count=0x1665) [xfont.c:2118] in x11drv.dll.so)
(ebp=5c5c2b54)
8 0x5cbff1c9 (X11DRV_FONT_InitX11Metrics+0x1b9 [xfont.c:2956] in
x11drv.dll.so) (ebp=5c5c2b9c)
9 0x5cbffb4a (X11DRV_SelectFont+0xd2(physDev=0x5c2c2de8, hfont=0xa2,
physDev=0x5c2c2de8, hfont=0xa2, font=0xa2) [xfont.c:3273] in x11drv.dll.so)
(ebp=5c5c2c70)
10 0x5c89a6c4 (FONT_SelectObject+0x74(handle=0xa2, obj=0x5c2a2f86, hdc=0x4c,
handle=0xa2, obj=0x5c2a2f86, hdc=0x4c) [font.c:435] in gdi32.dll.so) (ebp=5c5c2c8c)
11 0x5c89f87f (SelectObject+0x83(hdc=0x4c, handle=0xa2, hdc=0x4c, handle=0xa2,
handle=0xa2) [gdiobj.c:1078] in gdi32.dll.so) (ebp=5c5c2cac)
12 0x5c893273 (DC_InitDC+0x6b(dc=0x5c2c3ff8, dc=0x5c2c3ff8) [dc.c:193] in
gdi32.dll.so) (ebp=5c5c2cc4)
13 0x5c893f11 (CreateDCA+0x1cd(driver=0x5c804280, device=0x0, output=0x0,
initData=0x0, driver=0x5c804280, device=0x0, output=0x0, initData=0x0, s=0x0,
s=0x0, s=0x5c804280) [dc.c:618] in gdi32.dll.so) (ebp=5c5c2e0c)
14 0x5c7c8ca3 (SYSMETRICS_Init+0x27 [sysmetrics.c:118] in user32.dll.so)
(ebp=5c5c2e3c)
15 0x5c7f3f66 (process_attach+0x6e [user_main.c:234] in user32.dll.so)
(ebp=5c5c2e48)
16 0x5c7f408d (UserClientDllInitialize+0x2d(inst=0x5c770000, reason=0x1,
reserved=0x1, inst=0x5c770000, reason=0x1, reserved=0x1) [user_main.c:310] in
user32.dll.so) (ebp=5c5c2e58)
17 0x5c0a2f91 (MODULE_InitDLL+0x135(wm=0x5c290cb8, reason=0x1, lpReserved=0x1,
wm=0x5c290cb8, reason=0x1, lpReserved=0x1) [loader.c:542] in libntdll.dll.so)
(ebp=5c5c2ea0)
18 0x5c0a3112 (MODULE_DllProcessAttach+0x102(wm=0x5c290cb8, lpReserved=0x1,
wm=0x5c290cb8, lpReserved=0x1) [loader.c:623] in libntdll.dll.so) (ebp=5c5c2ec4)
19 0x5c0a30ea (MODULE_DllProcessAttach+0xda(wm=0x5c2908e0, lpReserved=0x1,
wm=0x5c2908e0, lpReserved=0x1) [loader.c:615] in libntdll.dll.so) (ebp=5c5c2ee4)
20 0x5c0a30ea (MODULE_DllProcessAttach+0xda(wm=0x0, lpReserved=0x1, wm=0x0,
lpReserved=0x1) [loader.c:615] in libntdll.dll.so) (ebp=5c5c2f04)
21 0x5c09163e (start_process+0x196 [process.c:448] in libntdll.dll.so)
(ebp=5c5c2fa4)
22 0x5c095411 (call_on_thread_stack+0x1d(func=0x5c0914a8, func=0x5c0914a8)
[sysdeps.c:171] in libntdll.dll.so) (ebp=5c5c2ff4)
23 0x5c0955a0 (SYSDEPS_CallOnStack+0x14 in libntdll.dll.so) (ebp=00000000)
Wine-dbg>
--
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=134
------- Additional Comments From pammann(a)aro.ch 2003-29-06 07:38 -------
"MS_WINHELP" class hasnt been registered.
adding this into FindWindow might slove this
if (WinExec("winhelp.exe -x", SW_SHOWNORMAL) < 32)
{
ERR("can't start winhelp.exe -x ?\n");
return FALSE;
}
because this will register "MS_WINHELP".
after this hack, the game badly still dsoent work....
--
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=1410
------- Additional Comments From michael(a)johalla.de 2003-28-06 21:24 -------
Ok, I got an installed version...
The game starts, but
a) the mouse always moves to the top but sometimes jumps into the middle of the
screen so I was able to get into the "single player menu". Mouse buttons are
working.
b) when starting with "-dll dinput=n" the mouse was first moving to the top but
after a few minutes I detected that "right and left" and "up and down" were
switched. So after turning the mouse I was able to play the game.
Is there a flag in dinput to invert the mouse that is not handled correct with
the builtin version of dinput?
--
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=1554
Summary: Installation on Red Hat 9.0
Product: Wine
Version: 20030618
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: thomrok(a)hotmail.com
I have installed this distribution of Wine from the rpm
wine-20030618-1rh9winehq.i686.rpm and installation was error free. Kernel is
2.4.20-18.9. I ran winesetuptk apparently successfully, although it did not seem
to alter wine.conf. But when I try to run wine from the user login I get the error
chdir to /tmp/.wine-roger/server-303-15e2fa: No such file or directory
and if I try to run it as root I get the error
relocation error: wine_init
I tried rewriting the wine.conf file manually, but got the same response
--
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=1299
------- Additional Comments From pammann(a)aro.ch 2003-28-06 18:59 -------
the problem seems to be:
/wine/dlls/dplayx/version.rc
version 1.2 works
but version 1.3 does not!!
--
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=984
------- Additional Comments From jesper(a)pobox.com 2003-28-06 16:10 -------
The bug remains in 20030618. Ecco Pro runs fine until the address book tab is
accessed.
--
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=1449
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 12:17 -------
Bug comments restored from Gmane.org:
Well the installtion is not working (yet) but that is on another bug, if you install it with
windows you can try to run it....
It displays the intro movie it even draws the main menu but clicking on any of the
options will crash with some direct draw errors:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403e94d8)->(00010021,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403e94d8)->(00010021,00000011)
fixme:ddraw:Main_DirectDraw_CreateSurface App didn't request a valid surface
type - assuming offscreenplain
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403e81f8)->(0x403e94e4,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403e8218)->(0x403e94e4,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_SetClipList (0x403e8218,0x406d27a0,0),stub!
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
err:ole:CoGetClassObject couldn't load InprocServer32 dll dplayx.dll
fixme:ole:CoCreateInstance no classfactory created for CLSID
{2fe8f810-b2a5-11d0-a787-0000f803abfc}, hres is 0x80070005
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or
DDBLT_ASYNC: can't handle right now.
wine: Unhandled exception, starting debugger...
------- Additional Comments From hatky <at> users.sf.net 2003-05-08 16:09 -------
btw wine cvs version of today (9.5.2003)
------- Additional Comments From spetreolle <at> yahoo.fr 2003-05-09 21:01 -------
could you please put the output from the debugger ?
if the debugger hangs, then run it the application with winedbg instead.
without this information, we dont know what is the problem.
you have chosen wine-directx component but the output of the debugger
could show a call to an unimplemented function in shell32.
------- Additional Comments From hatky <at> users.sf.net 2003-05-10 05:57 -------
The debugger dosen't hang but I was not sure if that info is usfull and the directX
component I chose becouse most of the errors seem to come from ddraw (I know its
kind of new and still has many fixme's) so:
wine: Unhandled exception, starting debugger...
FIXME:pthread_cond_init
WineDbg starting on pid 8
Loaded debug information from ELF 'wine' ((nil))
Breakpoint 1 at 0x4000af50 (_end+0x40097e4)
Loaded debug information from ELF '/usr/local/lib/libntdll.dll.so' (0x4001f000)
Loaded debug information from ELF '/usr/local/lib/libwine.so.1' (0x4010c000)
Loaded debug information from ELF '/usr/local/lib/libwine_unicode.so.1'
(0x40123000)
No debug information in ELF '/lib/i686/libc.so.6' (0x40205000)
No debug information in ELF '/lib/i686/libm.so.6' (0x40338000)
No debug information in ELF '/lib/libdl.so.2' (0x4035a000)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_files.so.2' (0x4035d000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so'
(0x406e3000)
Loaded debug information from ELF '/usr/local/lib/wine/user32.dll.so' (0x4079f000)
Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so' (0x408c6000)
Loaded debug information from ELF '/usr/local/lib/wine/advapi32.dll.so'
(0x40940000)
Loaded debug information from ELF '/usr/local/lib/wine/ole32.dll.so' (0x4096c000)
Loaded debug information from ELF '/usr/local/lib/wine/rpcrt4.dll.so' (0x409dc000)
Loaded debug information from ELF '/usr/local/lib/wine/winmm.dll.so' (0x40a22000)
Loaded debug information from ELF '/usr/local/lib/wine/ddraw.dll.so' (0x40a89000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x404b3000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40af2000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40b09000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40b17000)
No debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x40bf6000)
No debug information in ELF '/lib/i686/libpthread.so.0' (0x40c69000)
Loaded debug information from ELF '/usr/local/lib/wine/version.dll.so' (0x40cb9000)
Loaded debug information from ELF '/usr/local/lib/wine/lz32.dll.so' (0x40cd3000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40ce9000)
No debug information in ELF '/lib/libz.so.1' (0x40d37000)
Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so' (0x40d45000)
No debug information in ELF '/usr/X11R6/lib/modules/dri/radeon_dri.so'
(0x40daf000)
No debug information in ELF
'/usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2' (0x40017000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x436bf000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x436e8000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x436f1000)
Loaded debug information from ELF '/usr/local/lib/wine/winearts.drv.so'
(0x43985000)
Loaded debug information from ELF '/usr/local/lib/wine/msacm.drv.so' (0x43999000)
Loaded debug information from ELF '/usr/local/lib/wine/msacm32.dll.so'
(0x439b0000)
Loaded debug information from ELF '/usr/local/lib/wine/midimap.drv.so'
(0x43af0000)
No debug information in 32bit DLL 'H:\Program Files\Tropico2\Tropico2.exe'
(0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL'
(0x40050000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL'
(0x40710000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL'
(0x40950000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL'
(0x408e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL'
(0x407c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x409f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL'
(0x40990000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL'
(0x40a30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DDRAW.DLL'
(0x40ab0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL'
(0x40ce0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL'
(0x40cc0000)
No debug information in 32bit DLL 'H:\PROGRAM FILES\TROPICO2\BINKW32.DLL'
(0x30000000)
No debug information in 32bit DLL 'H:\PROGRAM FILES\TROPICO2\MSS32.DLL'
(0x21100000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40d60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL'
(0x439c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x439a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x43b00000)
No debug information in 32bit DLL 'H:\PROGRAM FILES\TROPICO2\MSSMP3.ASI'
(0x26f00000)
Unhandled exception: page fault on read access to 0xfffffffc in 32-bit code
(0x008c393b).
In 32-bit mode.
0x008c393b (Tropico2.exe.EntryPoint+0x33c9c in H:\Program
Files\Tropico2\Tropico2.exe): movl 0x0(%ecx,%eax,4),%eax
Wine-dbg>
Will a --debugmsg help you more?
------- Additional Comments From hatky <at> users.sf.net 2003-05-10 06:02 -------
Created an attachment (id=479)
--> (http://bugs.winehq.com/attachment.cgi?id=479&action=view)
Running the game as wine --debugmsg +file Tropico2
--
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=1448
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 12:15 -------
Bug comments restored from Gmane.org:
It seems there is missing some really basic thing that lets this game identify the
video card/driver as it says:
UT2003 Build UT2003_Build_[2002-09-19_17.26]
OS: Windows 98 4.10 (Build: 67766446)
CPU: GenuineIntel Unknown processor @ 1597 MHz with 376MB RAM
Video: No Video
unrecoverable error - bombing out
History: UWindowsClient::UWindowsClient <- UGameEngine::Init <- InitEngine
wine version is today's cvs (9.5.2003)
I will atach the logs in a secound both the normal win output and a --debugmsg
------- Additional Comments From hatky <at> users.sf.net 2003-05-08 14:49 -------
Created an attachment (id=473)
--> (http://bugs.winehq.com/attachment.cgi?id=473&action=view)
Normal output
------- Additional Comments From hatky <at> users.sf.net 2003-05-08 15:01 -------
Created an attachment (id=474)
--> (http://bugs.winehq.com/attachment.cgi?id=474&action=view)
--debugmsg
------- Additional Comments From hatky <at> users.sf.net 2003-05-08 15:03 -------
The --debug log shows (I think) some basic registry accsess that is getting denyed...
------- Additional Comments From spetreolle <at> yahoo.fr 2003-05-08 16:51 -------
the end of your log shows a lot of missing files... (GLE 2)
verify the game has been installed correctly.
------- Additional Comments From hatky <at> users.sf.net 2003-05-09 05:55 -------
.....
trace:file:FILE_DoOpenFile reg.dat OF_READ OF_SHARE_COMPAT
trace:file:FILE_DoOpenFile reg.dat 0000
warn:file:FILE_DoOpenFile 'reg.dat' not found or sharing violation
warn:file:FILE_DoOpenFile (reg.dat): return = HFILE_ERROR error= 2
warn:file:FILE_CreateFile Unable to create file '/usr/local/etc/wine.userreg' (GLE 2)
warn:file:FILE_CreateFile Unable to create file '/usr/local/etc/wine.systemreg' (GLE
2)
these refer to something with the registry...
but for the rest I guess you are right I just checked and the engine directory for
example does not exsist, I installed it with wine and it looked like completing
succsesfully... I will install it in windows and run it again soon and report back
------- Additional Comments From hatky <at> users.sf.net 2003-05-10 06:28 -------
I am attaching run2 (after installing it again in windows and running again in wine in
case it was an installtion problem) but I am seeing the same errors I do not know if I
miss something so I will attach this but the GLE 2 errors are still there and I think I
was mistaking searching for a directory there are some file named that and they
were there before...
What does
warn:file:CreateFileW Unable to get full filename from L"Engine" (GLE 2)
mean "Engine."?
and what is the "L" curent directory?
I will also attach the UT2003.log, may shade some light on what the program is
trying to do
------- Additional Comments From hatky <at> users.sf.net 2003-05-10 06:37 -------
Created an attachment (id=480)
--> (http://bugs.winehq.com/attachment.cgi?id=480&action=view)
run 2 of --debug +file ut2003
------- Additional Comments From hatky <at> users.sf.net 2003-05-10 06:38 -------
Created an attachment (id=481)
--> (http://bugs.winehq.com/attachment.cgi?id=481&action=view)
UT2003 log file, mybe it will shade some light...
--
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=1447
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 12:11 -------
Bug comments restored from Gmane.org:
When trying to start the debugger on DungeonSiege, I get the following :
nexus6:/wine_dos4/DungeonSiege$ winedbg ./DungeonSiegeDemo.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
fixme:console:SetConsoleCtrlHandler (0x404a0990,1) - no error checking or
testing yet
WineDbg starting on pid a
Invalid address, can't set breakpoint
Invalid address, can't set breakpoint
You can turn on deferring breakpoints by address by setting $CanDeferOnBPByAddr
to 1
Loaded debug information from ELF 'wine' ((nil))
*** Invalid address 0x3c0016f0 (_DYNAMIC in wine)
And the problem is that DS runs as if no debugger was attached at all (it
basically does NOT stop before starting the application).
------- Additional Comments From lionel.ulmer <at> free.fr 2003-05-08 09:39 -------
Well, just tried on another application (notepad) and it's the same.
So either it's a regression in the current CVS tree or something is b0rked in my
Wine registry.
------- Additional Comments From spetreolle <at> yahoo.fr 2003-05-09 22:33 -------
seems to be fixed in CVS after 03/05/07.
--
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=1445
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 12:09 -------
Bug comments restored from Gmane.org:
dlls/oleaut32/Makefile includes -ljpeg but doesn't include
LIBS value passed to configure (so link failed - couldn't find libjpeg.so)
added libs given in configure to EXTRA_LIBS & jpeg library
was found & linked in
--
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.