http://bugs.winehq.org/show_bug.cgi?id=2869
------- Additional Comments From srmcqueen(a)mcqueentech.com 2005-31-08 05:23 -------
I have encountered this bug running the ExpressSCH.exe and ExpressPCB.exe
programs that can be downloaded as freeware from http://www.ExpressPCB.com. I
was running the 20050524 version in a Fedora 4 system. The bug is 100%
reproducible, even when attempting to run with native DLL's. Native DLL's give a
different sequence of error messages, but it seems to be approximately 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=3261
------- Additional Comments From neutro511(a)yahoo.com 2005-31-08 05:01 -------
Just Discovered the program will run right after it is installed but won't once
you exit it. If I use rpm -e wine, delete the /home/username/.wine folder,
reinstall wine and the Aire Freshener it will run until I exit.
--
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=1546
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From richard(a)daijobu.co.uk 2005-31-08 04:29 -------
The command line processing of wine has changed since this bug was filed, and
'winedbg --gdb' is now the correct form.
--
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=1472
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From richard(a)daijobu.co.uk 2005-31-08 04:18 -------
Works fine for me on Debian unstable
Wine-20050830
us-intl keyboard.
xorg 6.8.2
Please reopen if necessary.
--
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=3261
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |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=3263
orin(a)pinhead.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|INTERNET_FLAG_NO_AUTO_REDIRE|wininet:
|CT doesn't work |INTERNET_FLAG_NO_AUTO_REDIRE
| |CT doesn't work
------- Additional Comments From orin(a)pinhead.cc 2005-30-08 20:13 -------
BTW & FWIW: HTTP 1.0 and 1.1 say something like:
"If the 30x status code is received in response to a request using
the POST method, the user agent must not automatically redirect the
request unless it can be confirmed by the user, since this might
change the conditions under which the request was issued."
However, MS's wininet does silently redirect POSTs if
INTERNET_FLAG_NO_AUTO_REDIRECT isn't set so this behavior would be up to the
caller of 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=3263
Summary: INTERNET_FLAG_NO_AUTO_REDIRECT doesn't work
Product: Wine
Version: CVS
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: orin(a)pinhead.cc
The following line in http.c (1776 in 08/24/05 version):
if(!(hIC->hdr.dwFlags & INTERNET_FLAG_NO_AUTO_REDIRECT) && bSuccess)
Should be:
if(!(lpwhr->hdr.dwFlags & INTERNET_FLAG_NO_AUTO_REDIRECT) && bSuccess)
--
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.
Congratulations !
I did that and ran ./tools/wineinstall on version wine-20050725.
NeatImage now seems to start a_n_d w_o_r_k fine.
The problem looks fixed.
What must I do to "close the bug" ?
Many thanks.
Kind regards.
Michel Franckart
81/8, avenue Commandant Lothaire
BE-1040 Bruxelles
Téléphone, répondeur et télécopieur : +32 2 732 47 79
Gsm : +32 477 77 29 47
On Saturday 27 August 2005 12:39, Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=3097
>
>
>
>
>
> ------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-27-08 05:39 -------
> Hi Michel, could you try the following: compile wine with option CFLAGS="-m32"
> (export CFLAGS="-m32"). If it fixes the problem you can probably close the bug,
> as it is not really a bug in wine then i supposse
>
> --
> Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
http://bugs.winehq.org/show_bug.cgi?id=1483
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From richard(a)daijobu.co.uk 2005-30-08 05:08 -------
Wine compiles fine with current Debian stable/testing version 2.5.31-31 of flex
Probably fixed by the patch on 2003/06/04:
http://www.winehq.com/hypermail/wine-cvs/2003/06/0025.html
Paul Laufer
Work around for flex brain damage.
--
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.