http://bugs.winehq.com/show_bug.cgi?id=760
*** shadow/760 Sun Jun 2 14:26:39 2002 --- shadow/760.tmp.639 Sun Jun 2 14:42:14 2002 *************** *** 54,56 **** --- 54,62 ---- -rw------- 1 ulmer users 192188416 Apr 17 1902 DSdemo.exe
But well, Microsoft has bandwitdh to spare :-) + + + ------- Additional Comments From julliard@winehq.com 2002-06-02 14:42 ------- + The size is the cause of the problem, the file is too large to map at 0x400000 + because that would overwrite the default ELF loading address of 0x8048000. + I guess the only solution is to make the wine binary load at a higher address.