[ros-bugs] [Bug 5503] REGRESSION: Far Manager 1.65 fails to start

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri May 6 11:52:46 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=5503


Crocodile <geekdundee at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |geekdundee at gmail.com




--- Comment #23 from Crocodile <geekdundee at gmail.com>  2011-05-06 11:52:46 CET ---
(In reply to comment #9)
> I bypass this problem by adding console resizing in
> IntReadConsoleOutput/IntWriteConsoleOutput: 
> 
> 
>    if (dwBufferSize.Y==300)  {
>        dwBufferSize.Y=25;
>         SetConsoleScreenBufferSize(hConsoleOutput,dwBufferSize);
>     }
> know,that is ugly,but anyway far 1.65 now work fine
> 

Thanks to this I found the problem. This bug is not *really* caused by the
patch since the patch changed the default buffer height from 25 to 300
characters.

If you test Far Manager 1.65 under r47145 then you will find it is actually
there. To reproduce, just right-click the console and set the height of the
*buffer* to 300 and Far Manager 1.65 will emit an "unhandled exception" type
error.

If you want Far Manager 1.65 to work then make sure the buffer is set to 80x25
*before* you start Far Manager 1.65 up in that same console window.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list