http://bugs.winehq.org/show_bug.cgi?id=7787
Summary: InstallShield crashes trying to open temporary file
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ubrammer(a)t-online.de
Installshield crashes when trying to open a not existing temporary 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=6607
------- Additional Comments From delyant(a)gmail.com 2007-18-03 11:12 -------
What is the relation of the code for XDND support in X11driver then?
Also noted this: http://wiki.winehq.org/DragAndDrop
Is that means the there is support for XDND but no bridge to Windows DND (via
OLE usually)?
If that functionality is not implemented, I think it is significant stopper for
1.0 release - it is quite fundamental part, IMHO.
--
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=1267
------- Additional Comments From pmcnett(a)pm-sc.com 2007-18-03 10:45 -------
Tony, thanks for posting the URL, it made it so I could find it easily. Try the
URL again... I didn't test the demo app but I haven't made changes to it in
years so it should work.
http://paulmcnett.com/vfp/testwine
--
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.
Hello!
I get the error listed below when loading Wine. I am
sorry if I sound new, but I am indeed new to linux. I
have Mandriva 2007 Free.
err:module:load_builtin_dll failed to load .so lib for
builtin L"winex11.drv": libXxf86vm.so.1: cannot open
shared object file: No such file or directory
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:imagelist:ImageList_ReplaceIcon no color!
err:module:load_builtin_dll failed to load .so lib for
builtin L"winex11.drv": libXxf86vm.so.1: cannot open
shared object file: No such file or directory
err:module:load_builtin_dll failed to load .so lib for
builtin L"winex11.drv": libXxf86vm.so.1: cannot open
shared object file: No such file or directory
err:module:load_builtin_dll failed to load .so lib for
builtin L"winex11.drv": libXxf86vm.so.1: cannot open
shared object file: No such file or directory
Application tried to create a window, but no driver
could be loaded.
Unknown error (127).
Application tried to create a window, but no driver
could be loaded.
Unknown error (127).
*********************************
Can you help?
____________________________________________________________________________________
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html
http://bugs.winehq.org/show_bug.cgi?id=1267
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download |
------- Additional Comments From tony.lambregts(a)gmail.com 2007-18-03 09:43 -------
Dan: I think he original bug report had a download link of:
http://www.paulmcnett.com/vfp/testwine . This link is now 404.
--
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=7784
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-18-03 09:42 -------
Hi, i don't know about the 1st problem , but the second one seems to be a bug in
CreateFileA:
This sample
---------------------------------------------------------------
#include <stdio.h>
#include "windows.h"
int WINAPI WinMain(HINSTANCE hinst, HINSTANCE hprev, LPSTR cmdline, int cmdshow)
{
HANDLE hFile;
hFile = CreateFile("\\\\.\\c:",0,FILE_SHARE_WRITE,0,OPEN_EXISTING,0,0);
if(hFile == -1) printf("ERRROR\n"); else printf("All OK\n");
CloseHandle(hFile);
return 0;
}
-----------------------------------
gives different output on windows and wine (on windows it says "All OK")
Maybe the "\\\\.\\c:" is not handled correctly
--
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=7696
------- Additional Comments From greg87(a)online.de 2007-18-03 09:38 -------
This is a regression. If I remember right it worked 1-2 months ago fine.
At least the settings dialogue came up fine. Only problem was that if you
clicked ok the the game didnt start, the settings dialogue just came up again.
So it was looping all the time.
--
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.