https://bugs.winehq.org/show_bug.cgi?id=8712
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks|39597 |
--- Comment #57 from Nikolay Sivov <bunglehead(a)gmail.com> ---
Sure, I don't like it either, reports should be as targeted as possible. But
when report is closed while it still demonstrates valid reproducible issue, I'd
like to keep this information, and I know you usually do exactly that.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8712
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |39597
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8712
--- Comment #56 from Anastasius Focht <focht(a)gmx.net> ---
Hello Nikolay,
--- quote ---
It still doesn't work, so I'm not sure if it make sense to close this. Unless
someone will open next one.
--- quote ---
well, I'm sure you know how it should be.
Meta bugs dealing with multiple underlying issues (missing
infrastructure/interfaces, stubs, method implementations) just for the sake of
"make my app work" should be avoided.
If people don't follow-up then let it be.
At one point the missing infrastructure will be implemented and apps
"magically" start to work - the progress will be untracked though.
If you are personally interested on tracking the progress in detail, create
follow-ups as needed (as I do).
Reading the history ... unfortunately even long timers have a different opinion
on this:
Austin:
--- quote ---
I would disagree. The original bug says the video demo doesn't work. This bug
may be fixed, or it could be hidden by a new bug. I'd say leave this open until
the demo works, then close it out.
--- quote ---
But do as you want, reopen. I personally don't like this "meta" approach.
Just imagine if everyone takes this approach - you end up with potentially
thousands of "make my app/game X to work" tickets which results in a mess
(overlapping underlying/individual issues, regressing each other).
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8712
--- Comment #55 from Nikolay Sivov <bunglehead(a)gmail.com> ---
It still doesn't work, so I'm not sure if it make sense to close this. Unless
someone will open next one.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8712
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |ed06707bacece1dfe0333803973
| |8d453af11fa30
Status|REOPENED |RESOLVED
Version|unspecified |0.9.39.
Resolution|--- |FIXED
--- Comment #54 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
resolving here based on last comments.
https://source.winehq.org/git/wine.git/commitdiff/ed06707bacece1dfe03338039…
Thanks Nikolay
Please avoid meta-bugs in future (original bug report evolved over several
years).
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=9127
xpue <r9ku1q(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r9ku1q(a)gmail.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=8712
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net,
| |super_man(a)post.com
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36053
Bug ID: 36053
Summary: RTF code is not parsed as rich text
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: alexhultman(a)gmail.com
Created attachment 48214
--> http://bugs.winehq.org/attachment.cgi?id=48214
This code should be rendered as a document
Using wine 1.7.16. RTF code does not render as a document. It just displays the
RTF code.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38237
Bug ID: 38237
Summary: UrlDownloadToFile should fail when not found
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
In Windows function fails, when url (jpg) is not found.
wine downloads&saves error page html.
-> application crashed when it tried to use invalid jpg.
FPC test/source:
program notfoundtest;
{$mode Delphi}
uses sysutils, urlmon;
var r: boolean;
begin
r := UrlDownloadToFile(nil, PChar('http://netikka.net/dev/not_found.jpg'),
PChar('C:\t.jpg'), 0, nil)=0;
if r=true then
begin
writeln('Test failed!');
readln;
end;
end.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13068
Summary: iphlpapi dll error
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svenwinkle(a)yahoo.com
Created an attachment (id=12824)
--> (http://bugs.winehq.org/attachment.cgi?id=12824)
trace from the point the program stopped working
When trying to run Saga (see playsaga.com) I receive the following message
during the login step:
wine: Call from 0x4e1577 to unimplemented function
iphlpapi.dll.GetAdaptersAddresses, aborting
The full trace is in a txt file I've attached. It looks like the program wants
to see what ip addresses are on my network interfaces, but bombs out. I've
tried running the program as root through sudo with the same result.
Thanks,
Jeff
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.