rohnaldino
rohnaldino
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
Thats what I‘m saying normally it would show the error
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
Real
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
:ong5head:
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
😭
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
omg im soo stupid
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
ur talking about
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
this is the path
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
i assume
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
:HMM:
private void LoadCharacterIcons()
{
string resourceFolderPath = Path.Combine(Directory.GetParent(Application.StartupPath).Parent.FullName, "Resources", "dbd");

foreach (var file in Directory.GetFiles(resourceFolderPath, "*.png"))
{
string fileName = Path.GetFileNameWithoutExtension(file).ToLower();
System.Drawing.Image characterImage = System.Drawing.Image.FromFile(file);
characterIcons[fileName] = characterImage;
}
}
private void LoadCharacterIcons()
{
string resourceFolderPath = Path.Combine(Directory.GetParent(Application.StartupPath).Parent.FullName, "Resources", "dbd");

foreach (var file in Directory.GetFiles(resourceFolderPath, "*.png"))
{
string fileName = Path.GetFileNameWithoutExtension(file).ToLower();
System.Drawing.Image characterImage = System.Drawing.Image.FromFile(file);
characterIcons[fileName] = characterImage;
}
}
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
its so weird cause it used to work but suddenly it just doesnt anymore i mean i didnt do major changes for it to all in the sudden stop working
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
nothing
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
not really no
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
outside of the build folder it wont open
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
but even with all the files
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
it used to work with the .exe alone
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
LOL
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
nope
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
No description
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
also it created the config on my second pc which makes me think it opens but something i guess stops it
33 replies
CC#
Created by rohnaldino on 11/16/2024 in #help
.exe wont run outside of Build Folder even when using Fody?
the app kind off opens i can see the Bunifu Snackbar Notifications but it doesnt open completely and eventually closes itself i guess
33 replies