Giter Club home page Giter Club logo

Comments (6)

Za0Shu1 avatar Za0Shu1 commented on May 17, 2024

这个问题修复了没

from hotpatcher.

hxhb avatar hxhb commented on May 17, 2024

在UE5.0.3中测试未复现,提供更多信息后可以Repoen。

from hotpatcher.

TroutZhang avatar TroutZhang commented on May 17, 2024

@hxhb 遇到同样的问题, v76.3 with UE 5.0.3。 Reopen 这个issue吧。

第一个小问题ByRelease的,我这里注释代码绕开解决了,是http请求没处理完一直在模块 http卸载的时候等待导致的。 你的请求版本信息的 http request能执行完,但是另外一个注册项目信息的我这里执行不完,所以就一直卡那里了。
注释掉的代码如下
image

第二个小问题ByPatch的,我这里发现是因为所有线程都在sleep wait, 正在进一步调试中。
callstack如下:
image

from hotpatcher.

TroutZhang avatar TroutZhang commented on May 17, 2024

第二个小问题关于 ByPatch的,已经修复在 PR #86 , 本质上是因为原来的代码只是在用Sleep等,而没有去"tick" 异步任务,导致无限期的白等下去,永远不会结束

具体在我的关卡改动后的patch-cook流程里,表现为是StaticMesh的 IsCompile永远为true导致Object->IsCachedCookedPlatformDataLoaded(TargetPlatform)也永远为true。

  • 我的修复代码是参考了引擎的UDerivedDataCacheCommandlet 相关代码调用流程后改出来的。

from hotpatcher.

TroutZhang avatar TroutZhang commented on May 17, 2024

第一个小问题关于ByRelease的,因为其实Release的json是生成完毕的,只是进程退出时候卡在永不结束的一个我觉得不重要的http request上,所以没有深究下去,仅仅是如上回复中的图片那样注释了,也就没有提PR。

第二个小问题关于ByPatch的,则是因为需要的*_P.pak都没生成出来,所以才去调试修复了。

from hotpatcher.

TroutZhang avatar TroutZhang commented on May 17, 2024

@gameiw @Za0Shu1 如果你们还有类似问题,可以试试我的PR。

from hotpatcher.

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.