http://bugs.winehq.com/show_bug.cgi?id=1447
------- Additional Comments From lionel.ulmer(a)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.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1447>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1447
Summary: Can not debug application
Product: Wine
Version: CVS
Platform: PC
URL: http://http://download.microsoft.com/download/DungeonSie
ge/Trial/1.0/W982KMeXP/EN-US/D
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: lionel.ulmer(a)free.fr
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).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1447>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1376
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-07 19:23 -------
80004002L is E_NOINTERFACE, which says you could have a problem
with the matching InstallShield dll, Ilog.dll.
A quick look in regedit shows :
C:\Program Files\Common Files\InstallShield\engine\6\Intel 32\ILog.dll
C:\Program Files\Common Files\InstallShield\engine\6\Intel 32\iKernel.exe
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1376>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1376
------- Additional Comments From klevin(a)eskimo.com 2003-05-07 17:48 -------
I've been testing with updated builds from my cvs checkout every 2-5 days
(thought today was the first time in a week or so). Just tried with a current
checkout. I now get the following output on console:
fixme:seh:check_resource_write Broken app is writing to the resource data,
enabling work-around
FIXME:pthread_cond_init
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
FIXME:pthread_cond_init
FIXME:pthread_cond_init
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
Instead of just hanging, I now get an error message after the "Wizard setup"
window closes. The window states: "An error occurred while launching the seupt.
(0x80004002)" After clicking "Ok" on the error message, the installation hangs.
Not very informative to me, but . . .
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1376>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1429
------- Additional Comments From tjawatts(a)totalise.co.uk 2003-05-07 17:06 -------
Running on 20030408, I got the same error about the SetupIterateCabinetA. So I
ran it with native setupapi.dll (plus cfgmgr32.dll). The output is below, it
seems that something related to CAB is not implemented. Hope it helps ;-)
wine out put is thus:
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:import_dll No implementation for
NTDLL.dll.IoUnregisterDeviceInterface imported from
C:\windows\system\cfgmgr32.dll, setting to 0xdeadbeef
trace:loaddll:load_dll Loaded module 'C:\windows\system\cfgmgr32.dll' : native
trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\MPR.dll' : builtin
trace:loaddll:load_dll Loaded module 'C:\windows\system\setupapi.dll' : native
trace:loaddll:MODULE_FlushModrefs Unloaded module
And DirectX.log output is like so:
05/08/03 01:50:50: dsetup32: IterateDownloadedCabs(): Iterating through
C:\WINDOWS\SYSTEM\DirectX\WebSetup\setup_w9x_eng.cab
05/08/03 01:50:50: dsetup32: LoadListFromInfSection(): Unable to load
C:\WINDOWS\SYSTEM\DirectX\WebSetup\filelist.dat - [(].
05/08/03 01:50:50: dsetup32: IterateDownloadedCabs(): Unable to get cab list in
section.
05/08/03 01:50:50: dsetup32: Installation ended with value -9 = Internal or
unsupported error
05/08/03 01:51:11: DXWSetup: WM_APP_ENDINSTALL
05/08/03 01:51:11: DXWSetup: ~CDXWSetup()
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1376
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-05-07 15:55 -------
Marcus did some work on
_copy_arg argument was coerced in-place
Did you try a recent version?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1376>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1219
------- Additional Comments From dardo(a)dada.it 2003-05-07 12:34 -------
fixme:winsock:WS_bind Setting WS_SO_REUSEADDR on socket before we binding it
I have the same problem with WinMX 3.3.1. and Wine 20030115 on Mandrake 9.1
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1219>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1439
------- Additional Comments From gabriele.giorgetti(a)teamfab.it 2003-05-07 03:12 -------
Sorry my fault, I meant c:\\Windows\\Fonts and not c:\\Windows\\System
I'm *sure* I'm using ttf fonts :-)
[g@svil g]$ ls /work/c/windows/Fonts
Vera.ttf VeraBd.ttf VeraMoBI.ttf VeraMoIt.ttf VeraSe.ttf
VeraBI.ttf VeraIt.ttf VeraMoBd.ttf VeraMono.ttf VeraSeBd.ttf
I've test this carefully, so I'm pretty sure about that...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1439
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-07 02:16 -------
Fonts must go into C:\\windows\\Fonts, not in C:\\windows\\system.
Check the presence C:\\windows\\Fonts\\*.ttf, otherwise it means you're using X
fonts.
To ensure youre using ttf fonts, remove $HOME/.wine/cached*
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1439
------- Additional Comments From gabriele.giorgetti(a)teamfab.it 2003-05-07 01:50 -------
I've compiled wine with freetype2 support (2.1.4) and the only
fonts I've used are the Vera Bitstream fonts (ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera) that I put in c:\Windows\System .
I'm not using any X font.
Thanks.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.