http://bugs.winehq.org/show_bug.cgi?id=11230
Summary: GetTickCount is affected by clock changes
Product: Wine
Version: 0.9.53.
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghazel(a)gmail.com
This affects 0.9.53, but probably exists in previous versions as well.
http://source.winehq.org/source/dlls/kernel32/kernel_main.c?v=wine-0.9.52#L…
Because GetTickCount uses GetTickCount64 which uses NtQuerySystemTime, the tick
count can jump backwards if the system clock is changed. Tick count functions
are supposed to be milliseconds since system start, and should not be affected
by the clock, or go backwards (aside from the wrapping issue on GetTickCount,
which is well known).
--
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=847
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:23:08 CST ---
Removing deprecated 'All' Platform.
--
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=835
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
--- Comment #16 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:23:03 CST ---
Removing deprecated 'All' Platform.
--
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=8399
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:23:03 CST ---
Removing deprecated 'All' Platform.
--
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=6965
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
--- Comment #8 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:23:03 CST ---
Removing deprecated 'All' Platform.
--
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=796
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:23:03 CST ---
Removing deprecated 'All' Platform.
--
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=5887
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
--- Comment #22 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:23:02 CST ---
Removing deprecated 'All' Platform.
--
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=4284
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:23:01 CST ---
Removing deprecated 'All' Platform.
--
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=8259
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:23:01 CST ---
Removing deprecated 'All' Platform.
--
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=14830
Summary: Autocad 2005 : many OLE/Activex problems
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
Well, I don't know if that's really a bug or many bugs at once... if somebody
can be more precise, please correct me.
1) Lisp command (vl-vbaload "vba-project-name") don't work. It tells
"Automation Error. Problem in loading DVB file"
Manual (non autolisp) command line "-vbaload" works as expected.
Notice that on windows machine both works.
No error/messages shown on console upon command launch.
2) VBA has problem on autocad objects declarations/usage.
For example, if I use :
Dim myDoc as Object
it does work (but of course you can't inspect object easily)
If I use
Dim myDoc as AcadDocument
it DOESN'T work, it tells something like "not yet supported".
Notice that on a windows machine both works ok.
3) Upon using some command that invokes OLE automation, CPU usage for autocad
(and wineserver) rises to about 50% for each of them (total about 98%). I've
got a 2 core machine, so it's still usable, but slows down everything. Stopping
the command don't help; closing ALL of active drawings does help, CPU goes to
2%, but on new drawing/open drawing CPU still raise to 100%, even with no
further OLE commands.
I guess all 3 above are related to each one, so I put on a single bug report.
Well, first 3 are by sure OLE related. Next one I don't know...
4) Opening Visual Lisp Ide from inside autocad don't allow to switch back to
autocad again without closing it. Well, you can select Autocad window, but it's
irresponsive. Upon closing ide, autocad becomes responsive again.
More, if you open visual lisp ide, then help system from it, then close visual
lisp ide, if you try to close help system autocad crashes. That don't happens
if you close help BEFORE closing visual lisp ide.
Max
--
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.