http://bugs.winehq.org/show_bug.cgi?id=19686 --- Comment #5 from Detlef Riekenberg <wine.dev(a)web.de> 2010-05-14 19:32:26 --- The installer does a RawRead for block 0 of the C Drive (the HD Serial-Nr. is there. The used API has a 2047MB media size limit) Then INT31/AX=0000 (Allocate LDT descriptors) is called, but the requested number of descriptors is 0. A Failure is returned here (CF set and AX=0x8011) INT31/AX=0x8011 is the next INT, resulting in the error code 0x8001. The observed loop is started with INT31/AX=0x8001 -- By by ... Detlef -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.