WiiRd forum

Wii & Gamecube Hacking => WiiRD Remote Debugger => Topic started by: agrs700 on December 22, 2008, 12:18:24 AM

Title: New wiird version bugs:
Post by: agrs700 on December 22, 2008, 12:18:24 AM
Post Here bugs
I'll start with the ones that happened to me: (I'm talking about WiirdGUI!!, not wiird)

When I press the Search button, sometimes the app gets freezed, if I press stop it says in the caption: saving undo data( it saves the undo data btw) and then it says: dumping block 4/24, and doesnt sem to do nothing, so I have to kill the app via task manager. It happends sometimes too with the restart button.

I've noticed that the app seems to fail more often if I have the console shown


That's all for now, btw link you had created an awersome app!
Title: Re: New wiird version bugs:
Post by: Lunar on December 22, 2008, 12:30:00 AM
QuoteWhen I press the Search button, sometimes the app gets freezed, if I press stop it says in the caption: saving undo data( it saves the undo data btw) and then it says: dumping block 4/24, and doesnt sem to do nothing, so I have to kill the app via task manager. It happends sometimes too with the restart button.

That happens to me when i search like 2 seconds after the last search has finished :/
Title: Re: New wiird version bugs:
Post by: Igglyboo on December 22, 2008, 02:44:24 AM
Thats a problem with the drive, has nothing to do with wiird.
Title: Re: New wiird version bugs:
Post by: Link on December 22, 2008, 08:56:16 AM
These locks are unfortunately Win32 related. For first: we're talking about 24 MB to 64 MB files here... Windows sometimes takes time until it closes the file handles and unfortunately it is tricky for an application to find out whether a file handle is properly closed. If you search and research again while the file handle is open, in worst cases that might crash!

What I recommend: lower the file handle times.. the easiest way: defragment your harddisk, this WILL lower file locking times - if you want it the fast way, get Auslogics Disk Defrag - it's freeware and about 5 times faster than the Windows tool - but still if you finish defragmentation with that tool the Windows tool is also happy - don't get this as advertising the tool is just faster!
Title: Re: New wiird version bugs:
Post by: agrs700 on December 22, 2008, 10:56:58 AM
ty link ;)