http://bugs.winehq.org/show_bug.cgi?id=5018
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://fpdownload.macromedia
| |.com/get/flashplayer/current
| |/licensing/win/install_flash
| |_player_active_x.msi
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-04 18:15 -------
I do not get a crash with the msi I found and current cvs. It does not finish
installing however. Could you try this one and report back
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5022
Summary: Wine does not define CLSID_NULLRenderer
Product: Wine
Version: 0.9.10.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dshow
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: it9zui001(a)sneakemail.com
When writing a simple program to test direct-show filters, I wanted to test the
filter without dealing with the output. The logincal answer is to use a
NULLRenderer, so my code does something like:
GUID CLSID_NULLRenderer={0xC1F400A4, 0x3F08, 0x11D3,
{ 0x9F, 0x0B, 0x00, 0x60, 0x08, 0x03, 0x9E, 0x37}};
...
CoCreateInstance(CLSID_NULLRenderer, NULL, CLSCTX_INPROC_SERVER,
IID_IBaseFilter, (void**)&g_pRenderer);
g_pGraphBuilder->AddFilter(g_pRenderer, NULL);
...
g_pRenderer->EnumPins(&EnumPins);
EnumPins->Reset();
EnumPins->Next(1, &Renderer, &fetched); // renderer has only 1 pin, so
this is the pin we need
g_pGraphBuilder->Connect(Decoder_out, Renderer);
Renderer->Release();
...
However, the NullRenderer is not defined within wine. In the DirectX API, it is
defined in qedit.h, and linked from strmiids.lib
It is documented on msdn here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/directshow…
This is useful for testing codec performance through wine, as well as writing
directshow test utilities.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3978
------- Additional Comments From the3dfxdude(a)gmail.com 2006-07-04 18:02 -------
I highly recommend not using D2Loader. I have never seen a "loader" work right.
Please try to reproduce with the original exe or a no-cd executable directly
using Toni Spets script (called D2Loader because it does the same thing, but it
is for wine only. Toni, you ought to change that to reduce confusion.)
http://www.poksi.org/~hifi/lnxd2load/D2Loader-current.sh
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4622
------- Additional Comments From the3dfxdude(a)gmail.com 2006-07-04 17:26 -------
Hey, this bug 3978 isn't the same error is 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=4622
------- Additional Comments From Speeddymon(a)gmail.com 2006-07-04 16:28 -------
It could be that, or his wine did not build properly (possibly due to SuSE-only
modifications?).
Adolf, try building wine from CVS, and report back if that fixes the problem.
Tom
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4181
------- Additional Comments From mcitadel(a)gmail.com 2006-07-04 16:00 -------
Can the version be change to 0.9.11 since I tested on that version of Wine?
Also, can the severity be changed to critical since the installer is crashing?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5021
Summary: Inconsistent view when dragging listview columns divider
Product: Wine
Version: 0.9.11.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
When I resize the columns of the listview by dragging the header columns
divider, the list columns scrolls after every mouse move while the header draws
only a track line and resizes only after releasing the mouse button. It seems
that this behaviour is because:
* The listview scrolls the columns after receiving the HDN_TRACK notification
even if the header doesn't have the HDS_FULLDRAG style
* The header is created without the HDS_FULLDRAG style so it is correct that
it only draws a track line.
* When the header is in the HDS_FULLDRAG mode it sends HDN_TRACK notification
and expects a TRUE answer unlike the MS implementation that sends
HDN_ITEMCHANGING and expects a FALSE answer.
I've written a patch that shows how I think it should be implemented - after
applying it the listviews are in the full drag mode but can be changed to the
tracking line mode by clearing the HDS_FULLDRAG bit - the same as for the MS
implementation. But of course I don't know if it doesn't break anything.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4181
------- Additional Comments From mcitadel(a)gmail.com 2006-07-04 15:55 -------
Created an attachment (id=2243)
--> (http://bugs.winehq.org/attachment.cgi?id=2243&action=view)
FFXI Setup Log in Wine 0.9.11
This same error is happening trying to install FFXI using wine 0.9.11. The
message says "Internal Error, 0x80040707." Pressing OK, the next message that
appears is "1628: Failed to complete installation." In the installshield
website (http://consumer.installshield.com/kb.asp?id=Q108464) they describe the
problem as being a problem with intallshield failing to complete script based
install. This doesn't happen with wine 0.9.10. I've checked the registry to
make sure it wasn't a registry 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=4541
parsonsl(a)upstate.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From parsonsl(a)upstate.edu 2006-07-04 15:45 -------
I believe this can be considered resolved for versions of wine up to and
including 0.9.5.
Newer versions of wine on freebsd trying to run 16bit applications may need to
examine bug #5008. This new bug is undergoing regression testing to determine
the cause of application difficulties for those combinations.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5019
------- Additional Comments From jjk3(a)msstate.edu 2006-07-04 14:48 -------
Well, you're right, adding "-O2" fixes the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5020
Summary: Sound loops on err:dsound:DSOUND_PhaseCancel length not
a multiple of block size
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq-ticket(a)raf256.com
While playing Operation Flashpoint (see Apps Database) I get tons of errors
err:dsound:DSOUND_PhaseCancel length not a multiple of block size, len = 4850,
block size = 4
end simmilar, and sometimes also
err:dsound:DSOUND_MixOne underrun on sound buffer 0x3d5c0d18
each sample loops it's end like 2..10 tomes, in example:
instead "Team red, fire!" user hear "Teamamamam rededed, Fire!re!re!"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5019
------- Additional Comments From marcus(a)jet.franken.de 2006-07-04 14:04 -------
this will not optimize as much as you want ...
./configure CFLAGS="-march=pentium4m -O2"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5019
------- Additional Comments From jjk3(a)msstate.edu 2006-07-04 13:42 -------
Note that this is with gcc 4.0.2 on Ubuntu 5.10 and occurs with today's CVS as well.
$ gcc --version
gcc (GCC) 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
Summary: msiexec of flashplayer 8 msi fails
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs(a)replies.cyways.com
I get the following errors (Fedora wine-0.9.11.1-fc5) trying to install the msi
for flashplayer 8:
[root@duality Desktop]# msiexec install_flash_player_active_x.msi
fixme:msi:MsiInstallProductW L"install_flash_player_active_x.msi" (null)
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
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:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
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: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
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5006
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-04 12:03 -------
I found a download here http://www.mudz.org/download/motorola/ and downloaded
mmpt_1.23c_EN.zip I did not get the same results as you though could you try and
see if you get the same error with this program.
Thanks for the AppDB entry by the way.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4622
------- Additional Comments From the3dfxdude(a)gmail.com 2006-07-04 12:00 -------
I cannot reproduce, even after given a saved game from another person that is
right before that and was said to cause error every time clicking go east. I
think either your install is corrupt, or your no-cd patch is corrupt.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5017
------- Additional Comments From frogzoo(a)chilli.net.au 2006-07-04 11:41 -------
Installing wine_0.9.9-winehq-1_i386.deb I get the same crash installing dcom.
(see attached)
Hence, the regression isn't in wine code, but somewhere in the run environment.
I suspect something to do with prelink, as this worked before both with 0.9.9
and 0.9.11.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From pete4abw(a)comcast.net 2006-07-04 11:30 -------
It appears wine requires a newer version of fontforge. However, in configure.ac
there is no test for a particular version. Thus, if fontforge 20050502 is
installed, configure will not complain, but wine > 0.9.9 will not create usable
fonts. Therefore, it appears the resolution is to add a test to configure.ac so
that the output of fontforge --version contains 2006. This bug is resolved when
wine > 0.9.9 is built with fontforge 20060114 installed.
A simple test like this works:
# if fontforge --version | grep 2006; then echo "OK"; fi
Not sure of the best way to accomplish this in configure.ac. However, some kind
of test must be done.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5015
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
------- Additional Comments From Speeddymon(a)gmail.com 2006-07-04 11:19 -------
normal severity. If you are using the no-cd patch for 1.11, then you shouldnt
have any problems, but if you are using the patch for whatever version it was
before the bnet update, then yes, you need to update the nocd patch to the 1.11
no-cd patch, else, no it wont work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5017
------- Additional Comments From frogzoo(a)chilli.net.au 2006-07-04 11:15 -------
Firstly, I have had ie6 setup and working before, so I'm aware of how to get it
running in normal circumstances. It's only a matter of installing dcom98. This
issue isn't specifically IE6, just that seemed the easiest way to log the bug so
it was reproducible. As above, the MozillaControl also fails, as does the dcom98
install, crashing with a "Unhandled page fault on read access"
> wine win32/dcom98.exe
wine: Unhandled page fault on read access to 0x473ffd80 at address 0x4f23283e
(thread 000c), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x473ffd80 in 32-bit code
(0x4f23283e).
-------------------------
All of these crashes flag ld-linux.so.2 and libdl.so.2 in the first 2 lines:
eg, from dcom
=>1 0x4f23283e in ld-linux.so.2 (+0xa83e) (0x4f23283e)
2 0x4f3532b4 in libdl.so.2 (+0x12b4) (0x4f3532b4)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5015
------- Additional Comments From the3dfxdude(a)gmail.com 2006-07-04 10:51 -------
So let me get this straight... You started a game with a NoCD patch, clicked to
battle.net, it downloaded and installed an update? It's going to break no matter
what. This is not wine's fault.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5013
t.artem(a)mailcity.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From t.artem(a)mailcity.com 2006-07-04 10:42 -------
Far starts but most keyboard shortcuts don't work at all. As for Midnight
Commander - unfortunately it has only 10% functionality provided by Far.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5008
------- Additional Comments From parsonsl(a)upstate.edu 2006-07-04 10:40 -------
Created an attachment (id=2239)
--> (http://bugs.winehq.org/attachment.cgi?id=2239&action=view)
Compile error while building wine 0.9.7
Error message returned while running make on wine 0.9.7.
make, make depend, and configure were all run after applying the patch from bug
#4541.
This was found on a system running FreeBSD 6.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=4593
t.artem(a)mailcity.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From t.artem(a)mailcity.com 2006-07-04 10:31 -------
I have just upgraded to fontconfig April 5 CVS release and everything works
fine. I'm too lazy to file this bug into FC bugzilla, so FC users, please,
1) grab the latest CVS version as mentioned in comment #6
2) run ./autogen.sh inside the fontconfig directory
3) run
./configure --build=i686-redhat-linux-gnu --host=i686-redhat-linux-gnu
--target=i686-redhat-linux-gnu --program-prefix= --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc
--datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib
--libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com
--mandir=/usr/share/man --infodir=/usr/share/info
--with-add-fonts=/usr/share/X11/fonts/Type1,/usr/share/X11/fonts/OTF
then do
# make install
Note that your /etc/fonts/fonts.conf will be replaced and moved to
/etc/fonts/fonts.conf.bak
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4619
------- Additional Comments From jan.wine(a)zerebecki.de 2006-07-04 10:12 -------
I'm not sure how long exactly the timout for connect is. But it might be that
the bug exposed ("Test failed: closesocket did not wakeup select") by the ws2_32
sock test is at fault here. So select might never be woken up for the timeout.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5012
------- Additional Comments From tony.lambregts(a)gmail.com 2006-07-04 10:08 -------
You should submit your patch to wine-patches(a)winehq.org to get it included in 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=5017
------- Additional Comments From mike(a)codeweavers.com 2006-07-04 10:03 -------
IE6 won't work in Wine without extra settings. Try google for ie6+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=3236
------- Additional Comments From jan.wine(a)zerebecki.de 2006-07-04 10:02 -------
Still the same error with current git (commit
cf4b91f074bced8e4c2e5221d8b004c8cc7a3849).
--
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=5017
------- Additional Comments From frogzoo(a)chilli.net.au 2006-07-04 09:35 -------
Similar crash when installng Mozilla Control
http://umn.dl.sourceforge.net/sourceforge/wine/MozillaControl1712.exe
wine ~/Desktop/MozillaControl1712.exe
fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 Setup" of
other process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 Setup" of
other process window (nil) should not use SendMessage
wine: Unhandled page fault on read access to 0x473ffd80 at address 0x4f23283e
(thread 002a), starting debugger...
WineDbg starting on pid 0x3b
Unhandled exception: page fault on read access to 0x473ffd80 in 32-bit code
(0x4f23283e).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5008
------- Additional Comments From parsonsl(a)upstate.edu 2006-07-04 09:13 -------
Created an attachment (id=2235)
--> (http://bugs.winehq.org/attachment.cgi?id=2235&action=view)
Error message generated when trying to run winMDI on wine 0.9.8 built 02122006
with the patch
This error was produced when trying to run WinMDI 2.8 on wine 0.9.8 built on
FreeBSD 6.0 from cvs 02162006. The patch from bug #4541 was applied prior to
running ./configure, make depend && make.
This build of wine is capable of running the version of notepad that comes with
wine and the version of solitaire that ships with windows xp pro.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
------- Additional Comments From denilsonsa(a)gmail.com 2006-07-04 08:40 -------
Oh, I just found we can scroll the level using arrow keys. Anyway, this bug is
not closed yet, because no scrollbars are displayed. 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=5013
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-kernel |wine-console
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-04 08:26 -------
Please DO NOT paste debug traces - attach them. It looks like it kills the
process not from the main thread. And what you see is OpenGL complaining about
it. In other words this backtrace has nothing to do with actual problem.
Try wineconsole far.exe
On a side note, use midnight commander. It can do lots more Linux specific
things that far would.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
Summary: SonEd program misses the scrollbars (and a few other
things)
Product: Wine
Version: 0.9.8.
Platform: PC
URL: http://stealth.emulationzone.org/SonED/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denilsonsa(a)gmail.com
Summary of SonEd:
SonEd is a program to view, edit and hack Sonic-related ROMs for Mega Drive/
Genesis. There are two versions: one for DOS and one for Windows. I'm talking
about Windows version.
Why it does not work:
It misses the scrollbars at right and bottom of screen (so, we can't "scroll"
the level).
Requirements to make it run:
- Must be on 16 or 32 bit color mode (24 bit color is not supported). [I hope
there is some way to make Wine report a fake color depth]
- You must have some Sonic ROM. Some ROMs require you to have also a savestate
from in-game. "Sonic The Hedgehog 2 (W) (REV01) [!].bin", however, does not
require savestate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3754
------- Additional Comments From michael_neuweiler(a)yahoo.com 2006-07-04 08:15 -------
With wine 0.9.11 and the necessary libs installed this is what we get:
wine GrooveVirtualOffice.exe
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Groove - InstallShield Wizard" of other
process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Groove - InstallShield Wizard" of other
process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Groove - InstallShield Wizard" of other
process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Groove - InstallShield Wizard" of other
process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Groove - InstallShield Wizard" of other
process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Groove Virtual Office Setup" of other
process window (nil) should not use SendMessage
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (5000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not
supported on protocol 1
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not
supported on protocol 1
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0f00-00000c000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-0f00-00000c000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5015
Summary: Diablo 2 doesn(t launch after update to v1.11
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpicaude(a)free.fr
I've installed Diablo 2 under Wine, and it worked pretty good.
Tried to play in Battle.net but I had to get a no-cd crack and a script.
Battle.net downloaded the last patch 1.11. Since wine refuses to launch the game
without any explanation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5014
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
Summary|cannot install any |cannot install any
|application in wine nor can |application in wine nor can
|I start it. |I start it.
------- Additional Comments From mike(a)codeweavers.com 2006-07-04 06:42 -------
Please use a current version of Wine, and consult google on how to configure it
to install IE6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4619
------- Additional Comments From igorfb(a)yahoo.com 2006-07-04 06:39 -------
Jan Zerebecki,
i left my computer for a whole a day waiting for the timeout to occur but it
didnt. Im not sure its related to a long timeout.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5014
Summary: cannot install any application in wine nor can I start
it.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pubs.hegde(a)gmail.com
Hi,
I recently installed the wine package named "wine-0.9.2-1fc4winehq.i386.rpm"
for FC4.
1) Installing application :
I tried to install iexplore6.exe and the first step of the installation itself
failed after i slected the "I agree with the terms" window. The following
statements appeared:
> fixme:advapi:CheckTokenMembership ((nil) 0x7ff0a7f0 0x7fc9fd78) stub!
> fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000
> fixme:advapi:CheckTokenMembership ((nil) 0x7ff19850 0x7fc8f648) stub!
> fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
> err:ole:CoGetClassObject class {6e449686-c509-11cf-aafa-00aa00b6015c} not
> registered
> err:ole:create_server class {6e449686-c509-11cf-aafa-00aa00b6015c} not
> registered
> err:ole:CoGetClassObject no class object
> {6e449686-c509-11cf-aafa-00aa00b6015c} could be created for for context 0x5
> fixme:ole:CoCreateInstance no classfactory created for CLSID
> {6e449686-c509-11cf-aafa-00aa00b6015c}, hres is 0x80040154
2). Running application:
Note: I have given win XP configuration in winecfg.
Then aafter installing any application falied, I just copied the entire
application directory (with all dll files included)from the windows XP Programs
files form my windows partition into my linux partition & tried running the
application. Whenever i start any application by the command #wine iexplore.exe
or wine program.exe i get the below mentioned errors:
> fixme:shell:StopWatchMode () stub!
> wine: Call from 0x7024c341 to unimplemented function
> shdocvw.dll.SHRestricted2A, aborting
> wine: Unimplemented function shdocvw.dll.SHRestricted2A called at address
> 0x7024c341 (thread 0009), starting debugger...
> err:seh:start_debugger Couldn't start debugger ("winedbg --auto 8 88") (2)
> Read the Wine Developers Guide on how to set up winedbg or another debugger
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4519
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ivg2(a)cornell.edu 2006-07-04 04:34 -------
Closing again - whatever the problem is, it appears fixed in Wine CVS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4994
dan.horak(a)email.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From dan.horak(a)email.cz 2006-07-04 02:22 -------
It is strange, I see this problem only on Wine from Fedora Extras, which is the
same as from winehq.org with only the mp3 support missing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4619
------- Additional Comments From the3dfxdude(a)gmail.com 2006-06-04 22:49 -------
How does non-blocking sockets and connect timeout work? I would think if it is
using non-blocking sockets, the game would have it's own timeout by watching the
system clock by itself. If not, and it is waiting for a select call to tell it
the connect routine has been aborted, we may have a problem with it taking too
long or it being reported wrong.
In man 7 tcp, there are two tcp option for {set|get}sockopt TCP_QUICKACK or
TCP_SYNCNT that seem to be what we need to look at. But they are ugly because
they are not portable.
This should be easy to produce a test app for though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5008
------- Additional Comments From parsonsl(a)upstate.edu 2006-06-04 22:30 -------
Wine 0.9.5, built from CVS of 01-06-06, works (when patched
before ./configure) with the new application as well as the usual wine apps
(notepad) and at least some programs that come with XP pro (solitaire).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3466
------- Additional Comments From michael.s.gilbert(a)gmail.com 2006-06-04 22:18 -------
confirmed for wine 0.9.11
fyi, the following is a list of the methods (as taken from wine output) that
need to be implemented within shdocvw in order for steam to work:
fixme:shdocvw:ViewObject_SetAdvise (0x6f4fb0e0)->(1 00000002 0x6faf1698)
fixme:shdocvw:PersistStreamInit_InitNew (0x6f4fb0e0)
fixme:shdocvw:WebBrowser_put_MenuBar (0x6f4fb0e0)->(0)
fixme:shdocvw:WebBrowser_put_AddressBar (0x6f4fb0e0)->(0)
fixme:shdocvw:WebBrowser_put_StatusBar (0x6f4fb0e0)->(0)
fixme:shdocvw:WebBrowser_put_ToolBar (0x6f4fb0e0)->(0)
fixme:shdocvw:WebBrowser_put_RegisterAsBrowser (0x6f4fb0e0)->(ffffffff)
fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x6f4fb0e0)->(ffffffff)
fixme:shdocvw:WebBrowser_put_Silent (0x6f4fb0e0)->(ffffffff)
fixme:shdocvw:WebBrowser_put_Visible (0x6f4fb0e0)->(0)
fixme:shdocvw:WebBrowser_put_Height (0x6f4fb0e0)->(24)
mike
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5012
------- Additional Comments From damir(a)trefle.ru 2006-06-04 20:47 -------
Created an attachment (id=2233)
--> (http://bugs.winehq.org/attachment.cgi?id=2233&action=view)
Fix 'Novosibirsk Summer Time'
I'm sorry. I've found that there is existing 'NOVST' tz in the
wine-0.9.10/dlls/ntdll/time.c, but it is incorrect:
Novosibirsk Summer time is +0700 but no +0800. So I have created new patch that
fixes this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5012
damir(a)trefle.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5012
Summary: Missing NOVST timezone
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damir(a)trefle.ru
When I execute an application 2gis-Novosibirsk (installator is here
http://download.2gis.ru/arhives/2gisNsk91.exe) I get this fixme warning:
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "NOVST",
bias=-420 and dst=1 to an entry in TZ_INFO. Please add appropriate entry to
TZ_INFO and submit as patch to wine-patches
I found that wine-0.9.10/dlls/ntdll/time.c has no entry with my
timezone 'NOVST'.
I made a patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4619
------- Additional Comments From jan.wine(a)zerebecki.de 2006-06-04 17:25 -------
Can someone verify that this is not a bug in Warcraft? That means verifying that
it works the same on Windows.
This happens probably because Warcraft has no internal timeout for connect. On
Linux the system timeout for a tcp connect is not something a user wants to wait
for, perhaps it is much shorter on Windows?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5011
Summary: game Arx Fatalis doesn't install correctly
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michal.seliga(a)visicom.sk
in windows 98 installer decompressess content of
files setup1.cab, setup2.cab and setup3.cab and then copies files from
directory bin on cdrom (arx.exe, athena.dll, loc.pak, data2.pak and some .url
files). these files are not compressed in any archive.
in wine these files from bin directory are silently skipped and not copied to
destination
in (attached) wine log i found that for example arx.exe is mentioned, so
installer know about it... maybe problem is that these files are not in any
cabinet archive?
according to comment #6 from bug #5002 demo has the same problem as full 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=5008
------- Additional Comments From parsonsl(a)upstate.edu 2006-06-04 15:33 -------
Wine 0.9.1 works with the patch from bug #4541. Wine 0.9.11 does not.
Further regression testing to follow...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4367
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 15:11 -------
Closing 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=5002
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 15:09 -------
Michal: This bug is fixed. The fix for the crash is in CVS
http://source.winehq.org/git/?p=wine.git;a=commit;h=17e2c3cc6156591bdea49eb…
You should start a new bug report for the problem of it not extracting the file.
BTW I tried the demo last night and did not crash but has the same problem of
not extracting.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4367
------- Additional Comments From gelsonluz(a)click21.com.br 2006-06-04 15:06 -------
This bug seems to be solved since WINE 0.9.9. It was a KDE-related problem.
I think we can 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=5002
------- Additional Comments From michal.seliga(a)visicom.sk 2006-06-04 14:39 -------
Patch helped. now istallation continues
but it still isn't perfect. in windows 98 installer decompressess content of
files setup1.cab, setup2.cab and setup3.cab and then copies files from
directory bin on cdrom (arx.exe, athena.dll, loc.pak, data2.pak and some .url files)
in wine these files from bin directory are silently skipped and not copied to
destination
again log is attached, maybe it will help you to find out what is wrong. i only
found that for example 'arx.exe' is mentioned in log. so installer knows about
it but doesn't copy it.
anyway this problem seems to be not related to crash so i let you choose if this
bug is fixed and i should open new one or if you will leave it opened...
for Tony: I don't know if thema has the same problem but provided patch fixed
the issue so i think its not important anymore...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4310
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:34 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4308
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:33 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4303
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:32 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4290
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:31 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4274
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:31 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4271
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:31 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4270
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:30 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4269
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:29 -------
Closing duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4266
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:29 -------
Resolving 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=5010
Summary: multiselect in regedit doesn't work correctly
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michal.seliga(a)visicom.sk
when you select more then one item in regedit on right part of window and press
delete key it asks if really delete and then delete only one of them
it may be related to bug #4372
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4255
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:25 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4253
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:06 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4234
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 14:05 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5009
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 13:24 -------
Please submit an entry for this program to 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=4170
robepisc(a)freemail.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From robepisc(a)freemail.it 2006-06-04 12:38 -------
Just retried the installation with wine 0.9.11.
It did work, but _only_ after I had removed my ~/.wine directory.
The only installation related issues are errors about the (failed) creation of
shortcuts it the windows start menu and a DDE error while trying to detect the
desktop manager process. They are minor and probably transitory issues (since
I've seen some activity by the wine developers about desktop handling these days).
I consider this bug as 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=5009
Summary: Dragon's Lair 3D's configuration utility doesn't see any
d3d rendering devices
Product: Wine
Version: 0.9.11.
Platform: PC
URL: http://www.clock.org/~matt/wine/dl3dconfig.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt(a)use.net
Dragon's Laid 3D installed fine, but the game won't start until it is
configured using the utility mentioned in the URL, and the configuration won't
save until a direct3d device is chosen. Unfortunately, the direct3d device
list is empty.
-run dl3dconfig.exe (download from aforementioned URL)
-click on the video tab
result:
the driver and resolution lists are both empty. There is no console output
from wine, even with WINEDEBUG=warn+all,fixme+all .
expected result:
should list the direct3d driver and supported resolutions like it does on
windows.
notes:
A similar configuration utility for Sinistar Unleashed works, not sure why
this one doesn't.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5008
------- Additional Comments From parsonsl(a)upstate.edu 2006-06-04 12:23 -------
It appears that in this setup the version of notepad that comes with wine
never starts. The following is output to the terminal:
fixme:msvcrt:_spawnve :not translating
name /home/lparsons/Regression/20060405/wine/loader/wine to locate program
Which remains up until the user sends a ctrl-C. The application never starts
or gives any other messages.
However, the version of notepad that ships with windows XP (located in c:
\windows\system32\notepad.exe) can be executed successfully.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
------- Additional Comments From matt(a)use.net 2006-06-04 12:19 -------
I also see this with 0.9.11.
-run iTunesSetup.exe from the aforementioned URL
result: files are unpacked, but the next stage installers are not invoked
properly and an InstallShield error dialog is displayed.
-try manually running the QuickTimeInstall.exe in
~/.wine/drive_c/windows/Downloaded\
Installations/\{59C4F14F-7590-45FC-BE9F-A67A
B3590709\}/QuickTimeInstaller.exe
-press the enter key to choose 'english'
result: files will unpack, but installer fails with an error dialog that says
"1608: Unable to create InstallDriver instance, Return code: -2147221021". The
wine output to the console is:
"err:msi:ACTION_RemoveFiles failed to delete L"c:\\Program Files\\Common
Files\\InstallShield\\Driver\\11\\Intel 32\\IDriver.exe"
err:msi:cabinet_notify failed to create L"c:\\Program Files\\Common
Files\\InstallShield\\Driver\\11\\Intel 32\\IDriver.exe" (error 80)
err:msi:ITERATE_DuplicateFiles Original file unknown L"IDriver.exe"
err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for
interface {00000131-0000-0000-c000-000000000046}, error 0x80040155
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80040155
err:ole:CoGetClassObject no class object
{4f5e3a76-f453-4882-ab42-7224f3310de7} could be created for for context 0x4
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
"
--
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=4541
------- Additional Comments From parsonsl(a)upstate.edu 2006-06-04 11:20 -------
Regression testing on this bug lead to conclude that the bug was related to
the patch released at 09:23:54 on 09-21-2005. The patch seems to have
resolved this issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5008
parsonsl(a)upstate.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Wine does not run on FreeBSD|Wine 0.9.11 does not run
|6.0 |applications on FreeBSD 6.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=4541
------- Additional Comments From parsonsl(a)upstate.edu 2006-06-04 11:10 -------
Created an attachment (id=2226)
--> (http://bugs.winehq.org/attachment.cgi?id=2226&action=view)
Patch provided by Alexandre Julliard
This patch solves the problem for versions of wine up to and including
20050930. Versions 0.9.8 seem to be experiencing a new bug with the same
application.
New problems listed under Bug #5008
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5008
------- Additional Comments From parsonsl(a)upstate.edu 2006-06-04 11:08 -------
Created an attachment (id=2225)
--> (http://bugs.winehq.org/attachment.cgi?id=2225&action=view)
Errors reported by wine 0.9.11 when trying to run applications in FreeBSD 6.0
This log file is of the error that was produced when running WinMDI on wine
0.9.11 under FreeBSD 6.0. Similar errors seem to occur with almost any
application on this version. Errors were also produced on this wine version in
FreeBSD when running included applications (such as notepad) and will be
attached separately.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5008
Summary: Wine does not run on FreeBSD 6.0
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: parsonsl(a)upstate.edu
Derived from bug #4541, where applications did not run on new versions of wine
on FreeBSD 6.0, after patching to correct that behavior, versions of wine of
version 0.9.8 seem to not run anything on FreeBSD 6.0.
Logs of running the previously implicated application will be attached for the
newest version of wine on FreeBSD 6.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=245
Summary: Builtin msvcrt does not set the environment properly
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: CLOSED
Severity: normal
Priority: P1
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
The bug is in dlls/msvcrt/data.c:msvcrt_init_args:
/* FIXME: This is plain wrong, we must convert from a '\0' separated
* memory block to an array of pointers to string format.
*/
MSVCRT__environ = GetEnvironmentStringsA();
MSVCRT___initenv = MSVCRT__environ;
/* FIXME: This is plain wrong, we must convert from a '\0' separated
* memory block to an array of pointers to string format.
*/
MSVCRT__wenviron = GetEnvironmentStringsW();
MSVCRT___winitenv = MSVCRT__wenviron;
The comment says it all... almost. The above code should also call
FreeEnvironmentStrings otherwise we have a memory leak.
------- Additional Comments From fgouget(a)codeweavers.com 2001-03-06 12:51 -------
Eric Pouech fixed this. See 'Re: warning fixes' in wine-patches.
------- Additional Comments From fgouget(a)codeweavers.com 2001-03-06 12:52 -------
Eric's patch is now in 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=244
Summary: Subdirectory with blank refused
Product: Wine
Version: 20010305
Platform: All
OS/Version: All
Status: CLOSED
Severity: normal
Priority: P1
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raoul-linux(a)yucom.be
CC: fgouget(a)codeweavers.com
Dear,
When I try to create a windows application using application link type using
the subdirectory "..../Program Files/...", it assimile Program Files as Program.
Example: wine /mnt/windows/Program Files/Winamp/winamp.exe
I must add int the PATH parameter of my configuration file "C:\Program
File\Winamp"
I have the problem for each application stay after a subdirectory contaning a
blank character.
Thanks for your cooperation
Raoul
------- Additional Comments From fgouget(a)codeweavers.com 2001-14-05 20:06 -------
There are two possible causes for this problem:
* either you forgot to escape / quote the path containing the space
-> try the following:
wine "/mnt/windows/Program Files/Winamp/winamp.exe"
or (both are equivalent)
wine /mnt/windows/Program\ Files/Winamp/winamp.exe
* or you're using the builtin msvcrt library
-> then this is a duplicate of bug #234
http://wine.codeweavers.com/bugzilla/show_bug.cgi?id=234
In that case the workaround is to add the following to your DllOverrides
section:
"msvcrt" = "native"
One of the above should solve your problem which I will mark as resolved and a
duplicate of #234 (I assume you did quote the path correctly).
Just reopen the bug if the above doesn't solve this problem.
*** This bug has been marked as a duplicate of 234 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=173
jnewman(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Status|RESOLVED |CLOSED
------- Additional Comments From jnewman(a)codeweavers.com 2001-16-04 16:02 -------
Not enough deatail for follow up. We will test wine on Red Hat 7.1 once we have
a copy in it's FINAL form.
Please do not submit bug reports like this without reading the FAQ and Help
pages. This bug database is for development bugs, not tech support issues.
------- Additional Comments From jnewman(a)codeweavers.com 2001-16-04 16:03 -------
Closed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=144
Summary: Problems with RPM-packet
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: CLOSED
Severity: normal
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Niels_Renken(a)yahoo.de
Hi all,
when I want to install with "rpm -i codeweavers-wine-20001106-1.i386.rpm", than
the packetmanager said, that I need itcl to install the package. Where can I get
this package ?
Greetings
Niels
------- Additional Comments From jim(a)codeweavers.com 2000-21-12 15:31 -------
Refer to the CodeWeavers DL page for more details.
------- Additional Comments From jim(a)codeweavers.com 2000-21-12 15:35 -------
closed - already documented on CW's website.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=126
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
jim(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
Status|VERIFIED |CLOSED
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2000-14-12 21:20 -------
ok, I fixed the option help and improved the man page.
------- Additional Comments From jim(a)codeweavers.com 2000-21-12 16:00 -------
j
------- Additional Comments From jim(a)codeweavers.com 2000-21-12 16:07 -------
-j
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=139
Summary: File descriptor leak
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: CLOSED
Severity: normal
Priority: P1
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: terra-wine(a)diku.dk
It looks like wine_openpty leaks a (master) file descriptor if opening
the slave fails.
(Further, it would make sense to make ptr1 and ptr2 const.)
------- Additional Comments From terra-wine(a)diku.dk 2000-14-12 20:22 -------
And while I am at it: it should also set errno to something just before
the final return.
------- Additional Comments From terra-wine(a)diku.dk 2000-21-12 15:07 -------
Fixed by recent patch.
------- Additional Comments From jim(a)codeweavers.com 2000-21-12 16:00 -------
-jim
------- Additional Comments From jim(a)codeweavers.com 2000-21-12 16:08 -------
-j
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=141
Summary: Error when trying to configure
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: CLOSED
Severity: normal
Priority: P1
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mdavis12(a)umbc.edu
When I try and run the configure program I get the following error:
Error: Invoking 'wish Main.itcl' in /opt/wine/bin/winesetuptk
appears to have failed.
This is a completely unanticipated error message; please try
the wine.codeweavers.com or www.winehq.com support facilities.
------- Additional Comments From jim(a)codeweavers.com 2000-21-12 16:10 -------
The CW's DL page has details about what is required for the package.
------- Additional Comments From jim(a)codeweavers.com 2000-21-12 16:10 -------
already documented via CW's www page
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4975
------- Additional Comments From clintcan(a)yahoo.com 2006-06-04 09:01 -------
Hi, this bug has been confirmed by jim burns in the comment section:
This has apparently to do with the fake dlls. I had no time to do regression
testing due to tight schedules.
3) Since 0.9.11, there is no /usr/lib/wine/winhlp32.exe.so. Either create a soft
link, or in the spirit of recent wine versions that are staying away from soft
links:
cd /usr/lib/wine
cp winhelp.exe.so winhlp32.exe.so
otherwise ie6setup bombs when it tries to display winhelp.hlp.
4) Since 0.9.11, I've had problems using the install procedure at the top of
this page. Certain dlls get overwritten by the 'fake' ones - namely crypt32 and
shlwapi. I'm not sure, but this may be a capitalization problem between the
'fake' crypt32 and the 'real' CRYPT32, etc. - but it's the all caps .DLL that's
getting overwritten.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5007
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://downloads.pcworld.com
| |/pub/new/fun_and_games/actio
| |n/racerdemo.exe
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=5005
------- Additional Comments From ivg2(a)cornell.edu 2006-06-04 08:41 -------
Yes, you're right, checking for duplicates did not occur to me for some reason,
though I usually try - not enough sleep, I'm sorry...
The funnier thing is that I'm cc-ed on one of those dupes, since I did notice it
last week (and then forgot all about it). It'd be useful if bugzila would show
cc-ed open bugs in "My Bugs". Clearly that's a bug I want to keep track of - it
should be displayed in an easy to find place.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5006
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 08:40 -------
Please submit an entry for this application 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=5005
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 08:26 -------
If you had have looked at the AppDB you would have seen that this has already
been reported http://appdb.winehq.org/appview.php?versionId=3834 (Twice).
*** This bug has been marked as a duplicate of 4353 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4353
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-04 08:26 -------
*** Bug 5005 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=1434
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Speeddymon(a)gmail.com
------- Additional Comments From spetreolle(a)yahoo.fr 2006-06-04 08:05 -------
I dont see why you want to close this one.
However if you wanna open another metabug,
make sure to report it here for consistency purposes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
------- Additional Comments From spetreolle(a)yahoo.fr 2006-06-04 08:04 -------
I dont see why you want to close this one.
However if you wanna open another metabug,
make sure to report it here for consistency purposes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5007
Summary: Star Wars ep I Racer "No 3D hardware found"
Product: Wine
Version: 0.9.11.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plamen_h_x(a)yahoo.com
In this game,some ddraw functions return bad result,wich cause "No 3D hardware
found" message.If this bug not exist the screen configuration dialog will appear
and/or the game will start to load.There is a usefull demo here:
http://downloads.pcworld.com/pub/new/fun_and_games/action/racerdemo.exe
The error is indentical both on demo and full game.Unfortunately, this cabinet
sfx won't run in wine 0.9.11 & 0.9.10 :( .You may need to copy files from
windows as I do.
I traced error off demo on SWEP1RCR.EXE to here:
* Referenced by a (U)nconditional or (C)onditional Jump at Addresses:
|:0048DCDA(C), :0048DCE4(C)
|
:0048DD3B 8B442408 mov eax, dword ptr [esp+08]
:0048DD3F 50 push eax
:0048DD40 8B08 mov ecx, dword ptr [eax]
:0048DD42 FF5108 call [ecx+08] DDRAW... <-Function that cause "Direct3D error"
:0048DD45 85C0 test eax, eax <- EAX must be zero,but it isn't.
:0048DD47 740B je 0048DD54
:0048DD49 33C0 xor eax, eax
:0048DD4B 5F pop edi
:0048DD4C 5E pop esi
:0048DD4D 81C4C0050000 add esp, 000005C0
:0048DD53 C3 ret
I hope this will help.Please excuse my bad english.
Best regards!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5006
Summary: Crashing in InstallShield when executing DLL function
"Tools.CreateFreeDirectory"
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rikardo.tinauer(a)eba.si
Trying to inxtall software included with Motorola Razr V3.
InstallShield runs and all question windows go through but when InstallShield
tries to begin installing files it pops up the following error:
"Error Number: 0x80040707
Description: DLL function call crashed: Tools.CreateFreeDirectory
Setup will now terminate."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4519
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.7. |0.9.11.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4519
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|WORKSFORME |
------- Additional Comments From ivg2(a)cornell.edu 2006-06-04 01:50 -------
I am reopening this, since I'm running into more trouble, again with Quake4, and
also with the Age of Empires 3 demo.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5005
Summary: Battlefield 2 demo does not install [ OLE ]
Product: Wine
Version: 0.9.11.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
Battlefield 2 demo fails to install. Log below:
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Battlefield 2(TM) Demo - InstallShield
Wizard" of other process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "TITLE_CAPTIONBAR" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Battlefield 2(TM) Demo - InstallShield
Wizard" of other process window (nil) should not use SendMessage
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x8002c
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x8002c
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-3500-000030000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-3500-000030000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-3500-000030000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4534
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Summary|Grand Theft Auto 3: Vice |Grand Theft Auto 3: Vice
|City |City
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4531
------- Additional Comments From ivg2(a)cornell.edu 2006-06-04 01:22 -------
Or crashes, with the overflow exception...
err:seh:setup_exception stack overflow 236 bytes in thread 003a eip 7ff8a3f4 esp
7de1bf14 stack 0x7de1c000-0x7df2c000
err:seh:setup_exception nested exception on signal stack in thread 003a eip
f7e5263f esp 7df2d884 stack 0x7de1c000-0x7df2c000err:seh:setup_exception nested
exception on signal stack in thread 003a eip f7e5263f esp 7df2d104 stack
0x7de1c000-0x7df2c000err:seh:raise_exception Exception frame is not in stack
limits => unable to dispatch exception.
wine client error:3a: err:seh:raise_exception Exception frame is not in stack
limits => unable to dispatch exception.
...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2989
------- Additional Comments From hurtta+wine2(a)leija.mh.fmi.fi 2006-06-04 01:17 -------
> Sounds like a bug in one of the system libraries, like openGL or xf86dga.
> Wine itself uses the correct display since you get the winecfg window.
Either that or something missing what is needed to pass correct window to
library. Not easy to test.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4531
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.9. |0.9.11.
------- Additional Comments From ivg2(a)cornell.edu 2006-06-04 01:17 -------
Re-confirming on wine-0.9.11.
It now prints the following and dies at 26%:
Application tries to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4973
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |vitaliy(a)kievinfo.com
Component|wine-directx-d3d |wine-directx-dinput
------- Additional Comments From vitaliy(a)kievinfo.com 2006-06-04 01:16 -------
What happens is dinput.dll gets unloaded while it still has a window. We either
need to stop dll from being unloaded. Or destroy our message window & worker
thread when no more devices are present. Or we can create/destroy worker thread
& window in DirectInput create/release.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4533
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.9. |0.9.11.
------- Additional Comments From ivg2(a)cornell.edu 2006-06-04 01:15 -------
Re-confirming bug from on wine 0.9.11
--
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=3108
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.9. |0.9.11.
------- Additional Comments From ivg2(a)cornell.edu 2006-06-04 01:05 -------
Re-confirming from clean install, Wine 0.9.11.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3602
------- Additional Comments From matt(a)use.net 2006-06-04 00:25 -------
This still happens with wine 0.9.11. The source code for the setup.exe is
available via cygwin's CVS, which may provide clues. It's a relatively simple
program, not sure wine would have such trouble with 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=5000
------- Additional Comments From mike(a)codeweavers.com 2006-05-04 22:16 -------
*** Bug 5003 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=5003
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.sockets.com/err_l|
|st1.htm#WSAEWOULDBLOCK |
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mike(a)codeweavers.com 2006-05-04 22:16 -------
This bug is really invalid, as a FIXME message alone is not a bug.
Also, when describing a bug, describe the problem with the application, not what
you think is wrong with Wine. The problem maybe (and is often) unrelated to the
FIXME messages.
*** This bug has been marked as a duplicate of 5000 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5004
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-04 21:46 -------
What directory are you in, where are the files, and how do you run installer?
Please add warn+file log trace.
Also please read on what priorities mean.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5000
------- Additional Comments From mcitadel(a)gmail.com 2006-05-04 20:39 -------
Created an attachment (id=2220)
--> (http://bugs.winehq.org/attachment.cgi?id=2220&action=view)
Terminal output showing winsock warnings.
The output shows what's happening during an update of FFXI before losing the
connection with the "warn:winsock:wsaErrno errno 4, (Interrupted system call)."
message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5004
Summary: Problem with MSI Involving Cab Files
Product: Wine
Version: 0.9.10.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcitadel(a)gmail.com
There is a problem installing software that contain cab files located in
different directories or on different discs. The error is as such.
err:cabinet:fdi_decomp PFDI_OPEN returned zero for Data11.cab
This will halt the installation and the error will continue to appear until you
end the terminal session. The workaround for this is to place all cab files
needed for the installation in one directory, cd into that directory, and run
the installer from 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=5002
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.arxfatalis-
| |online.com/index_eng.php
Keywords| |download
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 17:30 -------
Does the demo show the same 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=5000
mcitadel(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.10. |0.9.11.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5003
mcitadel(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |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=5003
mcitadel(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.10. |0.9.11.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5003
Summary: Winsock Error (Resource temporarily unavailable)
Product: Wine
Version: 0.9.10.
Platform: PC
URL: http://www.sockets.com/err_lst1.htm#WSAEWOULDBLOCK
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcitadel(a)gmail.com
Another winsock error occurs while logged in to the PlayOnline viewer used to
play Final Fantasy XI. This one seems to happen right at logon or while browsing
through different menus of the PlayOnline service.
warn:winsock:wsaErrno errno 11, (Resource temporarily unavailable).
warn:winsock:WSARecvFrom -> ERROR 10035
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5002
Summary: wine crashes while installing game Arx Fatalis
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michal.seliga(a)visicom.sk
installer goes correctly through first windows. crash happens when it says that
it will copy new files
crahs itself happens in strcmpiW, it tries to compare string with NULL
last part of log with warn+all,trace+msi (full log is attached)
trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `Media` WHERE `LastSequence` >=
1 ORDER BY `LastSequence`" 0x7fa2f784
trace:msi:msiobj_addref 0x7fdc45a8
trace:msi:msiobj_addref 0x7fdc45a8
trace:msi:msiobj_addref 0x7fdc45a8
trace:msi:MSI_ParseSQL Parse returned 0
trace:msi:msiobj_addref 0x7e35dda0
trace:msi:msiobj_release 0x7e35dda0
trace:msi:MSI_ViewExecute 0x7e35dda0 (nil)
trace:msi:MSI_ViewFetch 0x7e35dda0 0x7fa2f788
trace:msi:MSI_ViewClose 0x7e35dda0
trace:msi:msiobj_release 0x7e35dda0
trace:msi:msiobj_release 0x7fdc45a8
trace:msi:msiobj_release 0x7fdc45a8
trace:msi:msiobj_release 0x7fdc45a8
trace:msi:msiobj_release object 0x7e35dda0 destroyed
trace:msi:ready_media_for_file Source is CAB L"setup1.cab"
trace:msi:MSI_DatabaseOpenViewW L"SELECT `Value` FROM `_Property` WHERE
`_Property`='SourceDir'" 0x7fa2f744
trace:msi:msiobj_addref 0x7fdc45a8
trace:msi:msiobj_addref 0x7fdc45a8
trace:msi:MSI_ParseSQL Parse returned 0
trace:msi:msiobj_addref 0x7e35dda0
trace:msi:msiobj_release 0x7e35dda0
trace:msi:MSI_ViewExecute 0x7e35dda0 (nil)
trace:msi:MSI_ViewFetch 0x7e35dda0 0x7fa2f748
trace:msi:MSI_ViewClose 0x7e35dda0
trace:msi:msiobj_release 0x7e35dda0
trace:msi:msiobj_release 0x7fdc45a8
trace:msi:msiobj_release 0x7fdc45a8
trace:msi:msiobj_release object 0x7e35dda0 destroyed
trace:msi:msiobj_release 0x7fde0a18
trace:msi:msiobj_release object 0x7fde0a18 destroyed
trace:msi:MSI_GetPropertyW returning L"D:\\" for property L"SourceDir"
trace:msi:check_volume Checking volume L"D:\\" .. ((null))
trace:msi:check_volume drive is of type 5
trace:msi:check_volume Drive contains L"ARX_FATALIS"
wine: Unhandled page fault on read access to 0x00000000 at address 0x7feebd28
(thread 000d), starting debugger...
warn:file:wine_nt_to_unix_file_name L"winedbg.exe" not found in
/home/selmi/.wine/dosdevices/c:/windows/system32
warn:file:wine_nt_to_unix_file_name L"winedbg.exe" not found in
/home/selmi/.wine/dosdevices/d:
warn:file:wine_nt_to_unix_file_name L"winedbg.exe" not found in
/home/selmi/.wine/dosdevices/c:/windows/system32
warn:file:wine_nt_to_unix_file_name L"winedbg.exe" not found in
/home/selmi/.wine/dosdevices/c:/windows/system
warn:file:wine_nt_to_unix_file_name L"winedbg.exe" not found in
/home/selmi/.wine/dosdevices/c:/windows
warn:file:wine_nt_to_unix_file_name L"winedbg.exe" not found in
/home/selmi/.wine/dosdevices/c:/windows/system32
warn:file:wine_nt_to_unix_file_name L"winedbg.exe" not found in
/home/selmi/.wine/dosdevices/c:/windows
warn:file:wine_nt_to_unix_file_name L"winedbg.exe" not found in
/home/selmi/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtCreateFile L"\\??\\C:\\windows\\system32\\winedbg.exe" not found
(c0000034)
warn:file:CreateFileW Unable to create file
L"c:\\windows\\system32\\winedbg.exe" (status c0000034)
WineDbg starting on pid 0xc
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7feebd28).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033
EIP:7feebd28 ESP:7fa2f528 EBP:7fa2f548 EFLAGS:00210216( - 00 -RIAP1)
EAX:00000000 EBX:7ffdfb78 ECX:7befecc0 EDX:7beff0fe
ESI:7fa2f57c EDI:7fa2fa24
Stack dump:
0x7fa2f528: 7fa2f548 7fa2f550 7f916c74 7fa2f57c
0x7fa2f538: 7fa2f798 7f916c74 7fa2f57c 7fa2fa24
0x7fa2f548: 7fa2f798 7f8e214b 00000000 7fa2f57c
0x7fa2f558: 00000000 00000000 7bee7a79 7fa2f784
0x7fa2f568: 00000000 7e35b7a8 7fdc94f0 00000000
0x7fa2f578: 7fa2f5bc 00520041 005f0058 00410046
0200: sel=1007 base=7fec4000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x7feebd28 strcmpiW+0x18(str1=0x0, str2=0x7fa2f57c)
[/home/selmi/00a/wine-0.9.11/libs/unicode/string.c:30] in libwine_unicode.so.1
(0x7feebd28)
2 0x7f8e214b ready_volume+0x2db(row=0x7e35b9b8, type=0x7fa2fa24)
[/home/selmi/00a/wine-0.9.11/dlls/msi/files.c:377] in msi
(0x7f8e214b)
3 0x7f8e2bb6 ACTION_InstallFiles+0x9a6(package=0x7fdc94f0)
[/home/selmi/00a/wine-0.9.11/dlls/msi/files.c:564] in msi (0x7f8e2bb6)
4 0x7f8cb380 ACTION_HandleStandardAction+0xe0(force=0x1)
[/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:920] in msi (0x7f8cb380)
5 0x7f8cb70e ACTION_PerformAction+0x3e(package=0x7fdc94f0, action=0x7e35dd48,
force=0x1) [/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:969] in msi (0x7f8cb70e)
6 0x7f8ccd3d execute_script+0x10d(package=<register not in topmost frame>,
script=<register not in topmost frame>)
[/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:1408] in msi (0x7f8ccd3d)
7 0x7f8cce0a ACTION_InstallFinalize+0x1a(package=0x7fdc94f0)
[/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:3643] in msi (0x7f8cce0a)
8 0x7f8cb380 ACTION_HandleStandardAction+0xe0(force=0x0)
[/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:920] in msi (0x7f8cb380)
9 0x7f8cb70e ACTION_PerformAction+0x3e(package=0x7fdc94f0, action=0x7fdc0f10,
force=0x0) [/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:969] in msi (0x7f8cb70e)
10 0x7f8cb942 ITERATE_Actions+0x172(row=0x7fdc03d0, param=0x7fa2fc30)
[/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:742] in msi (0x7f8cb942)
11 0x7f8f13c5 MSI_IterateRecords+0x65(view=0x7e356d38, count=0x0,
func=0x7f8cb7d0, param=0x7fa2fc30)
[/home/selmi/00a/wine-0.9.11/dlls/msi/msiquery.c:187] in msi (0x7f8f13c5)
12 0x7f8ca0f8 ACTION_ProcessExecSequence+0xd8(package=<register not in topmost
frame>, UIran=<register not in topmost frame>)
[/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:840] in msi (0x7f8ca0f8)
13 0x7f8cb380 ACTION_HandleStandardAction+0xe0(force=0x1)
[/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:920] in msi (0x7f8cb380)
14 0x7f8cb644 ACTION_PerformUIAction+0x94(package=0x7fdc94f0,
action=0x7fdc7f60) [/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:990] in msi
(0x7f8cb644)
15 0x7f8cb88a ITERATE_Actions+0xba(row=0x7fddc860, param=0x7fa2fd90)
[/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:740] in msi (0x7f8cb88a)
16 0x7f8f13c5 MSI_IterateRecords+0x65(view=0x7fdd7f10, count=0x0,
func=0x7f8cb7d0, param=0x7fa2fd90)
[/home/selmi/00a/wine-0.9.11/dlls/msi/msiquery.c:187] in msi (0x7f8f13c5)
17 0x7f8cfae8 MSI_InstallPackage+0x6d8(package=0x7fdc94f0,
szPackagePath=0x7fdbc1c6, szCommandLine=0x7fdbc2ea)
[/home/selmi/00a/wine-0.9.11/dlls/msi/action.c:870] in msi (0x7f8cfae8)
18 0x7f8ead6d MsiInstallProductW+0x4d(szPackagePath=0x7fdbc1c6,
szCommandLine=0x7fdbc2a8) [/home/selmi/00a/wine-0.9.11/dlls/msi/msi.c:232] in
msi (0x7f8ead6d)
19 0x7fa4d9b1 main+0x351(argc=0x4, argv=0x7fd704a0)
[/home/selmi/00a/wine-0.9.11/programs/msiexec/msiexec.c:868] in msiexec (0x7fa4d9b1)
20 0x7fa4ed5e __wine_spec_exe_entry+0x9e(peb=0x7beffa20)
[/home/selmi/00a/wine-0.9.11/dlls/winecrt0/exe_entry.c:36] in msiexec (0x7fa4ed5e)
21 0x7fcbd1df start_process+0xbf(arg=0x0)
[/home/selmi/00a/wine-0.9.11/dlls/kernel/process.c:845] in kernel32 (0x7fcbd1df)
22 0xb7f675f7 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7f675f7)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From pete4abw(a)comcast.net 2006-05-04 15:03 -------
Created an attachment (id=2218)
--> (http://bugs.winehq.org/attachment.cgi?id=2218&action=view)
svgasys.fon file created by wine 0.9.11
the only font files that have what look like usable data (per fontforge) are:
ssee*fon
sserif*fon
The rest are all unreadable little squres.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From pete4abw(a)comcast.net 2006-05-04 14:58 -------
OK. As I noted, the problem begins with wine 0.9.10. Copying the
/usr/share/wine/fonts/*fon files to ...../windows/fonts had exactly the same
effect as when they were in their original installed directory. Furthermore,
after I regressed again to 0.9.9, leaving the fonts alone, the same error
occured. So, it appears that the font generation process is what is going wrong
for me, not wine's ability to locate a font.
fontconfig 2.3.2
fontforge 20050502
Anything else I can try?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From pete4abw(a)comcast.net 2006-05-04 14:46 -------
Ah. I did not copy .fon files, nor did I use wineinstall. I will try that and
review the results and report. Thank you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-04 12:44 -------
Could you please do regression testing and find what patch broke it?
Also make sure that you _install_ Wine. Or copy all of the Wine's *fon files
into ~/.wine/drive_c/windows/fonts dir (NOT *ttf files!)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5001
Summary: Rhapsody 3.1 quits immediately
Product: Wine
Version: 0.9.10.
Platform: PC
URL: http://www.rhapsody.com/-
software?pageid=rotw.myrhapsody-signed-
out&pageregion=footer
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jathey(a)comcast.net
Rhapsody 3.1 installs without a hitch, but quits immediately after startup.
No messages are printed to the console.
The supplied URL has a link to the installer. Any suggestions on what traces
to enable to figure out what is happening?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4992
jathey(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P4
------- Additional Comments From jathey(a)comcast.net 2006-05-04 12:21 -------
Using wininet.dll from Windows XP SP2, version 6.00.2900.2781
(xpsp_sp2_gdr.051020-1730) causes wine to crash.
I had more luck using WININET.DLL from Windows 2000, version 6.00.2800.1485.
With the windows version set to Windows 2000, the original problem occurs
(i.e., error 122), and the following fixme's appear instead:
fixme:ras:RasEnumConnectionsW (0x7ff131e0,0x38e1890c,0x6307a8e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure
program to use LAN connection/winsock instead!
fixme:advapi:EnumServicesStatusA 0x7e5db8f8 type=30 state=1 0x38e186bc 240
0x38e18900 0x38e18908 0x38e188fc
fixme:ras:RasEnumEntriesW ((nil),
(null),0x7e2e0020,0x38e185d8,0x7ff219fc),stub!
With the Windows version set to Windows 98, no fixme's appear, yet the same
error occurs. I guess we can rule out WININET as the culprit.
Other messages that might be of interest:
Right after clicking "Log In", the following message appears on the console:
Encrypted Text Size = 128
During application startup, the following messages appear:
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not
registered
err:ole:CoGetClassObject no class object
{4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
To be fair, I believe that Real has recently blocked the older Rhapsody client
(2.1) from connecting anymore: in Windows, the login succeeds, but the server
then disconnects the user. I've correspondingly lowered the priority of this
bug, since Rhapsody 2.1 is now mostly useless.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4220
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 11:34 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4219
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 11:33 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4203
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 11:32 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4201
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 11:32 -------
Closing Duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4193
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 11:31 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4189
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 11:30 -------
Closing Duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4187
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 11:30 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4179
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 11:29 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4178
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 11:28 -------
Closing duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4167
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 11:27 -------
Closing duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5000
Summary: warn:winsock:wsaErrno errno 4, (Interrupted system
call).
Product: Wine
Version: 0.9.10.
Platform: PC
URL: http://www.sockets.com/err_lst1.htm#WSAEINTR
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcitadel(a)gmail.com
While connected to Final Fantasy XI, the connection suddenly drops with error
code POL-2068 for the PlayOnline viewer. Wine debug output that occurs everytime is,
warn:winsock:wsaErrno errno 4, (Interrupted system call).
No other output shows up that's relevant to the dropped connection.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4999
------- Additional Comments From tuharsky(a)misbb.sk 2006-05-04 09:46 -------
I just have submitted. It's matter of time, when will it arrive.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4997
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From jan.wine(a)zerebecki.de 2006-05-04 09:11 -------
I just tested latest git (Date: Tue Apr 4 20:49:53 2006 +0200) with a fresh
.wine and it worked again. It also works with 0.9.11 with the fresh .wine. Seems
to be some setting in the registry or something.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4868
------- Additional Comments From estesp(a)fastmail.us 2006-05-04 09:04 -------
I believe I am seeing the effects of the same problem on Lotus Notes. It
started at 0.9.10 and continues in 0.9.11. When I looked into it briefly I also
found the 1bpp checkins and was fairly sure that was probably the issue. I can
provide traces if necessary..I have attached screen shots of the icon drawing
(or lack of) that started with 0.9.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4999
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-04 08:42 -------
Please submit an entry for this program to 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=3730
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jan.wine(a)zerebecki.de 2006-05-04 08:30 -------
Because I see from the version field that it didn't work in 0.9.0 for you and it
works in 0.9.10, resolving 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=4956
------- Additional Comments From Gernot.Frisch(a)Dream-D-Sign.de 2006-05-04 07:19 -------
Pushing this thread up - can someone help me please?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From Speeddymon(a)gmail.com 2006-05-04 06:14 -------
Ya know, after seeing this get so many dependencies, I realized that it is too
large of a scope. I will open a new metabug as I see fit for smaller issues
(such as game sound, etc). This is an invalid metabug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4968
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2006-05-04 06:11 -------
Reply to comment 15: I understand that it is against the web site. I was
clarifying that wontfix means 2 things. Either that we won't fix it for
whatever reason, or that we can't fix it for whatever reason, the resolution
stays wontfix in both of those cases...
Reply to comment 19: Go ahead and submit a patch if you feel that the
recommended packages page needs to mention needing fontforge as well.
This is a general note for anyone reading this bug who is having the same problem:
I think that since fontforge is now a known dependency, the package builders are
going to make it so that if you try to install a wine package without it, it
says hey fontforge is missing and is needed. So wait for wine 0.9.12 and just
get the package for your distro.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From pete4abw(a)comcast.net 2006-05-04 04:51 -------
Problem occurs with 0.9.10. First default font is System. System.fon has no
usable characters init. Prior versions had a different font first AD Mono.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4999
Summary: ASPI app dosen't print or blocks CUPS spool
Product: Wine
Version: 0.9.11.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
ASPI for Windows is legal information database. It runs under Visual Foxpro and
since the previous version of the product, it worked very well under Wine.
Two months ago they must have changed something, and Wine stopped printing with
this app.
Under Wine 200503, if attemped to print, the app does nothing.
Wine 0.9.11 simulates printing, but no page went out. I did printing to file and
I will attach it. If any log is needed, please ask for.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4561
chris.bainbridge(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|winecfg crashes with ATI |winecfg crash with ATI fglrx
|fglrx kernel driver |kernel driver on firegl
| |based graphics cards
------- Additional Comments From chris.bainbridge(a)gmail.com 2006-05-04 03:44 -------
ATI are blaming this on wine, for not preserving the TLS state that the ATI
driver has already claimed.
>From the ATI FAQ:
"19. Compatibility with WineX and other emulators
*** this section only applys to FireGL workstation boards ***
*** respective settings for other adapters have no effect ***"
Seems it also affects thinkpad laptops.
" The entered value for the key UseFastTLS has this meaning:
value meaning description
----------------------------------------------------------------------=
--
0 default FireGL workstation boards: fast operation
1 on fast operation
2 off compatible operation
......
Note: The above mentioned fault is not a driver bug, but it's caused b=
y
lack of management functionality for the respective resource in the
hosting operating system. Alternatively it can be considered as a prob=
lem
of the application to preserve the respective state of the used TLS me=
thod
that the OpenGL driver did already "claim" and use."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4828
------- Additional Comments From chris.bainbridge(a)gmail.com 2006-05-04 03:44 -------
This is a dupe of #4561. ATI are blaming wine, but I don't believe a user space
application should ever be able to crash the kernel...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From pete4abw(a)comcast.net 2006-05-04 03:44 -------
Notepad works on 0.9.7. Programs that use dialog with System font show
correctly. Default font is Andale Mono, but Wine System font also works with a
font of 12 or larger. No characters with under 12 point.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From pete4abw(a)comcast.net 2006-05-04 03:25 -------
I'll keep you advised! And, I do understand your comment! Many moving parts --
although this is a new one, even to me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From mike(a)codeweavers.com 2006-05-04 03:19 -------
> I compiled on Gentoo
I have short patience with Gentoo. It seems Gentoo users seem to be able to get
themselves into lots of trouble.
I suggest you try it on a binary only distribution. If it works, you'll know
that you've messed up the compilation somehow.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From pete4abw(a)comcast.net 2006-05-04 02:49 -------
Yes. It is as simple as loading notepad and starting to type. I also updated to
fontconfig 2.3.94 cvs bc there was a note somewhere that it caused a bug in
wine. But same result. See the screenshots on bug #4701
http://bugs.winehq.com/attachment.cgi?id=2203&action=view which you also nicely
replied to, Mike. Any fon file is unreadable. I compiled on Gentoo using kernel
2.6.15. This is a recent problem, and I'm afraid I can't remember in which
version this problem began, but it was very recent. I first noticed it in a data
entry box which used the System font. I am going to start going backwards with
wine and see if I can trace it down to a specific version. I will report back
when I can find the version it last worked in.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4992
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-05-04 01:29 -------
Could you try if using _only_ native wininet "fixes" the problem? so
WINEDLLOVERRIDES"wininet=n" wine .wine/drive_c/Listen\ Rhapsody/Rhapsody.exe
after putting a native wininet.dll in ~.wine/drive_c/windows/system32. That way
you could make sure whether or not the problem is indeed in wininet
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4388
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From the3dfxdude(a)gmail.com 2006-05-04 00:33 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3730
------- Additional Comments From the3dfxdude(a)gmail.com 2006-05-04 00:30 -------
Right, it works fine here too, both XVidMode and XRandR in current Wine. So he
needs to prove there is a crash in the game with current wine, else there is
nothing we can do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2711
------- Additional Comments From mike(a)codeweavers.com 2006-04-04 22:34 -------
IEWinMain is IE6! :) iexplore.exe is just a wrapper around shdocvw, so if
you're using builtin shdocvw, you're using builtin IE...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2711
------- Additional Comments From dank(a)kegel.com 2006-04-04 22:02 -------
The instructions in the AppDB involve installing dcom98, and
setting overrides for advpack and ole32, which wine shouldn't need.
While that may be a fine workaround for the user, it is not
a reason to close this bug; whoever did so was probably wrong.
But it looks like a fix is on the way. See
http://www.winehq.org/pipermail/wine-patches/2006-April/025432.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4992
jathey(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
Summary|Rhapsody doesn't connect to |Rhapsody 2.1 doesn't connect
|its server |to its server
Version|0.9.11. |0.9.10.
------- Additional Comments From jathey(a)comcast.net 2006-04-04 21:44 -------
Sorry about the faulty assumptions. The bug now reflects the system I saw the
issue on.
Here is exactly what happens:
1. Using a stock wine install (no winetools/DCOM/IE6), I run Rhapsody with
$ wine .wine/drive_c/Listen\ Rhapsody/Rhapsody.exe
2. The Rhapsody login window appears.
3. I type in my name and password.
4. Rhapsody tries to connect to the server, and as it does, the fixme's listed
in the top post appear three times, repeating about once a second.
5. After a few seconds, Rhapsody gives up and pops up an error dialog saying,
"There was an error (122) communicating with the server. Please try again
later."
This application works with IE6 and DCOM installed and the appropriate
overrides set.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4995
------- Additional Comments From mike(a)codeweavers.com 2006-04-04 21:30 -------
The fontforge warnings are normal. You can submit patches to add the missing
glyphs if you feel the need, but it should generate a valid .ttf and .fon files
anyway.
You seem to have some other problem... which system are you building Wine on?
Are you sure you don't have the wrong version of Wine installed?
Can you describe how to make the problem appear in Notepad? Is it as simple as
just loading a random text 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=4388
rush(a)u.one.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rush(a)u.one.pl 2006-04-04 20:00 -------
Problem solved, seems to work fine. Thank you!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4997
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |regression
Summary|virtual desktop rescaling |resizing the virtual desktop
|the screen (regression bug?)|resolution also resizes the
| |physical screen
------- Additional Comments From jan.wine(a)zerebecki.de 2006-04-04 19:52 -------
Before that explorer-virtual-desktop patch by AJ only the virtual desktop would
be resized, now the physical screen is resized, 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=4760
a_villacis(a)palosanto.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From a_villacis(a)palosanto.com 2006-04-04 19:17 -------
This is actually a problem with Metacity (window-manager dependent). See bug 1598
*** This bug has been marked as a duplicate of 1598 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3051
------- Additional Comments From the3dfxdude(a)gmail.com 2006-04-04 19:06 -------
I'm curious how native msvcrt can fix the problem and that builtin msvcrt on
linux works fine. I wonder if we have a portability issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2731
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From the3dfxdude(a)gmail.com 2006-04-04 18:48 -------
I'm pretty sure this is fixed now.
--
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.