Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems on Windows 10 server #41

Open
alexarje opened this issue Mar 16, 2020 · 4 comments
Open

Problems on Windows 10 server #41

alexarje opened this issue Mar 16, 2020 · 4 comments
Assignees
Labels
bug Something isn't working Windows Related to the Windows build

Comments

@alexarje
Copy link

I just tried running VideoAnalysis on a UiO server (VDI) with Windows 10 Enterprise. The program starts up as expected. When I load a video file the app detects the size and number of frames, but it does not show the preview image. It also chokes when trying to start the analysis. Tried with both avi and mp4 files, and these files run nicely on the system (in windows media player and VLC). Since the Max window is not present, I cannot see any error messages.

Any thoughts on how to proceed with figuring out the problem? Any dependencies that are required?

@alexarje alexarje added bug Something isn't working Windows Related to the Windows build labels Mar 16, 2020
@balintlaczko
Copy link

balintlaczko commented Mar 18, 2020

Hmm that is strange. I can gladly step by and see, otherwise, you can maybe clone the repo and just run the patch (not the standalone app) and see the max console there. The fact that it gets the dim and the frame count means that there are probably no path issues, it manages to read the file. What you can try is:

  • after the video is loaded, move the playhead and see if that causes the preview to update
  • use Shift + left or Shift + Right to step through frames (or use the little arrows on the UI under the play button)
  • in case the video file itself is not located on the same drive as the VideoAnalysis app, try to move the video there and see if it likes that more

I don't know of any external dependencies, everything should be packaged in /VideoAnalysis/resources/support and /VideoAnalysis/packages/VIDDLL/support. Could be that the system somehow refuses to use any dll files which are not in /windows/system32 but that used to be a problem on Windows XP (and maybe 7).
Like I said, I can pay a visit and see it for myself too. :)

@alexarje
Copy link
Author

Moving the playhead does not help. It appears to find the file, though, so it is strange.

This is on a UiO server, and Max is not installed. I have asked to get it installed now so that I can run the patch and see if I can see some messages. Will report back after that.

@balintlaczko
Copy link

When you install Max, just please try the app after that too - maybe there are some dependencies I was unaware of which get fixed by the Max installation...

@alexarje
Copy link
Author

alexarje commented Dec 18, 2020

I see now that Max complains about "absolutepath: could not convert to pathname" when loading the patch. Do you know what that is?

Screenshot from 2020-12-18 11-46-42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Windows Related to the Windows build
Projects
None yet
Development

No branches or pull requests

2 participants