vawser / Smithbox

Smithbox is a modding tool for Elden Ring, Armored Core VI, Sekiro, Dark Souls 3, Dark Souls 2, Dark Souls, Bloodborne and Demon's Souls.
MIT License
104 stars 8 forks source link

Crashing to Whitescreen #24

Closed FinallyRage closed 1 month ago

FinallyRage commented 1 month ago

I was trying to view some text and suddenly the app crashed and gave me this crash report.

I can't find any way to reset the selections or where it maybe stored. I show nothing in %appdata% and trying a new install causes the same error. I tried to revert to a previous version and got the same error.

The network path was not found. : '\.smithbox\ER\selections'

at System.IO.FileSystem.CreateDirectory(String fullPath, Byte[] securityDescriptor) at System.IO.Directory.CreateDirectory(String path) at StudioCore.Banks.SelectionGroupBank.SelectionGroupBank.CreateSelectionGroups() in ./src/StudioCore/Banks/SelectionGroupBank/SelectionGroupBank.cs:line 51 at StudioCore.Smithbox..ctor(IGraphicsContext context, String version) in ./src/StudioCore/Smithbox.cs:line 106 at Smithbox_LowRequirements.Program.Main(String[] args) in ./src/Studio.App/Smithbox_LowRequirements/Program.cs:line 27

PWDK233 commented 1 month ago

me too,yesterday is work,but today i cant use it

Smithbox - Version 1.0.12.1

The network path was not found. : '\.smithbox\ER\selections'

at System.IO.FileSystem.CreateDirectory(String fullPath, Byte[] securityDescriptor) at System.IO.Directory.CreateDirectory(String path) at StudioCore.Banks.SelectionGroupBank.SelectionGroupBank.CreateSelectionGroups() in ./src/StudioCore/Banks/SelectionGroupBank/SelectionGroupBank.cs:line 54 at StudioCore.Smithbox..ctor(IGraphicsContext context, String version) in ./src/StudioCore/Smithbox.cs:line 106 at Smithbox.Program.Main(String[] args) in ./src/Studio.App/Smithbox/Program.cs:line 32

vawser commented 1 month ago

This seems to happen if a project.json is created in a drive root, like C://. If you look in such locations, delete the existing project.json and then re-launch Smithbox, you should be able to create a new project.

PWDK233 commented 1 month ago

This seems to happen if a project.json is created in a drive root, like C://. If you look in such locations, delete the existing project.json and then re-launch Smithbox, you should be able to create a new project.

yes!!!!!!!!!!!!!! i Del D://project.json and is work TY

vawser commented 1 month ago

I've added some safeguards to prevent this accidently happening in the next release.