Here's a lightweight version of the plugin loader , this one has no UI or buttons to press. USE: Launch "PluginLoaderLite.xex" you will receive a popup when returned to dash that the plugin is loaded. NOTE: comes with RPC.xex, ensure it is in the folder with launcher, users can put any plugin in the folder as long as they name it "RPC.xex" it should load. LINK I am also working on a file browser that I build a while back, it was bare bones and did little more than list files on your devices and launch xex,xbe, and pirs containers, this will have plugin loading now as well.
hi,fate6,i tried your xex on my slim test kit,it doesn't work.i cant get flash acess and memory poke. byte[] bytesToPoke = new byte[] { 0x60, 0, 0, 0 }; uint numBytesWritten; debugTarget.SetMemory(0x8239383C, (uint)bytesToPoke.Length, bytesToPoke, out numBytesWritten); error HRESULT:0x82DA0007
hi,begallegal1,can you make xbdm.xex pluginloader for my slim test kit,i tried rename xbdm.xex to RPC.xex,but system crashed and restart.
Well that's odd since I have used it myself so yes it does work. No idea then. Also please don't multi post like that.
sorry I cannot help much there, I'm pretty sure that has nothing to do with the loader, it should load any module into memory the same way, I have tested it with almost all public plugins on a regular RGH running freeboot (xebuild) and they all load fine ,my best guess would be that it crashed because your slim test kit probably already has xbdm in the flash and is loaded on boot and trying to load into that address causes the crash. also as fate6 mentioned about multiposting, please use the multiquote function instead