Bugs
Before sending a bug report, please make sure:
- The bug is reproducible. It's hard for us to fix bugs that we can't test on our machines. Describe step-by-step what you do to make the problem happens.
- You gave complete information of your system, and all related info with what you were doing (e.g. specific filenames, OS version, connection type, etc).
- Your bug report isn't already reported; if somebody reported it before you, you can just add your info to the existing report.
If Winlop is crashing, you can download the "sources release", which have a binary compiled with debug info. Then go to www.mingw.org and download the MinGW Utilities package. Extract it somewhere, and run the "drmingw.exe" program with the "-i" option (open a command prompt and type "drmingw -i"). This will install Dr. MinGW as the default debugger. Next time Winlop crashes, you'll have the option to debug it, and see on which line it crashed. This is extremely useful for the developers to spot and fix the bug.
After that, you can go to the bugs report page and fill your report.
If you already have a patch, please post it in the patches page.