https://bugs.winehq.org/show_bug.cgi?id=48234
Bug ID: 48234 Summary: Odin Diet doesn`t start Product: Wine Version: 4.20 Hardware: x86 URL: https://s3.ap-south-1.amazonaws.com/asthawebsite/odin_ diet.exe OS: Linux Status: NEW Keywords: download Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: xerox.xerox2000x@gmail.com Distribution: Debian
Hi, a user submitted this as rated garbage in appdb:
"Nothing Works, After trying to run it, no screen or error msg or popup comes,"
I guess he ran from clicking on desktoplink; when ran from the console:
0027:err:module:import_dll Library odbcbcp.dll (which is needed by L"C:\ODIN\Diet\RMSDBWriter.dll") not found 0027:err:module:import_dll Library RMSDBWriter.dll (which is needed by L"C:\ODIN\Diet\SurvMgr_INT.dll") not found 0027:err:module:import_dll Library SurvMgr_INT.dll (which is needed by L"C:\ODIN\Diet\DietOdin.exe") not found
odbcbcp.dll can be installed for example from mdac apparently, but I opened this bugreport because the app expects it to be present apparently, it is on my win7 partition.
Adding stub dll is enough to get the program started; Didn`t try further, login required.
So simple Question: Is it within wine`s scope to implement these kind of dlls (from mdac e.g.)
If not, i can resolve bug as WONTFIX, or keep it open as collector for other apps that need this (just as for example the MFC42 "collector bug report"). Could some wine "authority" give advice on this?
https://bugs.winehq.org/show_bug.cgi?id=48234
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- If this module is present on clean Win10 (or older releases if this still matters), we should have it too. Does it provide any exports that are publicly documented for applications to use?
https://bugs.winehq.org/show_bug.cgi?id=48234
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Nikolay Sivov from comment #1)
If this module is present on clean Win10 (or older releases if this still matters), we should have it too.
It is present on TestBot win10 and below to win7, i guess these are clean installs (?). See below
Does it provide any exports that are publicly documented for applications to >use?
Apparently yes, like bcp-init{A,W}: https://docs.microsoft.com/lb-lu/sql/relational-databases/native-client-odbc...
Windows 10 1809 2 Screens / vm3 The Windows 10 1809 64 bit VM but with dual QXL screens. [CPU:core2duo*2cores RAM:3GB disk:scsi eth:e1000-metered snd:ich6 GPU:2*qxl display:spice testagentd:1.7-detached]Missions: exe32 Show final screenshot ↓ Hide 32 bit report ↓ Show full task log
diro: start - -
C:\Users\winetest\Documents>dir C:\WINDOWS\system32\odb*.dll Volume in drive C has no label. Volume Serial Number is B4B9-FBF5
Directory of C:\WINDOWS\system32
09/14/2018 11:29 PM 711,680 odbc32.dll 09/14/2018 11:29 PM 47,616 odbcbcp.dll 09/14/2018 11:29 PM 29,696 odbcconf.dll 09/14/2018 11:29 PM 129,024 odbccp32.dll 09/14/2018 11:29 PM 86,528 odbccr32.dll 09/14/2018 11:29 PM 87,040 odbccu32.dll 09/14/2018 11:29 PM 225,280 odbcint.dll 09/14/2018 11:29 PM 165,888 odbctrac.dll 8 File(s) 1,482,752 bytes 0 Dir(s) 36,693,893,120 bytes free
C:\Users\winetest\Documents>dir C:\WINDOWS\syswow64\odb*.dll Volume in drive C has no label. Volume Serial Number is B4B9-FBF5
Directory of C:\WINDOWS\syswow64
09/14/2018 11:29 PM 605,184 odbc32.dll 09/14/2018 11:29 PM 39,936 odbcbcp.dll 09/14/2018 11:29 PM 24,064 odbcconf.dll 09/14/2018 11:29 PM 110,592 odbccp32.dll 09/14/2018 11:29 PM 69,632 odbccr32.dll 09/14/2018 11:29 PM 70,656 odbccu32.dll 09/14/2018 11:29 PM 225,280 odbcint.dll 09/14/2018 11:29 PM 10,240 odbcji32.dll 09/14/2018 11:29 PM 318,464 odbcjt32.dll 09/14/2018 11:29 PM 128,000 odbctrac.dll 10 File(s) 1,602,048 bytes 0 Dir(s) 36,693,893,120 bytes free diro::1958 done (0) in 0s
https://bugs.winehq.org/show_bug.cgi?id=48234
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 65884 --> https://bugs.winehq.org/attachment.cgi?id=65884 patch to start the program
patch to start the program
https://bugs.winehq.org/show_bug.cgi?id=48234
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
https://bugs.winehq.org/show_bug.cgi?id=48234
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |11d902429a9fc4b31c1f5891e30 | |151714327b383 Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- fixed by 11d902429a9fc4b31c1f5891e30151714327b383
https://bugs.winehq.org/show_bug.cgi?id=48234
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |odbc
https://bugs.winehq.org/show_bug.cgi?id=48234
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Summary|Odin Diet doesn`t start |Multiple ODBC applications | |using Bulk Copy Program | |(BCP) API need | |'odbcbcp.dll' (Odin Diet)
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello folks,
in case of adding a new component/stub dll to Wine I recommend to make this more visible in the ticket summary which gets included in Wine release notes as well.
People might run into same issue with different apps and older Wine versions, leading to unnecessary creation of duplicates as the information is buried within comment(s).
Regards
https://bugs.winehq.org/show_bug.cgi?id=48234
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.0-rc1.