http://bugs.winehq.org/show_bug.cgi?id=6466
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From mike(a)codeweavers.com 2006-17-10 09:10 -------
That was just my own test program, but there's conformance tests for %64d in
dlls/msvcrt/tests/printf.c.
--
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=6468
Summary: "x11drv_main.c: X11DRV_CritSection" wait timed out
Product: Wine
Version: 0.9.23.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phantom2register(a)yahoo.com
Matlab 2006a blocks when a key is pressed after it loads. It is really weird
since it worked fine with previous versions of wine.
err:ntdll:RtlpWaitForCriticalSection section 0x7e4f7000 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0009, blocked by 0018, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7ec068c0 "gdiobj.c: GDI_level"
wait timed out in thread 001e, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7e4f7000 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0022, blocked by 0018, retrying (60
sec)
--
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=6466
------- Additional Comments From coneos75(a)gmail.com 2006-17-10 08:53 -------
Thank you Mike, it works for you, in which file you add this lines ?
ULONGLONG ullValue = 10000000000;
sprintf(buffer,"%03I64d\n",ullValue);
--
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=6466
------- Additional Comments From coneos75(a)gmail.com 2006-17-10 08:50 -------
The installation is finished so i tried with the new version of wine but it
doesn't change anything. CrossOver asked me to download ActiveX Control i did it
but now i can't even log in with this emulator. I don't know what to do, it
seems that they changed a GUI file during the update but which one?
--
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=6466
------- Additional Comments From mike(a)codeweavers.com 2006-17-10 08:44 -------
OK, this should work if you upgrade you Wine version. It's actually:
ULONGLONG ullValue = 10000000000;
sprintf(buffer,"%03I64d\n",ullValue);
It works correctly in Wine 0.9.23. Please upgrade before reporting bugs in future.
--
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=6466
------- Additional Comments From mike(a)codeweavers.com 2006-17-10 08:33 -------
Might be interesting to see what the following does on Windows 2000/XP/2003
sprintf("%03l64d\n", 1234);
On Windows 2000, both wsprintf and sprintf print out "64d" for me. Perhaps the
behaviour changed in Windows XP, or perhaps it's using an OLE function?
--
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=6467
------- Additional Comments From adi.l(a)bluewin.ch 2006-17-10 08:29 -------
while creating some logs i noticed that it does not exit when i click OK
instead it just does nothing (maybe i should look better in the first time :/)
And the following processes are active:
IDriver.exe
arguments: c:\PROG~FBU\COM~CP1\INST~JM1\Driver\9\INTE~MEX\IDRIVER.exe -Embedding
and explorer.exe
--
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=6466
coneos75(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3869 is|0 |1
obsolete| |
Attachment #3870 is|0 |1
obsolete| |
------- Additional Comments From coneos75(a)gmail.com 2006-17-10 08:22 -------
Created an attachment (id=3872)
--> (http://bugs.winehq.org/attachment.cgi?id=3872&action=view)
The other one
Screen shots that show the convertion of numbers in %64d (int in C).
--
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.