http://bugs.winehq.org/show_bug.cgi?id=8924
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |INVALID
--- Comment #30 from Dan Kegel <dank(a)kegel.com> 2009-10-02 09:19:03 ---
I was never convinced it was a real problem,
and we haven't had any changes to msvcrt/environ.c
in ages. So it's probably more likely invalid.
I read his report more carefully, and see that he was
saying that putenv cleared *other* env vars, so I wrote
the test case
#include <stdio.h>
#include <stdlib.h>
void show()
{
const char *foobie=getenv("foobie");
if (foobie)
printf("foobie ok, %s\n", foobie);
else
printf("foobie not found\n");
foobie=getenv("bar");
if (foobie)
printf("bar ok, %s\n", foobie);
else
printf("bar not found\n");
}
int main(int argc, char **argv)
{
show();
putenv("bar=bletch");
show();
}
and ran it with
i586-mingw32msvc-gcc env.c
foobie=xyz wine a.exe
Worked fine.
Also, there's a known issue even in Windows with
having too many environment variables; space
is limited. The user said that commenting out
some variables fixed his problem. So that's
what he was probably running into, and that's
probably what fixed his problem.
If there is a real problem, it might be that
Wine preserves too many Unix environment variables,
thus using up the precious space in wine.
In any case, we didn't fix anything, so this should
either be left open or closed as invalid.
Let's close it as invalid for now, but
if anyone runs into the "runs out of env space
sooner in wine than windows" problem, let's
reopen it as a new bug.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=1201
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|directx-d3d |-unknown
Version|unspecified |20021219
AssignedTo|lionel.ulmer(a)free.fr |wine-bugs(a)winehq.org
--- Comment #16 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 06:10:43 ---
(In reply to comment #14)
> This patch rectifies the batch issue that Christoph Korn observed:
>
> http://www.winehq.org/pipermail/wine-patches/2009-February/069191.html
>
> The Microsoft Golf crash still occurs.
Hi Andrew,
The patch seems to have strange line endings, as well as your try2. Do you
want to rebase and resend?
http://www.winehq.org/pipermail/wine-patches/2009-March/070164.html
--
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.
http://bugs.winehq.org/show_bug.cgi?id=2748
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
--- Comment #17 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 05:54:50 ---
Still doesn't run with wine-1.1.30-168-g3fe20bd, I just a blank screen and no
sound after clicking start.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=2113
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 05:31:58 ---
closing invalid.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=2113
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|kernel32 |-unknown
Resolution| |INVALID
--- Comment #8 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 05:31:39 ---
Invalid per comment #6. Also crashes on Vista. Probably just a bug in mosaic
with modern webservers/sites.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=5568
--- Comment #26 from Rihards <richlv(a)nakts.net> 2009-10-02 03:44:56 ---
yes, the issue is still there with 1.1.30
--
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.
http://bugs.winehq.org/show_bug.cgi?id=5567
--- Comment #27 from Rihards <richlv(a)nakts.net> 2009-10-02 03:44:47 ---
yes, the issue is still there with 1.1.30
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8924
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |RESOLVED
--- Comment #29 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-10-01 23:50:01 ---
Oops, not closing
--
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.
http://bugs.winehq.org/show_bug.cgi?id=8924
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Resolution|INVALID |FIXED
--- Comment #28 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2009-10-01 23:49:50 ---
Then might as well mark it fixed. Closing
--
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.
http://bugs.winehq.org/show_bug.cgi?id=7548
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-10-01 20:48:29 ---
Abandoned. If this is still an issue in current (1.1.30 or newer) wine, and you
can provide the needed information, feel free to reopen.
--
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.