GithubHelp home page GithubHelp logo

Comments (4)

1770577032 avatar 1770577032 commented on July 1, 2024

[2020.05.11-02.32.51:646][488]LogThreadingWindows: Error: Runnable thread HttpManagerThread crashed.
[2020.05.11-02.32.51:646][488]LogWindows: Error: === Critical error: ===
[2020.05.11-02.32.51:646][488]LogWindows: Error:
[2020.05.11-02.32.51:646][488]LogWindows: Error: Fatal error!
[2020.05.11-02.32.51:646][488]LogWindows: Error:
[2020.05.11-02.32.51:646][488]LogWindows: Error: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION writing address 0x00000017
[2020.05.11-02.32.51:646][488]LogWindows: Error:
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007fff6fcdb39d ntdll.dll!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ff6d4ff6643 UEHouse.exe!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ff6d4fea054 UEHouse.exe!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ff6d4fe9415 UEHouse.exe!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ff6d1b9d067 UEHouse.exe!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ff6d1bbc9ea UEHouse.exe!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ffee43122b1 libcurl.dll!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ffee4311a3e libcurl.dll!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ffee43152cc libcurl.dll!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ffee42e4577 libcurl.dll!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ffee42e5f72 libcurl.dll!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ffee4309915 libcurl.dll!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ffee42f3308 libcurl.dll!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ffee42f1e36 libcurl.dll!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ff6d1bafa75 UEHouse.exe!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ff6d1bb354e UEHouse.exe!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ff6d1bb6af8 UEHouse.exe!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ff6d1862cdf UEHouse.exe!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007ff6d18629d4 UEHouse.exe!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007fff6e4c7bd4 KERNEL32.DLL!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error: [Callstack] 0x00007fff6fd2ce71 ntdll.dll!UnknownFunction []
[2020.05.11-02.32.51:646][488]LogWindows: Error:
[2020.05.11-02.32.51:646][488]LogWindows: Error: Crash in runnable thread HttpManagerThread
[2020.05.11-02.32.51:666][489]LogExit: Executing StaticShutdownAfterError
[2020.05.11-02.32.51:666][489]LogWindows: FPlatformMisc::RequestExit(1)
[2020.05.11-02.32.51:666][489]LogCore: Engine exit requested (reason: Win RequestExit)

from aliyun-oss-cpp-sdk.

1770577032 avatar 1770577032 commented on July 1, 2024

这个东西和ue4自身的http模块有冲突

from aliyun-oss-cpp-sdk.

huiguangjun avatar huiguangjun commented on July 1, 2024

在windows 系统下 需要使用 自己的 第三方模块,具体的做法如下:
1)替换 工程里 third_party/include 目录下的头文件
2)替换 工程里 third_party/lib 目录下的库,如果只是编译静态库,不需要做这一步。
3)替换lib内容后,如果名字和 目录的不一致,需要修改工程下的 CMakeLists.txt,替换lib库的名字

from aliyun-oss-cpp-sdk.

silverbers avatar silverbers commented on July 1, 2024

是的 , sdk自带的openSSL的dll文件和UE冲突 , 导致打包打不出来 , 有人知道怎么解决吗

from aliyun-oss-cpp-sdk.

Related Issues (20)

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.