chenliang0571

Results 7 comments of chenliang0571

did you set VCINSTALLDIR? ``` readPeExecutable: ...\node_modules\@nodegui\nodegui\miniqt\5.14.1\msvc2017_64\bin\Qt5Gui.dll 64 bit, dependent libraries: 17 stderr: Warning: Cannot find Visual Studio installation directory, VCINSTALLDIR is not set. ``` `set VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual...

``` To install the runtime libraries on the end-user's system, you need to include the appropriate Visual C++ Redistributable Package (VCRedist) executable with your application and ensure that it is...

> Is qt have its own version of vc_redist.x64.exe? Yes. the client version must be the same with the compiler one. I would recommend you to set the VCINSTALLDIR path...

> This might be crazy, but by chance are you building with an AMD machine and trying to run on an Intel machine, or vice versa? I think Yes, Just...

@ollydixon Thank you for your quick response. It's still not working. it hangs/stuck here: `await _videoPlayerController!.initialize();` sample code: https://github.com/chenliang0571/video_player/tree/master/video_player/example/lib ``` $ flutter doctor Doctor summary (to see all details, run...

> @chenliang0571 it has to be an issue with how the assets are delivered. Can you try hosting the asset somewhere else? > > The example I've given seems to...

my bad, `VideoPlayerController.file` works fine.