jirentabu / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

'Attach More Files' : Adding large amount of files (over >= 10) unsuccessfully #218

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:

- Do a manual error report.
- Click on 'What does this report contain?' to open 'Report Details' Dialog.
- Right click on a file item -> Select 'Attach more file(s)...' and take around 
>=10 text files.

What is the expected output? What do you see instead?
Files attaching unsuccessful! (See the attached image)

What version of CrashRpt are you using?
Latest version (v1.4.2_r1609)

What is your version of Visual Studio?
VS 2010 Ultimate (.NET 4)

What is your version of Windows operating system?

Please provide any additional information below.

Original issue reported on code.google.com by tadhuski...@gmail.com on 4 Oct 2013 at 2:44

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by tadhuski...@gmail.com on 4 Oct 2013 at 4:22

Attachments:

GoogleCodeExporter commented 9 years ago
Windows OS 8

Original comment by tadhuski...@gmail.com on 4 Oct 2013 at 4:22

GoogleCodeExporter commented 9 years ago
It seems the WTL::CFileDlg class has too small buffer for storing the selected 
file names. I rewritten the file dialog code with Win32 functions/structures, 
and now the buffer is 4096 bytes in size, which should be enough.
Fixed in trunk.

Original comment by zexspect...@gmail.com on 6 Oct 2013 at 4:14

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1637.

Original comment by zexspect...@gmail.com on 6 Oct 2013 at 4:15