Return To Castle Wolfenstein

Andreas Mohr andi at rhlx01.fht-esslingen.de
Tue Apr 9 10:44:57 CDT 2002


On Tue, Apr 09, 2002 at 09:01:34AM +0200, Michal Seliga wrote:
> Greetings
> 
> I use wine from 10.3.2002
> 
> I tried to run Return To castle Wolfenstain in it. Works almost great! I found few problems I would like to tell you, maybe they are solved already
> 
> 1) installation: font is wider then expected (I think) so it looks like not all texts are fully visible or they collide with buttons (screenshot on request)
> 2) installation: in part where i should write an installation code, there are places for 4 characters in all textfields, but when I type in 2 characters it 
> will
> jump to the next one. It looks like if editfield is xx chars long, then after writing xx/2 characters it thinks it is already all filled 3) game: works in
Probably yet another unicode bug:
sizeof(WCHAR) == 2 != sizeof(CHAR) == 1
Use --debugmsg +relay,+edit to try to find out more.

-- 
Andreas Mohr                        Stauferstr. 6, D-71272 Renningen, Germany
Tel. +49 7159 800604                http://home.arcor.de/andi.mohr/



More information about the wine-devel mailing list