https://bugs.winehq.org/show_bug.cgi?id=50863
Bug ID: 50863 Summary: The specified path wine git does not treat when calling exe file. Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: vladimir.kokovic@gmail.com Distribution: ---
I have a bat in which the ISPP-LLVM-MINGW.EXE program calls, but wine does not call the program, but reports to miss DLL's. Below are all the details of the calls and the version is "Wine64 version=Wine-6.4-319-G12CFE682677".
... c:\users\root\ispp-64\vk.bat > z:\tmp\vk.bat.log 2>&1 ... ------------------------------------------------------------- Z:\tmp>set PATH=C:\users\root\ispp-64;C:\windows\system32;C:\windows;C:\windows\system32\wbem;C:\windows\system32\WindowsPowershell\v1.0 Z:\tmp>set LSTDIR=C:\users\root\ispp-64\liste Z:\tmp>C: C:>cd C:\users\root\ispp-64
``` dir report C:\users\root\ispp-64>dir Volume in drive C has no label. Volume Serial Number is 4300-0000
Directory of C:\users\root\ispp-64
3/25/2021 7:08 PM <DIR> . 3/25/2021 12:42 PM <DIR> .. 3/25/2021 12:42 PM 57,752,064 ispp-llvm-mingw.exe 3/25/2021 12:42 PM 1,702,912 libc++.dll 3/25/2021 12:42 PM 2,631,168 liblibodbc.dll 3/25/2021 12:42 PM 94,720 libunwind.dll 3/25/2021 12:42 PM 270,336 libwinpthread-1.dll 3/25/2021 12:42 PM 468,480 libxcurses-llvm-mingw.dll 3/25/2021 12:42 PM <DIR> liste 3/25/2021 12:42 PM <DIR> pp-java 3/25/2021 7:08 PM 432 vk.bat 3/25/2021 12:42 PM 0 vkerr.log 3/25/2021 12:42 PM 595 vkout.log 9 files 62,920,707 bytes 4 directories 2,827,037,167,616 bytes free
``` ntldd report C:\users\root\ispp-64>z:\usr\x86_64-w64-mingw32\bin\ntldd.exe -R ispp-llvm-mingw.exe WINSPOOL.DRV => C:\windows\system32\WINSPOOL.DRV (0x00000000003a0000) WS2_32.dll => C:\windows\system32\WS2_32.dll (0x00000000003a0000) libwinpthread-1.dll => z:\usr\x86_64-w64-mingw32\bin\libwinpthread-1.dll (0x00000000003a0000) msvcrt.dll => C:\windows\system32\msvcrt.dll (0x00000000040e0000) liblibodbc.dll => C:\users\root\ispp-64\liblibodbc.dll (0x00000000040e0000) ODBC32.dll => C:\windows\system32\ODBC32.dll (0x00000000003a0000) ucrtbase.dll => C:\windows\system32\ucrtbase.dll (0x0000000004520000) libxcurses-llvm-mingw.dll => C:\users\root\ispp-64\libxcurses-llvm-mingw.dll (0x00000000040e0000) WINMM.dll => C:\windows\system32\WINMM.dll (0x0000000004160000) msacm32.dll => C:\windows\system32\msacm32.dll (0x00000000042e0000) ole32.dll => C:\windows\system32\ole32.dll (0x00000000042e0000) combase.dll => C:\windows\system32\combase.dll (0x0000000004930000) GDI32.dll => C:\windows\system32\gdi32.dll (0x0000000004fa0000) comdlg32.dll => C:\windows\system32\comdlg32.dll (0x0000000004160000) comctl32.dll => C:\windows\system32\comctl32.dll (0x0000000004380000) imm32.dll => C:\windows\system32\imm32.dll (0x00000000003a0000) shell32.dll => C:\windows\system32\shell32.dll (0x0000000004930000) shlwapi.dll => C:\windows\system32\shlwapi.dll (0x0000000004380000) shcore.dll => C:\windows\system32\shcore.dll (0x00000000003a0000) libc++.dll => C:\users\root\ispp-64\libc++.dll (0x0000000004370000) libunwind.dll => C:\users\root\ispp-64\libunwind.dll (0x00000000003a0000) ADVAPI32.dll => C:\windows\system32\advapi32.dll (0x0000000004370000) sechost.dll => C:\windows\system32\sechost.dll (0x0000000004480000) USER32.dll => C:\windows\system32\user32.dll (0x0000000004930000) setupapi.dll => C:\windows\system32\setupapi.dll (0x0000000004350000) rpcrt4.dll => C:\windows\system32\rpcrt4.dll (0x0000000004500000) version.dll => C:\windows\system32\version.dll (0x00000000003a0000) KERNEL32.dll => C:\windows\system32\KERNEL32.dll (0x00000000040e0000) kernelbase.dll => C:\windows\system32\kernelbase.dll (0x0000000004450000) ntdll.dll => C:\windows\system32\ntdll.dll (0x00000000047a0000)
``` calling ispp-llvm-mingw.exe C:\users\root\ispp-64>start /MAX ispp-llvm-mingw.exe "-xDRIVER={PostgreSQL};DATABASE=ispp-pprostor-beograd;SERVER=localhost;PORT=5432;UID=vlada;PWD=vladakk;MaxVarcharSize=65536;MaxLongVarcharSize=65536;ByteaAsLongVarBinary=1"
``` vk.bat contents C:\users\root\ispp-64>type vk.bat set PATH=C:\users\root\ispp-64;%path% set LSTDIR=C:\users\root\ispp-64\liste C: cd C:\users\root\ispp-64 dir z:\usr\x86_64-w64-mingw32\bin\ntldd.exe -R ispp-llvm-mingw.exe start /MAX ispp-llvm-mingw.exe "-xDRIVER={PostgreSQL};DATABASE=ispp-pprostor-beograd;SERVER=localhost;PORT=5432;UID=vlada;PWD=vladakk;MaxVarcharSize=65536;MaxLongVarcharSize=65536;ByteaAsLongVarBinary=1" type vk.bat echo %path%
type z:\tmp\wineconsole-out.log ``` wineconsole-out.log C:\users\root\ispp-64>echo C:\users\root\ispp-64;C:\windows\system32;C:\windows;C:\windows\system32\wbem;C:\windows\system32\WindowsPowershell\v1.0 C:\users\root\ispp-64;C:\windows\system32;C:\windows;C:\windows\system32\wbem;C:\windows\system32\WindowsPowershell\v1.0 ``` C:\users\root\ispp-64>type z:\tmp\wineconsole-out.log 011c:err:module:import_dll Library libwinpthread-1.dll (which is needed by L"C:\users\root\ispp-64\ispp-llvm-mingw.exe") not found 011c:err:module:import_dll Library liblibodbc.dll (which is needed by L"C:\users\root\ispp-64\ispp-llvm-mingw.exe") not found 011c:err:module:import_dll Library libxcurses-llvm-mingw.dll (which is needed by L"C:\users\root\ispp-64\ispp-llvm-mingw.exe") not found 011c:err:module:import_dll Library libc++.dll (which is needed by L"C:\users\root\ispp-64\ispp-llvm-mingw.exe") not found 011c:err:module:import_dll Library libunwind.dll (which is needed by L"C:\users\root\ispp-64\ispp-llvm-mingw.exe") not found ```
https://bugs.winehq.org/show_bug.cgi?id=50863
Esdras Tarsis esdrastarsis@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |esdrastarsis@gmail.com
--- Comment #1 from Esdras Tarsis esdrastarsis@gmail.com --- Duplicate of bug 50858
https://bugs.winehq.org/show_bug.cgi?id=50863
--- Comment #2 from Vladimir Koković vladimir.kokovic@gmail.com --- Why is this duplicate of "Bug 50858"? In my case, wine has no message, just not performing the program.
https://bugs.winehq.org/show_bug.cgi?id=50863
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Actually it's bug 50862.
*** This bug has been marked as a duplicate of bug 50862 ***
https://bugs.winehq.org/show_bug.cgi?id=50863
Vladimir Koković vladimir.kokovic@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|DUPLICATE |FIXED
--- Comment #4 from Vladimir Koković vladimir.kokovic@gmail.com --- With version "wine64 Version = wine-6.4-361-g34652f37e44" The problem is solved.
https://bugs.winehq.org/show_bug.cgi?id=50863
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 6.5.