http://bugs.winehq.org/show_bug.cgi?id=3028
------- Additional Comments From kelfe(a)gmx.de 2005-07-06 04:58 -------
Created an attachment (id=921)
--> (http://bugs.winehq.org/attachment.cgi?id=921&action=view)
updated testcase
new testcase
function FindFirstFileExW removes the mask *.* (don't know why)
the direct NtOpenFile call with c:\foo\*.* produces error 123 Invalid name
under wine instead of error 3 Path not found
windows:
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
c:\foo\bar.txt
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
c:\foo\
failed with error 2: Das System kann die angegebene Datei nicht finden.
c:\foo\*.*
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
wine:
failed with error 2: File not found
failed with error 3: Path not found
failed with error 2: File not found
c:\foo\bar.txt
failed with error 3: Path not found
c:\foo\
failed with error 2: File not found
c:\foo\*.*
failed with error 123: Invaid name
--
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.
I get a dialog prompt that says "The loader can not find the 'Z:\home
\wlentz\windows\InstMsiA.exe' file necessary to load the Windows
Installer.". The setup then exits. No other errors, though.. The
complete program I'm trying to run is an 87MB MCRInstaller.exe, which
unzips to:
InstMsiW.exe, MCIInstaller.msi, Setup.exe, and Setup.ini
Thanks,
Will
On Mon, 2005-06-06 at 13:32 -0500, Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=3040
>
>
> marcus(a)jet.franken.de changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |RESOLVED
> Resolution| |WONTFIX
>
>
>
>
> ------- Additional Comments From marcus(a)jet.franken.de 2005-06-06 13:32 -------
> the code no longer exists.
>
> is there any other error? does the setup proigram not work?
>
http://bugs.winehq.org/show_bug.cgi?id=2970
------- Additional Comments From jm.detrez(a)cegetel.net 2005-06-06 14:29 -------
sorry, unfortunately i'm re-install the pc with mandrake and the patch was
gone ...
i'm curently making an other patch for socket.c (gethostbyname) , if you want
i could re-modify the ws_sockaddr_ws2u() funct.
--
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=3040
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2005-06-06 13:32 -------
the code no longer exists.
is there any other error? does the setup proigram not 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.
http://bugs.winehq.org/show_bug.cgi?id=1973
------- Additional Comments From willie(a)froq.net 2005-06-06 13:01 -------
One more thing: the buttons in DAZ|Studio (free Poser-like program) seem to be
affected by the same problem. At start-up, Studio complains that any color
depth but 32bit is unsupported, and the buttons are completely messed up. With
Studio, this bug only appears with WINVER set to win2k or winxp, with Mirage,
it always appears.
--
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=3040
Summary: VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: will_lentz(a)trimble.com
I'm running wine from the debian Linux package version 0.0.20050524-1.
I'm trying to install Matlab runtime libraries. Running "Setup.exe" gives the
following error:
fixme:ver:VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0, please report !!
Is there a place I can upload Setup.exe to?
--
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=3028
------- Additional Comments From kelfe(a)gmx.de 2005-06-06 11:59 -------
dll/kernel/file.c
after about line 1504 the return code from NtOpenFile
"STATUS_OBJECT_NAME_NOT_FOUND" needs to be changed to
"STATUS_OBJECT_PATH_NOT_FOUND" if the mask was "*.*"
--
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.