https://bugs.winehq.org/show_bug.cgi?id=38247
Bug ID: 38247 Summary: fixme:time:GetSystemTimes (0x345e968,0x345e970,0x345e978): Stub! Product: Wine Version: 1.4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: wbeall@turfvalley.com Distribution: ---
Going to make this short. I open a terminal window and go to my /home/username/.wine/drive_c/Program Files/NVMS-1000/ and then run "wine NVMS-1000.exe and the program opens and then when it gets to the loading spot it just stays at loading while the terminal continues to display "fixme:time:GetSystemTimes (0x345e968,0x345e970,0x345e978): Stub!"
I have tried a couple things like changing the application to run under a different OS. That did not work. I tried typing in "echo 0|sudo tee /proc/sys/kernel/yama/ptrace_scope" before running the program. I don't see anything on the web pertaining to (0x345e968,0x345e970,0x345e978) values so I decided to open a case. Any help or direction would be greatly appreciated. Thanks.
https://bugs.winehq.org/show_bug.cgi?id=38247
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #1 from Sebastian Lackner sebastian@fds-team.de --- A fixme message doesn't necessarily mean that its a bug, so your title is a bit misleading. I assume the main problem is that the program hangs, right?
What exactly is "NVMS-1000"? Is the program available for download somewhere?
You selected wine version 1.4, which is very outdated. Please test with a more recent version (preferrably 1.7.38) as a first step. If that doesn't help, it might be possible that its a duplicate of https://bugs.winehq.org/show_bug.cgi?id=19813 (can be tested with Wine Staging or by applying the experimental patches, see https://bugs.winehq.org/show_bug.cgi?id=19813#c10 ).
https://bugs.winehq.org/show_bug.cgi?id=38247
--- Comment #2 from wbeall@turfvalley.com --- Created attachment 51060 --> https://bugs.winehq.org/attachment.cgi?id=51060 Fixme: and Runtime
You are correct, it might not be a bug at all. When I was looking up errors for GetSystemTimes I was finding posts about bugs so I guess that's why I posted about a bug.
The NVMS-1000 is a software for a DVR system. It allows us to connect to the dvr device and see the cameras. We are trying to get this particular software to work on one of the stations running Ubuntu so an employee can just monitor the cameras in live.
You can find this software here. http://nvms-1000.software.informer.com/download/
I did notice that this download might be the newer version, so I tried to uninstall the version that I was using and installed this downloaded version. I get the same message, but now I get a Microsoft Visual C++ Runtime Library Runtime Error when starting it. I can tell you that during the installation of the NVMS-1000 it installs the Microsoft Visual C++ 2008 Redistributable Setup, Also known as vcredist_x86.
I have upload an attachment or the errors I get. Take a look.
https://bugs.winehq.org/show_bug.cgi?id=38247
--- Comment #3 from wbeall@turfvalley.com --- Created attachment 51066 --> https://bugs.winehq.org/attachment.cgi?id=51066 capture running in wine 1.6
Ok so I decided to update the wine to the stable version of 1.6 instead of the beta 1.7. The loading is blurred a little but still the same thing is happening, but with a different number in the error. (see attached), so now I am getting fixme:time:GetSystemTimes (0x346e928,0x346e930,0x346e938): Stub!
https://bugs.winehq.org/show_bug.cgi?id=38247
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://nvms-1000.software.i | |nformer.com/download/ Summary|fixme:time:GetSystemTimes |NVMS-1000 shows a runtime |(0x345e968,0x345e970,0x345e |error |978): Stub! |
https://bugs.winehq.org/show_bug.cgi?id=38247
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #4 from super_man@post.com --- (In reply to wbeall from comment #3)
Created attachment 51066 [details] capture running in wine 1.6
Ok so I decided to update the wine to the stable version of 1.6 instead of the beta 1.7. The loading is blurred a little but still the same thing is happening, but with a different number in the error. (see attached), so now I am getting fixme:time:GetSystemTimes (0x346e928,0x346e930,0x346e938): Stub!
You still should use newer 1.7 series of wine. Usually every 2 weeks comes out new version of wine. We are currently at 1.7.54. Your wine version is over 2 years old.
https://bugs.winehq.org/show_bug.cgi?id=38247
--- Comment #5 from super_man@post.com --- Seems to require 00000535-0000-0010-8000-00aa006d2ea4 whatever that is. Spammed a lot at console, also it complains about mfc42.
https://bugs.winehq.org/show_bug.cgi?id=38247
Michael Müller michael@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |michael@fds-team.de
--- Comment #6 from Michael Müller michael@fds-team.de --- The CLSID belongs to Microsoft Data Access Objects (DAO) 3.6 and the application doesn't seem to be happy that this class is not registered. Using the native DAO (winetricks jet40) works around the problem.
https://bugs.winehq.org/show_bug.cgi?id=38247
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #7 from super_man@post.com --- (In reply to Michael Müller from comment #6)
The CLSID belongs to Microsoft Data Access Objects (DAO) 3.6 and the application doesn't seem to be happy that this class is not registered. Using the native DAO (winetricks jet40) works around the problem.
If you run winetricks -q jet40 mfc42 in clean prefix and install the program. There is nothing to fix to get this running. I just tried.
It's just that this program hits bug 37484 and bug 657 .
wine-1.9.8-290-g4be4e28
https://bugs.winehq.org/show_bug.cgi?id=38247
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|NVMS-1000 shows a runtime |NVMS-1000 shows a runtime |error |error (needs Microsoft DAO | |3.6 Object Library | |prerequisite) Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE
--- Comment #8 from Bruno Jesus 00cpxxx@gmail.com --- Same CLSID from bug 31647, which was resolved as dup of bug 37484. Resolving as duplicate then.
*** This bug has been marked as a duplicate of bug 37484 ***
https://bugs.winehq.org/show_bug.cgi?id=38247
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Bruno Jesus 00cpxxx@gmail.com --- Closing duplicate bugs.