-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DMC5 files incompatible #1
Comments
Thank for your feedback. This issue fixed in v0.1.7. |
scn files in 'natives/x64/scene/players' won't open with an error. pl0800 for an example:Unexpected Error Occurred: TryOpenFileThe following exception occurred: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at System.Collections.Generic.List`1.get_Item(Int32 index) at RszTool.RSZFile.InstanceUnflatten(RszInstance instance) at RszTool.RSZFile.InstanceListUnflatten() at RszTool.RSZFile.DoRead() at RszTool.BaseRszFile.Read() at RszTool.BaseRszFile.Read(Int64 start, Boolean jumpBack) at RszTool.ScnFile.DoRead() at RszTool.BaseRszFile.Read() at RszTool.App.ViewModels.BaseRszFileViewModel.Read() at RszTool.App.ViewModels.MainWindowModel.OpenFile(String path) at RszTool.App.ViewModels.MainWindowModel.<>c__DisplayClass41_0.b__0() at RszTool.App.Common.AppUtils.TryAction(Action action, String name)OKattaching an txt file of error message for pl0000, pl0100, pl0200, pl0800 and pl0000_c00. also a picture of pl0800's error message. edit: using 0.1.9 net8 version for now. |
@Gael1125 Int2, Int3, Int4 is not support yet, will fixed next version. |
@Gael1125 Can you send the file to me for test? |
Test.zip contained scn files of 'natives/x64/scene/players' and the tool itself with rszdmc5.json which what i have used. |
Sound strange, maybe I will test cloud drive in free time. |
DMC5 files just don't open
The text was updated successfully, but these errors were encountered: