http://bugs.winehq.org/show_bug.cgi?id=4094
------- Additional Comments From wijn(a)wanadoo.nl 2005-19-12 02:51 -------
Nothing interesting.
Unless there is an application that depends on it, there is no need to emulate
such Windows bugs or limitations.
Rein.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4099
------- Additional Comments From Jean-Damien.Durand(a)cern.ch 2005-19-12 02:46 -------
Thanks Louis for confirming so quickly... Cheers, JD / impressed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4099
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://cvitae.semantis.fr/Se
| |tupCVitae.exe
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-19-12 02:22 -------
Confirming. Seems you have stripped debug info from your wine-package so i'll
attach the crash with debuginfo. Following obvious patch (hack) makes the
installer proceed and the app seems to be installed fine, but i don't know if
it's an acceptable patch. Problem seems to be that pszDir is NULL, which makes
it crash in shell32. Maybe a shell32 guru can shed a light on this :)
--- dlls/shell32/shelllink.c_ 2005-12-19 09:17:06.000000000 +0000
+++ dlls/shell32/shelllink.c 2005-12-19 09:17:14.000000000 +0000
@@ -1818,6 +1818,7 @@
TRACE("(%p)->(dir=%s)\n",This, debugstr_w(pszDir));
HeapFree(GetProcessHeap(), 0, This->sWorkDir);
+ if(pszDir)
This->sWorkDir = HeapAlloc( GetProcessHeap(), 0,
(lstrlenW( pszDir )+1)*sizeof (WCHAR) );
if ( !This->sWorkDir )
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4099
------- Additional Comments From vitaliy(a)kievinfo.com 2005-19-12 01:49 -------
Could you try this with latest Wine version? 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=3966
------- Additional Comments From tuharsky(a)misbb.sk 2005-19-12 01:16 -------
And it is asking "File to patch:" -I don't know, which file.
Please note, that I am total lama into CVS and developement..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3966
------- Additional Comments From tuharsky(a)misbb.sk 2005-19-12 01:08 -------
Where should I be when invoking the cat ... | patch .....?
Inside of repository directory?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4099
Jean-Damien.Durand(a)cern.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-loader
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3988
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pgr(a)arcelectronicsinc.com 2005-19-12 00:20 -------
Seems to work with latest 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=4053
------- Additional Comments From me(a)gn0me.org 2005-18-12 23:03 -------
Tried the patch and it still crashes on exit. If you want another debug, please
let me know what the command line should be. :D
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4098
Summary: Visual Basic 6 sp6 runtime installer vbrun60sp6.exe
doesn't work
Product: Wine
Version: 0.9.3.
Platform: Other
URL: http://support.microsoft.com/default.aspx?scid=kb;en-
us;290887
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
vbrun60sp5.exe and below seem to install fine, but
vbrun60sp6.exe silently exits without having installed 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=4068
------- Additional Comments From nickmarko(a)gmail.com 2005-18-12 18:46 -------
I assume that the Esc menu is a buffer. What happened is that in windowed mode,
wine couldn't lock/unlock the d3ddevice, and as a result, it kept on switching
buffers spasticly.
In full screen mode. it's just fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3818
------- Additional Comments From t.hirsch(a)web.de 2005-18-12 18:10 -------
I can confirm this behavior, especially the load process is very, VERY slow. It
takes half an hour on my Athlon XP 2600+ to load the scenario! During this time
the winepreload process is running at 100% cpu usage. I already tried the same
with debug messages disabled, but as Scott already said: it doesn't solve the
problem.
The game speed is okay then.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4067
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-12 17:45 -------
Could you do a regression test ? See
http://www.winehq.org/site/docs/winedev-guide/x1344
in order to track down the patch that broke your game.
That's probably the quickest way to get your bug solved
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4085
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-msi
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-12 17:39 -------
There's a free trial at
http://www.microsoft.com/downloads/details.aspx?FamilyID=360cafd6-5098-4c64…
When run it gives:
fixme:mpr:WNetGetUniversalNameW (L"Z:\\root\\Desktop\\Microsoft Virtual PC 2004
Trial.msi", 0x00000001, 0x7fc4fbe4, 0x7fc4fa80): stub
[root@h185158 Desktop]# fixme:msi:MsiInstallProductW L"" (null)
err:msi:copy_package_to_temp failed to copy package to temp path
L"C:\\windows\\temp\\MSI459.tmp"
fixme:msi:MSI_OpenDatabaseW open failed r = 80030003!
and returns to the prompt.
When i run wine msiexec.exe /i Microsoft\ Virtual\ PC\ 2004\ Trial.msi
it gets as far as a dialog window to install the program , but hitting the
install button doesn't do anything. Console output:
fixme:msi:MsiInstallProductW L"Microsoft Virtual PC 2004 Trial.msi" (null)
fixme:msi:ACTION_AppSearchComponents AppSearch unimplemented for CompLocator
table (GUID L"{948A5158-3293-4C14-8B6D-5BF621672BE6}")
fixme:msi:ACTION_AppSearchComponents AppSearch unimplemented for CompLocator
table (GUID L"{A1994A0A-DD35-4960-A47F-9C9539E4EED9}")
fixme:msi:ACTION_AppSearchComponents AppSearch unimplemented for CompLocator
table (GUID L"{79E549AE-B287-436D-B937-588F9B778069}")
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
I guess it's indeed an msi bug.
(BTW, are you using native msi?,as your console output appears here when i try
to use native msi.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4092
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-ole |wine-misc
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-18-12 17:16 -------
Confirming, probably these messages are the bottle neck:
fixme:advpack:ExtractFiles (0x7fd66ea8 0x7fd66e90 0x00000000 (nil) (nil)
0x00000000): stub
as it works fine for me with native advpack (WINEDLLOVERRIDES="advpack=n" wine
Setup.exe). Probably ExtractFiles in advpack needs to be implemented to get it
running. Can you confirm?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4094
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-12 16:09 -------
What would happen if you set winverison to win98? Or win2k?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4097
Summary: Default Printer can be invalid
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
When you remove your Printer on your Host and start wine,
the Printer is removed from the Registry, but is still returned on
GetDefaultPrinter() and GetProfileString("windows", "device", ....)
See also Bug #4096: "IniFileMapping"
--
By by ...
... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4096
Summary: IniFileMapping not Implemented (ini on win9x => Registry
on NT)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
With Windows NT, windows did a switch from INI-Files to the Registry.
Older Applications (win9x) use INI-Files with the Functions around
Get[Private]ProfileString (implemented in dlls/kernel/profile.c).
This Set of Functions are Modified with Windows NT in such a way,
that the Informations are redirected to the Registry.
The Redirection is done on all Levels (INI-File, Section and Value) and the
Rules for the Redirection are saved in:
HKLM/Software/Microsoft/Windows NT/CurrentVersion/IniFileMapping
Wine has no support for this and need to change settings twice.
This is a lot of extra code to maintain and also introduce Bugs, when only one
Place is changed. (Example is the Default Printer).
--
By by ...
... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4053
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-18-12 14:04 -------
Ok guys, I must say I've put some mistakes in my suggestion.
First, one flag should be '+dsound3d'.
Second - we need '+seh' channel.
Third - maybe we don't need +module trace as it bloats the log.
But I guess you better follow Roberts advise and compare wave-traces. BTW, I'd
add seh and process channels to Roberts trace:
'+winmm,+wave,+driver,+tid,+seh,+process'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4094
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.zilog.com/softwar
| |e/zds2.asp
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=4092
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1201
------- Additional Comments From ivanleo(a)gmail.com 2005-18-12 13:19 -------
Well I've sent in a patch that should fix the first bug the game hits
http://www.winehq.com/pipermail/wine-patches/2005-December/022923.html
however it crashes later on, in the CreateD3DPalette in the findstuff32.dll file
(This is a game dll, not a system one).
The exact crash is
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x7e687550).
and microsoft has a kb article describing the issue
http://support.microsoft.com/kb/q187381/
"In the Colors box, click High Color (16-bit)"
but the wine log shows
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to 16
so chances are findstuff32.dll crashes because it expects the screen BBP to be 16.
--
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=3999
------- Additional Comments From nospam(a)thenerdshow.com 2005-18-12 12:34 -------
I should note that most current distros, such as Fedora come with UnixODBC
installed by default, or available on disk. A way is needed to tell the
installer that MDAC 2.7 is already installed so it doesn't try to install that junx.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4095
Summary: Warcraft III installer crashes
Product: Wine
Version: 0.9.3.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pawel.stolowski(a)wp.pl
The installer for latest release of Warcraft III RoC released recently in Poland
(as a part of "Platinium Collection"; also includes Frozen Throne) displays
following error box:
Screen Stack :: realize(): BitBlt 2
The installer window is also displayed, but the game cannot be installed,
because the installer exits after clicking "OK" in the error box.
Following error messages are also displayed on the text console:
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
This problem can also be reproduced with wine 0.9.1 and 0.9.2 (I didn't check
with earlier releases).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3429
------- Additional Comments From mike(a)codeweavers.com 2005-18-12 12:21 -------
This works for me with the lastest CVS, a fresh ~/.wine and rw466setup.exe.
The install completed successfully, left me with ~/.wine/drive_c/Program
Files/CADSWES/RiverWare 4.6.6, which contained the program files. After
changing to that directory and running riverware.exe it asks for a license file...
--
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=3999
------- Additional Comments From nospam(a)thenerdshow.com 2005-18-12 11:19 -------
Address 0xfffffff4 is evidently a temp. data address used to communicate with
ODBC (Available for download as MDAC_TYP.EXE).
Possible wine fixes:
I'm new to wine hacking but I could suggest adding a debug output when common
database-related messages appear, such as if debug="read access to 0xfffffff4"
echo "Is ODBC (MDAC_TYP) correctly installed?"
Evidently, if you do not install MDAC_TYP.EXE, Liberty installer tries to
install MDAC 2.7, which requires IE > 4.01 SP2 and DCOM98*. DCOM98 installer
often won't work without native ole*.dll...
I haven't tried this yet but some sites suggest compiling UnixODBC for linux and
configuring wine to use that instead of installing Microsoft's MDAC_TYP.EXE
If the above suggestion works, a better "fix" would be to have wine detect the
install of MDAC and automatically download and install the non-M$ alternative,
sort of like what it does for the MozControl.
This could be a duplicate. Lots of ODBC apps out 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=4062
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2005-18-12 10:28 -------
As requested
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4053
blacktiger(a)covers.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1544|Debug with |Debug with dsound of Windows
description|WINEDEBUG='+dsound,+d3dsound|XP -> NO Error at exit
|,+module,+loaddll,+tid' |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4053
------- Additional Comments From blacktiger(a)covers.de 2005-18-12 10:26 -------
Created an attachment (id=1545)
--> (http://bugs.winehq.org/attachment.cgi?id=1545&action=view)
Debug with dsound of Wine -> Error at exit
The same debug using WINEDEBUG='+dsound,+d3dsound,+module,+loaddll,+tid'
But this time I used the dsound.dll of Wine and it crashed at the exit.
What i did is - Starting the game and right after it started I closed the game
with both Debug Attachments.
Hope this helps!
Mfg
BlackTiger
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4053
------- Additional Comments From blacktiger(a)covers.de 2005-18-12 10:17 -------
Created an attachment (id=1544)
--> (http://bugs.winehq.org/attachment.cgi?id=1544&action=view)
Debug with WINEDEBUG='+dsound,+d3dsound,+module,+loaddll,+tid'
So,
i also did a debug with the following
WINEDEBUG='+dsound,+d3dsound,+module,+loaddll,+tid' ...
Also for me - the first time i debuged something so I hope i've done this right
and it can help you
I did this debug with the native dsound.dll of Windows XP -> No Error at
closing game
Mfg
BlackTiger
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
jack(a)itma.pwr.wroc.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|INVALID |
------- Additional Comments From jack(a)itma.pwr.wroc.pl 2005-18-12 04:53 -------
It is a Wine problem. We have to get rid of Mozilla ActiveX Control dependency
and we're really near doing 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=3200
------- Additional Comments From avarga(a)freemail.hu 2005-18-12 02:12 -------
For issue 2: that's ok if resizing with the mouse is not supported, but the
current state is not very elegant (see screenshot)... I could imagine a number
of solutions:
1. on resize, clear that lower part of the window (i.e. erase the garbage), or
2. make it impossible to resize the window to a bigger size than the buffer
(window manager hint), and on resize adjust scroll position so that there's no
empty space (garbage) at the bottom, or
3. make it impossible to resize the window with the mouse altogether
--
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=3202
eric.pouech(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From eric.pouech(a)wanadoo.fr 2005-18-12 01:53 -------
it's fixed and in 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=3999
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WORKSFORME |
------- Additional Comments From truiken(a)gmail.com 2005-17-12 22:49 -------
Installing sidenet and using native dlls is not a fix for a bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3914
------- Additional Comments From vitaliy(a)kievinfo.com 2005-17-12 20:44 -------
Because it's not a 100% correct soluction. And I'm not sure Wine will ever have
such a solution.
The only 100% correct way to fix it would be creating real PE dlls and copying
them into system32 directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2005-17-12 20:32 -------
Tested again to be sure that steam indeed works with TG's mozilla activeX controls.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2005-17-12 20:30 -------
Thanks nice to know what the problems are.
Then closing the bug, as it's not Wine's 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=4094
Summary: Batch interface maximum line length still not long
enough.
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bifferos(a)yahoo.co.uk
This is actually tested with 20051208, but I couldn't put that in as a version
above.
Changing MAXSTRING in batch.c from 1024 -> 2048 makes Zilog ZDS II
Microcontroller Development environment work correctly (See the app. DB for
details). It seems that the IDE executes such long lines (with include paths,
compiler options etc...) that it goes longer than 1024, gets truncated and then
the compiler fails to generate object files correctly, with the message:
Line in batch processing possible truncated. using: ....
I've no idea if my change has any side effects but I haven't noticed any.
I'm not sure exactly what function batch.c performs, I just did a search for the
error message, then attempted to supress it.
As an aside, MSDN says:
"On computers running Microsoft Windows XP or later, the maximum length of the
string that you can use at the command prompt is 8191 characters. On computers
running Microsoft Windows 2000 or Windows NT 4.0, the maximum length of the
string that you can use at the command prompt is 2047 characters.
This limitation applies to the command line, individual environment variables
(such as the PATH variable) that are inherited by other processes, and all
environment variable expansions. If you use Command Prompt to run batch files,
this limitation also applies to batch file processing."
PS: Another bug is that the text should say 'possibly' instead of possible, but
it's hardly worth reporting 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=4092
------- Additional Comments From vitaliy(a)kievinfo.com 2005-17-12 19:13 -------
Could you attach all the error messages you are getting in the console?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4053
------- Additional Comments From me(a)gn0me.org 2005-17-12 18:50 -------
Created an attachment (id=1541)
--> (http://bugs.winehq.org/attachment.cgi?id=1541&action=view)
A debug output as asked
Hey there, first time ever doing any debugging or anything, not sure if it was
done right..
This is from a "WINEDEBUG='+dsound,+d3dsound,+module,+loaddll,+tid' wine ragexe
1rag1" (argument to run the gaming client and bypass the patcher).
Cut out a bunch of the looped sound stuff.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4093
Summary: WarCraft II Battle.net Freezes in Critical Section
Product: Wine
Version: 0.9.3.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luizluca(a)gmail.com
Hello,
Running Warcraft 2 Battle.net, I got freezes sometimes in critital
sessions. This happens when some dialog pops up and in the pre/postcampaing
screens. I didn't run into this while playing.
fixme:system:SystemParametersInfoW Unimplemented action: 4103
(SPI_SETLISTBOXSMOOTHSCROLLING)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x55981df0)->(0x10022,00000013)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
8
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
8
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
kicker: ExtensionManager::desktopIconsArea() = [45,23 - 528x412] screen = -2
err:ntdll:RtlpWaitForCriticalSection section 0x5599a6dc "?" wait timed out in
thread 0009, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x5599a6dc "?" wait timed out in
thread 000b, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x5599a6dc "?" wait timed out in
thread 000c, blocked by 0000, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x5599a6dc "?" wait timed out in
thread 000a, blocked by 0000, retrying (60 sec)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4092
Summary: Installer fails
Product: Wine
Version: CVS
Platform: PC
URL: http://www.caro.net/dsi/decker/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: CaptainSifff(a)gmx.de
This installer starts up nicely but doesn't extract any files to the
Destination folder. It just Creates the Directory Structure
Download-Link:
http://www.caro.net/dsi/decker/decker.zip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4014
luizluca(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.2. |0.9.3.
------- Additional Comments From luizluca(a)gmail.com 2005-17-12 16:12 -------
Still in 0.9.3
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4000
luizluca(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From luizluca(a)gmail.com 2005-17-12 16:07 -------
This seems to be fixed in wine 0.9.3
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4091
luizluca(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4091
Summary: Earth 2150 demo setup (not installer) failed to use
opengl
Product: Wine
Version: 0.9.3.
Platform: Other
URL: http://www.download.com/3001-7562_4-1677721.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luizluca(a)gmail.com
Hello,
This game (setup and game) fails while using OpenGL in wine. I'll attach
+opengl log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4024
muntyan(a)tamu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |muntyan(a)tamu.edu
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3999
nospam(a)thenerdshow.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From nospam(a)thenerdshow.com 2005-17-12 15:29 -------
FIXED: Made a fresh wine folder and re-installed liberty. Not sure why it
worked this time. Probably just needed the sidenet registry definitions.
DETAIL
1) installed wine .9.3
2) installed sidenet 1.9.0 from http://sidenet.ddo.jp/winetips/config.html
3) opened up user.reg and change comdlg32 to "builtin" to fix winecfg crash
4) copied over working win98 windows/system/*.dll to c/windows/system32
5) made a script to run regsvr32 on all the .dll files in there.
6) Installed DCOM98 and MDAC_TYP.
7) (Optional?) Installed IE6 and Media Player 9.
8) Installed liberty.
NOT TESTED
hasp
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 1408, which changed state.
Bug 1408 Summary: Crimson Trial instaler starts, but won't complete the installation becouse of missing ADPCM
http://bugs.winehq.org/show_bug.cgi?id=1408
What |Old Value |New Value
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3590
muntyan(a)tamu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |muntyan(a)tamu.edu
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4088
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2005-17-12 14:49 -------
*** This bug has been marked as a duplicate of 3270 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3270
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chrisvalvino(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2005-17-12 14:49 -------
*** Bug 4088 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=4090
Summary: text entry behavior is broken. cursor is lost in some
conditions.
Product: Wine
Version: 0.9.3.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: torre_cremata(a)mail.ru
Hello.
I'm using wine to run emule :) (www.emule.ru)
The minor problem is that in search tab text entry (where I should input text to
search) behaviour is wrong.
Suppose I clicked search and then I clicked text entry. This time I can input
words to search.
If then I click combo box and select type of file to search, then I click text
entry, any symbols I input from the keybord are lost somewhere. As a workaround
I have to click at triangle to the right from combo box to input text.
And second, may be realated problem. History of inserted text is not working.
There is no fall down list when I click that triangle.
In any way thank you for your time. And I can use eMule in Linux :)
Peter.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2057
------- Additional Comments From torre_cremata(a)mail.ru 2005-17-12 13:36 -------
I think the same problem with eMule app (http://www.emule.org/). The log journal
is not scrolling text items, but just substitutes first one. So I can see only
one line of text.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4053
------- Additional Comments From reif(a)earthlink.net 2005-17-12 13:24 -------
It would also be interesting to see a trace file using:
WINEDEBUG=+wave,+winmm,driver,tid wine ...
with the native dsound.dll to see what wine's dsound.dll is doing different.
This file will be huge so get in and out of the game quickley.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3999
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-17-12 13:03 -------
Furthermore, format of the first debug trace instruction should be corrected:
warn+dll
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3999
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-17-12 12:57 -------
| $ WINEDEBUG="dll+warn+relay+loaddll"
I think the log now is much better except for the coma that you have omited. It
should separate trace debug instructions for different debug channels:
WINEDEBUG="dll+warn,+relay,+loaddll" ...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4053
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-17-12 12:51 -------
Maybe running WINEDEBUG='+dsound,+d3dsound,+module,+loaddll,+tid' wine ... will
help to reveal the reason of crash? Try attaching the log (output) as a
separate 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=4053
------- Additional Comments From blacktiger(a)covers.de 2005-17-12 12:32 -------
I found how to avoid a crash at the exit of the game.
Well the Bug really is in the dsound.dll.so of Wine ...
Just take a dsound.dll of Windows and use it together with OSS as Sound Driver
(even if you have ALSA)
Then it works great without any crashes - but sound is slower - so you need a
faster computer to enjoy the soundeffects/music - or just disable them in the game!
BlackTiger
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4089
Summary: Regression: GTA2 sound stutters after a short time then
game freezes
Product: Wine
Version: 0.9.3.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When playing GTA2, the sound starts to stutter after a short time (at most a few
minutes), and then the game freezes. This did not happen in Wine 0.9.2. This
also happens in Age of Empires II, but I have not tried that in Wine 0.9.2.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3999
------- Additional Comments From nospam(a)thenerdshow.com 2005-17-12 08:47 -------
Created an attachment (id=1538)
--> (http://bugs.winehq.org/attachment.cgi?id=1538&action=view)
warn+relay+loaddll
As said in comment#1 native msvcrt doesn't work either. In both cases debugger
shows crash in mfc42.
$ WINEDEBUG="dll+warn+relay+loaddll" WINEDLLOVERRIDES="msvcrt=n" wine liberty
&> log
(attached)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3456
------- Additional Comments From CaptainSifff(a)gmx.de 2005-17-12 08:03 -------
Checked again with cvs of 17.12.05
The graphical errors got a bit worse. Wine doesn't produce any fixme
statements anymore( no output at all )
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2792
------- Additional Comments From CaptainSifff(a)gmx.de 2005-17-12 07:50 -------
Still present in a cvs checkout of today(17.12.05)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1201
------- Additional Comments From ivanleo(a)gmail.com 2005-17-12 00:25 -------
It apparently crashes when calling Main_DirectDrawSurface_QueryInterface with a
NULL riid, however the game doesn't call it directly because it's a VB game, so
I'm not sure where the bug is. Getting Main_DirectDrawSurface_QueryInterface to
return E_NOINTERFACE on a NULL riid does get it past this point but it crashes
later. I did hope to test this on windows but I'm having problems getting
directx stuff to build with mingw.
--
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=1408
------- Additional Comments From MattFinn(a)gmail.com 2005-17-12 00:08 -------
This bug also affects MechWarrior 4: Vengance, on 0.9.3.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4088
Summary: Party Poker lobby window shrunk and can't resize
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chrisvalvino(a)gmail.com
Party Poker installs correctly and initializes fine. In fact, I can even bring
up a table and play on it, but when I log into a table with Party Poker it
minimizes the "lobby" window (which is what it does in Windows), however I like
to play several tables simultaneously and the problem is that the lobby, once
minimized, shrinks to a very small window (probably about 50x50 pixels) and you
can not start up a poker second table.
Information that may be helpful:
-The lobby (and all windows in Party Poker for that matter are not resizable).
-I can access the menu items on the lobby window after it is minimized, but I
can not click on a table to start a new one.
Any ideas on why this is happening? If so, how can it be fixed?
Chris
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4068
------- Additional Comments From vitaliy(a)kievinfo.com 2005-16-12 23:09 -------
One problem per bug please.
Could you explain again what the problem is? Are you talking about "stuck" [esc]
key when you switch away from application, then return back?
How is it in "full screen" mode?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4057
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2005-16-12 23:05 -------
*** This bug has been marked as a duplicate of 3270 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3270
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael.s.gilbert(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2005-16-12 23:05 -------
*** Bug 4057 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=3270
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alex(a)thehandofagony.com
------- Additional Comments From vitaliy(a)kievinfo.com 2005-16-12 23:04 -------
*** Bug 4087 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=4087
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2005-16-12 23:04 -------
*** This bug has been marked as a duplicate of 3270 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3999
------- Additional Comments From vitaliy(a)kievinfo.com 2005-16-12 21:43 -------
Could you try with native msvcrt.dll? From what I can make up from your log it
looks like it is the last call before crash.
Also, please dont's strip wine's libraries having function names in backtrace it
really helpfull.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4074
vberon(a)mecano.gme.usherb.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2005-16-12 16:52 -------
Accepting the bug.
I really don't know when I'll find time to work on it though (I'm leaving for
the week-end, and next week I'll have only two evenings for building the binary
packages for RH for Wine 0.9.3 and/or 0.9.4 (if AJ releases it by then), and
then it's Christmas and New Year (and I won't be near a computer during that
time)). So no ETA from me on this one, sorry. Having a downloadable app should
help though.
For now, if you're not afraid of building from source, just apply the patch with
-R (reverse), and if it is indeed the patch which broke it (and it probably is,
considering the problem you see), you should have a newer Wine without that
problem, but without the ability to handle Unicode text for some systray functions.
--
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=4087
------- Additional Comments From vitaliy(a)kievinfo.com 2005-16-12 15:46 -------
I think it's a known problem with minimizing/restoring any window. Wine doesn't
communicate with window managers (Gnome, KDE, etc) and does not know that window
got minimized or restored. All Wine knows is that window got mapped/unpapped
to/from the screen (showen/hidden).
Try this in virtal desktop mode. If it works then it _is_ 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=4086
------- Additional Comments From vitaliy(a)kievinfo.com 2005-16-12 15:42 -------
Could you run it with 'WINEDEBUG=+loaddll wine setup.exe &> /tmp/laddll.log' and
attach laddll.log to 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=4087
Summary: Window decorations don't show up after being hidden
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
Windows decorations are do not show up after being hidden (a feature in newer
MSN Messengers, Windows Media Player 9 etc.). Only the menubar comes up again,
until the program is restarted. When I tried to view the decorations in WMP9,
it gave the following output
fixme:listview:LISTVIEW_PrintClient Partial Stub: (hdc=0x9d7c options=0x00000004)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3806
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1334|text/* |text/plain
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4086
Summary: SonicStage doesn't start ("Cannot find the OpenMG Secure
Module")
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When attempting to start SonicStage (3.1), it gives the error dialog
Cannot find the OpenMG Secure Module
It gives the following console output
fixme:actctx:CreateActCtxW stub!
fixme:ole:CoRegisterMessageFilter stub
err:ole:CoGetClassObject class {52a86041-4d4f-493b-acdc-5eb5d79b4504} not registered
err:ole:CoGetClassObject no class object {52a86041-4d4f-493b-acdc-5eb5d79b4504}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{52a86041-4d4f-493b-acdc-5eb5d79b4504}, hres is 0x80040154
fixme:ole:CoRegisterMessageFilter stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3806
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1334|application/octet-stream |text/*
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4084
------- Additional Comments From alex(a)thehandofagony.com 2005-16-12 14:35 -------
Yes! It installed. But there is still the point of it not detecting the
Windows version, yet that is perhaps not so important.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4085
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Priority|P2 |P3
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4085
------- Additional Comments From vitaliy(a)kievinfo.com 2005-16-12 14:14 -------
Do you really think it has ANY chances working on Wine? I mean you really really
think it might work?
At best this bug can be turned into an msi bug which is a duplicate of Bug 3806.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4085
Summary: Error while installing Virtual PC (installshield)
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i386dx(a)hotmail.com
When I try to install Virtual PC (5.2 and 2004) I get the error
"Unable to install Installshield Scripting Runtime" when the operating system
set in winecfg is NT 4.0, 2000, XP, 2003
The error in Console is:
wine setup.exe
fixme:actctx:CreateActCtxW stub!
fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0x7da8c7f8,(nil)): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0002,0x0000,0x000003f7,(nil),0x0006,0x00000000,0x7fe099f0,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
When I use Windows 98 it does work, but I can't install it because the program
(or the installer) needs Win NT +
I also copied the c:\program files\common\installshield\Driver directory of my
Windows 2000 installation to wine's. This directory contains installshield
versions 7,8,9 and 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.