UESaveTool icon indicating copy to clipboard operation
UESaveTool copied to clipboard

No implementation for Property type 'StrProperty' error.

Open iam4k33m opened this issue 1 year ago • 1 comments

The error given is: `TypeNotImplementedError: No implementation for Property type: 'StrProperty' at Factory.createArray (file:///E:/Downloads/UESaveTool-master/UESaveTool-master/models/factories/PropertyFactory.js:20:19) at ArrayProperty.deserialize (file:///E:/Downloads/UESaveTool-master/UESaveTool-master/models/properties/ArrayProperty.js:43:41) at Tuple.deserialize (file:///E:/Downloads/UESaveTool-master/UESaveTool-master/models/properties/Tuple.js:29:18) at Gvas.deserialize (file:///E:/Downloads/UESaveTool-master/UESaveTool-master/models/Gvas.js:25:25) at file:///E:/Downloads/UESaveTool-master/UESaveTool-master/uesavetool.js:14:22 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)

Node.js v18.17.1` Note that the StrProperty file exists and is referenced in the index.js

iam4k33m avatar Sep 06 '23 18:09 iam4k33m

I'll have to test this on a fresh environment. Would you mind posting your .sav you are trying to view?

I don't have time at the moment to work on this. I haven't actively developed this package in a long time. I can't make any promises that we'll resolve your issue. I'll take a look this weekend.

ch1pset avatar Oct 05 '23 19:10 ch1pset