http://bugs.winehq.org/show_bug.cgi?id=6149
------- Additional Comments From stefan.munz(a)itomig.de 2006-05-09 08:01 -------
Created an attachment (id=3545)
--> (http://bugs.winehq.org/attachment.cgi?id=3545&action=view)
Printing on a virtual pdf printer, paper size is A4
For testing I installed cups-pdf and printed on a virtual pdf printer (HP
LaserJet 5M Postscript) with WINEDEBUG=+print+psdrv+winspool. My real printer
is a Lexmark Optra E312L. The error is exactly the same on both printers, the
virtual printer saves me some paper though ;-)
The papersize is A4 on both printers.
--
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=6149
david.guembel(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |david.guembel(a)gmx.de
--
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=5725
------- Additional Comments From jan.wine(a)zerebecki.de 2006-05-09 07:14 -------
I offered to compile-test the patch, as he said in a private mail that he is not
able to compile wine. I'll also then rediff and send the patch to -patches.
--
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=6149
Summary: The printout of 2 proprietary applications does not fit
on the paper
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan.munz(a)itomig.de
If I try to print the printout is a little too big and shifted to the left.
Therefore it is cut off at the left side. This happens with two apps (GIS
Software and CAD Viewer both proprietary and unfortunately there is no demo
version available), others like my banking software print like a charm.
After some debugging I think, that maybe the ImageableArea is not set
correctly or the app overrides the settings for the margins of my printer.
When I change the margins in Linux (kubuntu if it matters), notepad uses this
margins but the other app doesn't.
I attach some logfiles with +print,+psdrv, +winspool.
BTW: I tried various Wine versions (from 2004109 to 0.9.20 ;-) The error stays
the same.
--
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=6148
Summary: since 0_9_18 edit fields are cleared when clicking in
them
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mteske(a)imagnos.com
This is happening with "Action Request System" (ARS) software by Remedy,
unfortunately not free.
When clicking into a text field which already has text in it, the text is cleared.
Through trying several versions of riched20.dll, I found out that this happened
between 0_9_17 and 0_9_18. The problem is in the WM_SETFONT-handling.
With trial-and-error I found that there the
if (bRepaint)
ME_UpdateRepaint(editor);
causes the problem. If I replace it with
if (bRepaint) {
/*ME_SendOldNotify(editor, EN_CHANGE);*/
ME_Repaint(editor);
ME_SendOldNotify(editor, EN_UPDATE);
ME_SendSelChange(editor);
}
everything works, so ME_SendOldNotify(editor, EN_CHANGE); seems to cause the
problem. Unfortunately I couldn't find what that does yet...
Let me know if you need any traces.
--
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=6147
Summary: DC++, blank window after switching workspace in gnome
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magnus.ahlberg(a)gmail.com
I've had this issue with DC++ and, as far as I can tell, only with this application.
It works quite well although as soon as I switch to another workspace in gnome
and then back again, the contents of the DC++ window is blank and if I move a
window over it, it "smears" all over the DC++ window, quite normal when a window
doesn't redraw itself.
This bug also occured on my earlier computer wich ran a different window
manager. The only similarity that I can think of is that they both use an ATi
graphics card, although the old one used the open source driver and this one is
using the closed source driver.
No output is generated when switching desktops as far as I can tell so I don't
really know what else to post here. If you think that some log or anything else
can be of use please tell me and I will post it.
You do a great job.
--
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=633
------- Additional Comments From ubuntu(a)comcast.net 2006-05-09 01:01 -------
Someone in bug 3611 posted that this is not a duplicate of bug 3611. Is the fact
that wine is unable to copy images confirmed? Can the developer who opened the
bug write how to reproduce the bug? What was the software running on wine to
copy the image? How can I get a copy of it to reproduce the bug? How can I start
the software? Is there any build options for the wine to reproduce the bug?
What's the version of wine that has the bug? The version says unspecified 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=6145
Summary: Firefox 2.0 beta 2 wont install
Product: Wine
Version: 0.9.20.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jlowork(a)sbcglobal.net
Firefox Setup 2.0 Beta 2.exe will initially open a window, extract some files
into the windows/temp file but then gets stuck.
[jlo@jlo ~]$ winedbg Firefox\ Setup\ 2.0\ Beta\ 2.exe
WineDbg starting on pid 0xa
0x7ee79319: movl %edi,0x0(%esp)
Wine-dbg>c
fixme:win:SetWindowTextW setting text L"Extracting" of other process window
0x10024 should not use SendMessage
fixme:win:SetWindowTextA setting text "Mozilla Firefox 2 Beta 2 Setup" of other
process window (nil) should not use SendMessage
Killed
--
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=4562
------- Additional Comments From jlowork(a)sbcglobal.net 2006-05-09 00:08 -------
well, firefox 2.0 beta 2 uses nsis and its not working with similar output as
given 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=5725
------- Additional Comments From mike(a)codeweavers.com 2006-04-09 22:34 -------
Sorry, yeah, you already have a diff there. It would be better to make it from
the top level wine directory. eg:
diff -urp dlls/user/winpos.c.1 dlls/user/winpos.c > patch.diff
You don't need to use Git (though some people find that easier), you can just
send your patch to wine-patches(a)winehq.org as described on the sending-patches
page. (It won't be pick it up from 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=335
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2006-04-09 22:16 -------
Reported 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=5786
------- Additional Comments From dank(a)kegel.com 2006-04-09 21:46 -------
I'm trying to get a copy of vb5 enterprise so I can
test things like RDO 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=335
------- Additional Comments From ryanbach(a)adelphia.net 2006-04-09 21:37 -------
This bug is fixed but there is another bug on the microphone above.
--
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=6144
------- Additional Comments From the3dfxdude(a)gmail.com 2006-04-09 20:58 -------
What you are saying is there is a change between ALSA 1.0.11 and 1.0.12 that is
now causing distorted sound. You really ought to find the exact change that did
it, so we can understand better the problem.
You can look here as a start:
http://www.alsa-project.org/changes/v1-0-11--v1-0-12.txt
--
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=6144
Summary: Distorted sound with ALSA 1.0.12
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elton(a)schiert.net
When I use ALSA-driver version 1.0.12 or 1.0.13rc1 the sound in wine-apps gets
distorted. I tried several games including Diablo II, Baldurs's Gate II, Heroes
of Might and Magic V,... and they all behaved the same: The sound kinda' plays
but there are lots of little cracks every second. All games have acceptable
sound-quality when running ALSA 1.0.11
Switching Hardware Acceleration from Full to Emulation changes nothing, but
enabling Driver Emulation helps: I think the sound is not exactly as good as
with 1.0.11 but it's definitely a lot better than without Driver Emulation
(Note: What does Driver Emulation do anyway?).
All this only happens when using Wine's ALSA-driver. Using the OSS-driver the
sound is the same as before (Note2: I don't have any OSS drivers installed on my
system, just ALSA's built-in OSS-emulation).
I don't really know if this is a Wine-bug at all. I tried other native ALSA-apps
like mediaplayers and as far as I can tell Wine is the only application that
shows this kind of sound distortion. Anyway, here's some info on my system:
Fujitsu-Siemens M3438G Laptop
Realtek/Intel High Definition Audio, chip: ALC880
Kubuntu Dapper 6.06 LTS, kernel 2.6.15-26-686
ALSA-driver module: snd-hda-intel
--
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=6143
Summary: CreateDIBSection fails with a height of zero
Product: Wine
Version: CVS
Platform: PC
URL: http://www.helixgamesinc.com/games/JumperTwo.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galeru(a)gmail.com
Under the game Jumper 2, attempting to open the game causes a message box to
appear due to an unexpected error.
Reproducing the bug:
This error occurs under it's normal opening sequence.
Logging the bug:
use WINEDEBUG=+ddraw,+d3d_surface,+bitmap. It's the only err's in the entire log.
Specific point of failure:
The VirtualAlloc in CreateDIBSection returns a NULL pointer.
--
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=5368
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |enhancement
Priority|P2 |P3
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-09 19:52 -------
Ask packager of whatever distro you are using. Wine does not support that sort
of intergration atm. So it must be some custom work in your distro.
My guess is that author forgot `winepath -w $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=5660
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-09 19:47 -------
Please try with OSS sound (configured 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=5936
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-09 19:41 -------
Fixed then
--
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=6108
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lesack(a)interchange.ubc.ca
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-09 19:36 -------
*** Bug 6098 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=6098
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-09 19:36 -------
Duplicate
*** This bug has been marked as a duplicate of 6108 ***
--
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=6083
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacek(a)codeweavers.com
Component|wine-ole |wine-shdocvw
Keywords| |regression
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-09 19:32 -------
Adding author of the component.
--
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=6108
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-09 19:26 -------
This was a regression which was affected ATI cards with DRI driver only. It's
now fixed in GIT.
--
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=6110
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-09 19:23 -------
Remove ~/.wine dir and try again.
--
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=3260
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alex(a)thehandofagony.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-09 19:06 -------
*** Bug 6132 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=6132
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-09 19:06 -------
It sure looks like startforce. And yes, demo can have copy protection system in
it. When properly made it should be hard to impossible to completely remove it
for a demo.
*** This bug has been marked as a duplicate of 3260 ***
--
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=5907
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-09 18:50 -------
What version of Dreamweaver are you using?
--
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=4842
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-09 17:36 -------
Flash.ocx is not part of the windows operating system so I would say yes it is
ok to close 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=6142
Summary: Gothic crashes on nvidia cards when entering a new level
Product: Wine
Version: 0.9.20.
Platform: PC
URL: http://liandri.mine.nu/testi/gerror.log
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d1m1(a)gmx.ch
I start Gothic with default settings(but without Music and without Videos
(renamed $gamedir/_work/DATA/video)).
I can walk around in the world, but when I enter another level (From the outdoor
map you can enter into some cave-maps) like the old mine, the level loads, but
after I make a single step inside the new level, the game crashes (resolution
change, puzzled "screenshot" and after about a minute the game quits)
error messages on stderr, that appear right when the game crashes:
[code]
err:msvcrt:symbol_demangle Unknown operator: _R
[/code]
[code]
err:msvcrt:demangle_datatype Unknown type Y
[/code]
[code]
err:ntdll:RtlpWaitForCriticalSection section 0x7e4e4e40 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0009, blocked by 0016, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7e4e4e40 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0015, blocked by 0016, retrying (60
sec)
wine: Critical section 7e4e4e40 wait failed at address 0x7efb0030 (thread 0009),
starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: wait failed on critical section 0x7e4e4e40
usexvidmode+0x44err:seh:raise_exception Unhandled exception code c0000194 flags
0 addr 0x7efb0030
Process of pid=0x00000008 has terminated
[/code]
I tried to complete some code in msvcrt.dll using some tables i found here
http://sparcs.kaist.ac.kr/~tokigun/article/vcmangle.html, but I have no idea
what i did. The only change was that the unknown operator/type messages
did/could not appear anymore, because msvcrt.dll "knew" them.
I did test gothic with several versions of wine, that use the newer ddraw code
(0.9.16-0.9.20) and I also applied the patch to version 0.9.14 and 0.9.15 and I
always had the same crash then.
The game also crashed on wine 0.9.16 (I did not test it with the newest version
of wine) when I walked around in the world for about 7 minutes without switching
levels. It seems that it can't crash, when I am inside a chat dialog with a NPC,
but it crashes as soon as you leave the chat dialog if time is up.
I did test wine on 2 debian sid systems with different nvidia-cards.
The game does not seem to crash after 7 minutes if you use wine 0.9.14 without
the ddraw patch. As far as I remember the game crashes when switching levels
anyway, but it crashes "faster" - the game quits and the desktop appears after
level loading is complete, so maybe the reason is another.
I could test it on an ubuntu dapper system (wine 0.9.20) with an ati card
(fglrx-drivers) too and the game did not crash when switching levels. I also
heard of 2 other ati card owners that are able to play gothic without such a crash.
My system: debian sid i386, kernel: 2.6.17-1-686 (standard kernel image)
Memory: 1 GB
CPU: Intel P4 3.0 Ghz (Hyperthreding enabled, I thought that the crash maybe
some kind of deadlock that only appears on SMP Systems, but i did also test it
on an AMD 3500 with debian sid i386 with the same result)
wine configuration dll overrides for:
dmband.dll dmime.dll dmloader.dll dmstyle.dll dmsynth.dll dmusic.dll dmcompos.dll
I had to use these on wine >=0.9.19 even with music disabled, to get the game to
run.
Version of Gothic: 1.08k german
nvidia driver version: 8762
--
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=5660
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=6141
bernhard.kogler(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.free-
| |codecs.com/download_soft.php
| |?d=1191&s=429
--
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=6138
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-09 16:37 -------
so really a duplicate
*** This bug has been marked as a duplicate of 5605 ***
--
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=5605
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bernhard.kogler(a)gmail.com
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-09 16:37 -------
*** Bug 6138 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=6141
Summary: ratDVD crashes when converting video
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernhard.kogler(a)gmail.com
After starting the converting-process of a .ratDVD-file to standard DVD-format,
the executable 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=6140
Summary: Bob the Builder (duch variant) crashes with unhandled
page fault on read access
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bijwaard(a)home.nl
When I start "Bob the Builder" it crashes with unhandled page fault after
redusing my screensize to 640x480. The debugger output will be attached shortly.
--
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=6138
------- Additional Comments From bernhard.kogler(a)gmail.com 2006-04-09 16:22 -------
I'm really wondering.
It works when started with 'nice --adjustment=-20 wine ratDVDSetup-0.78.1444.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=6078
------- Additional Comments From bernhard.kogler(a)gmail.com 2006-04-09 16:14 -------
Created an attachment (id=3539)
--> (http://bugs.winehq.org/attachment.cgi?id=3539&action=view)
wine messages
I think I have now a correctly compiled version of wine (after serveral tries).
ICQ still crashes after restarting.
Attached are the messages which are shown when starting ICQLite.exe
Hope this helps.
--
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=6138
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-09 16:10 -------
This looks the same as the trouble with the FRAPS installer. Could you try this:
'nice --adjustment=-20 wine program.exe'
does that help?
--
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=4857
galeru(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--
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=6138
Summary: ratDVD fails to install
Product: Wine
Version: 0.9.20.
Platform: PC
URL: http://www.free-codecs.com/download_soft.php?d=1191&s=429
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernhard.kogler(a)gmail.com
The installer shows a message that a Windows OS > 2000 is required and asks if
the user wants to install ratdvd anyway.
When this message is shown, the installer 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=5016
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=6137
Summary: Half-Life 2 crashes during gameplay
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kain(a)teamclerks.net
When I try to play the game, it crashes. It didn't USED to do this, I got all
the way to the end of the game before this crashing error began to happen. I
have no changed anything since the install.
Specs:
AMDx2 4600+ Asus mobo
ATI X1800XT 256MB
1024MB DDR2
Ubuntu Dapper Drake 6.06.1
Wine 0.9.20 (patched for WoW 1.12)
--
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=6136
Summary: Alien Versus Predator no textures rendered.
Product: Wine
Version: 0.9.20.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Game engine worked in wine-0.9.15
Now, no textures are drawn, which means you see nothing, except a few white
rectangles where text, sonar display, health indicator etc. should be.
Hence nasties are invisible and you don't stand chance.
Spits lots of these messages:
fixme: d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xcb0198 usage(WINED3DUSAGE_RENDERTARGET)
--
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=6135
Summary: Keyboard not responding in Age of Mythology Gold
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tedtech(a)sbcglobal.net
I am able to install and run Age of Mythology Gold under Wine using Ubuntu 6.06.
The game works for the most part, but I am unable to get it to recognize my
keyboard. In Windows, if I hit F10, the main menu would come up, but in Wine
nothing happens. I know that my keyboard works with linux and with other
programs running under Wine (MPLAB IDE, Unreal Tournament,...), so this problem
is strictly with Age of Mythology. Any help with this would be greatly appreciated.
--
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=4044
------- Additional Comments From kain(a)teamclerks.net 2006-04-09 15:28 -------
I get the same thing, except I made it as far as the end of the game before it
started happening. I didn't change anything, and I played from The buggy ride to
right before you talk to the evil doctor. Then the game just started crashing
with similar output.
--
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=6134
Summary: Mysql QueryBrowser Can't Login: MultiByteToWideChar
MB_USEGLYPHCHARS not supported
Product: Wine
Version: 0.9.20.
Platform: PC
URL: www.mysql.com/products/tools/query-browser/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodock(a)gmail.com
err:x11drv:X11DRV_CreateWindow invalid window height -4
err:x11drv:X11DRV_CreateWindow invalid window height -4
fixme:nls:MultiByteToWideChar MB_USEGLYPHCHARS not supported
fixme:nls:MultiByteToWideChar MB_USEGLYPHCHARS not supported
when i try to type for ex: localhost as server name i can only type "l"
the same for user... i can only type the first letter
--
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=6133
------- Additional Comments From jeno007(a)freemail.hu 2006-04-09 14:39 -------
It's iTunes 6.0.5 with QuickTime Alternate 1.75.
--
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=6133
Summary: iTunesHelper.exe crashes with unimplemented function
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeno007(a)freemail.hu
CC: jeno007(a)freemail.hu
iTunesHelper.exe is required for iTunes to use the conencted iPod.
Starting iTunesHelper.exe with wine "iTunesHelper.exe" crashes immediately with
[jeno@akela iTunes]$ wine iTunesHelper.exe
fixme:atl:AtlModuleInit SEMI-STUB (0x42b1a8 0x4291f0 0x400000)
wine: Call from 0x603723a0 to unimplemented function
atl.dll.AtlModuleAddCreateWndData, aborting
wine: Unimplemented function atl.dll.AtlModuleAddCreateWndData called at address
0x603723a0 (thread 002d), starting debugger...
WineDbg starting on pid 0x2c
Unhandled exception: unimplemented function atl.dll.AtlModuleAddCreateWndData
called in 32-bit code (0x60372422).
....
It is always reproducible.
--
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=6132
------- Additional Comments From alex(a)thehandofagony.com 2006-04-09 14:34 -------
There seems to be a bug report about StarForce, but how can a demo be
copy-protected, when there is not disc to scan? Getting the demo working
might be easier than supporting StarForce fully.
--
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=6132
Summary: Cossacks II demo crashes on startup
Product: Wine
Version: 0.9.19.
Platform: PC
URL: http://www.cossacks2.de/index.php?m=downs&ss=demo&lang=e
n
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When starting the Cossacks II demo, an error box appears
Protection System has detected an unhandled exception.
Exception Code: C0000005
Exception Addr: 08531030
EAX = 0034F59C ECX = 00000000 EDX = 00000000 E
= 00000001
EBP = 0034F450 ESP = 0034F46C ESI = 0017AD00 E
= 7EF3BC1E
EIP = 08531030 EFL = 00210206
INFO = 00000000, 00000000, 00000000, 00110000, 00000000, 0017ACB8
Please send all the above information to the customer support.
The only Wine message is
fixme:reg:GetNativeSystemInfo (0x34fc84) using GetSystemInfo()
When I press OK Wine gives a backtrace.
--
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=6121
kain(a)teamclerks.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From kain(a)teamclerks.net 2006-04-09 13:57 -------
Bingo. The pixel shader thing did the trick. The GLSL enable thing didn't exist
in the registry, so I created it and enabled it. I don't know if it had anything
to do with it.
However, flashlight makes the game sad, really makes the game slow. Oh well, got
me where I needed to go.
--
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=6131
grover.blue(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From grover.blue(a)gmail.com 2006-04-09 13:33 -------
Turns out this is already being addressed
--
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=3335
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |grover.blue(a)gmail.com
------- Additional Comments From truiken(a)gmail.com 2006-04-09 13:32 -------
*** Bug 6131 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=6131
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2006-04-09 13:31 -------
Please check the bug database before submitting a bug. This is an exact
duplicate of bug 3335. And for future bugs, don't paste logs, attach them.
*** This bug has been marked as a duplicate of 3335 ***
*** This bug has been marked as a duplicate of 3335 ***
--
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=6131
grover.blue(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3535|wine_itunesinstall |wine_iTunesSetup
filename| |
Attachment #3535 is|1 |0
patch| |
------- Additional Comments From grover.blue(a)gmail.com 2006-04-09 13:30 -------
(From update of attachment 3535)
>$ wine iTunesSetup.exe
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:shell:SHAutoComplete SHAutoComplete stub
>fixme:exec:SHELL_execute flags ignored: 0x00000580
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:process:IsWow64Process (0xffffffff 0x34b65c) stub!
>err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\IDriver.exe" -> L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\", last error 80
>fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored L"ServiceInstall" table values
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:msi:MSI_GetProductInfo L"InstallSource"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
>err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
>fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored L"Upgrade" table values
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header, 0x00000001
>fixme:ole:NdrClearOutParameters (0x7ce51af0,0x3d4212,0x7ce51c24): stub
>fixme:process:IsWow64Process (0xffffffff 0x33fd9c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x3401a8) stub!
>fixme:reg:GetNativeSystemInfo (0x340184) using GetSystemInfo()
>fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "iTunes - InstallShield Wizard" of other process window (nil) should not use SendMessage
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>err:advapi:service_control_dispatcher failed to create pipe for L"IDriverT", err or = 0
>fixme:win:SetWindowTextA setting text "iTunes + QuickTime" of other process wind ow (nil) should not use SendMessage
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:process:IsWow64Process (0xffffffff 0x34bb8c) stub!
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>err:advapi:service_control_dispatcher failed to create pipe for L"IDriverT", error = 0
>err:ole:CoGetClassObject no class object {064cb054-2518-474e-b2e8-200049528c42} could be created for context 0x4
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>err:advapi:service_control_dispatcher failed to create pipe for L"IDriverT", error = 0
>fixme:rpc:RpcMgmtWaitServerListen not waiting for server calls to finish
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
>fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored L"Upgrade" table values
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveExistingProducts"
>fixme:rpc:RpcImpersonateClient (0x29d4b60): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d4b60): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:MsiDatabaseIsTablePersistentW 3 L"ISSelfReg"
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29d4a58): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d4a58): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29d4bf0): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d4bf0): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29d36f8): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d36f8): stub
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnpublishComponents"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnpublishFeatures"
>fixme:msi:msi_unimplemented_action_stub StopServices -> 1 ignored L"ServiceControl" table values
>fixme:msi:msi_unimplemented_action_stub DeleteServices -> 1 ignored L"ServiceControl" table values
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterTypeLibraries"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveODBC"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterClassInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterExtensionInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterProgIdInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterMIMEInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveShortcuts"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveDuplicateFiles"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x2a09a50): stub
>fixme:rpc:RpcRevertToSelfEx (0x2a09a50): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:MsiGetMode 2 6
>fixme:rpc:RpcImpersonateClient (0x29e81a8): stub
>fixme:rpc:RpcRevertToSelfEx (0x29e81a8): stub
>fixme:rpc:RpcImpersonateClient (0x2a491d8): stub
>fixme:rpc:RpcRevertToSelfEx (0x2a491d8): stub
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"InstallODBC"
>fixme:ole:ITypeInfo_fnRelease destroy child objects
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:setupapi:SetupDiGetClassDevsExA filter (null) machine (null)
>fixme:setupapi:SetupDiGetDeviceInfoListDetailA
>fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored L"ServiceInstall" table valuesfixme:msi:msi_unimplemented_action_stub StartServices -> 1 ignored L"ServiceControl" table values
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29e81a8): stub
>fixme:rpc:RpcRevertToSelfEx (0x29e81a8): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x3162258): stub
>fixme:rpc:RpcRevertToSelfEx (0x3162258): stub
>fixme:rpc:RpcServerUnregisterIf (IfSpec == (RPC_IF_HANDLE)^(nil), MgrTypeUuid == (null), WaitForCallsToComplete == 0): stub
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:win:SetWindowTextA setting text ": Setup.INI" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0804.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0404.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0406.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0413.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0409.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x040c.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0407.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0410.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0411.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0412.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0414.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x040a.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x041d.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x040b.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "Extracting: 1033.MST" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "Extracting: QuickTime.msi" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "Extracting: ISScript11.Msi" of other process window (nil) should not use SendMessage
>fixme:process:IsWow64Process (0xffffffff 0x34b65c) stub!
>err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\IDriver.exe" -> L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\", last error 80
>fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
>fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored L"ServiceInstall" table 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=6131
grover.blue(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3535 is|0 |1
patch| |
------- Additional Comments From grover.blue(a)gmail.com 2006-04-09 13:29 -------
(From update of attachment 3535)
$ wine iTunesSetup.exe
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:shell:SHAutoComplete SHAutoComplete stub
>fixme:exec:SHELL_execute flags ignored: 0x00000580
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:process:IsWow64Process (0xffffffff 0x34b65c) stub!
>err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\IDriver.exe" -> L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\", last error 80
>fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored L"ServiceInstall" table values
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:msi:MSI_GetProductInfo L"InstallSource"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
>err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
>fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored L"Upgrade" table values
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header, 0x00000001
>fixme:ole:NdrClearOutParameters (0x7ce51af0,0x3d4212,0x7ce51c24): stub
>fixme:process:IsWow64Process (0xffffffff 0x33fd9c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x3401a8) stub!
>fixme:reg:GetNativeSystemInfo (0x340184) using GetSystemInfo()
>fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "iTunes - InstallShield Wizard" of other process window (nil) should not use SendMessage
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>err:advapi:service_control_dispatcher failed to create pipe for L"IDriverT", err or = 0
>fixme:win:SetWindowTextA setting text "iTunes + QuickTime" of other process wind ow (nil) should not use SendMessage
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:process:IsWow64Process (0xffffffff 0x34bb8c) stub!
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>err:advapi:service_control_dispatcher failed to create pipe for L"IDriverT", error = 0
>err:ole:CoGetClassObject no class object {064cb054-2518-474e-b2e8-200049528c42} could be created for context 0x4
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>err:advapi:service_control_dispatcher failed to create pipe for L"IDriverT", error = 0
>fixme:rpc:RpcMgmtWaitServerListen not waiting for server calls to finish
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
>fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored L"Upgrade" table values
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveExistingProducts"
>fixme:rpc:RpcImpersonateClient (0x29d4b60): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d4b60): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:MsiDatabaseIsTablePersistentW 3 L"ISSelfReg"
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29d4a58): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d4a58): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29d4bf0): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d4bf0): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29d36f8): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d36f8): stub
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnpublishComponents"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnpublishFeatures"
>fixme:msi:msi_unimplemented_action_stub StopServices -> 1 ignored L"ServiceControl" table values
>fixme:msi:msi_unimplemented_action_stub DeleteServices -> 1 ignored L"ServiceControl" table values
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterTypeLibraries"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveODBC"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterClassInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterExtensionInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterProgIdInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterMIMEInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveShortcuts"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveDuplicateFiles"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x2a09a50): stub
>fixme:rpc:RpcRevertToSelfEx (0x2a09a50): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:MsiGetMode 2 6
>fixme:rpc:RpcImpersonateClient (0x29e81a8): stub
>fixme:rpc:RpcRevertToSelfEx (0x29e81a8): stub
>fixme:rpc:RpcImpersonateClient (0x2a491d8): stub
>fixme:rpc:RpcRevertToSelfEx (0x2a491d8): stub
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"InstallODBC"
>fixme:ole:ITypeInfo_fnRelease destroy child objects
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:setupapi:SetupDiGetClassDevsExA filter (null) machine (null)
>fixme:setupapi:SetupDiGetDeviceInfoListDetailA
>fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored L"ServiceInstall" table valuesfixme:msi:msi_unimplemented_action_stub StartServices -> 1 ignored L"ServiceControl" table values
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29e81a8): stub
>fixme:rpc:RpcRevertToSelfEx (0x29e81a8): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x3162258): stub
>fixme:rpc:RpcRevertToSelfEx (0x3162258): stub
>fixme:rpc:RpcServerUnregisterIf (IfSpec == (RPC_IF_HANDLE)^(nil), MgrTypeUuid == (null), WaitForCallsToComplete == 0): stub
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:win:SetWindowTextA setting text ": Setup.INI" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0804.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0404.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0406.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0413.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0409.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x040c.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0407.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0410.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0411.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0412.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0414.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x040a.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x041d.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x040b.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "Extracting: 1033.MST" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "Extracting: QuickTime.msi" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "Extracting: ISScript11.Msi" of other process window (nil) should not use SendMessage
>fixme:process:IsWow64Process (0xffffffff 0x34b65c) stub!
>err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\IDriver.exe" -> L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\", last error 80
>fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
>fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored L"ServiceInstall" table 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=6131
------- Additional Comments From grover.blue(a)gmail.com 2006-04-09 13:28 -------
(From update of attachment 3535)
$ wine iTunesSetup.exe
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:shell:SHAutoComplete SHAutoComplete stub
>fixme:exec:SHELL_execute flags ignored: 0x00000580
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:process:IsWow64Process (0xffffffff 0x34b65c) stub!
>err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\IDriver.exe" -> L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\", last error 80
>fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored L"ServiceInstall" table values
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:msi:MSI_GetProductInfo L"InstallSource"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
>err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
>fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored L"Upgrade" table values
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34a74c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>fixme:process:IsWow64Process (0xffffffff 0x34cac0) stub!
>err:ole:get_unmarshaler_from_stream Failed to read common OBJREF header, 0x00000001
>fixme:ole:NdrClearOutParameters (0x7ce51af0,0x3d4212,0x7ce51c24): stub
>fixme:process:IsWow64Process (0xffffffff 0x33fd9c) stub!
>fixme:process:IsWow64Process (0xffffffff 0x3401a8) stub!
>fixme:reg:GetNativeSystemInfo (0x340184) using GetSystemInfo()
>fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "iTunes - InstallShield Wizard" of other process window (nil) should not use SendMessage
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>err:advapi:service_control_dispatcher failed to create pipe for L"IDriverT", err or = 0
>fixme:win:SetWindowTextA setting text "iTunes + QuickTime" of other process wind ow (nil) should not use SendMessage
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:richedit:ME_LinkNotify CFM_UNDERLINE! GASP!
>fixme:process:IsWow64Process (0xffffffff 0x34bb8c) stub!
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>err:advapi:service_control_dispatcher failed to create pipe for L"IDriverT", error = 0
>err:ole:CoGetClassObject no class object {064cb054-2518-474e-b2e8-200049528c42} could be created for context 0x4
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>err:advapi:service_control_dispatcher failed to create pipe for L"IDriverT", error = 0
>fixme:rpc:RpcMgmtWaitServerListen not waiting for server calls to finish
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
>fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored L"Upgrade" table values
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveExistingProducts"
>fixme:rpc:RpcImpersonateClient (0x29d4b60): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d4b60): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:MsiDatabaseIsTablePersistentW 3 L"ISSelfReg"
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29d4a58): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d4a58): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29d4bf0): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d4bf0): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29d36f8): stub
>fixme:rpc:RpcRevertToSelfEx (0x29d36f8): stub
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnpublishComponents"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnpublishFeatures"
>fixme:msi:msi_unimplemented_action_stub StopServices -> 1 ignored L"ServiceControl" table values
>fixme:msi:msi_unimplemented_action_stub DeleteServices -> 1 ignored L"ServiceControl" table values
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterTypeLibraries"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveODBC"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterClassInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterExtensionInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterProgIdInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"UnregisterMIMEInfo"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveShortcuts"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveDuplicateFiles"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x2a09a50): stub
>fixme:rpc:RpcRevertToSelfEx (0x2a09a50): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:msi:MsiGetMode 2 6
>fixme:rpc:RpcImpersonateClient (0x29e81a8): stub
>fixme:rpc:RpcRevertToSelfEx (0x29e81a8): stub
>fixme:rpc:RpcImpersonateClient (0x2a491d8): stub
>fixme:rpc:RpcRevertToSelfEx (0x2a491d8): stub
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"InstallODBC"
>fixme:ole:ITypeInfo_fnRelease destroy child objects
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:setupapi:SetupDiGetClassDevsExA filter (null) machine (null)
>fixme:setupapi:SetupDiGetDeviceInfoListDetailA
>fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored L"ServiceInstall" table valuesfixme:msi:msi_unimplemented_action_stub StartServices -> 1 ignored L"ServiceControl" table values
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x29e81a8): stub
>fixme:rpc:RpcRevertToSelfEx (0x29e81a8): stub
>fixme:msi:ACTION_CustomAction msidbCustomActionTypeNoImpersonate not handled
>fixme:rpc:RpcImpersonateClient (0x3162258): stub
>fixme:rpc:RpcRevertToSelfEx (0x3162258): stub
>fixme:rpc:RpcServerUnregisterIf (IfSpec == (RPC_IF_HANDLE)^(nil), MgrTypeUuid == (null), WaitForCallsToComplete == 0): stub
>ERROR: version mismatch - 2D module [8.27.10] incompatible with OGL client module [8.28.8].
>libGL error: InitDriver failed
>fixme:win:SetWindowTextA setting text ": Setup.INI" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0804.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0404.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0406.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0413.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0409.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x040c.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0407.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0410.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0411.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0412.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x0414.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x040a.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x041d.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text ": 0x040b.ini" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "Extracting: 1033.MST" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "Extracting: QuickTime.msi" of other process window (nil) should not use SendMessage
>fixme:win:SetWindowTextA setting text "Extracting: ISScript11.Msi" of other process window (nil) should not use SendMessage
>fixme:process:IsWow64Process (0xffffffff 0x34b65c) stub!
>err:msi:ITERATE_DuplicateFiles Failed to copy file L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\IDriver.exe" -> L"c:\\Program Files\\Common Files\\InstallShield\\Driver\\11\\Intel 32\\", last error 80
>fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveRegistryValues"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:deformat_component component key L"IDriverT.exe"
>fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
>fixme:msi:msi_unimplemented_action_stub InstallServices -> 1 ignored L"ServiceInstall" table 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=6131
Summary: wine iTunesSetup.exe
Product: Wine
Version: 0.9.2.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grover.blue(a)gmail.com
running wine iTunesSetup.exe fails
--
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=6116
------- Additional Comments From cweiske(a)cweiske.de 2006-04-09 13:13 -------
Unfortunately, versions older than 0.9.9 don't compile on my system because of:
--------------
i686-pc-linux-gnu-gcc -c -I. -I. -I../../include -I../../include -
DINCLUDEDIR="\"/usr/include/wine\"" -Wall -pipe -mpreferred-stack-boundary=2 -
fno-strict-aliasing -gstabs+ -Wpointer-arith -O2 -march=i686 -march=athlon-xp -
o lex.yy.o lex.yy.c
lex.yy.c:9173: error: syntax error before numeric constant
lex.yy.c: In function `yy_scan_string':
--------------
So I can't try running the setup there.
--
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=6130
Summary: Window not displayed
Product: Wine
Version: 0.9.19.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prudek(a)bvx.cz
In real Windows XP, clicking button "Odeslani" in Zoner Photo Client displays a
subwindow with some text and two buttons.
In Wine, no subwindow is displayed, Zoner Photo Client window loses focus and
the following debug lines appear in xterm:
fixme:shdocvw:WebBrowser_QueryInterface
(0x15d4d8)->({cf51ed10-62fe-11cf-bf86-00a0c9034836} 0x334324) interface not
supported
fixme:shdocvw:PersistStreamInit_InitNew (0x15d4d8)
fixme:shdocvw:WebBrowser_Navigate (0x15d4d8)->(L"about:blank" 0x334504 0x3344f4
0x3344e4 0x3344d4)
fixme:shdocvw:WebBrowser_Navigate2 Unsupported arguments
This is my first Wine bug report so please be patient with me and request any
other info you need.
--
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=5948
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-09 12:50 -------
The installer works fine in wine-20041019. This is a 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=6116
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-09 12:49 -------
i couldn't really figure out what the bug is from this log. I found however one
interesting thing: the startrek armada installer (and this is i think a
duplicate of that bug) installs fine using wine-20041019. No anet2.dll seems to
be called at all using this old wine-version.So this is really a regression. You
might try compile that old wine-version and see if Tony Hawk installs 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=5864
------- Additional Comments From alevkovich(a)tut.by 2006-04-09 12:23 -------
is it bugzilla? or your bug is my problem? good...
--
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=5725
neil(a)parkwaycc.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3531 is|0 |1
obsolete| |
------- Additional Comments From neil(a)parkwaycc.co.uk 2006-04-09 11:46 -------
Created an attachment (id=3534)
--> (http://bugs.winehq.org/attachment.cgi?id=3534&action=view)
Added relative z-order testing
I removed some of the topmost tests as they weren't relevant to the inactive
window, and added some basic z-order tests; the wine code now fails 29 tests.
--
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=5948
------- Additional Comments From dank(a)kegel.com 2006-04-09 10:04 -------
It might not be too hard to create stub versions of anet2.dll etc.,
but the real question is why are those needed on Linux
but not on Windows? There's probably some error checking we're
missing. What windows dll is doing the calling?
--
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=6116
cweiske(a)cweiske.de changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |5948
--
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=6116
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-09 09:51 -------
Hi,could you attach more lines, let's say 50.000 before the crash; i don't see
for now anything interesting in 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=6129
Summary: Rollercoaster Tycoon 2 freezes @ Install Shield
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: coolmanjon86(a)hotmail.com
I tried to install Roller Coaster Tycoon 2, but upon doing both, "wine setup"
and "wine autoplay", I froze @ Install Shiled... The program just exited and
left me with the terminal.
I am running Ubuntu 6.06 LTS
--
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=6101
------- Additional Comments From rob(a)codeweavers.com 2006-04-09 09:21 -------
I posted a patch for this bug, but it hasn't been applied yet because Alexandre
is away.
--
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=6103
------- Additional Comments From rob(a)codeweavers.com 2006-04-09 09:20 -------
I posted a patch for this bug, but it hasn't been applied yet because Alexandre
is away. The regression wasn't in the wine 0.9.20 release, so that is a
different 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=5725
------- Additional Comments From neil(a)parkwaycc.co.uk 2006-04-09 09:18 -------
(In reply to comment #9)
>Great work!
Well, so far, anyway...
>Make it a diff.
It is a diff, isn't it? I'm unlikely to have git for the foreseeable future...
--
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=5725
------- Additional Comments From mike(a)codeweavers.com 2006-04-09 08:54 -------
Great work! Now you can submit it as a test case to wine-patches(a)winehq.org.
Make it a diff. Check out the submitting patches page at:
http://www.winehq.org/site/sending_patches
It might be easiest to integrate your test into dlls/user/tests/win.c
--
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=5725
neil(a)parkwaycc.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3529 is|0 |1
obsolete| |
------- Additional Comments From neil(a)parkwaycc.co.uk 2006-04-09 08:43 -------
Created an attachment (id=3532)
--> (http://bugs.winehq.org/attachment.cgi?id=3532&action=view)
Patch fixed to pass attachment 3531
Including a small change to pass the three tests that it failed earlier.
--
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=5725
neil(a)parkwaycc.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3007 is|0 |1
obsolete| |
------- Additional Comments From neil(a)parkwaycc.co.uk 2006-04-09 08:34 -------
Created an attachment (id=3531)
--> (http://bugs.winehq.org/attachment.cgi?id=3531&action=view)
First pass at an automated test program
This does 120 tests so far; my code (after fixing the typos) fails three; the
current WINE code fails 24. Unfortunately as yet I can't figure out how to do a
z-order test; is there a test for SetWindowPos( hWnd, HWND_BOTTOM, ... ) ?
--
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=6102
thomas(a)haeber.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From thomas(a)haeber.de 2006-04-09 06:27 -------
Problem is the sound card driver, not 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=6108
------- Additional Comments From hverbeet(a)gmail.com 2006-04-09 06:19 -------
I think this is fixed in current git. Afaik the GLXUnsupportedPrivateRequest
error was caused by recent changes to wgl / x11drv.
--
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=6116
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-09 03:56 -------
Looks to me as things are already shutting down. I think the bug is before
these lines. Please run with WINEDEBUG=+tid,+seh,+relay , and then attach last
5000 lines before crash. (bzip2ed)
--
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=5567
------- Additional Comments From rich(a)hq.vsaa.lv 2006-04-09 03:31 -------
has changed with 0.9.20, now main window is blank (white)
--
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=1598
------- Additional Comments From yemu(a)gazeta.pl 2006-04-09 01:50 -------
confirmed on ubuntu 6.06 - with wine 0.9.12 to 0.9.20. also programs affected
doesn't show in task bar in gnome. programs affected i.e. Free Monitor for Google
--
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=4760
------- Additional Comments From yemu(a)gazeta.pl 2006-04-09 01:45 -------
apps affected: Free Monitor for Google. wine v.0.9.12 to 0.9.20
--
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=3962
------- Additional Comments From lonephoenix(a)gmail.com 2006-04-09 00:47 -------
I only play on the Private servers, and thus far I have run into no issues.
However, if we want to more properly diagniose the problem, perhaps we can start
to compare differences between installation methods, and what they change in
order to find what we need to work on.
I currently use the bleeding edge Nvidia drivers, on Wine 0.9.20 on a Gentoo
2006.1 base with the 2.6.17-r4 kernel.
I use a LAN/T1 to connect, and I have found no issues in connectivity.
--
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=6128
Summary: win xp's command.com fails to run due to unimplemented
DOS call, int 21h, ah=53h
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running xp's command.com fails with
err:int21:DOSVM_Int21Handler int21: unknown/not implemented parameters:
int21: AX 5302, BX 0409, CX 27c4, DX 0001, SI 0000, DI 9610, DS 1086, ES 95eb
According to http://www.frontiernet.net/~fys/undoc.htm, that's
"Service 53h converts a BPB (BIOS-Parameter Block) to a DPB (Driver Paramter
Block) (DOS 2+)
- on entry
AH = 53h
DS:SI <- of BPB to be converted
ES:BP <- of new DPB"
http://www.htl-steyr.ac.at/~morg/pcinfo/hardware/interrupts/inte86b4.htm
uses slightly different names, and mentions the new block should be
in a chain:
"INT 21,53 - Generate Drive Parameter Table (Undocumented)
AH = 53h
DS:SI = address of BIOS Parameter Block (~BPB~)
ES:BP = pointer to buffer to hold first Drive Parameter Table (~DPT~)
returns:
ES:BP = pointer to buffer containing the first Drive Parameter Table
in chain
- available since DOS 2.0+
- translates BPB into a DOS Disk Parameter Table
- see ~INT 21,32~ ~INT 21,52~"
See also
http://heim.ifi.uio.no/~stanisls/helppc/idx_tables.htmlhttp://heim.ifi.uio.no/~stanisls/helppc/drive_parameter_table.htmlhttp://en.wikipedia.org/wiki/BIOS_parameter_block
--
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=6121
------- Additional Comments From the3dfxdude(a)gmail.com 2006-03-09 23:58 -------
Pixel shaders can be enabled using winecfg.
UseGLSL is a registry key in HKCU\Software\Wine\Direct3D. Set to enabled or
disabled.
--
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=5890
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From dank(a)kegel.com 2006-03-09 23:42 -------
There's already a bug for renaming wcmd.
*** This bug has been marked as a duplicate of 5608 ***
--
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=6121
------- Additional Comments From kain(a)teamclerks.net 2006-03-09 23:24 -------
Could you go a little more in depth with "GLSL enabled" and "pixel shaders" etc
etc. Is this in the autoexec.cfg concerning HL2, or is this a wine setting?
Please be a little more specific.
--
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=5159
------- Additional Comments From kain(a)teamclerks.net 2006-03-09 23:21 -------
So it would be nice if someone would comment on 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=6108
------- Additional Comments From kain(a)teamclerks.net 2006-03-09 23:21 -------
Did you try removing it and rolling your own? This is not a problem until other
people can reliably cause it to happen again. So, it is most likely a problem
with your install, thus: try again.
--
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=4021
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-09 21:24 -------
Please submit an entry for this program in the AppDB http://appdb.winehq.org
--
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=5018
------- Additional Comments From truiken(a)gmail.com 2006-03-09 19:15 -------
*** Bug 6044 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=6044
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2006-03-09 19:15 -------
Yea it's a duplicate of bug 5018.
*** This bug has been marked as a duplicate of 5018 ***
--
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=6044
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msi |wine-ole
------- Additional Comments From truiken(a)gmail.com 2006-03-09 19:07 -------
Reading through a +msi,+ole,+typelib log, this is looking like an ole bug. The
msiexec error can be ignored, because the installer is just trying to uninstall
the app in case it already is installed. The relevant lines of the log:
trace:msi:execute_script Executing Action (L"OnMoving")
trace:msi:ACTION_PerformAction Performing action (L"OnMoving")
trace:msi:ACTION_CustomAction Handling custom action L"OnMoving" (c01
L"ISScriptBridge.dll" L"Moving")
trace:msi:HANDLE_CustomType1 Calling function L"Moving" from
L"C:\\windows\\temp\\msi37b9.tmp"
trace:msi:process_handle Synchronous Execution of action L"OnMoving"
trace:ole:DllMain 0x7e8e0000 0x2 (nil)
trace:msi:DllThread MSI Thread (0x41) started for custom action
trace:msi:ACTION_CallDllFunction calling function
(L"C:\\windows\\temp\\msi37b9.tmp", L"Moving")
trace:msi:ACTION_CallDllFunction Calling function Moving
trace:ole:NdrConformantStringBufferSize (pStubMsg == ^0x7bc610c4, pMemory ==
^0x7bc611e8, pFormat == ^0x3f0b06)
trace:ole:NdrConformantStringBufferSize string="__Moving"
trace:ole:NdrConformantStringMarshall (pStubMsg == ^0x7bc610c4, pszMessage ==
^0x7bc611e8, pFormat == ^0x3f0b06)
trace:ole:NdrConformantStringMarshall string="__Moving"
trace:ole:NdrConformantStringMarshall buffer=21/33
trace:ole:NdrConformantStringUnmarshall (pStubMsg == ^0x7b0398e4, *pMemory ==
^(nil), pFormat == ^0x47dd9e, fMustAlloc == 0)
trace:ole:ReadConformance unmarshalled conformance is 9
trace:ole:ReadVariance offset is 0
trace:ole:ReadVariance variance is 9
trace:ole:NdrConformantStringUnmarshall string="__Moving"
trace:ole:CoInitializeEx ((nil), 2)
trace:ole:apartment_construct creating new apartment, model=2
trace:ole:apartment_construct Created apartment on OXID 280000002c
trace:ole:CoUninitialize ()
trace:ole:apartment_release 280000002c: after = 0
trace:ole:apartment_release destroying apartment 0x722ee8, oxid 280000002c
trace:msi:MSI_ProcessMessage ((nil) 0 10 L"Invoke Function fails, Error =
0x8000ffff")
trace:msi:DllThread MSI Thread (0x41) finished (rc 1603)
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--
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=6116
------- Additional Comments From cweiske(a)cweiske.de 2006-03-09 18:25 -------
Providing wininet.dll and mpr.dll doesn't help; it still 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=6116
------- Additional Comments From cweiske(a)cweiske.de 2006-03-09 18:13 -------
So, I also got the DKUPDDLL.dll from dlldll.com and guess what - the setup
starts, the game installation screen appears! But then, a message box appears:
"Reporting crash", and the terminal:
wine: Unhandled page fault on read access to 0x00000000 at address 0x4138eb
(thread 000b), starting debugger...
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000119
I am attaching a new relay.txt file
--
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=6116
------- Additional Comments From cweiske(a)cweiske.de 2006-03-09 18:02 -------
Ok, I found one version of that dll at http://www.nodevice.ru/dll/2159.html
(sorry for the russian page, the western ones don't supply it for free). I also
attach it here.
So now, I get the following:
err:module:import_dll Library DKUPDDLL.dll (which is needed by
L"C:\\windows\\system32\\anet2.dll") not found
Seems we get into a missing-dll-hell here.
What I don't understand: If the normal windows installation doesn't suppy this
dll, how does this setup work then? Does it just ignore the missing dll, the
dll loading function returns a failure code and the setup continues? If that's
true, wine doesn't do exactly the same as windows 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=6116
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-03-09 17:01 -------
Call kernel32.LoadLibraryA(004359e0 "anet2.dll") ret=0041cc4d
000b:Ret kernel32.LoadLibraryA() retval=00000000 ret=0041cc4d
That looks very much like another bug:Read
http://bugs.winehq.org/show_bug.cgi?id=5948 Could you try find this dll, and put
it in system32, and see what happens.
--
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=6116
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-03-09 15:58 -------
Please run application and attach /tmp/relay.txt file to this bug :
WINEDEBUG=+tid,+seh,+relay wine program.exe &> /tmp/relay.log && \
grep -A 20 -B 500 "Unhandled page fault" /tmp/relay.log > /tmp/relay.txt
--
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=6116
------- Additional Comments From cweiske(a)cweiske.de 2006-03-09 15:29 -------
What do I need to do to create developer-helping wine output?
--
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=6116
------- Additional Comments From cweiske(a)cweiske.de 2006-03-09 15:27 -------
The demo works for me here, but not the release version.
--
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=6126
Summary: Crasher with SoulSeek [regression]
Product: Wine
Version: 0.9.20.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jkohen(a)users.sourceforge.net
After upgrading from Debian's wine 0.9.15 to 0.9.20 (both uupdate'd Debian and
WineHQ's own), SoulSeek started crashing soon after starting. Downgrading to
0.9.15 fixes the issue for me (even when using the upgraded configuration).
Note that it asked me to install the Gecko engine, whereas the previous version
of Wine was using the Mozilla ActiveX control. I get the same crash on an
upgraded 0.9.15 .wine and on a brand new configuration tree.
The crash happens after a minute or so of running SoulSeek on the background.
Previously I've had it runnig for 24+ hours on an end (not longer, because I've
only used this software for two or three days so far).
The official SoulSeek web site is: http://www.slsknet.org/
--
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=6120
ryanbach(a)adelphia.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
--
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=6110
------- Additional Comments From arrenlex(a)msn.com 2006-03-09 13:52 -------
Just tested it in wine-0.9.20 and it works perfectly for me. Even if the problem
does exist under some configuration, this is hardly a 'critical top priority
bug'; I suggest bumping it down to normal.
--
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=5505
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-03-09 12:38 -------
Created an attachment (id=3524)
--> (http://bugs.winehq.org/attachment.cgi?id=3524&action=view)
patch
This patch/hack(?) makes warkanoid start fine again. It might be total bogus,
as i know almost nothing about version.dll Maybe someone could review it. I
came to this as the last call before the exception was:
Call version.VerQueryValueA(006135d4,00486424
"\\StringFileInfo",0033fd68,0033fd50) ret=00486068
--
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=6125
Summary: font issue , workaround found
Product: Wine
Version: 0.9.20.
Platform: PC
URL: http://www.tabledit.com/download/tabled32.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timmr(a)atlanticbb.net
Tabledit (demo available at above URL) uses a custom ttf,
tef260.ttf, that it installs into windows/fonts.
Since sometime after wine version 0.9.6 wine stopped displaying this font.
Currently under wine 0.9.20 the only way I can get it to display is to remove
ALL fonts from /usr/local/share/wine/fonts, /usr/local/share/fonts, and
.wine/drive_c/windows/fonts. Then I have to put tef260.ttf into one of the X11
font directories and mkfontscale, mkfontdir. I then reboot to make sure fc-cache
does its job and that X is apprised of the situation. When I start tabledit
after this it builds a cachedmetrics file (like it used to) and now tabledit can
find and use the tef260.ttf font.
--
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=6086
------- Additional Comments From lhouk(a)lesliehouk.com 2006-03-09 09:05 -------
I installed Wine 0.9.20 and tried running MOO2, and it still hung. However,
while experimenting with winecfg, I did have a crash occur. I'm attaching the
error messages, in hope that they might have some useful 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=5825
------- Additional Comments From frans.kool(a)gmail.com 2006-03-09 05:57 -------
I second this! This happens two times: once during the installation, when you
are required to enter the serial for TFD (the window appears behind the main
wizard, but there is a minimal border - about 1 pixel - which you can select to
move the window into view) and a second time when - when installing Tiberian Sun
- you need to enter the TS serial key.
Please let me know if I need to run with a debugtrace and if so, which.
--
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=6116
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-misc
------- Additional Comments From jan.wine(a)zerebecki.de 2006-03-09 03:43 -------
Symbols are of no use in this case, as the crash doesn't happen in wine.
To fix this bug find out what in wine returns the NULL.
--
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=6087
------- Additional Comments From seppo.ruuskanen(a)memo.ikea.com 2006-03-09 02:38 -------
Hi, again!
I am able to delete one or more emails by marking them and delete! So this part
works as well! So the remaining part is the connection between MemoClient.exe
and MemoEdit.exe.
Brgds / Seppo
--
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=6124
------- Additional Comments From samuel(a)sieb.net 2006-03-09 00:58 -------
Some more info. It's the "Living Books Player" version 2.92. It doesn't like
displaying over remote X, I just get a black screen. Perhaps because I don't
have a 640x480 mode available?
--
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=6124
Summary: backgrounds are not drawn
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samuel(a)sieb.net
I have a children's game called "Green Eggs and Ham". In each scene the
background, which is not just a solid color, doesn't get drawn until something
is animated over it. The only errors or fixmes I see are:
int21:INT21_Ioctl_Block int21: unknown/not implemented parameters:
int21: AX 440d, BX 0004, CX 0848, DX f166, SI 0000, DI 0000, DS 0000, ES 0000
(with varying values in DX)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8
If there's anything I can do to give more information, please let me know.
--
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=6123
Summary: Avaya IP Softphone r5.05 crashes on startup with OSS
Product: Wine
Version: CVS
Platform: Other
URL: http://www.avaya.com/gcm/master-usa/en-
us/products/offers/ip_softphone.htm
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running roughly 0.9.20 built from source on Ubuntu 6.06
on a Compaq Presario R3000, avaya ip softphone crashes
unless you change the audio settings to disable OSS.
To reproduce:
$ rm -rf ~/.wine
$ wine Setup-R5.05.exe
The installer complains that TAPI.DLL is not present, but continues anyway.
It tries changing permissions on some directories with CACLS.EXE,
which fails, but it continues anyway.
It then crashes while adding itself to the tapi provider list:
fixme:tapi:lineGetProviderListA (00020000, 0x34fa6c): stub.
wine: Unhandled page fault on read access to 0x0040fac2 at address 0x4011de
(thread 0028), starting debugger...
but that doesn't seem to keep the installation from completing.
OK, so let's try running it:
$ cd .wine/drive_c/Program\ Files/Avaya/Avaya\ IP\ Softphone
$ wine ipsoftphone.exe
This crashes with
fixme:winmm:MMDRV_Exit Closing while ll-driver open
wine: Unhandled page fault on write access to 0x00000000 at address 0xb7d7c9dc
(thread 0009), starting debugger...
Backtrace:
=>1 0xb7d7c9dc memcpy+0x1c in libc.so.6 (0xb7d7c9dc)
2 0x7ea393be MMDRV_Message+0x481(mld=0x1407b60, wMsg=0x6, dwParam1=0x33f1a8,
dwParam2=0x80000002, bFrom32=0x1)
[/home/dank/wine-git/dlls/winmm/lolvldrv.c:228] in winmm (0x7ea393be)
3 0x7ea479f9 mixerGetLineControlsW+0x72(hmix=0x8000, lpmlcW=0x33f1a8,
fdwControls=0x80000002) [/home/dank/wine-git/dlls/winmm/winmm.c:553] in winmm
(0x7ea479f9)
4 0x7ea4cdda mixerGetLineControlsA+0xc9(hmix=0x8000, lpmlcA=0x33f1e8,
fdwControls=0x80000002) [/home/dank/wine-git/dlls/winmm/winmm.c:498] in winmm
(0x7ea4cdda)
unless you use winecfg's Audio tab to disable 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=6121
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Status|UNCONFIRMED |NEW
Component|wine-binary |wine-directx-d3d
Ever Confirmed| |1
Priority|P2 |P3
Summary|Flashlight doesn't work |Half-Life 2: Flashlight
| |doesn't work properly in
| |dxlevel 90
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-09 19:47 -------
Enable pixel shaders and try again. Also try with GLSL enabled. This problem
with flashlight exists in dxlevel 90 and even then flashlight still visible on
the walls and stairs.
--
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=6108
------- Additional Comments From ryanbach(a)adelphia.net 2006-02-09 16:29 -------
It seems to be a regression because this didn't happen in the last version of
wine (0.9.19)
--
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=6122
Summary: mdac sdk 2.0 crashes on install
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
wine dasdk.exe
fails towards the end with a dialog box saying
SQLSTR.DLL Assertion Failure
File: ..\\src\\procaddr.c, line: 380
The error occurs whether or not you've installed
mdac first (as the cd-rom advises).
This particular copy of the mdac 2.0 sdk came with the
book "Microsoft OLE DB 2.0 Programmer's Reference and
Data Access SDK", 1998. Here's ls -l and md5sum of it,
in case you're trying to match it exactly with an sdk from elsewhere:
/media/cdrom/DASDK/x86$ ls -l dasdk.exe
-r-xr-xr-x 1 root root 27660064 1998-07-30 07:42 dasdk.exe
/media/cdrom/DASDK/x86$ md5sum dasdk.exe
70750717c25b62333fe6ab93981d4406 dasdk.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=6120
------- Additional Comments From ryanbach(a)adelphia.net 2006-02-09 15:46 -------
It also happens if you click on Name, Developer or price as well.
What it should do is sort the clicked item by type.
--
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=6108
------- Additional Comments From kain(a)teamclerks.net 2006-02-09 15:42 -------
Hmmmz...that's very odd. I am not experiencing this problem. Try removing Wine
and roll it again from source. The one key difference that is different on my
instal is that I got the wine0.9.20 WoW patch. You might try patching it with
that just to see differences.
--
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=6121
Summary: Flashlight doesn't work
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kain(a)teamclerks.net
In HL2, the flashlight simply doesn't do anything. Nothing gets brighter in the
darkness.
Specs:
Ubuntu Dapper 6.06.1
AMDx2 4600+ Asus MOBO
ATI Radeon X1800XT 256MB
Wine 0.9.20 (and under, have tested)
--
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=6120
Summary: Clicking Metascore in Steam browser causes steam to
crash with an error
Product: Wine
Version: 0.9.20.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryanbach(a)adelphia.net
To get this click on "All Games" then click on "Metascore®" steam will then crash.
Please see screenshot for where to click.
Please see screenshot-error for the error.
Please see attacked logfile for logs.
--
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=5036
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Target Milestone|--- |1.0.0
------- Additional Comments From wine.dev(a)web.de 2006-02-09 15:04 -------
Wine uses "lpr" for Printing and does not quote the printer-Name.
In addition to a quote, other characters in a Printername are also not handled
correct.
This Bug is not lost, but printing in wine is done in the style of "win3.1".
We need to use "winspool.drv" to do the work, but many low-level things are
still missing there.
--
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=6108
------- Additional Comments From ryanbach(a)adelphia.net 2006-02-09 14:59 -------
The funny thing is just the halflife type of games don't work. The Halflife
Source games run perfectly fine. Go figure.
--
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=6108
------- Additional Comments From ryanbach(a)adelphia.net 2006-02-09 14:57 -------
CPU = Pentium IV 2.41 Ghz
VPU = Radeon 8500 w/ 128 MB of ram
RAM = 512 MB DDR 2700
Distro = Suse Linux Enterpise Edition 10
Kernel = 2.6.16.21-0.15-default
X Window System Version 6.9.0
--
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=6119
anssi.hannula(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=6119
Summary: Homeworld 2 demo does not start
Product: Wine
Version: CVS
Platform: PC
URL: ftp://ftp.sierra.com/pub/sierra/homeworld2/demos/homewor
ld2_demo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anssi.hannula(a)gmail.com
Homeworld 2 demo blanks the screen, changes resolution to 800x600 and then
aborts (doesn't switch resolution back).
This is with today's git snapshot.
The suspect log message is:
err:wgl:wglShareLists Could not share display lists, context already created !
I will attach the full 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=6116
------- Additional Comments From killertux(a)suomi24.fi 2006-02-09 10:09 -------
In latest Wine from git the Demo installer did not crash but installer app in
full version might be different.
Try the Demo and see if it crashes 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=6117
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)codeweavers.com 2006-02-09 09:07 -------
A fixme isn't a 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=6116
------- Additional Comments From killertux(a)suomi24.fi 2006-02-09 09:03 -------
Demo installer did not crash here in Wine 0.9.20. I try with GIT version after I
get it compiled.
--
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=6117
------- Additional Comments From killertux(a)suomi24.fi 2006-02-09 08:55 -------
I get that every time when Wine is compiled using GCC 2.95.3
--
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=6116
------- Additional Comments From killertux(a)suomi24.fi 2006-02-09 08:33 -------
1. No paste here use Attachments
2. your debug output is made in stripped Wine so it's missing stuff developpers
needs to fix this.
3. I do not remember if I have the full version of this but I try Demo if it
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=6068
------- Additional Comments From killertux(a)suomi24.fi 2006-02-09 08:20 -------
Seems like this is still happening in
x11-drivers/nvidia-drivers-1.0.8774
like before but with Xorg nv driver it seem to work normally.
I Have not tested with my ATI Radeon 9250 card yeat.
--
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=5486
------- Additional Comments From cime3d(a)gmail.com 2006-02-09 08:08 -------
Can somebody send me a compiled version (I'm using Ubuntu) od Wine with this patch?
my email is: cime3d @ gmail.com
--
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=6116
------- Additional Comments From cweiske(a)cweiske.de 2006-02-09 07:35 -------
Since some moderator told me that this setup program used to work sometime ago
(if he remembers correctly), I tried different wine versions, all with a fresh
.wine directory.
The result was the same:
0.9.20, 0.9.10, 0.9.9 - same crash.
I couldn't go back further, because the older versions didn't compile on my
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=41
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-02-09 07:20 -------
>What about improving the current wine desktop?
I agree, coincedently i tested GeoShell a few days ago. Works really quite
nicely. While running you have a taskbar+menu's, a clock, just like in windows.
See http://www.geoshell.com/. I think it's open source
--
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=41
------- Additional Comments From loptosko(a)gmail.com 2006-02-09 07:10 -------
Here are my ideas:
What about improving the current wine desktop? Currently it's only place for
running applications. It would be nice to add in there taskbar, clock, icons,
wine menu (start menu) with all the buttons you can find in windows start menu
(shutdown, programs, my documents, control panel), and to make installed
application's shortcuts appear in programs -- you know, something that looks
like normal windows desktop.
--
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=6118
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)codeweavers.com 2006-02-09 05:40 -------
You can get rid of all the fixes by doing this:
wine prog.exe >& /dev/null
fixmes are not bugs, they're reminders to developers that there's things to fix.
--
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=6118
navartech(a)yahoo.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=6118
Summary: fixme bug
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: navartech(a)yahoo.com
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
--
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=6117
Summary: fixme bug
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: navartech(a)yahoo.com
desktop:~$ wine /media/cdrom/install.exe
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please
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=6115
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)codeweavers.com 2006-02-09 04:32 -------
A fixme is not a 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=6115
Summary: fixme
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: navartech(a)yahoo.com
desktop:~$ winecfg
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please
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=5273
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |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=4495
------- Additional Comments From jan.wine(a)zerebecki.de 2006-02-09 01:41 -------
Something similar exported from wine gives:
REGEDIT4
[HKEY_USERS\S-1-5-4\Software\Wine\foo]
"bar"="c:\\program files\\test_me\\this_is_a_test.txt"
--
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=6113
stefandoesinger(a)gmx.at changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stefandoesinger(a)gmx.at
--
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=6114
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-01-09 17:16 -------
FIXMEs are not bugs. If you are using DC++ and something is wrong, file a bug
for that.
--
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=4440
iiuulleeaa(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iiuulleeaa(a)yahoo.com
------- Additional Comments From iiuulleeaa(a)yahoo.com 2006-01-09 17:15 -------
COnfirming with wine 0.9.19, with progress bars disabled. Output:
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
fixme:dbghelp:SymInitializeW what to do ??
Replicate: right-click user, Get file list
--
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=6114
Summary: dc++ FIXMEs
Product: Wine
Version: 0.9.19.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iiuulleeaa(a)yahoo.com
Hi,
Running dc++ gives a lot of
fixme:menu:TrackPopupMenuEx not fully implemented
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
and a few of
fixme:edit:EDIT_EM_FmtLines soft break enabled, not implemented
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 7 lpiArray 0x532a88
fixme:edit:EDIT_EM_FmtLines soft break enabled, not implemented
Please implement if possible. No Win dll used, clean wine setup, no wine-tools.
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=6016
------- Additional Comments From kain(a)teamclerks.net 2006-01-09 16:31 -------
The flickering patch makes life better. It made the flickering go away. <3 <3
wine devs.
--
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=6107
ryanbach(a)adelphia.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From ryanbach(a)adelphia.net 2006-01-09 16:24 -------
Nevermind.
--
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=6107
ryanbach(a)adelphia.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WONTFIX |
------- Additional Comments From ryanbach(a)adelphia.net 2006-01-09 16:23 -------
I thought this was a duplicate of this bug:
http://bugs.winehq.org/show_bug.cgi?id=657 ?
--
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=6108
------- Additional Comments From kain(a)teamclerks.net 2006-01-09 16:23 -------
Sorry, I didn't even read your log file all the way through. The last time I had
a problem like that, where it said "could not change from 32 to 16" one of the
moderators told me to restart my computer. There was something about if wine
crashes, there's some stuff in the vid cards memory that doesn't get flushed or
released or something, and turns out being a memory leak of crazy proportions. I
would suggest restarting. If that doesn't remedy the situation, then probably
rerolling 0.9.20 would help.
I got it running just fine last night. Would you mind posting your specs?
CPU, VPU, Distro, etc. That will help in narrowing down the problem. Also,
please report back if restarting fixes the problem, because we want people in
the future with this problem to see the solution.
--
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=657
------- Additional Comments From ryanbach(a)adelphia.net 2006-01-09 16:19 -------
This is pretty nice, I want to see how this progresses.
--
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=6112
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-multimedia
--
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=6106
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-misc
--
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=6104
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-ports
------- Additional Comments From jan.wine(a)zerebecki.de 2006-01-09 15:44 -------
Sounds like a problem with exceptions (i think they are used by the copy
prevention of the game), likely a porting issue on freebsd. The Wine tests maybe
can indicate what exactly doesn't work, yet.
--
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=6075
plamen_h_x(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-directx-d3d
--
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=6111
------- Additional Comments From arrenlex(a)msn.com 2006-01-09 12:39 -------
Indeed, the patch and it fixes the bug. Thank you very much! =)
--
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=6086
------- Additional Comments From lhouk(a)lesliehouk.com 2006-01-09 12:39 -------
Is there any debugging information that I can provide? I would be glad to do
so, if I can.
Leslie
--
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=5578
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Regression: Pacmania |Regression: Pacmania screen
|crashes |corruption.
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-01-09 12:16 -------
Yes, that's a regression indeed. The sliders looked fine before ( i just tested
in wine-0.9.11) So the regression is not fully fixed. Maybe stefan doesnger
could have another look at 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=5725
------- Additional Comments From jan.wine(a)zerebecki.de 2006-01-09 11:33 -------
Please make a wine testcase out of that app, and submit it with the fix as a
patch to the -patches mailinglist. See around winehq.org for documentation on
how to do this. That way you get all the credit :) .
--
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=4438
------- Additional Comments From jan.wine(a)zerebecki.de 2006-01-09 11:10 -------
Ed B., if alsa support is compiled in your wine and you still have this problem,
file another bug as the original report is about something different (different
bugs go into different bug reports).
--
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=5760
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-console |wine-gui
--
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.