http://bugs.winehq.org/show_bug.cgi?id=3529
------- Additional Comments From mike(a)codeweavers.com 2006-09-01 21:00 -------
I'm using setupUS.exe (md5sum: a2979665779a9c37aba4b078dfdee858).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3529
------- Additional Comments From mike(a)codeweavers.com 2006-09-01 20:50 -------
If I use oleaut32.dll from Windows 2000, then the behaviour changes (though
still fails), so I suspect that there's some ole problems here too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4279
Summary: Wine requires more stack than Windows; Doesn't allocate
it.
Product: Wine
Version: 0.9.4.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justinmarrese(a)comcast.net
I get the following error while running the 64k Demo "Sonnet":
err:seh:setup_exception stack overflow 0 bytes in thread 0009 eip 7faa0ab3 esp
7fac1000 stack 0x7fac1000-0x7fbd0000
Changing the PE header of sonnet.exe to allocate more stack resolves the issue.
(I used "editbin" that came with MSVC. I can email you the modified .exe upon
request.)
This seems to indicate that Wine is using more stack space than Windows running
the same program. I undestand That Is Not A Bug. I do believe that Wine should
give itself more stack space when loading the PE to compensate for the difference.
In my experience, I've only tweaked stack sizes in response to seeing it
overflow. As we cannot expect the average Windows developer to test their
program under Wine, and because Wine needs more stack than Windows, I feel it is
our responsibility to compensate.
Sonnet is available at:
http://www.threestate.com/filez/3s-sonnet.zip
With more info about Sonnet at:
http://www.threestate.com/sonnetminisite.htm#top
Modified (working) version of Sonnet can be created by: (In an MSVC environment)
editbin /STACK:2000000 sonnet.exe
Where 2000000 is an abritrary yet sufficiently large number.
I'm running Gentoo on an Athlon (x86), updated as of last week, with Wine 0.9.4
emerged from the ~x86 branch in portage.
Thanks -- Justin Marrese
--
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=4266
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-09-01 19:21 -------
Please add an entry in the appdb for the is version.
http://appdb.winehq.org/appview.php?appId=228
--
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=4036
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-01 17:20 -------
Created an attachment (id=1660)
--> (http://bugs.winehq.org/attachment.cgi?id=1660&action=view)
Spell Forced crash log (+seh)
Found it:
1. Some how it doesn't like what we return for
NtQuerySystemInformation(SystemProcessInformation). Returning nothing works.
Need to check what doesn't it like.
2. We need to retrive Dr registers in raise_segv_exception before passing them
to exception handler. Then if they got modified store them.
This gets me to this crash (dx related?).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4144
------- Additional Comments From phil(a)mail.ru 2006-09-01 17:15 -------
The test program crashes for me in ole32 even before loading riched20.
--
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=4276
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-01 17:09 -------
Try:
1. Set virtual desktop (winecfg -> graphics page).
2. Set your X to 16-bit
--
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=3009
------- Additional Comments From phil(a)mail.ru 2006-09-01 17:01 -------
This is a duplicate of bug #2520.
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4278
Summary: Splinter Cell: Pandora Tomorrow fails with need 32bit
color
Product: Wine
Version: CVS
Platform: PC
URL: http://www.splintercell.com/uk/downloads.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: super-greg(a)gmx.de
CC: super-greg(a)gmx.de
So here is a really strange bug, game starts up brings a error message that the
game needs 32bit color or fullscreen. (Im not running this game in a window)
You can hit "enter" and the game proceeds and the video appears (extreme slow)
after that menu is displaying (also extreme slow)
Going on "Singleplayer" closes the menu and and a msgbox pops up with: "Please
set your desktop color depth to 32 bits."
Ill attach some logs and screenshots
--
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=3114
------- Additional Comments From jeegiz(a)gmail.com 2006-09-01 15:56 -------
Prelink disable did not help me in FC4 (used instructions from the
http://www.fedorafaq.org/fc2/). I get the same FATAL error as above.
Invoking Rosetta with command "wine TheRosettaStone.exe" in reality invokes
following command:
/usr/bin/wine-preloader /usr/bin/wine-pthread TheRosettaStone.exe
I have tried to invoke /usr/bin/wine-pthread TheRosettaStone.exe (i.e. without
wine-preloader) and it worked!
--
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=4277
Summary: GetPixel() returns wrong value for monochrome bitmaps
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hallo(a)michael-kaufmann.ch
The GDI function GetPixel() should return 0x00ffffff for white pixels in a
monochrome bitmap. Wine returns 0x00010000 on my system.
GetPixel() is implemented in dlls/x11drv/graphics.c. The function calls
XGetPixel() and then passes the pixel value to
X11DRV_PALETTE_ToLogical in dlls/x11drv/palette.c.
Probably the bug is in this function.
I've created an example program and hope that somebody will try to fix this
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=4276
Summary: Microsoft TrainSimulator 16/32 Desktop color needed
Product: Wine
Version: CVS
Platform: Other
URL: http://www.microsoft.com/games/trainsimulator/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: super-greg(a)gmx.de
CC: super-greg(a)gmx.de
Dies at startup, with: "Ms Train Sim needs 16 or 32bit color resolution, please
change settings."
Suspicious thing in log: trace:ddraw:DDRAW_bind_to_s3tc No S3TC software
decompression library seems to be present (libtxc_dxtn.so).
WINEDEBUG=+msgbox,+opengl,+d3d,+ddraw wine train.exe
trace:opengl:has_opengl GLX is up and running error_base = 70
trace:opengl:X11DRV_setup_opengl_visual Visual ID 21 Chosen
trace:ddraw:initialize enabling DirectDraw HAL
trace:ddraw:d3ddevice_init_at_startup Initializing GL...
trace:ddraw:d3ddevice_init_at_startup GL version 2.0.1
trace:ddraw:d3ddevice_init_at_startup GL supports following extensions used by
Wine :
trace:ddraw:d3ddevice_init_at_startup - mirrored repeat
trace:ddraw:d3ddevice_init_at_startup - texture lod bias
trace:ddraw:d3ddevice_init_at_startup - multi-texturing (4 stages)
trace:ddraw:d3ddevice_init_at_startup - S3TC compression supported
trace:ddraw:fill_caps : max texture size = 4096
trace:ddraw:fill_caps : max active lights = 8
trace:ddraw:fill_caps : max clipping planes = 6
trace:ddraw:fill_caps : Z bits = 24
trace:ddraw:DDRAW_bind_to_s3tc No S3TC software decompression library seems to
be present (libtxc_dxtn.so).
trace:msgbox:MSGBOX_OnInit L"F\00fcr Microsoft Train Simulator ist eine
Farbaufl\00f6sung von 16- oder 32-Bit erforderlich. Nehmen Sie diese Einstellung
vor, und versuchen Sie es erneut."
--
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=4128
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ezradibiase(a)gmail.com
------- Additional Comments From dank(a)kegel.com 2006-09-01 14:46 -------
*** Bug 4271 has been marked as a duplicate of this 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=4271
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2006-09-01 14:46 -------
bug 4128 is fixed in wine-0.9.5.
*** This bug has been marked as a duplicate of 4128 ***
--
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=4271
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From dank(a)kegel.com 2006-09-01 14:45 -------
This is probably a dupe of bug 4128. Reopening it so I can mark it as a dup.
--
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=3328
bigbug21-bugtrack(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From bigbug21-bugtrack(a)web.de 2006-09-01 14:22 -------
I have just tried it on wine 0.9.5 and it works almost perfectly now.
Good job, folks! Keep going!
--
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=4275
Summary: Earth 2160 pops msgbox cant init direct3d
Product: Wine
Version: CVS
Platform: PC
URL: http://www.earth2160.com/en/index.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: super-greg(a)gmx.de
CC: super-greg(a)gmx.de
This is Earth 2160 v1.1.
I start Earth and for a second I can see a black screen, than a msgbox pops up
with: "An error has occurred during initialization of Direct3D. This can be
caused by your graphics card configuration or driver. Try to start the program
in Safe Mode (- safe mode execution parameter)."
FAQ says: Your graphics card does not support 1.2 or higher Per-Pixel Shader!
Unfortunately, you need a new graphics card.
So this seems to be just another pixel shader issue, nethertheless i provide a log.
--
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=4273
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-01 13:51 -------
*** Bug 4274 has been marked as a duplicate of this 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=4274
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-01 13:51 -------
dup
*** This bug has been marked as a duplicate of 4273 ***
--
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=4272
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-01 13:49 -------
What program is this? Is there a link to download? What are you doing when it fails?
Attach complete terminal output.
Thank 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=2398
phil(a)ldex.terica.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20050310 |0.9.5.
------- Additional Comments From phil(a)ldex.terica.net 2006-09-01 13:20 -------
Bumping version :
a) Issue still present.
b) Serious issue to be shipping as part of the 1.0 pre-releases.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4274
Summary: Animated cursor does not appear in Master of Orion 3.
Function callCreateIconFromResourceEx failed to use
resource bitmap header
Product: Wine
Version: 0.9.5.
Platform: PC-x86-64
URL: http://www.gelson.luz.oi.com.br/debug_output/debug_outpu
t.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gelsonluz(a)click21.com.br
Flash demo of the bug: http://www.gelson.luz.oi.com.br/debug_output/moo3_debug.swf
Complete cursor debug output, dlls used and the cursor that was expected to be
shown: http://www.gelson.luz.oi.com.br/debug_output/debug_output.html
wine version 0.9-5 / windows 2000 on Debian GNU/Linux (x86)
Wine is not showing the animated cursor of "Master of Orion 3". This bug appears
in the beginning of the game and continues indefinitely. I ran it with the
following console options:
WINEDEBUG=+cursor wine Moo3.exe
I'll show the short version which contains what I think may be the reason:
trace:cursor:create_cursor Bitmap 32x32 planes=1 bpp=1 bytesperline=4
trace:cursor:CURSORICON_LoadFromFile loading L"c:\\arquivos de
programas\\infogrames interactive\\master of orion
3\\gamedatasets\\classic_01\\gameassets\\common\\cursors\\Nav_Arr.cur"
trace:cursor:CreateIconFromResourceEx 0x78a40016 (3240 bytes), ver 00030000,
32x32 cursor
warn:cursor:CreateIconFromResourceEx invalid resource bitmap header.
trace:cursor:CURSORICON_LoadFromFile loaded L"c:\\arquivos de
programas\\infogrames interactive\\master of orion
3\\gamedatasets\\classic_01\\gameassets\\common\\cursors\\Nav_Arr.cur" -> (nil)
It seems the function "CreateIconFromResourceEx" is not recognizing the bitmap
header.
People that ran this game on older wine version(2002-2003) may not have
experienced the same problem. Someone described his experience in
http://www.winehq.com/hypermail/wine-devel/2003/11/0169.html
--
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=4273
gelsonluz(a)click21.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Animated cursor does not |Animated cursor does not
|appear in Master of Orion 3.|appear in Master of Orion 3.
|Function |Function call
|callCreateIconFromResourceEx|CreateIconFromResourceEx
|failed to use resource |failed to use resource
|bitmap header |bitmap header
--
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=4273
Summary: Animated cursor does not appear in Master of Orion 3.
Function callCreateIconFromResourceEx failed to use
resource bitmap header
Product: Wine
Version: 0.9.5.
Platform: PC-x86-64
URL: http://www.gelson.luz.oi.com.br/debug_output/debug_outpu
t.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gelsonluz(a)click21.com.br
Flash demo of the bug: http://www.gelson.luz.oi.com.br/debug_output/moo3_debug.swf
Complete cursor debug output, dlls used and the cursor that was expected to be
shown: http://www.gelson.luz.oi.com.br/debug_output/debug_output.html
wine version 0.9-5 / windows 2000 on Debian GNU/Linux (x86)
Wine is not showing the animated cursor of "Master of Orion 3". This bug appears
in the beginning of the game and continues indefinitely. I ran it with the
following console options:
WINEDEBUG=+cursor wine Moo3.exe
I'll show the short version which contains what I think may be the reason:
trace:cursor:create_cursor Bitmap 32x32 planes=1 bpp=1 bytesperline=4
trace:cursor:CURSORICON_LoadFromFile loading L"c:\\arquivos de
programas\\infogrames interactive\\master of orion
3\\gamedatasets\\classic_01\\gameassets\\common\\cursors\\Nav_Arr.cur"
trace:cursor:CreateIconFromResourceEx 0x78a40016 (3240 bytes), ver 00030000,
32x32 cursor
warn:cursor:CreateIconFromResourceEx invalid resource bitmap header.
trace:cursor:CURSORICON_LoadFromFile loaded L"c:\\arquivos de
programas\\infogrames interactive\\master of orion
3\\gamedatasets\\classic_01\\gameassets\\common\\cursors\\Nav_Arr.cur" -> (nil)
It seems the function "CreateIconFromResourceEx" is not recognizing the bitmap
header.
People that ran this game on older wine version(2002-2003) may not have
experienced the same problem. Someone described his experience in
http://www.winehq.com/hypermail/wine-devel/2003/11/0169.html
--
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=4268
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine.dev(a)web.de
------- Additional Comments From wine.dev(a)web.de 2006-09-01 12:57 -------
Can you please create logs with:
WINEDEBUG="+driver,+profile,+print,+psdrv,+winspool" wine ......
driver: printer + display - Driver
profile: ini-files (win.ini)
print: old win3.x - Printing
psdrv: wine printer driver
winspool: win9x / NT - Printing
--
By by ...
... Detlef
--
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=4271
jacek(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jacek(a)codeweavers.com 2006-09-01 11:38 -------
> How can I solve this issue?
Update Wine.
--
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=4270
------- Additional Comments From tuxtux_tux(a)yahoo.com 2006-09-01 11:21 -------
winecfg is set to windows version 2000. dvdshrink is set to stereo output
Copied dsound.dll into wine directories system32
and ran
WINEDLLOVERRIDES="dsound=n" wine .wine/drive_c/Program\ Files/DVD\ Shrink/DVD\
Shrink\ 3.2.exe
No sound if ran this way
--
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=4272
Summary: Total Annihilation installer- fails with "Unhandled page
fault on read access to 0x00000004 at address 0x40b2b0
(thread 000b), starting debugger...
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pdbogen(a)gmail.com
As summary. Error is preceeded by two lines:
'fixme:system:SystemPAramatersInfoW Unimplemented action: 94
(SPI_GETMOUSETRAILS)' and
'fixme:system:SystemPAramatersInfoW Unimplemented action: 93 (SPI_GETMOUSETRAILS)'
Installer completely fails to start, reportedly worked in earlier versions of wine.
This is using the latest (as of writing) CVS sources.
--
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=4270
Summary: dvdshrink 3.2.0.15 fixme:dsound:DSOUND_MixOne problem
with underrun detection
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuxtux_tux(a)yahoo.com
Sound works ok in winamp512 but not in DVDshrink 3.0.2.15
(bear with me this is my first bug report. regards)
Tested with Wine 0.9.4 and 0.9.5
DVDshrink 3.0.2.15
ALSA sound driver (version 1.0.8)
artsd 1.3.2
# uname -r 2.6.11-6mdk
This sound card's driver does not support direct access
The (slower) DirectSound HEL mode will be used instead.
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=1882 <
primary_done=10120)
This fixme:dsound:DSOUND_MixOne problem will repeat many times
Sometimes we have
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7bcd65f0
The sound is like a bad radio, cracky.
winecfg settings tested: all type of acceleration w/w emulation.
Mostly alsa driver in winecfg, but also arts, and OSS.
Tried in combination with alsa or OSS
Could not try the linux nvaudio OSS driver instead of intel8x0.ko.gz as
nvaudio kernel module is not available.
Also tried after killing artsd, and using alsa. Same underrun error.
00:05.0 Multimedia audio controller: nVidia Corporation nForce Audio
Processing Unit (rev a2)
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio
Controler (MCP) (rev a1)
Vendor ID: ‎4318 Device ID: ‎106 Sub vendor ID: ‎4163 Sub device ID: ‎32917
The audio codec is a Realtek ALC650F
# modinfo snd-intel8x0
filename: /lib/modules/2.6.11-6mdk/kernel/sound/pci/snd-intel8x0.ko.gz
description: Intel 82801AA,82901AB,i810,i820,i830,i840,i845,MX440; SiS
7012; Ali 5455
$ cat .wine/*.reg | grep -i real
[Software\\Microsoft\\ActiveMovie\\devenum\\{33D9A762-90C8-11D0-BD43-00A0C911CE86}\\Realtek
ALC650F] 1136403810
"FriendlyName"="Realtek ALC650F"
Howevever winamp winamp512_lite.exe sound does work fine
$ wine .wine/drive_c/Program\ Files/Winamp/winamp.exe
Loading required GL library /usr/lib/libGL.so.1
This sound card's driver does not support direct access
The (slower) DirectSound HEL mode will be used instead.
--
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=3966
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-09-01 10:33 -------
I know no such ability. Maybe per-application DLL-overrides may help you?
Quote from the User Guide [13]:
| Within the tab you'll notice there is a Default Settings entry. If you select
| that you'll see the current default Windows Version for all applications. A
| troublesome application is best configured separately from the Default
| Settings. To do that:
|
| 1. Click on the Add application button.
| 2. Browse until you locate the .exe
| 3. After it's been added you can choose the specific Windows version Wine
| will emulate for that application.
When you select your app in the list, you can switch to the 'Libraries' tab and
enter desired DLL-overrides for odbc32 and odbccp32. After that registry should
get new key, for example:
| [HKEY_USERS\S-1-5-4\Software\Wine\AppDefaults\WEWB32.EXE]
|
| [HKEY_USERS\S-1-5-4\Software\Wine\AppDefaults\WEWB32.EXE\DllOverrides]
| "odbc32"="native"
| "odbccp32"="native"
OTOH, this quote can be adjusted, saved as a reg-file and imported (for example
when using 'winecfg' to override dll isn't desired) via command line:
wine regedit odbc_overrides.reg
[13]
http://www.winehq.org/site/docs/wineusr-guide/config-wine-main#CONFIG-WINDO…
--
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=3937
tuharsky(a)misbb.sk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|WinAmbulancia application |oleaut, imm.. WinAmbulance
|dosen't work |app (VB,MDB) dosen't work
------- Additional Comments From tuharsky(a)misbb.sk 2006-09-01 09:55 -------
I tested with native oleaut32.dll and the app works much better, even starts and
kinda functions. I'm not entirely sure about DB actions, I'll test it more
thoroughly.
--
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=3966
------- Additional Comments From tuharsky(a)misbb.sk 2006-09-01 09:48 -------
Can we say that Wine should automagically choose native odbccp32 if native
odbc32 is already selected by user?
--
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=3694
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-09-01 09:30 -------
Check this patch on patches 1/7/06
Re: Rein Klazes : user32: Separate menu bitmaps and strings.
This is the correct fix for 4250 which caused a null error
--
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=4269
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-01 08:39 -------
Backtrace looks identical.
*** This bug has been marked as a duplicate of 4266 ***
--
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=4266
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dan.horak(a)email.cz
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-01 08:39 -------
*** Bug 4269 has been marked as a duplicate of this 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=4228
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-09-01 07:35 -------
I see only +gdi trace in the last attachment. Is this intended? :)
--
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=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-09-01 04:55 -------
Created an attachment (id=1648)
--> (http://bugs.winehq.org/attachment.cgi?id=1648&action=view)
Wine 200504 -dosen'print, but printer visible -screenshot
Screenshot from Wine 200504 -printer visible, but dosen't print ("printer not
available")
I will post log when it'll be under 1MB compressed.
--
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=4228
------- Additional Comments From tuharsky(a)misbb.sk 2006-09-01 04:53 -------
Created an attachment (id=1647)
--> (http://bugs.winehq.org/attachment.cgi?id=1647&action=view)
Trying again with builtin ole -ERR screenshot
I tryed the fresh CVS version of Wine 060109, switched oleaut32 to builtin,
with Error again.
I'll post log when I manage to make it compressed under 1MB.
--
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=4268
Summary: ISS@VFP9 -unable to print
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
Hallo,
We have an ISS application here that runs our whole office (150 computers). We
move part of them to linux, our goal is 50%.
Application is based on VFP and connects to Oracle DB using ODBC client 10.
Before, the app has been working quite well on VFP7. Now the ISS app has moved
to VFP9 and vendor has also changed the printing module.
Now the app dosen't print. On older version of Wine (200504) there is a printer
available in list at least, the printing not functional however.
On new version of Wine (0.9.5 and CVS), no printers are available at all.
Going to ask the vendor about specifications of the changes on printing system.
After CVS compilation finishes for me, I'll post a log.
--
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=4267
Summary: fixme:shell:DllCanUnloadNow stub
Product: Wine
Version: unspecified
Platform: PC
URL: http://none
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpichette(a)hotmail.com
fixme:shell:DllCanUnloadNow stub
so DllCanUnloadNow should ask the dll to unload ...
i did not look at the code of wine kernel, but i guess
the dll will be unloaded later instead of few milliseconds from now.
thx.
--
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=3694
jathey(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9 |0.9.5.
------- Additional Comments From jathey(a)comcast.net 2006-09-01 01:15 -------
Still an issue with 0.9.5.
--
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=4266
------- Additional Comments From vitaliy(a)kievinfo.com 2006-09-01 00:45 -------
Could you install "debug" Wine package(s) or don't strip source when installing
wine, or just run Wine from the source directory.
And _attach_ these backtrace again.
Thank 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=4266
che666(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=4264
------- Additional Comments From vitaliy(a)kievinfo.com 2006-08-01 22:11 -------
Created an attachment (id=1646)
--> (http://bugs.winehq.org/attachment.cgi?id=1646&action=view)
+dinput,+tid
Looks like few issues so far:
1. DInput mouse not getting any messages (I think something related to
multithreading and window messages) (attachement).
2. Multithreaded openGL calls:
0009:fixme:ddraw:Main_DirectDraw_CreateSurface failed surface creation with
code 0x80070008
wine: Unhandled page fault on read access to 0x00000034 at address 0x40e83b4d
(thread 000e), starting debugger...
=>1 0x40e83b4d in libgl.so.1 (+0x36b4d) (0x40e83b4d)
2 0x40e11754 X11DRV_GDI_Finalize+0x24
[/usr/local/src/wine.git-build/dlls/x11drv/../../../wine.git/dlls/x11drv/init.c:112]
in winex11 (0x40e11754)
3 0x40e255ab DllMain(hinst=0x40de0000, reason=0x0, reserved=0x1)
[../../../wine.git/dlls/x11drv/x11drv_main.c:493] in winex11 (0x40e255ab)
--
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=922
------- Additional Comments From dolphinling(a)myrealbox.com 2006-08-01 22:03 -------
As of 0.9.5, the installer hangs (100% CPU) at "Baldur's Gate II - Shadows of
Amn Setup is preparing the InstallShield Wizard, which will guide you through
the rest of the setup process. Please wait."
The following is displayed in the console before the hang.
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error
0x80004002err:ole:ClientIdentity_QueryMultipleInterfaces
IRemUnknown_RemQueryInterface failed with error 0x80004002
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error
0x80004002err:ole:ClientIdentity_QueryMultipleInterfaces
IRemUnknown_RemQueryInterface failed with error 0x80004002
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error
0x80004002err:ole:ClientIdentity_QueryMultipleInterfaces
IRemUnknown_RemQueryInterface failed with error 0x80004002
--
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=4243
------- Additional Comments From nospam(a)thenerdshow.com 2006-08-01 21:47 -------
wow 1.9 no longer needs the opengl patch. Take it out.
--
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=4264
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://t4c.eacceleration.com
| |/
Severity|blocker |major
Component|wine-programs |wine-binary
Keywords| |download
OS/Version|Windows 98 |Linux
Priority|P2 |P3
Summary|the 4th coming runs but |the 4th coming runs but
|crashes after a few seconds |deadlocks after a few
|(and mouse is frozen all |seconds (and mouse is frozen
|along) |all along)
--
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=4265
Summary: TestComplete painful install, won't start once installed
Product: Wine
Version: 0.9.5.
Platform: Other
URL: http://automatedqa.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
TestComplete's installer tickles a lot of err's and fixme's.
Surprisingly, the installation completes anyway, but
the app won't run. Here's a log of trying to start the app:
[dank@localhost Bin]$ ~/wine/wine TestComplete.exe
fixme:advapi:RegisterEventSourceA ((null),"AQA"): stub
fixme:advapi:RegisterEventSourceW (L"",L"AQA"): stub
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,3,(nil),0,(nil)) - stub!
err:ole:RunningObjectTableImpl_Register Invalid combination of ROTFLAGS: 3
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
fixme:advapi:RegisterEventSourceA ((null),"TestComplete Service"): stub
fixme:advapi:RegisterEventSourceW (L"",L"TestComplete Service"): stub
The app then puts up a dialog box saying
"An error occurred when starting DebuggerService.
The internal COM object used by the service is not registered.
Please contact our support team at support(a)automatedqa.com."
I'll upload a full log of the install and run.
To repeat: first you have to install msvcp60.dll because
otherwise the Mozilla ActiveX control fails to install
(see bug 4064), and you have to set a registry key
(else the app's installer complains you don't have IE):
$ rm -rf ~/.wine #(be clean and reproducible)
$ notepad #(and quit; this creates the .wine directory)
$ wineserver -k #(so you can modify the registry files)
$ cat >> ~/.wine/system.reg <<"_EOF_"
[Software\\Microsoft\\Internet Explorer]
"Version"="6.0.2900.2180"
_EOF_
$ cp msvcp60.dll .wine/drive_c/windows/system32/
$ wine testcomplete4demo.exe
Annoyingly, when the installer gets to the point where it's
asking you which options you want installed,
it seems to want you to use control-click to highlight
multiple choices -- but really it wants you to check
checkboxes which are scrolled off to the left. I had
to play around with this a few times before I saw
it wasn't broken.
Towards the end of the installation,
a dialog box pops up saying
"Unable to launch tcrea4.exe.
Please try to launch it manually
after the installation process is completed."
--
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=4264
------- Additional Comments From shourn(a)msn.com 2006-08-01 15:26 -------
Created an attachment (id=1644)
--> (http://bugs.winehq.org/attachment.cgi?id=1644&action=view)
WINEDEBUG=+tid,+seh,+relay WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine
t4c.exe &> /tmp/relay.log && grep -A 20 -B 300 "seh:" /tmp/relay.log >
/tmp/relay.txt
eroor logs zipped with bzip2
--
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=4264
Summary: the 4th coming runs but crashes after a few seconds (and
mouse is frozen all along)
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Windows 98
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shourn(a)msn.com
i'm trying to run the 4th coming, an old windows mmorpg, and i get these errors
(sometimes i get more errors, but playing with configuration and following a few
hints ppl in the irc chat gave i could remove some errors, these are the ones i
get everytime):
WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine t4c.exe
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7cb401f8)->(0x10022,00000011)
fixme:ddrawIB_DirectDrawSurface_Blt Can't handle DDBLT_WAIT flag right now.
fixme:dinput:IDirectInputAImpl_GetDeviceStatus
(0x7cb460d8)->({6f1d2b61-d5a0-11cf-bfc7-444553540000}): stub
err:ntdll:RtlpWaitForCriticalSection section 0x8a0300 "?" wait timed out in
thread 000e, blocked by 0017, retrying (60 sec)
for readability i deleted the lines that came several times. the very first
line is the command i run to launch the game. the last "err" comes many more
times until the game crashes.
the game actually runs for a few seconds and then crash, it seems like keyboard
input makes it crash faster .. and the mouse doesn't work at all
in attachment i put the result of WINEDEBUG=+tid,+seh,+relay
WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine t4c.exe && grep -A 20 -B 300
"seh:" /tmp/relay.log > /tmp/relay.txt (as suggested by someone on the winehq
irc chat)
thank you very much for your help, i hope it can be fixed for wine 1.0.0 =)
(i've put some more informations on the "the 4th coming" entry in the database
just in case)
--
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=4253
------- Additional Comments From vesuri(a)jormas.com 2006-08-01 14:00 -------
When applied to Wine 0.9.5 the proposed patch fixes bug 2689.
--
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=2837
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-01 13:52 -------
Changing status to FIXED as per comments #4 and #6
--
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=1434
Bug 1434 depends on bug 2837, which changed state.
Bug 2837 Summary: Exception when starting Microsoft Train Simulator Setup
http://bugs.winehq.org/show_bug.cgi?id=2837
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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=2837
------- Additional Comments From super-greg(a)gmx.de 2006-08-01 13:45 -------
The issue with the 16bit/32bit Problem is I think a well known problem. But
nethertheless I cant change the status.
--
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=4263
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression
--
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=4262
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |ftp://l2clientdownload.linea
| |ge2.com/Chronicle03/L2_C3_In
| |staller.zip
Keywords| |download, regression
--
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=2837
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-08-01 11:37 -------
Close this bug as FIXED, and open a new bug for the desktop problem
Thank
Joaopa
--
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=2837
------- Additional Comments From super-greg(a)gmx.de 2006-08-01 11:23 -------
Installation is fixed, I installed it some weeks ago.
game doesnt run anyway (msgbox: 16bit or 32 bit desktop resolution requeired)
--
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=4263
------- Additional Comments From alex(a)thehandofagony.com 2006-08-01 11:22 -------
The log with WINEDEBUG=+ole takes 6MB; I can upload it to another server if
anyone is interested in reading it.
--
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=4263
Summary: CVS regression: installshield crashes when copying files
Product: Wine
Version: CVS
Platform: Other
URL: http://www.fireflyworlds.com/shc_index.php
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
I tried this with CVS as of 20060108.
The InstallShield installer for the Stronghold: Crusader demo starts fine, and
lets you complete all configuration steps. But when it starts to copy files, it
gives an error message and exits.
This worked fine with CVS from 20051226, with the patched that caused the
installer regression removed.
The error dialog says
Error Number: 0x80010105
Description:
Setup will now terminate.
--
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=2689
------- Additional Comments From vesuri(a)jormas.com 2006-08-01 09:18 -------
The patch in bug 4253 does indeed fix this! Excellent!
--
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=4051
michele.mancioppi(a)tiscali.it changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michele.mancioppi(a)tiscali.it
--
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=4228
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-08-01 04:00 -------
| trace:ole:DispCallFunc (0x7eb053ac, 112, 4, 0, 1, 0x7eafde18, 0x7fbbeda8,
0x7fbbed94 (vt=0))
| trace:ole:DispCallFunc arg 0: type 11, size 1
| trace:ole:dump_Variant 0x7fbbeec8->{VT_BOOL,FALSE}
| trace:ole:DispCallFunc Storing arg 0 (11 as 11)
| trace:ole:_invoke Calling 0xc239fc4(7eb053ac,00000000,)
| trace:ole:_invoke returns 00000000
| trace:ole:LoadTypeLib (L"oleacc.dll",0x7eb26fe4)
| trace:ole:LoadTypeLibEx (L"oleacc.dll",0,0x7eb26fe4)
| trace:ole:LoadTypeLibEx File L"oleacc.dll" index 1
| trace:ole:TLB_ReadTypeLib not found, trying to load L"oleacc.dll" as library
| err:ole:TLB_ReadTypeLib Loading of typelib L"oleacc.dll" failed with error 1812
| trace:ole:LoadTypeLibEx returns 80029c4a
The err-line seems to me as the critical point here. BTW there were some
possibly related patches commited to the public repositiory [1][2] regarding
_invoke function, so you, Peto, may want to test using newest Wine. Lets see if
+ole log hasn't changed, at least.
[1] http://www.winehq.org/pipermail/wine-cvs/2006-January/020101.html
[2] http://www.winehq.org/pipermail/wine-cvs/2006-January/020141.html
--
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=4262
che666(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
--
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=2947
inverseparadox(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
------- Additional Comments From inverseparadox(a)comcast.net 2006-07-01 23:27 -------
Done.
--
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=4259
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=4255
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=3687
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.longestjourney.co
| |m/download/demo/
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4252
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
Summary|Thesting demo crashes |The Sting demo crashes
--
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=4250
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=3670
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-01 21:23 -------
Please attach "WINEDEBUG=+file wine ..." log. Also what file is the system of
that /mnt/hdb1? How are you running this program (what command line looks like)?
And please upgrade to wine-0.9.5. Previous versions have few known regressions
that are fixed.
--
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=4248
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=3155
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-01 21:16 -------
Nope the problem you describe is something else: Bug 4159 (which is also fixed).
Please upgrade to wine-0.9.5.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 2947, which changed state.
Bug 2947 Summary: Might and Magic VI doesn't close properly when told to do so, wine must be killed
http://bugs.winehq.org/show_bug.cgi?id=2947
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
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=2947
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-01 21:05 -------
You can resolve Bugs that You submitted. Please mark this as VERIFIED for me ;^)
--
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=4246
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=4259
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-01 20:27 -------
We want to fix instller first.
Second we need to see if there is anything wrong with other parts that you
override with IE, DCOM, MSI.
So far anything usefull that I see is "Corel Photopaint 10 doesn't install". The
reason it fails - hard to tell - need relay trace:
WINEDEBUG=+tid,+seh,+relay wine program.exe &> /tmp/relay.log && grep -A 20 -B
300 "seh:" /tmp/relay.log > /tmp/relay.txt
And attach relay.txt to this bug.
And pleast don't use stripped binaries - that makes most backtraces useless.
--
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=4259
------- Additional Comments From bf(a)bastian-frank.de 2006-07-01 18:06 -------
Once again: For the last tests I used Wine 0.9.5 from scratch _without_ winetools.
But besides this: The original error I described in this bug occurs not during
installation, but during execution of Photo Paint 10. And it only occurs with
Wine >=0.9.3, not with 0.9.2 and lower.
But this could not be tested without winetools, because it seems impossible to
install PhotoPaint 10 with an unconfigured wine. I checked the winetools script
and it does nothing I wouldn't have done manually:
- Settings appropiate DLL-Overrides: Everything bultin, except "advpack". This
seems to be very near to the default settings.
- Install windows system software: DCOM98, Installer, IE
--
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=4249
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)codeweavers.com 2006-07-01 17:58 -------
Rob found the bug, and the program installs now.
http://www.winehq.org/pipermail/wine-patches/2006-January/023270.html
I'll close the bug when this patch is committed.
--
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=4253
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-01 17:26 -------
Looks good - you should sent it to wine-patches(a)winehg.org
Only replace "long unsigned int" with LRESULT (what SendMessageReturns).
--
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=4255
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-01 17:11 -------
Please attach +win trace. negative size usually is not the problem.
--
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=4259
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-01 17:10 -------
Hold on.
You have to use builtin: OLE, MSI, sh*, msvcrt.
Otherwise it's no help sorry.
Only please DO NOT use winetools!!! They braking configuration in some strange
ways. I have seen lots of brokeness comming because of their use.
--
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=4260
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-01 17:04 -------
This output looks so wrong. Did you be any chance disabled/hacked/broke
wine-preloader?
None of the Wine's dlls should endup above 2GB mark. From what I see _ALL_ DLLs
are loaded obove 2GB mark.
This is something REALLY REALLY wrong with your 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=4131
------- Additional Comments From magnus(a)hacka.net 2006-07-01 16:32 -------
I verified that the same problem is for Half Life 2. As it seems the problem is
in the Steam application, not the games. Me and others experience the same
problems by just launching Steam.exe.
--
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=4131
------- Additional Comments From magnus(a)hacka.net 2006-07-01 16:29 -------
I tried the Steam '-nosound' switch when launching Steam and games with no
diffrence.
--
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=4131
------- Additional Comments From leon_fraitak(a)mail.ru 2006-07-01 15:50 -------
It freezes for me with all sound drivers I tried (without sound too)
--
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=4259
------- Additional Comments From truiken(a)gmail.com 2006-07-01 15:22 -------
oops I see that I requested native advpack in my first message. I meant builtin
of course, so just follow the message I wrote before this one.
--
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=4259
------- Additional Comments From truiken(a)gmail.com 2006-07-01 15:21 -------
Are you sure you're running with builtin advpack? WINEDLLOVERRIDES="advpack=b"
WINEDEBUG=+advpack wine setup.exe. Can you also attach a +loaddll? Please
attach the logs as attachments, and don't paste the output in the bug report.
--
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=4173
------- Additional Comments From alex(a)thehandofagony.com 2006-07-01 15:16 -------
The colour appears to be light blue now for the native msvcrt40 as well.
--
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=4259
------- Additional Comments From bf(a)bastian-frank.de 2006-07-01 15:09 -------
Sure I can ;), but it doesn't help; here are the messages when trying to install
Corel PhotoPaint 10 with a fresh wine 0.9.5, advpack: native:
fixme:ver:RtlVerifyVersionInfo (0x406cee38,64,180000): Not all cases correctly
implemented yet
fixme:ole:CoRegisterMessageFilter stub
fixme:ver:RtlVerifyVersionInfo (0x406cecd4,64,180000): Not all cases correctly
implemented yet
fixme:ver:RtlVerifyVersionInfo (0x406ce784,64,180000): Not all cases correctly
implemented yet
fixme:ver:RtlVerifyVersionInfo (0x406ce4a8,64,180000): Not all cases correctly
implemented yet
fixme:advapi:GetFileSecurityW (L"y:\\") : returns fake SECURITY_DESCRIPTOR
fixme:advapi:GetFileSecurityW (L"c:\\windows\\profiles\\bastian\\Startmen\00fc")
: returns fake SECURITY_DESCRIPTOR
fixme:advapi:GetFileSecurityW (L"c:\\windows\\profiles\\All
Users\\Startmen\00fc") : returns fake SECURITY_DESCRIPTOR
fixme:advapi:GetFileSecurityW (L"y:\\Desktop") : returns fake SECURITY_DESCRIPTOR
fixme:advapi:GetFileSecurityW (L"c:\\windows") : returns fake SECURITY_DESCRIPTOR
fixme:advapi:GetFileSecurityW (L"c:\\") : returns fake SECURITY_DESCRIPTOR
fixme:advapi:GetFileSecurityW (L"c:\\windows\\Fonts") : returns fake
SECURITY_DESCRIPTOR
fixme:advapi:GetFileSecurityW (L"c:\\windows\\system32") : returns fake
SECURITY_DESCRIPTOR
fixme:advapi:GetFileSecurityW (L"c:\\Programme") : returns fake SECURITY_DESCRIPTOR
fixme:ver:RtlVerifyVersionInfo (0x406ce034,64,180000): Not all cases correctly
implemented yet
fixme:ver:RtlVerifyVersionInfo (0x406ce598,64,180000): Not all cases correctly
implemented yet
Log file name:c:\windows\Corel\Setup.log
fixme:ver:RtlVerifyVersionInfo (0x406ce620,64,180000): Not all cases correctly
implemented yet
fixme:ver:RtlVerifyVersionInfo (0x406ce598,64,180000): Not all cases correctly
implemented yet
Log file name:c:\windows\Corel\Setup.log
--
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=4154
------- Additional Comments From alex(a)thehandofagony.com 2006-07-01 14:33 -------
This happened to me too, and the solution was to switch Wine's sound driver from
ALSA to OSS.
--
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=4259
------- Additional Comments From truiken(a)gmail.com 2006-07-01 14:32 -------
Can you try running the installer for the app again with native advpack.dll and
attach a +advpack log?
--
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=4259
------- Additional Comments From bf(a)bastian-frank.de 2006-07-01 14:30 -------
Without configuring with winetools the Corel Suite refuses to install at all,
regardless what version of wine I use (I tested this with some pre-0.9-versions,
0.9.1, 0.9.3 and 0.9.5). It just displays "nothing to install".
After doing the following (with winetools), it installs but refuses to execute:
- Installing dcom98.exe
- Installing Micrsoft Installer
- Installing Internet Explorer 6 (didn't test if this is really necessary)
- Setting a long list of DLL-Overrides for default apps, where only advpack is
set to "native"
--
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=4173
------- Additional Comments From alex(a)thehandofagony.com 2006-07-01 14:24 -------
With bultin msvcrt40, which is possible in Wine 0.9.5, the supposed-to-be
translucent shadows are light blue instead of normal blue.
--
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=4259
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-01 13:49 -------
Now:
rm -fr ~/.wine
wine winecfg (and configure your cdrom)
Install "Corel PhotoPaint 10".
Tell as what you got.
PS: Do not use winetools when reporting bugs here.
--
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=4131
------- Additional Comments From calpatersonpublic(a)gmail.com 2006-07-01 13:37 -------
Ok, I can confirm that the crash at startup I was getting (on 0.9.3) can be
worked around by using OSS. Seems like its just an issue in Alsa, but it would
be cool if other people could check the other sound drivers, just to make sure.
--
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=4258
Summary: Google Pack common installer says it can't run
Product: Wine
Version: 0.9.5.
Platform: Other
URL: http://pack.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Google Pack's common installer fails with a dialog box saying
it can't continue.
To repeat:
$ rm -rf ~/.wine
$ winecfg (and pick Windows XP)
$ wine "Firefox Setup 1.0.7.exe"
In firefox, go to http://pack.google.com, download the installer
$ wine "Google Pack Installer.exe"
It fails quickly with a dialog box.
It's hard to say what's wrong, but the +ole,+dialog log seems to
have a failed ole call:
trace:ole:DllMain 0x7c1a0000 0x1 (nil)
trace:ole:CreateBindCtx (0,0x7b91eae0)
trace:ole:BindCtxImpl_Construct (0x7bc7be10)
trace:ole:BindCtxImpl_QueryInterface (0x7bc7be10,0x7b91ea80,0x7b91eae0)
trace:ole:BindCtxImpl_AddRef (0x7bc7be10)
trace:ole:BindCtxImpl_SetBindOptions (0x7bc7be10,0x7b91eab0)
trace:ole:BindCtxImpl_RegisterObjectParam (0x7bc7be10,L"File System
BindData",0x7bc80cc8)
trace:ole:BindCtxImpl_GetObjectIndex (0x7bc7be10,(nil),0x7c2c7da0,0x7b91ea88)
trace:ole:BindCtxImpl_GetObjectIndex key not found
trace:ole:WINE_StringFromCLSID 0x7c2c39c0->{9D20AAE8-0625-44B0-9CA7-71889C2254D9}
trace:ole:BindCtxImpl_Release (0x7bc7be10)
trace:ole:BindCtxImpl_ReleaseBoundObjects (0x7bc7be10)
trace:ole:BindCtxImpl_Destroy (0x7bc7be10)
trace:dialog:GetDialogBaseUnits base units = 7,15
...
--
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=4131
------- Additional Comments From magnus(a)hacka.net 2006-07-01 11:17 -------
I just upgraded to Wine 0.9.5. The freezes now comes more regulary. Before with
0.9.3 it could take up to one minute before I would experience the freezes, but
now it comes just directly after startup of the game.
I guess the best clue is "#7 From Vitaliy Margolen", that the bug does not
appear in off-line mode. I have opened trouble ticket 060107-000197 with Valve
about what was done in the update when this bug appeared, and asked them for
assistence. We'll see where that leads.
I will report back as soon as I get any info from Valve.
--
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=4257
Summary: "Unable to create InstallDriver instance" when
installing OpenMG secure module
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When trying to install the OpenMG secure module, required to run SonicStage, the
installer (InstallShield) fails with the following message
1608: Unable to create InstallDriver instance,
Return code: -2147221021
SonicStage can only be installed from the CD version; the downloadable on edoes
not work. However, the necessary files from the CD can be downloaded from
SonicStage's AppDB page.
--
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=4256
Summary: Worms 2 intro films play for a few seconds without video
then stop (mciavi)
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The introduction films in Worms 2 play for a few seconds, but you only get the
sound; then they stop. The game uses MCIAVI to play them.
--
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=2037
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-01 10:25 -------
Closing the bug then. I don't see a replay from author anyway.
--
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=2689
------- Additional Comments From lurch(a)gmx.li 2006-07-01 09:54 -------
Maybe the same as bug 4253.
Bug 4253 has a proposed patch, maybe you can try.
--
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=4250
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-07-01 09:41 -------
Tested with authors patch and waiting on commit to close
--
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=4249
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rob(a)codeweavers.com
------- Additional Comments From mike(a)codeweavers.com 2006-07-01 08:57 -------
+relay log is really short, and nothing stands out. :/
--
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=4131
------- Additional Comments From calpatersonpublic(a)gmail.com 2006-07-01 08:53 -------
I can confirm this bug. I have kernel:
Linux tybalt 2.6.14-gentoo-r5 #1 PREEMPT Wed Jan 4 23:51:50 GMT 2006 x86_64 AMD
Athlon(tm) 64 Processor 4000+ AuthenticAMD GNU/Linux
So it is still present in kernel 2.6.14. When launching the games with alsa
enabled, my X.org hangs at the title/menu screen.
I cannot confirm whether it is possible to use OSS as a workaround (I am
currently doing some recompiling to test this - I'll post back later).
Using winecfg to disable sound (or use EsounD, but I take a large performance
hit - fps goes from 100-the max possible, to 4-5) is a workaround.
This bug seems to be present on all Goldsrc (HL1 based engine) games, and also
CS:CZ. Will return to verify whether it is present on Source games.
--
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=3312
------- Additional Comments From lhervier(a)ifrance.com 2006-07-01 08:04 -------
I have the same problem on Gentoo/gnome 2.10/Wine 0.9.5 for
- diablo II
- Deus Ex
- Unreal
but not with starcraft...
Playing in windowed mode or using a virtual desktop is OK.
--
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=4255
Summary: Worms Armageddon demo does not create window (negative
sizes)
Product: Wine
Version: 0.9.5.
Platform: Other
URL: http://wormsarmageddon.team17.com/main.html?page=good&ar
ea=demo&file=1
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The Worms Armageddon demo's window is not created when starting the game. I get
the sound from the intro films and interface (moving the mouse over buttons
etc.) but I cannot see anything. It changes the resolution, and either shows a
black screen or a bit of the desktop/program that was open when the game started.
Looking at the console output, it seems it tries to start a window with negative
height/width values.
--
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=3834
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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=3687
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-07-01 07:55 -------
Hello,
with cvs dated from 2006/01/07, I have a crash.
I attached the trace file
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3042
------- Additional Comments From alex(a)thehandofagony.com 2006-07-01 07:52 -------
I have experienced similar problems with several games; what fixed it for me was
to use the OSS driver instead of the ALSA driver.
--
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=3691
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
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=3944
b.buschinski(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From b.buschinski(a)web.de 2006-07-01 07:07 -------
I dont know why but but doesnt appear
in todays cvs 20060107
fixed ;-)
--
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=4253
Summary: Bad behaviour with hook functions in file dialog
Product: Wine
Version: 20050725
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lurch(a)gmx.li
If an hook function has been installed for the "OK" button, wine shows the
following behaviour:
1. It sends a WM_NOTIFY message with CDN_FILEOK
2. The hook function gets executed
3. The hook function sets either a zero or nonzero DWL_MSGRESULT via
SetWindowLong
4. The hook function returns with either an zero or nonzero value
Unfortunately, wines behaviour with respect to the two return values differs
from Windows behaviour. Wine ignores the normal return value of the hook
procedure and only checks for the DWL_MSGRESULT.
I have found at least one application (Ragtime Solo,
http://appdb.winehq.org/appview.php?versionId=2637 ) which shows wrong
behaviour cause of that. According to the application developers, they use a
nonzero DWL_MSGRESULT to hinder Windows from sending an FILEOKSTRING message
("These WM_NOTIFY messages supersede the FILEOKSTRING, LBSELCHSTRING,
SHAREVISTRING, and HELPMSGSTRING registered messages used by previous versions
of the Open and Save As dialog boxes. However, the hook procedure also
receives the superseded message after the WM_NOTIFY message if the WM_NOTIFY
processing does not use SetWindowLong to set a nonzero DWL_MSGRESULT
value." [1]).
In [2], MSDN states for the hook procedure:
"Return Value
If the hook procedure returns zero, the dialog box accepts the specified
file name and closes.
To reject the specified file name and force the dialog box to remain open,
return a nonzero value from the hook procedure and call the SetWindowLong
function to set a nonzero DWL_MSGRESULT value."
So IMHO wine should take the DWL_MSGRESULT in account _only_, if the return
value is nonzero.
[1]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winu…
[2]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winu…
--
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=1660
------- Additional Comments From alex(a)thehandofagony.com 2006-07-01 06:29 -------
I forgot to mention that I used Wine 0.9.5 on Gentoo Linux.
--
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=1660
------- Additional Comments From alex(a)thehandofagony.com 2006-07-01 06:28 -------
I tried the demo. It installs fine, but when I start the game, the only thing
that happens is that a black screen appears and the resolution is changed, then
it crashes and returns me to the desktop with an annoying 640x480 resolution.
The full game, however, works pretty well.
--
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=4249
------- Additional Comments From wine(a)smallblackflowers.co.uk 2006-07-01 04:15 -------
Is there any particular word/code I can search the log for?
--
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=4250
------- Additional Comments From wijn(a)wanadoo.nl 2006-07-01 01:46 -------
Simply reverting the change would generate test failures. Can you try this patch?
--- wine/dlls/user/menu.c 2006-01-04 19:02:33.000000000 +0100
+++ mywine/dlls/user/menu.c 2006-01-07 08:42:04.000000000 +0100
@@ -3295,7 +3295,7 @@ INT WINAPI GetMenuStringA(
SetLastError( ERROR_MENU_ITEM_NOT_FOUND);
return 0;
}
- if (!str || !nMaxSiz) return strlenW(item->text);
+ if (!str || !nMaxSiz) return item->text ? strlenW(item->text) : 0;
if (!WideCharToMultiByte( CP_ACP, 0, item->text, -1, str, nMaxSiz, NULL,
NULL ))
str[nMaxSiz-1] = 0;
TRACE("returning '%s'\n", str );
Rein.
--
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=2037
------- Additional Comments From nospam(a)thenerdshow.com 2006-07-01 00:34 -------
This is not a bug. It's a botched IE install. Don't copy from windows. Use
the installer, which should work with newer wine. PCAnywhere 11.0 works fine
for me on Fedora 4_64, wine .9.5
--
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=4249
------- Additional Comments From vitaliy(a)kievinfo.com 2006-06-01 21:49 -------
Well you need to go much ferther back in relay log to see the relevant information.
--
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=4194
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
URL| |http://www.solidworks.com/do
| |wnloads/API/Downloads%5C0000
| |0%5C0300s%5C0348%5Capi_sdk.z
| |ip
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
--
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=4251
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
------- Additional Comments From mike(a)codeweavers.com 2006-06-01 21:02 -------
Please let me know which version of Wine you're using, and where I can download
"e-Sword 6.5" or a demo of it from.
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=4250
------- Additional Comments From mike(a)codeweavers.com 2006-06-01 20:49 -------
So you know the problem, and you know the solution. How about submitting a
patch to wine-patches(a)winehq.org? You'll even get your name in the ChangeLog.
--
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=4251
Summary: MSI ACTION_InstallFiles is not copying files in
subfolders.
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pquiring(a)hotmail.com
This error msg occurs for every file MSI tries to install:
err:msi:ACTION_InstallFiles Unable to copy file (L"E:\\folder\\DAO360.DLL" ->
L"c:\\Program Files\\Common Files\\Microsoft Shared\\DAO\\DAO360.DLL") (error 2)
In the example above the DAO360.DLL file is in "E:\folder\Common\Microsoft
Shared\DAO\". MSI is dropping the subfolder component of the install file
request somewhere.
I'm trying to intall "e-Sword 6.5" and I cannot install it when the cdrom image
is mounted in a root folder (keeps asking for disk1). So I mount it in a
subfolder and it seems to work, except the files are not copied.
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=4250
Summary: Regression Switcher Cad Unhandled page fault
Product: Wine
Version: CVS
Platform: PC
URL: http://ltspice.linear.com/software/swcadiii.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
http://source.winehq.org/git/?p=wine.git;a=commit;h=b34868dffa0df144ea9d6e1…
This patch removed the check in both the GetMenuStringA/W routines of if
(!IS_STRING_ITEM(item->fType)) return 0;
Adding it back to the current CVS as of 1/6/06 20:00 EST fixed that problem.
Program is downloadable and this fault was mentioned in bug 3037.
To reproduce. Open new schematic from the file menu.
trace:menu:GetMenuStringA menu=0x50 item=0000 ptr=(nil) len=0 flags=0400
wine: Unhandled page fault on read access to 0x00000000 at address 0x7b81e5e6
(thread 0009), starting debugger...
--
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=4081
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martin-fuchs(a)gmx.net
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
OS/Version|other |Linux
Platform|Other |PC
------- Additional Comments From vitaliy(a)kievinfo.com 2006-06-01 18:13 -------
Ok looks like ppl found the patch that broke Photoshop:
http://source.winehq.org/git/?p=wine.git;a=commit;h=0b17529332b0ef5ee57873a…
Adding author of this patch to cc
--
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=4249
Summary: Hattrick Assistant Manager/Astrum Installer Failure
Product: Wine
Version: 20050725
Platform: PC-x86-64
URL: http://lokesoftware.dk/ham
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)smallblackflowers.co.uk
Running the Installer for HAM produces popup windows saying "Out of memory",
which have the title "Astrum Installer".
Running on Ubuntu 5.10 (Breezy), a Pentium 4 2GHz with 256MB RAM. THe program
uses nowhere near this much memory under windows
I found a page that suggested logging the +msgbox channel, and a search of the
log has the output at the bottom of this message as the only reference to
'msgbox'. The command I used was:
WINEDEBUG=+msgbox,+relay wine c:\\Program\ Files\\HAMSetup.exe 2> /home/gj/
wineerrors.txt
and the logfile (when I killed the process) was around 66mb so at a guess it's
going into a loop- if there's something I can do that produces 'better'
debugging I'll be more than happy to help, this is all new to me.
I know it's not at all a popular program, but the installer is (it would seem)
used for picasa, (http://www.winehq.org/hypermail/wine-devel/2004/05/0364.html
seemed to be unresolved).
The relevant(maybe..) output:
0009:Call kernel32.WideCharToMultiByte(00000000,00000000,7fb40000
L"WINEDEBUG=+msgbox,+relay",00000626,00000000,00000000,00000000,00000000)
ret=004242a4
0009:Call kernel32.WideCharToMultiByte(00000000,00000000,7fb40000
L"WINEDEBUG=+msgbox,+relay",00000626,7e2143b0,00000626,00000000,00000000)
ret=004242c6
trace:msgbox:MSGBOX_OnInit L"Out of memory"
--
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=2875
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-06-01 18:05 -------
Long time no info...
--
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=2691
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-06-01 18:04 -------
Long time no info...
--
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=2439
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2006-06-01 17:56 -------
And 4d36e97d-e325-11ce-bfc1-08002be10318 is "System devices" hardware class -
which we won't support in the near future if ever.
--
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=4058
------- Additional Comments From tkho(a)ucla.edu 2006-06-01 17:48 -------
Verified that the hanging goes away when native riched20.dll is used via winecfg.
--
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=2618
------- Additional Comments From pedro.lixo(a)netcabo.pt 2006-06-01 16:00 -------
This is no regression the errors unfortunaly already occured in past versions.
This is more like a confirmation status.
No problems in other aplications using dsound, so your patches in my system
are not breaking anything yet. :D
The game was already half broke.... :X
--
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=2618
------- Additional Comments From reif(a)earthlink.net 2006-06-01 15:35 -------
Are these errors new? Do they go away with removing my recient patches? These
reafctoring patches are just that and should have no impact on dsound operation.
Please let me know if this is a regression or not.
--
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=4248
Summary: Uncompreensible letters in Age of Empires 2
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pedro.lixo(a)netcabo.pt
I think this is the indicated place to this bug. although it happens in a game,
it has to do with Richedit.
Error in Richedit control, probably causing letters corruption in Age of Empires 2.
I this game the letters all appear in black, and some are unreadble.
I'm getting some errors with richedit control, i'll post it in attach.
I'm using today CVS of Mesa (06 - 01 -2005), in a gentoo system, with gcc 3.4.4.
2.6.15-r1
--
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=2618
------- Additional Comments From pedro.lixo(a)netcabo.pt 2006-06-01 15:23 -------
I'm using CVS of today, that have some patch's of Robert Reif, "refactor playback".
While Playing Age of Empires 2, I'm geting Dsound errors.
i'll attach a brief log.
And another thing is that a can't listen even normal sound (small size mp3)
ingame. Although if i set the resolution lower the game appears to work better.
--
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=4244
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2006-06-01 14:55 -------
a fix has been committed to wine current cvs, will be in 0.9.6
--
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=3979
tkho(a)ucla.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkho(a)ucla.edu
------- Additional Comments From tkho(a)ucla.edu 2006-06-01 14:19 -------
continuum038setup.exe works for me with latest from CVS.
The following (harmless?) messages were written to console during installation:
fixme:advapi:CheckTokenMembership ((nil) 0x7fd64b60 0x7fa8fb9c) stub!
fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
err:menubuilder:fork_and_wait wineshelllink returned 1
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
err:menubuilder:fork_and_wait wineshelllink returned 1
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
err:menubuilder:fork_and_wait wineshelllink returned 1
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
--
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=4247
Summary: Settlers 4 networking crashes with builtin msvcrt
Product: Wine
Version: 0.9.5.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Now that the msvcrt regression has been fixed in Wine 0.9.5, it is again
possible to run the Settlers IV with builtin msvcrt. However, when I press the
network button from within the game, which would normally bring up a list of
available games, edit fields for player name etc., it crashes. This does not
happen when using native msvcrt.
--
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=4159
------- Additional Comments From me(a)davidgonz.com 2006-06-01 11:37 -------
Yay, going to check this out as soon as CVS finishes extracting
--
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=2947
------- Additional Comments From inverseparadox(a)comcast.net 2006-06-01 11:33 -------
I have no idea what commit fixed the problem, but this behaviour no longer
occurs for me. (For that matter, the IMO desirable but definitely not
Windows-consistent ability to scroll off of the sides of the game window at the
redoced resolution is now no longer present either. I have not tested whether or
not it is still possible to change resolution while the game is running.) I
believe this bug can be closed as fixed; I'd do it myself, but I'm not
completely sure that I'm authorized to do so.
--
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=2939
------- Additional Comments From inverseparadox(a)comcast.net 2006-06-01 11:32 -------
Okay, cancel that. After more fiddling and a few more CVS recompiles, it now
works properly again for me. I have not gone out of my way to attempt to
reproduce Luiz's failure, but in ordinary operation I have no problems with the
game.
--
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=4159
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-06-01 11:24 -------
Patch commited.
--
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=4191
------- Additional Comments From b.buschinski(a)web.de 2006-06-01 10:45 -------
looks like I was wrong
lineage2 install works fine with current cvs
but 3dmark2001se not
"An installation support file could not be installed. (0x8000ffff)"
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGING: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGED: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGING: stub
fixme:richedit:RichEditANSIWndProc WM_STYLECHANGED: stub
fixme:ole:ITypeInfo_fnRelease destroy child objects
--
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=3590
------- Additional Comments From wilson(a)afn.org 2006-06-01 10:17 -------
Vitaliy Margolen asked me (see duplicate bug 4024) to update and "delete ~/.wine
dir, and just install python (using builtin msi)?"
The RH download site at winehq seems to lag the other distros. I'm too lazy to
build from source, but "yum update" finally delivered Wine 9.4. It still
explodes. Dialogs are missing lots of images and widgets. Selecting a radio
button or two and blindly clicking "next" ultimately yields the bad news dialog:
"Python 2.4.2 setup ended prematurely because of an error. ..."
Herewith the report (to the invoking terminal, no WINEDEBUG):
wine: creating configuration directory '/home/jim/.wine'...
wine: '/home/jim/.wine' created successfully.
fixme:msi:MsiInstallProductW L"python-2.4.2.msi" (null)
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"PythonWin"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"CCPSearch"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RMCCPSearch"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 2 ignored
L"Upgrade" table values
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"PythonWin"
err:msi:msi_dialog_create_controls no handler for element type L"DirectoryCombo"
err:msi:msi_dialog_create_controls no handler for element type L"DirectoryList"
fixme:msi:msi_dialog_pathedit_control not implemented properly
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"PythonWin"
err:msi:msi_dialog_create_controls no handler for element type L"GroupBox"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"CCPSearch"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RMCCPSearch"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
err:msi:process_action_return_value Invalid Return Code 1607
err:msi:ITERATE_Actions Execution halted, action L"UpdateEditIDLE" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
fixme:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 1,
nread is 8).
fixme:ole:OLEPictureImpl_get_Handle Unimplemented type -1
err:msi:msi_load_picture failed to get bitmap handle
err:msi:msi_dialog_bitmap_control Failed to load bitmap L"PythonWin"
--
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=4246
Summary: Bink movies don' t play in Indiana Jones demo
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_1856.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Hi,
the introduction movies (bink format) don't play in Indiana Jones and emperors
tomb demo. here is the output console. No idea for the problem, since it is the
first time that I can't see bink movies. After, nothing happens. I must kill the
process.
[david@Goss bin]$ wine indy.exe
fixme:win:SetWindowTextA setting text "Indiana Jones and the Emperor's Tomb -
Indy" of other process window (nil) should not use SendMessage
fixme:d3d:IWineD3DImpl_CreateDevice (0x7e26b530) Incomplete stub for d3d8
fixme:d3d_caps:IDirect3D8Impl_FillGLCaps found GL_VERSION ("1.5.5 NVIDIA
81.74")->(0x00511fee)
fixme:d3d_caps:IDirect3D8Impl_FillGLCaps found GL_RENDERER ("GeForce4 440 Go
64M/AGP/SSE2/3DNOW!")->(0x0250)
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(40,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(128,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(129,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(130,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(131,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(132,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(133,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(134,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(135,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(156,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(161,1) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(162,-1) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(163,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(164,1065353216) not
handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(165,1) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(172,3) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(173,1) not handled yet
fixme:d3d:IDirect3DDevice8Impl_GetDeviceCaps (0x7c8bf678) : stub, calling
idirect3d for now
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(128,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(129,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(130,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(131,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(132,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(133,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(134,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_SetRenderState (0x7c8bf678)->(135,0) not handled yet
fixme:d3d:IDirect3DDevice8Impl_GetDisplayMode (0x7c8bf678) : returning w(1024)
h(768) rr(85) fmt(21,D3DFMT_A8R8G8B8)
fixme:d3d:IDirect3DDevice8Impl_GetDisplayMode (0x7c8bf678) : returning w(1024)
h(768) rr(85) fmt(21,D3DFMT_A8R8G8B8)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7ad2b5e0)->(0x10022,00000008)
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7c8609d0
--
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=4244
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2006-06-01 08:08 -------
can confirm.
the metafile contains a GETSCALINGFACTOR sequence, which leads to a NULL
ptr deref.
I have submitted a patch.
--
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=4210
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-06-01 07:38 -------
Bug resolved 06/01/06.
I close this bug
Joaopa
--
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=4159
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-06-01 07:37 -------
Thank you. The patch works for the bug 4210. One can think it will resolve the
other bugs.
Regards,
Joaopa
--
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=1064
------- Additional Comments From bill.spam(a)myrealbox.com 2006-06-01 06:59 -------
What happend to this patch:
Fri Feb 04 2005 - 16:41:04 CST by Carlos Lozano
http://www.winehq.org/hypermail/wine-devel/2005/02/0111.html
Quote: "I have updated the patch what does work Theme Hospital,
and Dungeon Keeper games, to actual CVS. It is only for
testing purposes."
This was nearly a year ago, so i think it has been removed again since then. Why?
The only reason i can think of is that it broke other things or the patch
included other changes that are not related to this bug, but that are 'broken'
(which is a matter of leaving this changes away to get a working fix).
Thanks,
Werner
--
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.