SirWaddles / JohnWickParse

A parser for Fortnite uasset, uexp and pak files
MIT License
90 stars 27 forks source link

Errors when attempting to serialize Functions #22

Open Kyser7 opened 3 years ago

Kyser7 commented 3 years ago

I'm trying to serialize functions from a 4.26.2 cooked uasset/uexp file pair, but am getting the following errors:

Did not read Function correctly. Current Position: 12, Bytes Remaining: 35 Did not read Function correctly. Current Position: 59, Bytes Remaining: 35 Did not read Function correctly. Current Position: 106, Bytes Remaining: 35 Did not read Function correctly. Current Position: 153, Bytes Remaining: 35 Did not read Function correctly. Current Position: 200, Bytes Remaining: 3857

No functions are serializing for any assets, though all other props and classes are serializing correctly. This issue was noted in https://github.com/SirWaddles/JohnWickParse/issues/9#issue-531560760 however the focus was on other, less useful properties, and was closed as a result.