http://bugs.winehq.org/show_bug.cgi?id=3646
Summary: Incorrect formatting of floating-point values via
*printf if precision = 0
Product: Wine
Version: 20050725
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: e-aksenov(a)yandex.ru
*printf family funtions from msvcrt.dll ignores zero precision in the format
For example, for valule = 0.123456 and printf( "%0f", val )
Expected result: 0, real result: 0.123456
dlls/msvcrt/wcs.c ( pf_rebuild_format_string(), line 382 )
--
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=3641
------- Additional Comments From Rincebrain(a)gmail.com 2005-24-10 02:35 -------
I built it myself, so I'm quite sure --disable-trace isn't in it.
I'll rebuild anyway, and post the results in 20 minutes or less.
--
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=3641
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-24-10 02:30 -------
How did you get your Wine binary files? My Wine throws me lots of lines
$ export WINEDEBUG=+file,+module; src/wine-cvs/wine/wine uninstaller 2>&1 | wc -l
| 1540
|
$ export WINEDEBUG=+file,+module; /usr/src/wine-cvs/wine/wine --version 2>&1 | wc -l
| 22
May your Wine be compiled after configuring it to disable trace messages?
(configure --disable-trace)
--
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=3641
------- Additional Comments From Rincebrain(a)gmail.com 2005-24-10 02:12 -------
$ export WINEDEBUG=+file,+module; wine fforce.exe
err:module:import_dll Loading library Sound.dll (which is needed by
L"C:\\Program Files\\Irrational Games\\Freedom Force\\fforce.exe") failed (error
c000007b).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Irrational Games\\Freedom Force\\fforce.exe" failed, status c0000135
$
:(
--
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=3641
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-24-10 02:09 -------
Rich, then maybe set WINEDEBUG=+file,+module env-variable. This should give
more output about Wine operation on FF dlls. Even +module may suffice but I am
not sure.
--
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=3644
------- Additional Comments From infyquest(a)gmail.com 2005-24-10 00:26 -------
*** Bug 3645 has been marked as a duplicate of this bug. ***
--
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=3645
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From infyquest(a)gmail.com 2005-24-10 00:26 -------
*** This bug has been marked as a duplicate of 3644 ***
--
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=2561
------- Additional Comments From bens(a)mit.edu 2005-24-10 00:07 -------
I was able to make more progress by installing MS's msi handler. instmsia.exe
is included on my Disk 1. I am using 20050930. I started by rm -rf .wine/.
Then I used winecfg to set wine into desktop-window mode and Windows 98 mode. I
ran instmsia.exe, which failed but left its temporary files in
windows/Installer/InstMsi0/ (as described here:
http://www.winehq.com/hypermail/wine-devel/2005/07/0298.html). I copied those
files into windows/system/.
I then ran Setup.exe, which for me must be triggered from "Disk 0". I used the
same disk-relinking technique described above to do the disk changes. The
install completed without errors and popped up the Unlock Wizard. I typed in my
registration key, at which point the Unlock Wizard made the following proclamation:
There is a problem with the UnlockWizard Registry.
Please re-install UnlockWizard and start it again.
There were no errors shown on the command line.
Since the Unlock Wizard was left sitting in the c:\Garmin directory I tried
running it again, with the same result.
So at this point, wine is vaguely capable of installing MapSource, but not of
unlocking it.
--
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=3645
Summary: Error :UnregisterHotKey (0x10024,1145):stub
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shindevipul(a)yahoo.com
I have a doubt in using wine.
I have installed wine on my m/c, it runs for some windows application, but I get
an error/warning
fixme:keyboard:UnregisterHotKey (0x10024,1145): stub
fixme:keyboard:UnregisterHotKey (0x10024,1134): stub
fixme:keyboard:UnregisterHotKey (0x10024,1175): stub
when I use another application with it.
Can any 1 plzz let me know cause n solution of problem asap.
Regard's,
Vipul
--
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.