http://bugs.winehq.org/show_bug.cgi?id=8320
------- Additional Comments From hoof(a)users.sourceforge.net 2007-08-05 23:12 -------
I made a workaround for my app, but the bad timestamps will break apps that
depend on them. Say you have a simulation that can only render at 10hz, but
runs its physics at 100hz. Every 100ms it will run 10 physics steps. For the
first step, it will only consider joystick events that happened before
timeGetTime()-90ms, for the next step it will consider events before
timeGetTime()-80ms and so on. With the timestamps as they are now, an app that
works like that will end up ignoring joystick events because the timestamp says
the event hasn't happened yet.
To get it right wine has to record the GetTickCount() time when the joystick is
opened and the timestamp from the linux joystick's JS_EVENT_INIT and then
subtract the difference between the two from each subsequent joystick event
timestamp.
If that is too much trouble, it would probably be better to ignore the linux
joystick timestamps entirely and just use the current time. At least it won't
be off by days then.
--
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=8308
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-05 21:39 -------
This bug has absolutely NO INFORMATION. It will be closed as invalid if you can
not provide anything here.
--
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=8307
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-05 21:38 -------
Unless you add some useful information, this bug will be marked invalid 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=8281
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-05 21:36 -------
And did you tried it? Where are the results? Did you removed your ~/.wine
directory before installing this program?
Also killall wineserver - really really bad idea.
--
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=8312
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-05 21:34 -------
Please do not uninstall/reinstall applications under Wine! Remove ~/.wine
directory instead _ever time you test new program_!
This is just one more reason why all your bugs being marked as invalid.
--
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=7140
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-05 21:31 -------
Please check "max memory size (-m)". Wine maps lots of memory (almost 2GB).
--
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 vitaliy(a)kievinfo.com 2007-08-05 21:28 -------
You have not indicated what version of windows was this program tested on. Was
it win3.1, winnt3 anything else? Please be more specific.
--
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=8309
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-05 21:26 -------
The reason it was marked invalid is absence of any usable information about the
problem. Such bugs will be marked as invalid in the future, unless reporter
provides additional information.
Most-likely this bug is related to the copy/debugger protection and is hard to
impossible to troubleshoot. Please attach complete +relay,+seh,+tid,warn+all log.
--
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.