When trying to load up various apps, users are having problems with wine causing the program to say that certain files are missing, even when run from within the program directory (where the file that is supposedly missing is)..  The problem has been narrowed down to this patch: 
<a href="http://www.winehq.org/pipermail/wine-cvs/2006-January/020072.html">http://www.winehq.org/pipermail/wine-cvs/2006-January/020072.html</a> ..It seems to be that wine thinks the header is bigger than the file to be read.&nbsp; Louis Lenders and Tony Lambregts have narrowed it down to one line, which commenting out causes the programs to work..&nbsp; After they added some traces to the code, it appears that the 
st.st_size variable is correct but the header_size variable is incorrect..&nbsp; My question is where is wine pulling the header size from to fill into that variable to have given it the value that it is getting?&nbsp; And is there a simple (as well as proper) solution for this?
<br><br>Tom<br>