http://bugs.winehq.org/show_bug.cgi?id=7929
Matt Razza <mrpigowns(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #9236 is|0 |1
obsolete| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3014
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-24 14:15:24 ---
Abandoned - closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2989
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Status|UNCONFIRMED |NEW
Component|wine-programs |wine-binary
Ever Confirmed|0 |1
Summary|wineprefixcreate ignores |Wine supports only one
|DISPLAY? |DISPLAY per session
Version|unspecified |20050725
--- Comment #19 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-24 14:12:46 ---
For this to work might need separate winstations for each DISPLAY.
The simple workaround - use separate WINEPREFIXes for apps you need to run on
separate DISPLAYs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2983
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |1.0.0
--- Comment #13 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-24 14:04:42 ---
Need to fix this one for 1.0.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2844
--- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-24 13:56:51 ---
Having "c:\windows" configurable makes no sense. We already have WINEPREFIX
which is much more usable. And even m$ can't agree on what they want to use for
c:\windows. It keeps changing each version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2653
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-24 13:50:59 ---
Fixed working. However in newer versions it's hitting the bug 8069.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2609
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #13 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-11-24 13:43:00 ---
This will be won't fix. Wine is bound to windows address space. And it have to
"protect" it from anything else taking it. Like all the shared libraries for
example.
Wine uses preloader to map most of the lover 2GB of address space for it's
needs. Preloader is a minimalistic program that does not use glibc to avoid
loading of any shared libraries.
The reason preloader was written, is to cope with new address randomization
security feature of some distros (now all distros using this). All and I repeat
all windows programs load at fixed address. If that address unavailable
programs just crash / refuse to run. Programs that are compiled to load at
fixed address can not be relocated. That's just the way it is.
Also there are several "special" address spaces that are reserved for "system
use". Again, some programs use these hard-coded addresses to access some system
structures (like Shared User Data). Again this can not be relocated.
The only way to "reserve" address space required by Wine is to .. map it. This
is what you have virtual memory for...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7929
Ambro <ambro(a)b4ever.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ambro(a)b4ever.net
--- Comment #64 from Ambro <ambro(a)b4ever.net> 2007-11-24 13:42:46 ---
I've tested my patch with wine 0.9.48 and I was able to start a LAN game
between two linux boxes.
Again, don't forget 'autoreconf' before configure and the registry value.
I recommend using 0.9.48, especially not current git as it has some problems.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.