Giter VIP home page Giter VIP logo

ikanopu's Introduction

ikanopu's People

Contributors

kamiyaowl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ikanopu's Issues

Unable to load DLL 'OpenCvSharpExtern': The specified module or one of its dependencies could not be found.

Log

ikanopu_1  | Unable to load DLL 'OpenCvSharpExtern': The specified module or one of its dependencies could not be found.
ikanopu_1  |  (Exception from HRESULT: 0x8007007E)
ikanopu_1  | *** An exception has occurred because of P/Invoke. ***
ikanopu_1  | Please check the following:
ikanopu_1  | (1) OpenCV's DLL files exist in the same directory as the executable file.
ikanopu_1  | (2) Visual C++ Redistributable Package has been installed.
ikanopu_1  | (3) The target platform(x86/x64) of OpenCV's DLL files and OpenCvSharp is the same as your project's.
ikanopu_1  |
ikanopu_1  | System.DllNotFoundException: Unable to load DLL 'OpenCvSharpExtern': The specified module or one of its dependencies could not be found.
ikanopu_1  |  (Exception from HRESULT: 0x8007007E)
ikanopu_1  |    at OpenCvSharp.NativeMethods.core_Mat_sizeof()
ikanopu_1  |    at OpenCvSharp.NativeMethods.TryPInvoke()
ikanopu_1  |
ikanopu_1  | Unhandled Exception: System.TypeInitializationException: The type initializer for 'OpenCvSharp.NativeMethods' threw an exception. ---> OpenCvSharp.OpenCvSharpException: Unable to load DLL 'OpenCvSharpExtern': The specified module or one of its dependencies could not be found.
ikanopu_1  |  (Exception from HRESULT: 0x8007007E)
ikanopu_1  | *** An exception has occurred because of P/Invoke. ***
ikanopu_1  | Please check the following:
ikanopu_1  | (1) OpenCV's DLL files exist in the same directory as the executable file.
ikanopu_1  | (2) Visual C++ Redistributable Package has been installed.
ikanopu_1  | (3) The target platform(x86/x64) of OpenCV's DLL files and OpenCvSharp is the same as your project's.
ikanopu_1  |
ikanopu_1  | System.DllNotFoundException: Unable to load DLL 'OpenCvSharpExtern': The specified module or one of its dependencies could not be found.
ikanopu_1  |  (Exception from HRESULT: 0x8007007E)
ikanopu_1  |    at OpenCvSharp.NativeMethods.core_Mat_sizeof()
ikanopu_1  |    at OpenCvSharp.NativeMethods.TryPInvoke() ---> System.DllNotFoundException: Unable to load DLL 'OpenCvSharpExtern': The specified module or one of its dependencies could not be found.
ikanopu_1  |  (Exception from HRESULT: 0x8007007E)
ikanopu_1  |    at OpenCvSharp.NativeMethods.core_Mat_sizeof()
ikanopu_1  |    at OpenCvSharp.NativeMethods.TryPInvoke()
ikanopu_1  |    --- End of inner exception stack trace ---
ikanopu_1  |    at OpenCvSharp.NativeMethods.TryPInvoke()
ikanopu_1  |    at OpenCvSharp.NativeMethods..cctor()
ikanopu_1  |    --- End of inner exception stack trace ---
ikanopu_1  |    at OpenCvSharp.NativeMethods.core_Mat_new2(Int32 rows, Int32 cols, Int32 type)
ikanopu_1  |    at ikanopu.Service.ImageProcessingService.InitializeAsync(GlobalConfig config) in /src/ikanopu/Service/ImageProcessingService.cs:line 46
ikanopu_1  |    at ikanopu.Program.<Main>d__3.MoveNext() in /src/ikanopu/Program.cs:line 89
ikanopu_1  | --- End of stack trace from previous location where exception was thrown ---
ikanopu_1  |    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
ikanopu_1  |    at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
ikanopu_1  |    at ikanopu.Program.<Main>(String[] args)
ikanopu_ikanopu_1 exited with code 139

日本語フォントの実装

.NET Standard向けにしてしまったので、正直今更System.Drawingに依存してもバチは当たらない
むしろRegisterUserのDisplayNameの自動設定を優先させたい

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.