http://bugs.winehq.org/show_bug.cgi?id=7524
------- Additional Comments From leukhe(a)gmail.com 2007-23-02 15:21 -------
the reason why morph does this? the same reason it is not handled into wine i
suppose. YOu can call it bug if you like.
But It needs an exception. not a handler for null. (I can read the source, I DO
not have the time now to figure out how to build wine from scratch and apply the
attachment.
"
#include "stdafx.h"
#include <Winsock2.h.>
int _tmain(int argc, _TCHAR* argv[])
{
int var = inet_addr((char *) 1);
fprintf(stdout,"THis program is also ok\n");
return 0;
}
"
also works under xp (attached as a exe)
(don't know how to handle bug status or priority... feel free to change 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=7190
------- Additional Comments From carl.sopchak(a)cegis123.com 2007-23-02 14:41 -------
I just tried running under wine 0.9.31, and the menubar still drops the choices
- in Quicken only, though! (My first post in this bug stated that I was also
having the problem with QuickBooks, which I do not have any more.) Something
has improved, but the issue is not fixed...
Also, renaming (not removing!) my ~/.wine, and re-establishing my real C: drive,
did NOT help...
HTH,
Carl
--
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=7461
------- Additional Comments From truiken(a)gmail.com 2007-23-02 14:33 -------
That patch isn't correct in all cases, so I'm going to wait for Mike to see what
he wants to do with this. The problem is that the custom action code assumes
that DllThread will be executed (after the call to CreateThread(DllThread,
info)) before we release info, which doesn't always happen, leaving us with a
dangling pointer. The pseudocode goes something like this:
function DllThread(info)
{
// use info to call custom action
}
...
function callCustomAction()
{
CreateThread(DllThread, info);
delete_info(info);
}
--
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=7506
------- Additional Comments From dougm(a)bravoecho.net 2007-23-02 13:50 -------
Created an attachment (id=5064)
--> (http://bugs.winehq.org/attachment.cgi?id=5064&action=view)
wine debug output of ftp upload using Windows XP ftp.exe
command:
$ WINEDEBUG=+winsock wine winftp.exe -d -s:fc2 winpc>wine-debug-winftp.txt
fc2 contains:
dmccasland
jjj
bin
put mm
bye
--
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=7342
------- Additional Comments From bryan.christ(a)gmail.com 2007-23-02 13:41 -------
Damjan: After setting the mapi32.dll override to "native", I tried putting
mapi32.dll in the same directory as OUTLOOK.EXE and also in
~/.wine/drive_c/windows and in both cases I got the error message "Cannot start
Microsoft Outlook". Should I have tried placing the dll somewhere else?
--
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=7529
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://download2.citrix.com/
| |FILES/en/products/client/ica
| |/client9230/Ica32Pkg.msi
Severity|major |normal
Keywords| |download, Installer
------- Additional Comments From thestig(a)google.com 2007-23-02 11:46 -------
Thanks for the report, please remember to attach the output in the future
instead of pasting.
--
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=7344
------- Additional Comments From christianuceda(a)yahoo.com 2007-23-02 10:39 -------
The problem is especially evident when running win32 apps on wine using a
remote session (Xvnc or NX) the obsessive redraw behaviour is much more
noticeable on Xvnc.
The problem slows down the remote session quite a lot when running on a slow
link.
At least on my machine if I run the apps locally (no remote session) the
refresh is only noticeable very rarely.
--
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=7512
------- Additional Comments From lightning_uk(a)imgburn.com 2007-23-02 09:56 -------
Ok, tiny update...
Even though the unicode characters weren't visible under wine, it still enough
to get some debug info.
It shows that even using GetWindowLongW, the wine implementation still doesn't
work properly - it doesn't appear to be supporting unicode characters properly
and they get converted to ansi.
I've uploaded some screenshots to the thread on my forum - taken from windows
and ubuntu/wine - using normal text and unicode text.
http://forum.imgburn.com/index.php?s=&showtopic=3366&view=findpost&p=39704
--
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.