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.
http://bugs.winehq.org/show_bug.cgi?id=3644
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.
http://bugs.winehq.org/show_bug.cgi?id=2652
------- Additional Comments From mrfuzzy(a)flash.net 2005-23-10 23:26 -------
This bug is still active as of wine version 20050830.
This bug is active in more than just the Mandrake distro, Tested on SuSE 9.1
--
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-23-10 22:44 -------
That is the entirety of it. There are no other errors - I run the program, those
lines are produced, and I am dropped to a prompt. There are no dialog boxes or
any other output produced.
--
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-23-10 22:39 -------
I have the Garmin version of NavTech MapSource v6 included with the Garmin iQue
3200. This version has 3 CDs. I was able to make some progress by copying two
of them to the hard drive (recursively, not as images, into two separate
folders) and leaving the third on /mnt/cdrom. Each time the program asked me to
change disks I simply deleted my ~/.wine/dosdevices/d: link and relinked it to
the next disk's location.
I still didn't get very far. If I run the Setup.exe at the root of Garmin's
setup CD (which I call "disk 0") I am presented with a prettified menu system
that tries to make me install Palm Desktop but fails. That is presumably
orthogonal to this bug.
If I instead go to MapSource Disk 1 and run setup.exe I am able to make some
progress. The installer runs, copying dozens or hundreds of .img files into my
c:\Garmin\CSNA6\ directory. It stalls in the middle at which point I changed
the symlink to the second cd and it resumed progress.
The installshied installer fails at the end of its installation progress bar,
without having installed any useful executables (only tgr_trim.exe, whose
function is unknown to me). I suspect that the installer tries to run a .msi
installer to install the real software, but when I try to use it with msiexec it
fails:
~/apps/mapsource/disk1 $ wine msiexec /i MapSource\ -\ City\ Select\ North\
America\ v6.msi
err:msi:ITERATE_Actions Execution halted due to error (1603)
So currently I have just over 2 GB of files with names like 00128007.img (and a
few like CSNA6_mdr.img) and no idea what to do with them.
--
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 infyquest(a)gmail.com 2005-23-10 22:34 -------
if could post the all errors you get (or last 100 lines) on your screen here, it
would be of some help to us.
--
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=421
------- Additional Comments From willie(a)froq.net 2005-23-10 21:40 -------
Excuse my ignorance, but would it make things easier to create a DIB engine
based on EVAS? I mean, EVAS is exceptionally fast, supports hardware
accelleration, the license is compatible with Wine, and it's still network
transparent AFAIK (Enlightenment DR17 should be network transparent?).
BTW, I'd suggest to set the target to 1.0, if that's not too optimistic?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3241
------- Additional Comments From vitaliy(a)kievinfo.com 2005-23-10 20:21 -------
Ok, so it's a false alarm then? Please next time _update_ your cvs and recompile
before claming that you have cvs!
Closing this time for good (in 24 hours). If anyone has any objections please
respond now.
As far as themes go, there are still some problems that wine has in A <-> W
message translations. If you don't have theme enabled those bugs should not matter.
raid517 any comments? Still doesn't work? Have you tried to remove ~/.wine dir,
disable theme and try again? And please make sure that you do have latest cvs!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3241
------- Additional Comments From jdoutt(a)whoi.edu 2005-23-10 18:36 -------
Well...finally I downloaded the most recent CVS (on 23 October) and compiled WINE.
I'm running Fedora core 3.
wine --version gives 20050930
OziExplorer install (oziexp_setup-1.exe (3.95 setup wizard)) went perfectly
with no problems (I UNCHECKED both options to create icons on the desktop.
When I try to run it
wine OziExp.exe
it aborts (see comment #21)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3515
------- Additional Comments From nelson_menezes(a)yahoo.co.uk 2005-23-10 17:46 -------
I can confirm this on 20050930; either of those two buttons result in these
messages:
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
0xa to 0x2
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
... and nothing happens in Picasa (stays operational otherwise), but once it's
closed it tries to open the embedded window (a section of the screen becomes
frozen, as if a window were there), and a security warning comes up ("you have
requested an encrypted page... etc"), as well as a "fatal error" that is only
displayed on the KDE taskbar (no window).
Once the first warning is dimissed, part of the "frozen window" actually loads
up the embedded URL (as if the frozen window were the now-closed Picasa, and the
browser were loading on the main part of its window, leaving space for toolbars
around it), but that whole area of the screen (top left) remains
unclickable/unfocusable until I right-click on the "fatal error" message on the
taskbar and hit "close", which removes the frozen window altogether. This also
triggers the debugger output.
I have Internet Explorer 6.1 installed on Wine, as well as the Mozilla ActiveX
Control v1.7.7 (with required msvcp60.dll file).
--
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=3202
------- Additional Comments From avarga(a)freemail.hu 2005-23-10 16:24 -------
Yes the patch resolves it, the garbage is no longer there. Thanks!
--
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=3200
------- Additional Comments From avarga(a)freemail.hu 2005-23-10 16:09 -------
Checking with the current CVS HEAD.
1. Better -- new values are still there when I reopen the dialog, but still
don't get saved to the registry when I chose "() Retain these settings for
later". (Restarting reverts to the old values).
2. I see my description wasn't very precise. Here's what I did:
1. wineconsole --backend=user Far.exe
2. changed to buffer height=30, window height=25 (with the Properties
dialog). A Windows scrollbar appears on the right side of the window.
3. enlarged the window with the mouse, to make it >30 lines high
4. using the scrollbar's thumb, scrolled up with the mouse to the top
5. started typing -- this made the FAR display and the scrollbar jump back
to its original position (the one before step 4), and a dead copy of the FAR
window displayed at the bottom. The latter appears to be a refresh problem as
it disappears when I force redraw of the window.
I guess the scrollbar is not handled properly, i.e. it should not jump back.
Just noticed another thing: if I do 1-4, then force redraw of the window, the
lower part is not refreshed.
Hope this helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3199
avarga(a)freemail.hu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
------- Additional Comments From avarga(a)freemail.hu 2005-23-10 15:17 -------
The current CVS HEAD works OK.
--
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=3201
avarga(a)freemail.hu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
------- Additional Comments From avarga(a)freemail.hu 2005-23-10 15:06 -------
Just tried CVS HEAD 2005-10-23 -- both double-click and wheel works correctly.
Nice work.
--
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.