Re: a-10 cuba directdraw regression

2006-10-01 Thread Matheus Izvekov

On 10/1/06, Matheus Izvekov <[EMAIL PROTECTED]> wrote:

Yeah, i will create a bugzilla entry asap. But true, this problem
happens specifically if you dont use a virtual desktop. But anyway the
resolution bug is there, the resolution wont change but the game will
still draw the fonts bigger.


Bugzilla entry created.

http://bugs.winehq.org/show_bug.cgi?id=6343




Re: a-10 cuba directdraw regression

2006-10-01 Thread Matheus Izvekov

On 10/1/06, Neil Skrypuch <[EMAIL PROTECTED]> wrote:

For something like this, you should create a bug in Bugzilla for this, see
here: . Add the url for the demo and keyword the bug
with regression and download. Also, it would be ideal if you could do a
regression test with git, then you can pinpoint the specific patch which
broke it, see section 6 here: .

I tried the demo in today's git and it seems to be fine (although I had to set
the Windows version to 98, when reporting 2000 it bombs out saying that it
doesn't support NT yet), although setting the resolution to 1024x768 didn't
seem to change anything. Were you running this in a virtual desktop? I was.

- Neil



Yeah, i will create a bugzilla entry asap. But true, this problem
happens specifically if you dont use a virtual desktop. But anyway the
resolution bug is there, the resolution wont change but the game will
still draw the fonts bigger.




Re: a-10 cuba directdraw regression

2006-10-01 Thread Neil Skrypuch
On Sunday, October 01, 2006 15:24, Matheus Izvekov wrote:
> Hi, a-10 cuba used to work on older versions of wine, but now there
> are 2 regressions:
>
> when you are in the mission selection window and you start the game by
> clicking in fly mission button, this window keeps on top of the
> directdraw window, making the game unplayable.
> Changing resolution in the preferences window doesnt change the
> resolution per se, but the game draws in-game windows and fonts
> bigger, making everything look weird.
>
> What looks suspect is this:
> fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel
> (0x16cfd0)->((nil),0008)
> fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel
> (0x16cfd0)->(0x10046,0013) Ive read the description of this function,
> and those 2 errors seem related to that.
>
> you can download the demo (7mb) from:
> http://www.gamershell.com/download_8121.shtml
>
> It exhibits those 2 problems as well, exactly like the full game.
>
> Other than that, and directplay and joystick support, the game is 100%
> fine, and i hope by fixing that the game could go silver.
>
> Thank you.

For something like this, you should create a bug in Bugzilla for this, see 
here: . Add the url for the demo and keyword the bug 
with regression and download. Also, it would be ideal if you could do a 
regression test with git, then you can pinpoint the specific patch which 
broke it, see section 6 here: .

I tried the demo in today's git and it seems to be fine (although I had to set 
the Windows version to 98, when reporting 2000 it bombs out saying that it 
doesn't support NT yet), although setting the resolution to 1024x768 didn't 
seem to change anything. Were you running this in a virtual desktop? I was.

- Neil




a-10 cuba directdraw regression

2006-10-01 Thread Matheus Izvekov

Hi, a-10 cuba used to work on older versions of wine, but now there
are 2 regressions:

when you are in the mission selection window and you start the game by
clicking in fly mission button, this window keeps on top of the
directdraw window, making the game unplayable.
Changing resolution in the preferences window doesnt change the
resolution per se, but the game draws in-game windows and fonts
bigger, making everything look weird.

What looks suspect is this:
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x16cfd0)->((nil),0008)
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x16cfd0)->(0x10046,0013)
Ive read the description of this function, and those 2 errors seem
related to that.

you can download the demo (7mb) from:
http://www.gamershell.com/download_8121.shtml

It exhibits those 2 problems as well, exactly like the full game.

Other than that, and directplay and joystick support, the game is 100%
fine, and i hope by fixing that the game could go silver.

Thank you.