You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of "offset" is out of range. It must be >= 0 and <= 3048. Received 3049
NOTE: This is with the 2.0.0 Alpha, on a .uasset/.uexp extracted with ZenTools from FF7R Rebirth.
Expected Behavior
File to open and edit/preview data values.
Actual Behavior
Error log
Steps to Reproduce the Problem
Download Attached .zip (containing .uasset and .uexp)
Open the .uasset file.
Error appears.
Error Stack
RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 3048. Received 3049
at new NodeError (node:internal/errors:371:5)
at boundsError (node:internal/buffer:86:9)
at Buffer.readUInt8 (node:internal/buffer:252:5)
at UAsset.readByte (C:\Users\david\Downloads\ff7r-data-editor-win32-x64\ff7r-data-editor-win32-x64\resources\app\lib\ufile.js:34:30)
at UAsset.readFString (C:\Users\david\Downloads\ff7r-data-editor-win32-x64\ff7r-data-editor-win32-x64\resources\app\lib\ufile.js:74:21)
at UAsset.read (C:\Users\david\Downloads\ff7r-data-editor-win32-x64\ff7r-data-editor-win32-x64\resources\app\lib\uasset.js:58:29)
at UPackage.read (C:\Users\david\Downloads\ff7r-data-editor-win32-x64\ff7r-data-editor-win32-x64\resources\app\lib\upackage.js:17:18)
at IpcMainImpl.openUPackage (C:\Users\david\Downloads\ff7r-data-editor-win32-x64\ff7r-data-editor-win32-x64\resources\app\main\index.js:153:22)
Thanks for the report. For now, this only works with Rebirth *.uasset files since they moved to IoStore packages. I recommend using FModel to extract the *.uasset file which will contain all the data for both the *.uasset and *.uexp.
Error Message
The value of "offset" is out of range. It must be >= 0 and <= 3048. Received 3049
NOTE: This is with the 2.0.0 Alpha, on a .uasset/.uexp extracted with ZenTools from FF7R Rebirth.
Expected Behavior
File to open and edit/preview data values.
Actual Behavior
Error log
Steps to Reproduce the Problem
Error Stack
Specifications
CameraSetting.zip - attached .uasset and .uexp
The text was updated successfully, but these errors were encountered: