http://bugs.winehq.org/show_bug.cgi?id=5431
------- Additional Comments From fluxxdog(a)gmail.com 2006-14-06 07:59 -------
Created an attachment (id=2631)
--> (http://bugs.winehq.org/attachment.cgi?id=2631&action=view)
Debug output for wineboot
Attachment for output of env WINEDEBUG=warn+all wine wineboot and env
WINEDEBUG=warn+all wineboot Both commands line entries were tried just in case
and both output the same information.
--
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=5431
------- Additional Comments From fluxxdog(a)gmail.com 2006-14-06 07:55 -------
>> What happens when you run wineboot in a terminal? it looks like you have a
broken package where did you get your wine from? <<
I do apologize. I should have mentioned that I've tried using wineboot several
times. A output of WINEDEBUIG=warn+all will be attached. And I've downloaded
wine from winehq.org, both in .deb format and compiled, same results.
>> Solution is quite simple: add a fake advpack.dll in system32. I've sent a patch
to wine-patches for this. For now you can just do 'touch
~/.wine/drive_c/windows/system32/advpack.dll'. This fixes the problem with the
trial version. Could you report back if it fixes the problem for you too? Thanks. <<
Nope. Output is still the same. And my version is the full one.
--
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=5435
Summary: not possible no use more than 1.2GB of memory
Product: Wine
Version: 0.9.15.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bartek(a)pszczolek.com
I've got a simple (32bit) windows application (compiled in Borland c++
builder):
int *p;
while(1) {
p = new int[10000000]; //allocates 40 MB of memory
}
on Windows XP it crashes after 50 iterations (i.e. 2 GB allocated)
but on wine it crashes after 30 iterations (1200 MB allocated)
is it impossible to use 2gb of memory in wine? why only 1.2GB is
available?
I've got wine 0.9.13, linux 2.4 (wine 0.9.15 or linux 2.6 doesn't make any
difference),
2.5GB of physical RAM and 4GB of swap.
--
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=5431
------- Additional Comments From mike(a)codeweavers.com 2006-14-06 04:07 -------
You can submit a patch to add advpack.dll to the [FakeDllsSection] in
tools/wine.inf, that should fix the problem properly.
--
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=5431
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-14-06 04:01 -------
Solution is quite simple: add a fake advpack.dll in system32. I've sent a patch
to wine-patches for this. For now you can just do 'touch
~/.wine/drive_c/windows/system32/advpack.dll'. This fixes the problem with the
trial version. Could you report back if it fixes the problem for you too? 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=5434
------- Additional Comments From Rincebrain(a)gmail.com 2006-14-06 02:51 -------
Addendum - installer had the problem noted in Bug #5433
--
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=5431
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://download.microsoft.co
| |m/download/D/B/7/DB72D4E0-
| |FBD1-4B76-BFA0-
| |1FF20F6AEC8D/M12USWEB.exe
Severity|major |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-14-06 02:29 -------
I can confirm this bug, it's present as well with the download trial. I was
however able to install it in an existing .wine, where i had some other programs
installed, so it probably just needs some registry keys set. I'll try to figure
out what it needs.
--
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.