Homebrew RELEASE Switch Backup Manager 1.0

Does version 1.1.0 works for you when adding nsp?

  • Yes

    Votes: 14 93.3%
  • No

    Votes: 1 6.7%

  • Total voters
    15
  • Poll closed .

uzi

Well-Known Member
Member
Joined
Mar 21, 2006
Messages
100
Trophies
1
XP
308
Country
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NotSupportedException: The given path's format is not supported.
at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
at Switch_Backup_Manager.Util.AutoRenameXCIFile(FileData file)
at Switch_Backup_Manager.Util.AutoRenameXCIFiles(Dictionary`2 files, String source)
at Switch_Backup_Manager.FrmMain.OperationRenameSelectedLocalFiles()
at Switch_Backup_Manager.FrmMain.allFilesToolStripMenuItem1_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 

GibaBR

Well-Known Member
OP
Newcomer
Joined
Jul 2, 2018
Messages
89
Trophies
0
Age
114
XP
475
Country
Brazil
v 1.0.1 released. Corrects this error.
https://github.com/gibaBR/Switch-Backup-Manager/releases/tag/v1.0.1

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NotSupportedException: The given path's format is not supported.
at System.Security.Permissions.FileIOPermission.EmulateFileIOPermissionChecks(String fullPath)
at System.Security.Permissions.FileIOPermission.QuickDemand(FileIOPermissionAccess access, String fullPath, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
at Switch_Backup_Manager.Util.AutoRenameXCIFile(FileData file)
at Switch_Backup_Manager.Util.AutoRenameXCIFiles(Dictionary`2 files, String source)
at Switch_Backup_Manager.FrmMain.OperationRenameSelectedLocalFiles()
at Switch_Backup_Manager.FrmMain.allFilesToolStripMenuItem1_Click(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
 

Astoria

Well-Known Member
Member
Joined
Aug 26, 2009
Messages
665
Trophies
1
XP
1,280
Country
Costa Rica
Github and release link redirect to a direct link ...

Its multi-platform or in C# ?

Edit: why 50% of dev. Code hacking tools in C# ... Do it on C++, java, python, ?JS? But not in single OS language ...
Yeah this.

I also hate the fact that so many people here have an unconditional love for C#.

Why not use Java then? It's so similar to C#.
 

c80

Banned!
Banned
Joined
Jun 1, 2018
Messages
270
Trophies
0
Age
44
XP
194
Country
Germany
Why not use Java then? It's so similar to C#.
Java is ugly to code. C# is so much better. Visual Studio is one of the best IDEs, much better than every IDE that supports Java. C# is much more portable. If you want to program an app for multiple platforms like Windows, Android, iOS etc. it is very simple to do in C# (with Xamarin). There are so many reasons to use C# and close to none to use Java. You have too keep in mind that no one pays the devs to develope such programs. The devs choose the programming language which is the most convinien for them.
 
  • Like
Reactions: SpaceJump

Astoria

Well-Known Member
Member
Joined
Aug 26, 2009
Messages
665
Trophies
1
XP
1,280
Country
Costa Rica
Java is ugly to code. C# is so much better. Visual Studio is one of the best IDEs, much better than every IDE that supports Java. C# is much more portable. If you want to program an app for multiple platforms like Windows, Android, iOS etc. it is very simple to do in C# (with Xamarin). There are so many reasons to use C# and close to none to use Java. You have too keep in mind that no one pays the devs to develope such programs. The devs choose the programming language which is the most convinien for them.
If it's more portable then why not a single program written in C# related to the Switch or 3DS scene has a Linux release?
 

c80

Banned!
Banned
Joined
Jun 1, 2018
Messages
270
Trophies
0
Age
44
XP
194
Country
Germany
If it's more portable then why not a single program written in C# related to the Switch or 3DS scene has a Linux release?
You don't need a special Linux release. You can run .net programs in Linux. You just need to install the framework. It's called Mono. It's like Java, which also depends on a framework to be installed.
 

Astoria

Well-Known Member
Member
Joined
Aug 26, 2009
Messages
665
Trophies
1
XP
1,280
Country
Costa Rica
You don't need a special Linux release. You can run .net programs in Linux. You just need to install the framework. It's called Mono. It's like Java, which also depends on a framework to be installed.
So you're talking about emulating windows with wine. That's not what I'm taking, I want native apps for the system.
 

c80

Banned!
Banned
Joined
Jun 1, 2018
Messages
270
Trophies
0
Age
44
XP
194
Country
Germany
So you're talking about emulating windows with wine.
No. Read my post again:
You just need to install the framework. It's called Mono.

edit: if you are interested in running a .net program in Linux, read this article: https://www.linux.com/news/running-net-applications-linux-mono

--------------------- MERGED ---------------------------

Why not use Java then?
I want native apps for the system
If you want native apps for the system, you can't use Java. It also depends on a framwork, just like .net

--------------------- MERGED ---------------------------

emulating windows with wine
Wine is NOT an emulator!
 
Last edited by c80,
  • Like
Reactions: WhiteDuck

uzi

Well-Known Member
Member
Joined
Mar 21, 2006
Messages
100
Trophies
1
XP
308
Country
future additions?

1. option to sort by nswdb release id?

2. rename games format as, ID - GAME - (Region)
 
Last edited by uzi,
  • Like
Reactions: MR_TeCKnO

lordelan

Well-Known Member
Member
Joined
Jan 4, 2015
Messages
5,840
Trophies
1
Age
44
XP
6,633
Country
Germany
why 50% of dev. Code hacking tools in C# ... Do it on C++, java, python, ?JS? But not in single OS language ...
Wow man ... because C# is their fav language?
A C# tool is better than no tool.
Plus if the source is available you can compile it with mono for Linux and so on.

@OP: Cool tool. You should definitely include some code from XCI cutter to have cut/split options for FAT32 SD cards. That'd be awesome.
Wii Backup Manager had this as well. :P
 
Last edited by lordelan,
  • Like
Reactions: GibaBR

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • K3Nv2 @ K3Nv2:
    why
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, it's not funny
  • K3Nv2 @ K3Nv2:
    ok
  • BigOnYa @ BigOnYa:
    Wut?
  • K3Nv2 @ K3Nv2:
    That's not funny
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    So two cannibals where eating a clown and one says to the other. Hey does this taste funny to you?
    +2
  • K3Nv2 @ K3Nv2:
    What do you call a slow car? Retired
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Did you hear about the police car that someone stole the wheels off of? The police are working tirelessly to find the thieves.
    +2
  • K3Nv2 @ K3Nv2:
    A firefighter got arrested for assault his main claim was what I was told he was on fire
    +2
  • BigOnYa @ BigOnYa:
    What do you call a hooker with a runny nose? Full
    +2
  • Psionic Roshambo @ Psionic Roshambo:
    What do you tell a woman with two black eyes? Nothing you already told her twice!
  • K3Nv2 @ K3Nv2:
    Diddy also works
  • K3Nv2 @ K3Nv2:
    A scientist heard the word batman so he put a naked lady in a cage with a bat
  • Psionic Roshambo @ Psionic Roshambo:
    Chuck Norris won a staring contest, with the sun.
  • K3Nv2 @ K3Nv2:
    A vampires favorite thing to do is moon you
  • BigOnYa @ BigOnYa:
    What's the difference between an airplane, and Ken's mom? Not everyone has been in an airplane.
  • K3Nv2 @ K3Nv2:
    What's the difference between @BigOnYa and his wife? Nothing both want to bone me
    +3
  • RedColoredStars @ RedColoredStars:
    How much wood could a wood chuck chuck if a wood chuck could chuck norris
    +1
  • BakerMan @ BakerMan:
    how do i know? you're a guy, and he wants to bone every guy on this site (maybe, idk)
    +1
  • K3Nv2 @ K3Nv2:
    He wants to bone anything with a dick
    +1
  • Xdqwerty @ Xdqwerty:
    Good night
    +1
  • BigOnYa @ BigOnYa:
    Nighty night, big day tomorrow. Congrats.
    K3Nv2 @ K3Nv2: https://www.instagram.com/reel/C7iLZ35NrQt/?igsh=MWd2Z3U0dmNlMmNxcw==