http://bugs.winehq.org/show_bug.cgi?id=7587
------- Additional Comments From dmitry(a)codeweavers.com 2007-03-03 05:15 -------
If you run under Windows from a command promt using the same commands
the application will show exactly the same behaviour. This is not a Wine
problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7607
Summary: Conquer/Conquista: garbled input in user/pass boxes from
login screen
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
In Conquer/Conquista, input typed in user/pass boxes from login screen is
garbled. I think some characters are skipped (note: in order to type in the
user/pass boxes, first you have to know about the other bugs that prevent you
from reaching this point, see http://appdb.winehq.org/appview.php?iVersionId=4055
Edit cursor moves constantly from start to end of the edit box (about 1-2 Hz).
when you hit a key, there's a small chance (I'd say ~1/8) that the letter will
be ignored, thus creating broken input. Attempting to correct anything using
arrows and/or delete/backspace just seems to make it worse, so when I miss
something I just restart.
I've found it practical to use clipboard (note: clipboard only works with
virtual desktop!! maybe because of Bug 7552 ?) to get the username in, but doing
the same for password doesn't result (not sure why), so I type the password
manualy, taking much care to re-type characters when they've been lost.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7380
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-03-03 04:14 -------
Created an attachment (id=5203)
--> (http://bugs.winehq.org/attachment.cgi?id=5203&action=view)
patch try 2
Dmitry pointed out my patch would hurt performance. On second tought i already
thought it would be better to catch theexception in X11DRV_SetDIBits. Tests
show that SetDIBits returns 0 on windows, whereas in wine , it just crashes.
Hopefully this patch is acceptable and won't hurt performance. Anyone could
comment?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7606
Summary: Regression: Half-Life 2 crashes in engine.dll when
loading a level
Product: Wine
Version: 0.9.31.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jrliggett(a)cox.net
As shown by git-bisect, the commit b90a665d2049d0b2744886395bec3a8d215aaa80
causes Half-Life 2 to crash when loading levels (this also appears to include
the animated backgrounds used in the main menu.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4700
------- Additional Comments From dank(a)kegel.com 2007-03-03 02:58 -------
I just tried spss 15 demo. It crashed with an MSI-ish
error, but when I retried it with WINEDEBUG=+msi,
it ran to completion. Go figure...
To run, and maybe to install really happily, it
needs the msvc 6 runtime libraries.
If I can find the spss 12 demo somewhere, I'll test it again...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7605
Summary: mscms compile error(in wine-git-2007-3-3 & lcms-2007-3-
3)
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hys545(a)dreamwiz.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -O2 -g -pipe -m32 -march=i386 -mtune=pentium4
-o profile.o profile.c
profile.c:70: warning: data definition has no type or storage class
profile.c:70: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:70: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:70: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®GetColorDirectoryA¡¯
profile.c:119: warning: data definition has no type or storage class
profile.c:119: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:119: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:119: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®GetColorDirectoryW¡¯
profile.c:165: warning: data definition has no type or storage class
profile.c:165: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:165: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:165: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®GetColorProfileElement¡¯
profile.c:220: warning: data definition has no type or storage class
profile.c:220: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:220: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:220: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®GetColorProfileElementTag¡¯
profile.c:262: warning: data definition has no type or storage class
profile.c:262: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:262: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:262: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®GetColorProfileFromHandle¡¯
profile.c:306: warning: data definition has no type or storage class
profile.c:306: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:306: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:306: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®GetColorProfileHeader¡¯
profile.c:337: warning: data definition has no type or storage class
profile.c:337: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:337: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:337: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®GetCountColorProfileElements¡¯
profile.c:358: warning: data definition has no type or storage class
profile.c:358: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:358: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:358: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®GetStandardColorSpaceProfileA¡¯
profile.c:421: warning: data definition has no type or storage class
profile.c:421: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:421: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:421: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®GetStandardColorSpaceProfileW¡¯
profile.c:474: error: expected ¡®=¡¯, ¡®,¡¯, ¡®;¡¯, ¡®asm¡¯ or ¡®__attribute__¡¯ before
¡®MSCMS_header_from_file¡¯
profile.c:516: error: expected ¡®=¡¯, ¡®,¡¯, ¡®;¡¯, ¡®asm¡¯ or ¡®__attribute__¡¯ before
¡®MSCMS_match_profile¡¯
profile.c:609: warning: data definition has no type or storage class
profile.c:609: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:609: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:609: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®EnumColorProfilesA¡¯
profile.c:758: warning: data definition has no type or storage class
profile.c:758: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:758: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:758: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®EnumColorProfilesW¡¯
profile.c:870: warning: data definition has no type or storage class
profile.c:870: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:870: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:870: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®InstallColorProfileA¡¯
profile.c:907: warning: data definition has no type or storage class
profile.c:907: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:907: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:907: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®InstallColorProfileW¡¯
profile.c:945: warning: data definition has no type or storage class
profile.c:945: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:945: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:945: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®IsColorProfileTagPresent¡¯
profile.c:988: warning: data definition has no type or storage class
profile.c:988: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:988: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:988: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®IsColorProfileValid¡¯
profile.c:1020: warning: data definition has no type or storage class
profile.c:1020: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:1020: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:1020: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®SetColorProfileElement¡¯
profile.c:1066: warning: data definition has no type or storage class
profile.c:1066: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:1066: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:1066: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®SetColorProfileHeader¡¯
profile.c:1090: warning: data definition has no type or storage class
profile.c:1090: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:1090: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:1090: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®UninstallColorProfileA¡¯
profile.c:1129: warning: data definition has no type or storage class
profile.c:1129: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:1129: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:1129: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®UninstallColorProfileW¡¯
profile.c:1287: warning: data definition has no type or storage class
profile.c:1287: warning: type defaults to ¡®int¡¯ in declaration of ¡®LCMS_BOOL¡¯
profile.c:1287: warning: ¡®__stdcall__¡¯ attribute only applies to function types
profile.c:1287: error: expected ¡®,¡¯ or ¡®;¡¯ before ¡®CloseColorProfile¡¯
make: *** [profile.o] ¿À·ù 1
[root@localhost mscms]#
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.