jshridha / docker-blueiris

Blueiris in a docker using wine!
Apache License 2.0
106 stars 52 forks source link

Wine has problems with importing DLL's for blue iris #47

Open pootislord opened 3 years ago

pootislord commented 3 years ago

Atleast I think it's wine. I was having the error 53 problem so I switched from GPU to DEV branch, and after I installed blue iris and the wine dependencies it needed, it's giving me this error:

25/02/2021 12:16:54 created xdamage object: 0xa00024
25/02/2021 12:16:54 copy_tiles: allocating first_line at size 33
00c4:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
00c4:err:module:import_dll Library mfc140u.dll (which is needed by L"C:\\Program Files\\Blue Iris 5\\BlueIris.exe") not found
00c4:err:module:LdrInitializeThunk Importing dlls for L"C:\\Program Files\\Blue Iris 5\\BlueIris.exe" failed, status c0000135
003c:err:service:process_send_command service protocol error - failed to write pipe!
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"BlueIris" failed to start: 1053
00f0:fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
00f0:err:module:import_dll Library mfc140u.dll (which is needed by L"C:\\Program Files\\Blue Iris 5\\BlueIris.exe") not found
00f0:err:module:LdrInitializeThunk Importing dlls for L"C:\\Program Files\\Blue Iris 5\\BlueIris.exe" failed, status c0000135

Is there a step or dependency I missed when installing? It looks like it cant find a DLL it needs.

Thanks, and let me know if I need to provide more logs or any more info.