http://bugs.winehq.org/show_bug.cgi?id=2872
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-net |wine-misc
Summary|MSI Installer: Superpower2 |Superpower2 fails to install
|fails install with msi |
|errors |
Version|20050830 |0.9.47.
--- Comment #11 from Juan Lang <juan_lang(a)yahoo.com> 2007-10-23 12:52:54 ---
Adjusting summary and component.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9198
--- Comment #9 from Dan Kegel <dank(a)kegel.com> 2007-10-23 12:51:52 ---
I think for clarity's sake we should open up a new bug report
for the problem in comment #5. One problem per bug report, please...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2259
Juan Lang <juan_lang(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Juan Lang <juan_lang(a)yahoo.com> 2007-10-23 12:02:29 ---
CPN Tools may or may not work (I don't have a version to test with), but that
fixme won't appear anymore. So I'm closing this fixed. If it doesn't work,
please open a new bug for what the real problem is, not what prints on the
console.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7383
--- Comment #5 from James Hawkins <truiken(a)gmail.com> 2007-10-23 10:57:01 ---
What is the exact version of Office you are upgrading from/to? Is this an
upgrade-only version, or is it a full version of Office that you are trying to
upgrade to?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10094
Summary: Cannot open the list of available printers.
Product: Wine
Version: 0.9.47.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antonv72(a)gmail.com
Created an attachment (id=8657)
--> (http://bugs.winehq.org/attachment.cgi?id=8657)
Terminal output
Cannot open the list of available printers.
fixme:winspool:get_opened_printer_entry server L"XXXXX" not supported
fixme:commdlg:PrintDlgExA stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10108
Summary: window drawing and refreshing irregularity
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jr98(a)gmx.net
I found a little difference in drawing a bitmap between wine and windows.
When you klick on ? -> Info in Spider (xp version), for example, the bitmap is
not drawn first. When I triggered a refresh/redraw in older wine versions it
was drawn correctly and stayed until I minimized and restored the window (its
not drawn then, again). Since a patch for refreshing window contents lately,
you have to move the window partly off screen for the bitmap to draw. (And
redrawing does not work correctly)
Most likely just a little thing, I could find only that one case where it
happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2624
Julian Rüger <jr98(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jr98(a)gmx.net
--- Comment #13 from Julian Rüger <jr98(a)gmx.net> 2007-10-22 17:39:26 ---
*** Bug 10108 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 watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8770
--- Comment #32 from Austin English <austinenglish(a)gmail.com> 2007-10-22 15:58:42 ---
I've added a link on regression testing to the front page, so it is easier to
find now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
wine-bugs(a)winehq.org wrote:
> http://bugs.winehq.org/show_bug.cgi?id=10137
>
>
>
>
>
> --- Comment #3 from Kai Blin <blin(a)gmx.net> 2007-10-22 14:04:28 ---
> Can you try and create a basic test program that shows the problem you're
> having?
>
>
>
Hi,
Well, my network TCP/IP section of my program is a very simple
enhancement. I got a clientsocket control and set all the necessary
properties like IP address, port... I am only having
problem when I try to re-connect after host either crashed or disconnected.
Thaya,