Results 667 comments of Aldo Vargas

I reverted the unload code of wMM as it was in 1.47.37. Please test [webMAN_MOD_latest.zip](https://github.com/aldostools/webMAN-MOD/files/8413825/webMAN_MOD_latest.zip) and report back. It's weird that it doesn't work unloading the plugin the same way...

Could you test 1.47.37 or 1.47.36 or any older version?

The change in the code was intended to solve that issue (wMM stays in memory after unload). I tried to implement the same unload method used by VSH menu, but...

Test this build [webftp_server.zip](https://github.com/aldostools/webMAN-MOD/files/8414257/webftp_server.zip) I restored the code from 1.47.39 and used this code in the finalize_module() u64 meminfo[5]; meminfo[0] = 0x28; meminfo[1] = 2; meminfo[2] = 0; meminfo[3] =...

How are you unloading? I tested using /quit.ps3 or R2+L3+R3 and the memory usage shown by VshFpsCounter.sprx goes from 16792 KB to 15904 KB (+888 KB free).

Ok I see that PS3MAPI still doesn't free the memory, but webMAN Setup > Unload webMAN frees the memory. Unload webMAN does the same as /quit.ps3 and R2+L3+R3 Tomorrow I...

A new build of webMAN MOD now allows to switch between Full/Standard and Lite editions using L1+R1+TRIANGLE. Now you can have full features and +400KB of extra memory just switching...

> Unloading any type of way on DEX ends up crashing > > pressing L1+R1+TRIANGLE crashes on thread poll_thread unloading through XMB interface crashes in thread wwwd pressing R2 +...

> This question is off topic but can you try to build webftp_server.sprx with visual studio. I'm getting errors that aren't in the source code > > ![image](https://user-images.githubusercontent.com/9206290/162591335-92fd75da-4546-4a24-b585-3811590a313a.png) > >...

fprintf and setlocal are not used in the project. There are refrences to them in the vsh includes. You could try commenting them out.