http://bugs.winehq.org/show_bug.cgi?id=5404
------- Additional Comments From huw(a)codeweavers.com 2006-12-06 03:14 -------
Could you get me a +font,+xrender log (without those ClientSide* settings in the
registry) ?
--
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=5407
------- Additional Comments From vitaliy(a)kievinfo.com 2006-11-06 23:45 -------
There are several applications that do access SharedUserData structure located
at 0x7ffe0000. It is there on all winNT systems.
Also if you load all the Linux libraries into lover 2GB they will stomp over
address space required by Windows programs.
This is just reasons why 2GB/2GB split is not compatible with 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=5404
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|killertux(a)suomi24.fi |
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-11-06 23:40 -------
I verified on IRC that both "SYSTEM" and MS Sans Serif" fonts do work in Notepad.
Other person with exact same problem has FC.
--
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=5406
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
------- Additional Comments From vitaliy(a)kievinfo.com 2006-11-06 23:38 -------
Are you sure you using wine-0.9.15? The auto-detect windows version option was
removed almost a year ago.
You have to set version for "Defualt Settings". Per app might not work.
--
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=5400
------- Additional Comments From dvsoftware(a)gmail.com 2006-11-06 22:12 -------
It's known issue - securom7 isn't supported. You need full game with nodvd patch.
--
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=5407
------- Additional Comments From mike(a)codeweavers.com 2006-11-06 20:58 -------
We already have problems with applications running out of memory because we only
have 2G to play with, though admittedly those problems are also due to address
space fragmentation.
I think even if we moved wine-preloader, the 2G/2G split may still incompatible
with the win32 address space, because there are things that need to be mapped
above 78000000... but perhaps the majority of applications will not be affected
by this.
You can try change the preloader mapping address. It is defined in
loader/Makefile.in. If that works, submit a patch to wine-patches and argue for
the change there.
--
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=5407
Summary: wine-preloader receives SIGKILL on start on machines
with >1GiB RAM
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: development--bugs.winehq.org(a)medium.net
This bug is related to bug 2574 ( http://bugs.winehq.org/show_bug.cgi?id=2574 ).
What Mike McCormack points out, seems to be correct. According to "objdump -f
/usr/bin/wine-preloader", the start address of "wine-preloader" is 0x7c000000.
However, when using a Linux kernel which is configured to "2G/2G user/kernel
split" (as explained here: http://kerneltrap.org/node/6067 ), the kernel address
space already starts at 0x78000000 (not at 0x80000000), making it impossible to
map wine-preloader to the user virtual memory from start address 0x7c000000 on
(because the user virtual memory ends at 0x78000000) .
Thus, "wine-preloader" immediately receives a KILL signal from the kernel.
This bug should be fixed. It makes wine unable for wine-users who have a
properly configured kernel and more than 1GiB RAM (but not more than 2GiB RAM).
This user group should enable "2G/2G user/kernel split" for optimal performance
if they do run applications which need more than 2GB virtual address space. I
doubt that wine needs so much virtual address space in every instance.
As a solution, for example, "wine-preloader" could use a slightly lower start
address like 0x74000000.
--
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=5386
------- Additional Comments From mike(a)codeweavers.com 2006-11-06 20:16 -------
Make sure to "configure && make depend" after each bisect, hopefully that should
fix the 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=5404
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Regression: wine>0.9.9, |Gathering Online installer
|ClientSideWithCore=N&ClientS|fonts transparent
|ideWithRender=N workaround |
|do not work |
------- Additional Comments From mike(a)codeweavers.com 2006-11-06 20:12 -------
We should try to fix the problem, not make the work around work.
I suggest you are either missing the correct version of freetype/fontforge or
have some other screwy Gentoo 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=5406
Summary: Gmail notifier does not install
Product: Wine
Version: 0.9.15.
Platform: Other
URL: http://http://appdb.winehq.org/appview.php?appId=4539
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.tester(a)gmail.com
When trying to install Gmail notifier with Wine 0.9.15 I receive an error saying
Gmail notifier requires Windows 2000 or higher regardless of Windows version
selected in Wine Config. I tried with auto detect, Win2000, WinXP and Win2003.
--
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.