http://bugs.winehq.org/show_bug.cgi?id=3075
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 14:03 -------
Fixed 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=3128
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vitaliy(a)kievinfo.com
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 13:40 -------
Could you attach WINEDEBUG=+cursor log? I think I see what is going on here. The
only place that it devides something is here:
if (!(image = XCreateImage( display, visual,
ZPixmap, 0, (char *)(ptr + 1), ptr->nWidth,
* 2, 16, ptr->nWidthBytes/ptr->bBitsPerPixel)))
So the game creates a cursor with 0 BPP!
What's interesting it works for me, but all cursors a ugly (the cursor mask is
visible and is offset to the bottom of the cursor).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1538
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-22-10 12:33 -------
No response from user for 2 years... The download link is broken, and i could
not find any other link to this old version of Shareaza. Will be hard to fix
then. If you still have this crash please reopen bug. 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=3638
Summary: pif's using batch files and autoexec.bat
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
I have not seen this one problem listed and it may be a 1.0 target.
Legacy installers modify autoexec.bat to add the install directory to the path
and some set's. After the installer installs the program will not run as it's
bin directory is not in the path.
If windows type is set to 95 or less in winecfg then autoexec should be
processed before running the program.
I also have programs which uses a pif to run a batch file. The batch in a pif is
disabled/stubbed. I plan to look at filling it that feature when I get some time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3637
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-22-10 12:16 -------
Hi, if it's not too much trouble could you please add the executable that shows
this behaviour? 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=3147
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 12:16 -------
Please try with the latest wine version and report back. Also, don't use any of
the native dll when you try to run 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=3167
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 12:13 -------
Could you please try it witht the 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=3176
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 12:03 -------
Ok. So what is the problem? It installed fine. I can start it and there is no
errors that I can see. Could you be more specific?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3183
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 11:55 -------
Any updates? Could you try latest wine version? There were some work done on com
ports.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3203
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 11:44 -------
No follow up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3637
Summary: dialog: no wm_paint message at first draw
Product: Wine
Version: 20050930
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: T.Bonner(a)freesurf.ch
In a program I want to create a (modal) dialog (like in petzold), but
additionaly I've inserted in the message handler code to draw something when
WM_PAINT is received (besides other things defined in the resource file). with
wine this wm_paint code isn't called at the very first startup of the dialog,
but afterwards (e.g. at repainting) all is ok.
e.g.
(handle messages of the given dialog)
case WM_PAINT:
hdc = GetDC (hDlg);
/* draw something */
ReleaseDC (hDlg, hdc);
break;
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3354
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |
------- Additional Comments From dank(a)kegel.com 2005-22-10 11:40 -------
Now, now. It could at least pop up winefile.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3361
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |LATER
------- Additional Comments From dank(a)kegel.com 2005-22-10 11:40 -------
Resolving as "LATER" (though I'm hoping it gets implemented sooner :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3361
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |
------- Additional Comments From dank(a)kegel.com 2005-22-10 11:39 -------
Never say never, I say :-) Let's call it "LATER".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3309
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 11:20 -------
I think this is fixed in current cvs. Could you please test it with latest cvs
and report back?
--
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=3342
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 11:16 -------
This is fixed 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=3354
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 11:14 -------
Wine does not have "explorer". So that won't work. It would be nice to
communicate with browsers from different window managers, but that again is not
wine wine will do in the near future.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3361
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 11:11 -------
I think it's a won't fix as this requires interuction with window manager, that
wine does not do and will not do in the future.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2714
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From dank(a)kegel.com 2005-22-10 10:48 -------
Copying files from a Windows installation is *not* a fix.
Wine needs to be able to handle this by itself
(perhaps by telling the user they need to run
the official installer for some microsoft redistributable).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3636
Summary: MDAC 2.7 installs, but its DLLs never get unpacked
Product: Wine
Version: CVS
Platform: Other
URL: http://msdn.microsoft.com/data/mdac/downloads
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A lot of VB apps use MDAC (http://msdn.microsoft.com/data/mdac/downloads/).
They tend to include mdac_typ.exe, the mdac installer, and run it, but
unfortunately,
Wine doesn't seem to run it properly. (I'm testing using mdac 2.7 sp1, fwiw.)
First, the MDAC installer refuses to run unless the registry key for IE6
is present. (OK, that's easy to work around... if you're a programmer.
It probably ought to be a winecfg pulldown.)
Second, even if the MDAC installer runs, all it does is install a bunch of
directories under c:\windows\RegisteredPackages. The DLLs needed
by the VB app are locked up in .cab's in those directories.
In the app I'm trying to install, the installer then fails with
err:module:import_dll Library MSDART.DLL (which is needed by
L"C:\\windows\\system32\\msadox.dll") not found
Something, somehow, is supposed to be triggering an unpack, but it's not happening.
(See http://msdn.microsoft.com/workshop/delivery/download/download_node_entry.asp
for a discusion of how the unpacking is supposed to go on Windows.)
FWIW, here are the fixme's I see when I run the mdac 2.7sp1 installer
(with dups removed):
fixme:advpack:IsNTAdmin (0x00000000, (nil)): stub
fixme:setupapi:SetupScanFileQueueA stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:advpack:LaunchINFSectionEx ((nil) (nil)
"C:\\windows\\temp\\IXP000.TMP\\\\rspfiles.inf,DefaultInstall,,0,N" 0): stub
fixme:advpack:LaunchINFSectionEx ((nil) (nil)
"C:\\windows\\temp\\IXP000.TMP\\\\dasetup.inf,DefaultInstall,,0,N" 0): stub
fixme:advpack:LaunchINFSectionEx ((nil) (nil)
"C:\\windows\\temp\\IXP000.TMP\\\\WDSETUP.INF,DefaultInstall,,0,N" 0): stub
fixme:advpack:LaunchINFSectionEx ((nil) (nil)
"C:\\windows\\temp\\IXP000.TMP\\\\MDACXPAK.INF,DefaultInstall,,32,N" 0):
stubfixme:advpack:LaunchINFSectionEx ((nil) (nil)
"C:\\windows\\temp\\IXP000.TMP\\\\MSXMLX.inf,DefaultInstall,,32,N" 0): stub
fixme:advpack:LaunchINFSectionEx ((nil) (nil)
"C:\\windows\\temp\\IXP000.TMP\\\\SQLXMLXP.inf,DefaultInstall,,32,N" 0):
stubfixme:advpack:LaunchINFSectionEx ((nil) (nil)
"C:\\windows\\temp\\IXP000.TMP\\\\SQLNET.INF,DefaultInstall,,32,N" 0): stub
fixme:advpack:LaunchINFSectionEx ((nil) (nil)
"C:\\windows\\temp\\IXP000.TMP\\\\SQLODBC.INF,DefaultInstall,,32,N" 0): stub
fixme:advpack:LaunchINFSectionEx ((nil) (nil)
"C:\\windows\\temp\\IXP000.TMP\\\\SQLOLDB.INF,DefaultInstall,,32,N" 0): stub
fixme:advpack:LaunchINFSectionEx (0x2002e 0x1000000
"C:\\windows\\temp\\IXP000.TMP\\NEWMUI.INF,DefaultInstall,,0,N" 0): stub
fixme:advpack:LaunchINFSectionEx (0x2002e 0x1000000
"C:\\windows\\temp\\IXP000.TMP\\noop.inf,DefaultInstall,,0,N" 0): 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=1188
------- Additional Comments From wowbagger(a)sktc.net 2005-22-10 10:40 -------
OK, found the problem with MNG6 that kept it from running.
Yes, the problem still persists.
--
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=3593
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-10 10:22 -------
As the previous poster pointed out the sample text should not depend on the
current locale but on selected font script.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.