DaVince wrote: > I thought programs needed root access to be able to access the full RAM range Correct, you can't access RAM directly (via /dev/mem for example) unless you are super user or part of the group that have access to /dev/mem. As far as Wine goes, applications can "see" each-other only within the same instance only (same wineserver == same wineprefix). If you have 2 wineprefixes, then the reason must be somewhere else.