fourMs / VideoAnalysis

A standalone application for creating visualizations and extract motion features from video files.
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/VideoAnalysis/
8 stars 2 forks source link

Problems on Windows 10 server #41

Open alexarje opened 4 years ago

alexarje commented 4 years ago

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?

balintlaczko commented 4 years ago

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:

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 commented 4 years ago

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 commented 4 years ago

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 commented 3 years ago

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