http://bugs.winehq.org/show_bug.cgi?id=3560
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 05:44 -------
closing this bug as the original bug has been fixed, patch has been commited to
cvs. if there are any new problems other than this one open new bug report(s).
--
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=1490
------- Additional Comments From wijn(a)wanadoo.nl 2005-17-10 05:39 -------
Looks like the same problem that I've seen before on the users mailing list and
the news group. If I am right he error message is accurate: there is no space
for the environment, because the environment is now typically larger then when
this program was written.
This is what I wrote on the users list:
This actually has come up before in a thread "Upper Memory" not long ago
in the newsgroup comp.emulators.ms-windows.wine. That was about a
program called Seed Master, but Bible Companion Software was also
mentioned to suffer the same problem.
The problem is that the program reserves a fixed sized buffer to store
the environment (the output what you see when you type "set" under
DOS/Windows or "env" under Unix/Linux). What was more then enough for
Windows 3.1, may not be enough under XP or Linux.
If the supplier is unwilling to fix it, there are two ways to try to reduce the
environment:
1. Before starting wine, before starting wine cut as much as possible unneeded
variables from the environment. Use the "unset" command for this. You would do
this in a shell script.
2. Remove the environment and add only those variables that are needed
for running wine. For a start you can try this:
env -i PATH=$PATH DISPLAY=$DISPLAY wine yourprogram.exe
(the -i removes all variables, and I add the PATH and DISPLAY variables
needed to find and run wine).
There may be a few more other variables, TMP, TEMP, anything starting
with LD_ needed or wine to run.
Rein.
--
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=3217
------- Additional Comments From f.h.silva(a)terra.com.br 2005-17-10 05:34 -------
Hi Louis,
I dont tried the demo, because with cd version and wine-20050930 I got the same
error: Can't find the refresh rate of my monitor.
thank you for the answer.
Flávio
--
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=1490
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 05:15 -------
there have been a lot of changes from 200504 - 200509. please test with latest wine
--
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=3578
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-17-10 05:11 -------
Hi, do you have the same problem with the demo (the free trial version from the
website mentioned above)? I tried the demo and initially it wouldn't start
because of errors with the audio settings. I changed (using winecfg) Hardware
acceleration to "Emulation" and than the program starts up just fine.Could you
try these steps too and report back if it changes anything? 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=3560
------- Additional Comments From richard(a)daijobu.co.uk 2005-17-10 05:08 -------
1. Please open separate bug reports for each bug, as it makes them much easier
to track.
The last one seems to be something like "Compilation fails with AMD64 and 64bit
freetype"
2. Use attachments rather than pasting large amounts of text.
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=3604
------- Additional Comments From richard(a)daijobu.co.uk 2005-17-10 05:03 -------
mfc42.dll is a Visual C++ redistributable, meaning that it can, and perhaps
should, be distributed with savihost.exe
You can also download the necessary version from Microsoft. See
http://support.microsoft.com/kb/q259403/
"Vcredist.exe installs the latest run-time components for Visual C++ applications"
or
http://www.msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvc60…
"Redistributing Microsoft Visual C++ 6.0 Applications"
In short, since you would get exactly the same problem on a freshly installed
copy of Windows 98, this bug should probably be closed.
Re-implementing MFC is a huge job that should not be in the scope of Wine.
--
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=443
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 04:17 -------
if i try bash.exe on wine20050930, i get the following errors
fixme:ntdll:NtSetInformationToken 0x44 4 0x61154988 44
fixme:ntdll:NtSetInformationToken 0x44 6 0x7fa9fa00 4
31 [main] ? 8 cygheap_user::init: SetTokenInformation (TokenDefaultDacl),
Win32 error 1
fixme:ntdll:NtSetSecurityObject 0x38 0x00000004 0x7fa9f5ec
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x9c):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0xd4):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x9c):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x9c):stub returning FALSE
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
Segmentation fault
--
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=3602
------- Additional Comments From infyquest(a)gmail.com 2005-17-10 04:10 -------
it works in desktop mode, it might be a problem with dialog re-sizing
--
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=3608
------- Additional Comments From oldium.pro(a)seznam.cz 2005-17-10 04:01 -------
Already done on 8th October 2005, I just wanted to be sure that it will not be
lost anywhere in the middle of hundreds of patches :-)
--
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.