aMule Bug Tracker - aMule | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0000549 | aMule | Multi Platform | public | 2005-08-29 07:32 | 2005-10-24 11:11 | |||||
| Reporter | Jacobo221 | |||||||||
| Assigned To | ||||||||||
| Priority | normal | Severity | crash | Reproducibility | always | |||||
| Status | closed | Resolution | open | |||||||
| Platform | OS | OS Version | ||||||||
| Product Version | SVN | |||||||||
| Target Version | Fixed in Version | |||||||||
| Fixed in Revision | ||||||||||
| Operating System | ||||||||||
| Summary | 0000549: Windows: aMule crashes on every start because of failure on amuleDlg's SetSize() | |||||||||
| Description | In amule.conf, [Razor_Preferences]/MAIN_X_SIZE= can only be set to 0 or left blank. Any other value will make aMule crash at startup. Since aMule sets this item to a non-0 value every time it is closed, it is only runnable the first time it is executed (because there is no amule.conf yet :)) The problem is SetSize(), it crash. The reason why it won't crash when using 0 or left blank (which defaults to 0) is that the code does something like: if (x > 0 && y > 0) SetSize(x,y); So, when it's 0, it doesn't use SetSize(). The code is at src/amuleDlg.cpp | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | ||||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2005-08-29 07:32 | Jacobo221 | New Issue | ||||||||
| 2005-08-29 10:19 | Jacobo221 | Note Added: 0001254 | ||||||||
| 2005-08-29 10:21 | Jacobo221 | Product Version | 2.0.3 => CVS | |||||||
| 2005-08-29 16:02 | Jacobo221 | Note Added: 0001258 | ||||||||
| 2005-08-30 20:31 | GonoszTopi | Relationship added | duplicate of 0000420 | |||||||
| 2005-08-31 21:19 | Kry | Note Added: 0001259 | ||||||||
| 2005-10-24 11:11 | Xaignar | Status | new => closed | |||||||
| 2005-10-24 11:11 | Xaignar | Note Added: 0001345 | ||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||