Git Product home page Git Product logo

Comments (9)

chexiongsheng avatar chexiongsheng commented on September 3, 2024

这个:
Warning: read ./Library/ScriptAssemblies/Assembly-CSharp.dll with symbol fail
你把IFixToolKit下面的Mono.Cecil开头的文件用你unity配套的替换下

另外一个问题,你看看你项目是不是用async/await

from injectfix.

jackyatplusone avatar jackyatplusone commented on September 3, 2024

这个:
Warning: read ./Library/ScriptAssemblies/Assembly-CSharp.dll with symbol fail
你把IFixToolKit下面的Mono.Cecil开头的文件用你unity配套的替换下

另外一个问题,你看看你项目是不是用async/await

以下都是unity lts版本

  1. 使用Unity2018.4.5\Editor\Data\il2cpp\build 目录下的Mono.Cecil进行替换,仍然报错类似
    Unhandled Exception:System.Exception: XXX.Utils/d__4 is CompilerGenerated

  2. 项目中是使用了async await

3.使用unity 2017.4.32 仍然是原有项目,重新进行了编译步骤:

Window下打开源码包的Source\VSProj\build_for_unity.bat,UNITY_HOME变量的值修改为指向本机unity安装目录
运行build_for_unity.bat

,可生成 Assembly-CSharp.patch.bytes文件。但是有白色提示
WARNING: The runtime version supported by this application is unavailable

4.用unity 2017.4.32打开官方的helloworld,可生成补丁,但是也报错
WARNING: The runtime version supported by this application is unavailable

5.可以确定 Warning: read ./Library/ScriptAssemblies/Assembly-CSharp.dll with symbol fail报错和unity版本有关,替换Mono.Cecil无效,或者应该用哪个路径下的文件替换。项目中有多个同名文件。

from injectfix.

treert avatar treert commented on September 3, 2024

这是个warning,dll没有对应的调试符号文件mdb。不影响运行,至少UnityEditor里的运行。

from injectfix.

jackyatplusone avatar jackyatplusone commented on September 3, 2024

这是个warning,dll没有对应的调试符号文件mdb。不影响运行,至少UnityEditor里的运行。

这个对解决问题没有帮助,明确一下问题,同一个项目
unity 2018.4.5 injex 直接失败,根本无法生成patch。 copy dll和mdb问题依旧。
unity 2017.4.32 可以生成patch和运行。

怀疑injex fix目前是否只测试过对2018.3.x的兼容性,而没有测试过2018.4.x?

from injectfix.

chexiongsheng avatar chexiongsheng commented on September 3, 2024

WARNING: The runtime version supported by this application is unavailable
写着WARNING,并不是错误。另外,更新下代码这个warning也会没了

from injectfix.

whyUnself avatar whyUnself commented on September 3, 2024

请问:Warning: read ./Library/ScriptAssemblies/Assembly-CSharp.dll with symbol fail
这个解决了吗怎么解决的。

from injectfix.

chexiongsheng avatar chexiongsheng commented on September 3, 2024

请问:Warning: read ./Library/ScriptAssemblies/Assembly-CSharp.dll with symbol fail
这个解决了吗怎么解决的。

这个warning没啥影响

from injectfix.

JiayunLin avatar JiayunLin commented on September 3, 2024

遇到有个类里的函数都无法patch,报的是这个warning

from injectfix.

linkongchen avatar linkongchen commented on September 3, 2024

我也有这个warning,但是依旧会 process success

from injectfix.

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.