http://bugs.winehq.org/show_bug.cgi?id=6878
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
--- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-11-10 00:07:40 ---
FWIW, someone tried making a small demo program in C++
that used this feature:
http://www.codeguru.com/cpp/misc/misc/flickerfreedrawing/article.php/c3877
See also http://support.microsoft.com/kb/139217
"Windows maintains an accumulated bounding rectangle for each application. An
application can retrieve this bounding rectangle by calling GetBoundsRect, and
it can set this rectangle by calling SetBoundsRect. But this rectangle may not
be the smallest bounding rectangle if your drawing functions contain functions
doing text output such as TextOut. GDI does not calculate ahead of time how far
across the TextOut functions are going to draw. GDI just sets the right side of
the bounding rectangle to a large number. "
Krugle found a few possible calls to it, e.g. in bzflag and Neuroshare
http://www.krugle.org/kse/files?query=GetBoundsRect
and a whole lot of false positives.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8663
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-11-09 21:40:43 ---
(In reply to comment #7)
> Having just tested with wine-1.1.8 after months of not playing - windowed mode
> now works!
Marking as fixed then.
> Is it worth "regression" testing to see when this was fixed, or shall we just
> mark it as fixed?
If you have plenty of free time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8357
joneill(a)escom.us changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |joneill(a)escom.us
--- Comment #36 from joneill(a)escom.us 2008-11-09 13:47:05 ---
I am experiencing this issue with Wine 1.1.18 on Gentoo Linux. Console output
for that version is almost identical to the output submitted on 2008-09-01.
>From looking at the logs, I believe the problem is that Wine is not supporting
"AL16" and "R16" format textures, which are now being used by the game
character models.
This problem has been tested and confirmed with both the regular EverQuest and
the EverQuest Test Server client. Testing was performed with the D3DX9_30.DLL
fix installed, which was obtained from http://angeliqe.com/d3dx9_30.dll on
2008-11-09.
Test Environment Specs:
Distribution: Gentoo Linux x86_64
Kernel/Processsor: Linux 2.6.25-gentoo-r7z64 #1 SMP PREEMPT Sun Sep 28 21:15:09
CDT 2008 x86_64 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz GenuineIntel GNU/Linux
Memory: 2GB
Video: NVIDIA GeForce 7900 GS PCI Express; NVIDIA Drivers 173.14.09
Monitor: Dell Trinitron CRT; 1600x1200
Wine Version: 1.1.18
Game: EverQuest Live / Test Server
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15416
Summary: Garena : division by zero in comctl32
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.garena.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matej.spindler(a)email.si
Shortly after starting garena it crashes with :
wine: Unhandled division by zero at address 0x7e9295d8 (thread 0009), starting
debugger...
I traced the crash to:
dlls/comctl32/listview.c:1716:
vertInfo.nPage /= infoPtr->nItemHeight;
changing the line to:
vertInfo.nPage /= (infoPtr->nItemHeight == 0) ? 1 : infoPtr->nItemHeight ;
lets garena continue, but there are problems later on (not in comctl32), but
thats for another bugreport.
LP Matej
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15986
Summary: ActiveSync 4.5 don't update wceusbsh.inf
(UpdateDriverForPlugAndPlayDevicesA)
Product: Wine
Version: 1.1.8
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shakaran(a)gmail.com
Created an attachment (id=17173)
--> (http://bugs.winehq.org/attachment.cgi?id=17173)
Activesync installation (whole proccess)
When you install ActiveSync 4.5 in the proccess of registry copy appear
multiple fixme as:
fixme:newdev:UpdateDriverForPlugAndPlayDevicesA Stub! USB\Vid_045E&Pid_046A
c:\Archivos de programa\Microsoft ActiveSync\Drivers\wceusbsh.inf 0x00000000
The complete log is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15979
Summary: A windows crash showed after installing Office 2003
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: francisco.meneu(a)gmail.com
I use opensuse 11.0 64 bits.
At the end of installation of MS Office 2003, I get a windows crash message.
But the MS Office seems to work fine. It did not happened with wine 1.0.1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15978
Summary: Visio 2003 crashes at startup
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: francisco.meneu(a)gmail.com
I use opensuse 11.0 64 bits.
I cannot run Visio 2003. I get this error on the console:
err:ole:CoGetClassObject class {529a9e6b-6587-4f23-ab9e-9c7d683e3c50} not
registered
err:ole:CoGetClassObject no class object {529a9e6b-6587-4f23-ab9e-9c7d683e3c50}
could be created for context 0x1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5764
--- Comment #15 from Nicolas Le Cam <niko.lecam(a)gmail.com> 2008-11-09 12:49:39 ---
Patch is in git and in Wine 1.1.8 if someone want to test.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8756
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-11-09 12:46:57 ---
Closing fixed in wine-1.1.8
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8756
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #5 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-11-09 12:46:38 ---
Reported fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.