<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
hello,<br>i read the old post:<br><br>http://www.winehq.org/pipermail/wine-users/2009-June/054779.html<br><br>after finding the link on a search.<br><br>i am the programmer of ad-infinitum project:<br><br>http://sourceforge.net/projects/ad-infinitum/<br><br>and the queries of running the (developing) game on Win interest me. I do not have Win but took the comments of a user who ran the game under win on face value and listed as OK on Win<br><br>reading the error message the problem may be linked with my use of fake "fake" back buffers. I used code to create 2 buffers that do not try to store in memory in graphics hardware. thought this would be safer at the time. This may be the problem the user posted about. if not it may relate to the manual editing necessary to configure the screen size. this is found in the&nbsp; input.txt file and the values:<br><br>screen_x: 1024<br>screen_y: 768<br><br>should be changed (and saved) to your usual screen size. e.g.:<br><br>screen_x: 800<br>
screen_y: 600<br><br>if i find that the game is not supported by win i may create a version that does not have back buffers for future testing, or remove win as a usable platform.<br><br>note the dirext x setup, and buffer set to #define BUFFERS 2, code is found in the Unit1.cpp of the code file of the project<br><br>yours ever,<br><br>BrodieBrodie<br>                                               <br /><hr />Get a free e-mail account with Hotmail. <a href='http://clk.atdmt.com/UKM/go/197222280/direct/01/' target='_new'>Sign-up now.</a></body>
</html>