http://bugs.winehq.org/show_bug.cgi?id=2070
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-05-03 03:46 -------
ordinary output follows (there is some mixed lines of game and wine data.
how/should i separate them out?):
[/home/s2/spba]$ wine SpaceBanditsPrj.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Loading library OgrePlatform.dll
ArchiveFactory for archive type Zip registered.
Loading library .\pluginsr\\RenderSystem_Direct3D7
Direct3D7 Rendering Subsystem created.
----- DirectDraw Detection Starts
Detected DirectDraw driver DirectDraw HAL.
Detected DirectDraw driver User (and GDI).
fixme:ddraw:DirectDrawEnumerateExA no non-display devices supported.
----- DirectDraw Detection Ends
Loading library .\pluginsr\\RenderSystem_Direct3D9
D3D9 : Direct3D9 Rendering SubSystem created.
D3D9 : Driver Detection Starts
fixme:d3d:IDirect3D9Impl_GetAdapterIdentifier (0x40249990): stub
fixme:d3d:IDirect3D9Impl_GetAdapterDisplayMode (0x40249990): stub
D3D9 : Driver Detection Ends
fixme:d3d:IDirect3D9Impl_GetAdapterModeCount (0x40249990): stub
fixme:d3d:IDirect3D9Impl_GetAdapterModeCount (0x40249990): stub
Loading library .\pluginsr\\RenderSystem_GL
OpenGL Rendering Subsystem created.
Loading library .\pluginsr\\Plugin_FileSystem
ArchiveFactory for archive type FileSystem registered.
Loading library .\pluginsr\\Plugin_ParticleFX
Particle Emitter Type 'Point' registered
Particle Emitter Type 'Box' registered
Particle Emitter Type 'Ellipsoid' registered
Particle Emitter Type 'Cylinder' registered
Particle Emitter Type 'Ring' registered
Particle Emitter Type 'HollowEllipsoid' registered
Particle Affector Type 'LinearForce' registered
Particle Affector Type 'ColourFader' registered
Particle Affector Type 'ColourFader2' registered
Particle Affector Type 'Scaler' registered
Loading library .\pluginsr\\Plugin_GuiElements
GuiElementFactory for type Panel registered.
GuiElementFactory for type BorderPanel registered.
GuiElementFactory for type TextArea registered.
GuiElementFactory for type TextBox registered.
GuiElementFactory for type Button registered.
GuiElementFactory for type BorderButton registered.
GuiElementFactory for type List registered.
GuiElementFactory for type ScrollBar registered.
GuiElementFactory for type PopupMenu registered.
GuiElementFactory for type TTY registered.
*-*-* OGRE Initialising
*-*-* Version 0.12.1
FileSystem Archive Codec for ./ created.
FileSystem Archive Codec for ./Media/ created.
Zip Archive codec for ./Media/media.dat created.
RenderSystem Option: Full Screen = Yes
RenderSystem Option: Rendering Device = DirectDraw HAL
RenderSystem Option: VSync = Yes
RenderSystem Option: Video Mode = 800 x 600 @ 16-bit colour
Parsing material script: bship.material
Parsing material script: gship.material
Parsing material script: ogre.material
Parsing material script: playership.material
Parsing material script: rocket.material
Parsing material script: spacebandits.material
***************************************
*** Direct3D Subsystem Initialising ***
***************************************
Created Win32 Rendering Window 'OGRE Render Window': 800 x 600 @ 16bpp
Creating DirectDraw surfaces for window with dimensions:
FULLSCREEN w:800 h:600 bpp:16
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40249158)->(00020021,00000811)
Successfully created full screen rendering surface / flipping chain.
----- Direct3D Detection Starts
Detected Direct3D Device WINE Direct3D7 using OpenGL.
Direct3D Device Capabilities:
Hardware Accelerated: 1
Mipmapping: 1
Bilinear Filtering: 1
Trilinear Filtering: 1
Hardware Transform & Light: 1
Max rendering colour depth: 32
Max single-pass texture layers: 2
Pixel fog supported: 256
Vertex fog supported: 128
This device needs a Z-Buffer
----- Direct3D Detection Ends
Determining best 3D Device...
Best 3D Device is: WINE Direct3D7 using OpenGL
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_LINEPATTERN (0000000a) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_MONOENABLE
(0000000b) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_ROP2
(0000000c) value : 0000000d !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_PLANEMASK
(0000000d) value : ffffffff !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_LASTPIXEL
(00000010) value : 00000001 !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_ZVISIBLE
(0000001e) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_EDGEANTIALIAS (00000028) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_RANGEFOGENABLE (00000030) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_EXTENTS
(0000008a) value : 00000000 !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_VERTEXBLEND (00000097) value : 00000000 !
Direct3D - Creating Z-Buffer
Depth-Buffer created (16-bit, 0-bit stencil)
Warning: software stencilling in use, stencil operations will not be hardware
accelerated.
The following capabilities are available:
err:seh:setup_exception stack overflow 0 bytes in thread 0009 eip 400fceff esp
40641000 stack 0x40640000-0x40740000
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2070
Summary: simple game built on Ogre3D fails to run using Direct3D
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius.krasuckas(a)elst.vtu.lt
(though game runs fine if it is set to use OpenGL API)
to reproduce:
wget http://lib.su.lt/~ramonas/spacebandits/space_bandits_game.zip
unzip ../space_bandits_game.zip -d spba
cd spba
wine SpaceBanditsPrj.exe
here at startup-dialog i:
a, set "Rendering Subystem" to "Direct3D7 Rendering Subystem";
b, set "Fullscreen" to "Yes";
c, set "Rendering Device" to "DirectDraw HAL";
d, set "VSync" to "Yes";
e, set "Video Mode" to "800 x 600 @ 16-bit colour".
by pressing OK i am getting a stall of the game. output will follow soon.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2069
Summary: samsung Yepp-Explorer crashes when changing its font
Product: Wine
Version: CVS
Platform: PC
URL: http://www.samsung.com/Support/productsupport/download/M
odel_Select.aspx?type=Digital+Audio+Player&typecode=1010
60&subtype=yepp&subtypecode=110180&model=YP-
20S&filetype=DR&language=
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius.krasuckas(a)elst.vtu.lt
i have installed it on win98 and run on linux through wine. after doing:
menu -> Environment -> Font -> Font: list -> Tahoma -> OK
i have got a crash with only these two lines at output:
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.
ideas?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2018
------- Additional Comments From tuiningas_ml(a)shaw.ca 2004-04-03 23:45 -------
My apologies for the delay. I haven't forgotten about this but I have recently
become very busy and I might not be able to get to this for another week or so.
I will attempt to upgrade ALSA installations and see if that solves the problem.
I'll let you know when I have done so. Thanks.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1986
mike(a)tashcorp.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2068
Summary: wine fails running InstallShield with InstallShield
error 1608
Product: Wine
Version: 20040213
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: p_hopkins(a)email.com
InstallShield repeatedly fails in wine when trying to install the Boson Router Simulator with the
error message:
1608: Unable to create InstallDriver instance,
Return code: -2147221021
This is an InstallShield error.
I saw this error discusses on the mail list where someone was trying to install iTunes. They
were told to enter the bug but I haven't seen it in the database. Please disregard if this is a
duplicate.
I have tried changing several of the dlls to no avail.
Here is the output from wine:
[@localhost c]wine netsim.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
fixme:ole:CoSetState (0x653c79b0),stub!
fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only)
fixme:ntdll:NtQueryInformationToken (0x5c,1,0x4070d560,80,0x4070d5b0): stub
fixme:advapi:SetThreadToken ((nil), 0x58): stub (NT impl. only)
fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only)
fixme:ntdll:NtQueryInformationToken (0x5c,1,0x4070ba60,80,0x4070bab0): stub
fixme:advapi:SetThreadToken ((nil), 0x58): stub (NT impl. only)
fixme:heap:GlobalMemoryStatusEx we should emulate the 4GB bug here, as per MSDN
fixme:powermgnt:SetThreadExecutionState (0x80000001): stub, harmless.
fixme:storage:StgCreateDocfile Transacted mode not implemented.
fixme:storage:StorageImpl_Commit (1): stub!
fixme:storage:StorageImpl_Commit (1): stub!
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
fixme:ole:CoSetState (0x653c79b0),stub!
fixme:ole:MkParseDisplayName (0x402319d8, L"stdole32.tlb", 0x4071f53c, 0x4022dc10): stub.
fixme:ole:MkParseDisplayName (0x402319d8, L"stdole32.tlb", 0x4071f53c, 0x4022dc10): stub.
fixme:ole:MkParseDisplayName (0x40231b60, L"stdole32.tlb", 0x4071f470, 0x4022dc10): stub.
fixme:ole:MkParseDisplayName (0x40231b60, L"stdole32.tlb", 0x4071f470, 0x4022dc10): stub.
fixme:ole:MkParseDisplayName (0x40231b60, L"StdOle32.tlb", 0x4071f708, 0x46000000):
stub.
fixme:ole:CoSetState ((nil)),stub!
fixme:ole:CoSetState (0x653c79b0),stub!
fixme:ole:MkParseDisplayName (0x402696b8, L"stdole32.tlb", 0x41ddeb98, 0x4024e148):
stub.
fixme:ole:MkParseDisplayName (0x402696b8, L"stdole32.tlb", 0x41ddeb98, 0x4024e148):
stub.
fixme:ole:MkParseDisplayName (0x40269830, L"stdole32.tlb", 0x41ddeacc, 0x4024e148):
stub.
fixme:ole:MkParseDisplayName (0x40269830, L"stdole32.tlb", 0x41ddeacc, 0x4024e148):
stub.
fixme:ole:MkParseDisplayName (0x40269830, L"StdOle32.tlb", 0x41dded64, 0x46000000):
stub.
err:wave:OSS_WaveOutInit /dev/mixer1: No such device
fixme:ole:MkParseDisplayName (0x40268468, L"stdole32.tlb", 0x41ddeb98, 0x4024e148):
stub.
fixme:ole:MkParseDisplayName (0x40268468, L"stdole32.tlb", 0x41ddeb98, 0x4024e148):
stub.
fixme:ole:MkParseDisplayName (0x4026a438, L"stdole32.tlb", 0x41ddeacc, 0x4024e148):
stub.
fixme:ole:MkParseDisplayName (0x4026a438, L"stdole32.tlb", 0x41ddeacc, 0x4024e148):
stub.
fixme:ole:MkParseDisplayName (0x4026a438, L"StdOle32.tlb", 0x41dded64, 0x46000000):
stub.
fixme:ole:CoSetState ((nil)),stub!
fixme:powermgnt:SetThreadExecutionState (0x80000000): stub, harmless.
fixme:ole:CoMarshalInterface Failed to marshal the interface
{ae8c683f-ec6d-49cd-9b74-a68f8828def6}, 80070057?
fixme:ole:CFStub_Invoke CoMarshalInterface failed, 80070057!
fixme:ole:CoCreateInstance no instance created for interface
{ae8c683f-ec6d-49cd-9b74-a68f8828def6} of class {8b1670c8-dc4a-4ed4-974b-81737a23826b},
hres is 0x80070057
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
fixme:ole:CoSetState (0x653c79b0),stub!
fixme:ole:CoSetState ((nil)),stub!
(Error occurs here - the following is what comes after clicking on the ok button)
fixme:ole:CoSetState ((nil)),stub!
fixme:ole:_xread Read only 0 of 4 bytes from 0x78.
fixme:ole:_StubReaderThread Failed with hres 80004005
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=151
------- Additional Comments From olsonle(a)mac.com 2004-03-03 11:32 -------
I'm still seeing this bug, or something like it, with the Rhapsody music service
(installer can be found at www.listen.com). The problem doesn't occur during
installation (which seems to work fine), but after it's installed-- when you run
the program it should bring up a modal dialog to log in. The dialog actually
seems to be active (hitting ESC does cause it to cancel) but you can't see it.
I can provide screenshots and output dumps if necessary.
This also seems similar to the description of bug 825, is that a duplicate of
this one? Or a different bug?
System information:
Mandrake Linux 9.2
kernel-2.4.22.28mdk-1-1mdk
XFree86-4.3-23mdk
wine-20040213-mdk
internet explorer 6 with windows media player
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=524
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-02-03 20:56 -------
closing
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=524
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-02-03 20:55 -------
Verifying
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1981
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-02-03 19:58 -------
closing
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1981
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-02-03 19:57 -------
Verifying
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1980
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-02-03 16:03 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1980
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-02-03 16:03 -------
Verifying
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1981
lquijano(a)hotpop.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From lquijano(a)hotpop.com 2004-01-03 23:25 -------
This was accepted in CVS:
http://cvs.winehq.org/patch.py?id=11022
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1980
lquijano(a)hotpop.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From lquijano(a)hotpop.com 2004-01-03 23:22 -------
This patch has been accepted in wine-cvs already :).
http://cvs.winehq.org/patch.py?id=10979
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1969
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://fe.trymedia.com/infog
| |rames/60ma_d_v10/oneworld_m1
| |0118/MasterOfOrion3.exe
Keywords| |download
Summary|Master Of Orion 3 demo |Master Of Orion 3 demo
|installer critically slows |installer critically slows
|down the system |down the system
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1971
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-01-03 13:37 -------
Resolving Invalid as per users coments.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2067
Summary: "Could not map section"-error, because of no-exec mount
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehqbugzilla(a)shiyee.lir.dk
Just wanted to let you know that if you try to wine a program that is mounted
no-exec, wine responds with "Could not map section ... file probably truncated".
Maybe a little note on that the problem might be a no-exec mount?
Anyway, I traced the error to "dlls/ntdll/virtual.c":
ERR_(module)( "Could not map section %.8s, file probably truncated\n", sec->Name
);
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2066
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-01-03 07:46 -------
I retried with "winme" emulated version instead of "win2k" but I got the same bug.
The installer requires an update when wine is emulating the "win98" version.
Thus I could not test this version.
I hope this will help you.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2066
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-01-03 07:40 -------
I achieved to install it on a real Windows Millenium system with the same
network configuration (same host with dual boot). Thus it is really a Wine bug.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2066
Summary: Internet explorer installation through network failed
Product: Wine
Version: 20040213
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.bouat(a)wanadoo.fr
I tried to install Microsoft Internet Explorer 6.
I downloaded the french installer.
I setted "win2k" as emulated system.
Registries and fake C drive were restored from first install state.
I could launch the installer. I accepted the licence and went to the summary
step before the downloading. It says the download size is 11,4MB and that it
includes Internet Explorer 6, Outlook Express and the handling of the script
language.
Here is the log up to here:
---------------------------
[j@laptop tmp]$ wine ie6setup.exe
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
fixme:advapi:CheckTokenMembership ((nil) 0x4038cdd8 0x406cfd9c) stub!
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x40fa0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x40fa0000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x40fa0074
fixme:advapi:CheckTokenMembership ((nil) 0x403a3138 0x406cf66c) stub!
fixme:dosfs:QueryDosDeviceW (L"A:") not detected as DOS device!
fixme:dosfs:QueryDosDeviceW (L"B:") not detected as DOS device!
fixme:setupapi:SetupInstallFromInfSectionW unsupported flags 106
err:shell:SHGetFolderPathW Failed to create directory 'L"C:\\WINDOW"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"C:\\WINDOW"'.
fixme:urlmon:URLMON_DllRegisterServer (void): stub
fixme:setupapi:SetupInstallFromInfSectionW unsupported flags 106
err:shell:SHGetFolderPathW Failed to create directory 'L"C:\\WINDOW"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"C:\\WINDOW"'.
-------------------
Then, I clicked on the "next" button.
The windows said the program is preparing the download.
An error window pops up. It says that hte installer did not manage to obtain the
mirror host list (translated from french). The installer suspects a bad proxy
setting (but I only use a Windows 2000 gateway with NAT).
Here the continuing log up to here:
-----------------------------------
fixme:setupapi:SetupInstallFromInfSectionW unsupported flags 106
fixme:dc:GetLayout (0x758): stub
fixme:ver:RtlVerifyVersionInfo (0x41302ea8,64,180000): Not all cases correctly
implemented yet
fixme:setupapi:SetupInstallFromInfSectionW unsupported flags 106
fixme:ole:CoCreateInstance no classfactory created for CLSID
{bfc880f1-7484-11d0-8309-00aa00b6015c}, hres is 0x80040150
----------------------------------
Then I cancel the installation and exits the installer.
End of the log:
---------------
fixme:setupapi:SetupInstallFromInfSectionW unsupported flags 106
------------------------
I suspect the installer to use peer to peer distribution way or active FTP. But
since I got a lot of error and fixme messages, I though this could help you.
I will try to install it under the real Windows Millenium, with the same network
configuration (same host with dual boot).
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2010
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-29-02 20:21 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.