http://bugs.winehq.org/show_bug.cgi?id=16023
--- Comment #30 from Tijl Coosemans tijl@ulyssis.org 2009-01-03 15:29:32 --- With image-base problem I'm referring to ntdll.dll.so and kernel32.dll.so which are linked with the -image-base flag. It is used to give them a fixed location in memory. On Linux this is implemented in winegcc using the prelink utility. Other platforms as far as I know don't support a base address for DSOs. From what I've been told this is needed to get more sophisticated copy protection schemes working. These don't work on FreeBSD at the moment.