http://bugs.winehq.org/show_bug.cgi?id=8320
julliard(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WONTFIX |
------- Additional Comments From julliard(a)winehq.com 2007-09-05 03:35 -------
Vitaliy, don't be silly, that's a real bug. Of course the starting point for
timestamps is arbitrary, but it has to be the same for all timestamps.
--
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=8338
Summary: Wine font changes
Product: Wine
Version: 0.9.36.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail2benny(a)gmail.com
After installing a program via a setup and the program requires his own, weird,
fonts. Wine is affected, meaning every wine like messagebox including WineCFG
uses the new font, sometimes making it unledgeble.
I had had this with several programs, guitar-pro 5 has this problem for sure. I
don't know what causes it though. . .
http://www.guitar-pro.com/ (use the try version).
--
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=8323
luca.cappelletti(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From luca.cappelletti(a)gmail.com 2007-09-05 03:09 -------
Installed additional development packages and *done.
--
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=6764
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2007-09-05 02:33 -------
This is fixed in git.
--
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=8036
------- Additional Comments From sick_soul(a)yahoo.it 2007-09-05 02:22 -------
> You have not indicated what version of windows was this program tested on.
> Was it win3.1, winnt3 anything else? Please be more specific.
I requested the information. Btw it is something much newer, since they come
from a gamer, who is surely not running 3.1 or nt3, most likely xp.
Will tell you as soon as I know.
--
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=8336
------- Additional Comments From bernhard.kaiba(a)yahoo.de 2007-09-05 02:19 -------
Created an attachment (id=6188)
--> (http://bugs.winehq.org/attachment.cgi?id=6188&action=view)
DLL Problem solved ... new error
I installed faultrep.dll ... same thing like bevore ...
but then i also installed winsta.dll (its also missing - see log)...
now i get an other error ... see attachment
--
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=8320
------- Additional Comments From hoof(a)users.sourceforge.net 2007-09-05 01:45 -------
I understand perfectly well what the system time is. I know that it doesn't
start from a fixed date and that it wraps every 49.71 days. What you don't seem
to understand is that your joystick times are in a different time frame than
Wine's system time. You can call GetTickCount() and get 20000, then read a
joystick event that says it happened at 80000000, then call GetTickCount() again
and get 21000. That is clearly wrong. The timestamp is supposed to be the
"System time at which the input event was generated, in milliseconds", not the
system time plus some random offset.
If you don't believe that is how it's supposed to work, look at Quake 3's source
code. You will see DirectInput timestamps used exactly as I described.
(Luckily they only use DirectInput to read the mouse, not the joystick, so they
don't hit the bug.)
Anyway, I am done wasting time on this. Do what you will.
--
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.