Laaca
Czech republic, 29.04.2023, 13:47 |
Blocek v1.73 (Announce) |
Today I released a new version of my text editor and image viewer Blocek.
The project page with download links is here.
News in the version 1.73
+ cooperates with Windows clipboard
* mouse driver improvements
+ functions for choosing related chars (via CTRL-Q or mouse right click submenu)
+ distribution package with integrated DosBox-X
+ speed optimizations in editor: if possible, only the updated part of window will be rendered
+ system info window shows whether the OS allows to use SSE instructions
+ optional editor window left side panel showing line ending type
+ text selection range is properly updated during text operations
- various small bugfixes --- DOS-u-akbar! |
RayeR
CZ, 31.05.2023, 03:19 (edited by RayeR, 31.05.2023, 03:45)
@ Laaca
|
Blocek v1.73 |
I got GPF under WinXP NTVDM when I try to open any text file from menu.
FPC General Protection Fault at eip=0030B766
eax=000012C8 ebx=0019FAC0 ecx=00000064 edx=00000000 esi=001BDA10 edi=000A0BE6
ebp=FFFFFFFF esp=0015326A program=H:\BLOCEK.173\BLOCEK.EXE
cs: sel=01A7 base=02D50000 limit=0036FFFF
ds: sel=01AF base=02D50000 limit=0036FFFF
es: sel=01AF base=02D50000 limit=0036FFFF
fs: sel=01CF base=00000000 limit=0010FFFF
gs: sel=01CF base=00000000 limit=0010FFFF
ss: sel=01AF base=02D50000 limit=0036FFFF
Call frame traceback EIPs:
$0030B766
Also F-keys doesn't work like F3 for open file, I can open only via mouse. I remember that some older version worked under NTVDM without problems. Now I have only older version 1.71 handy that cause NTVDM unhandled exception 0D dialog window when open file but at least F-keys worked there. I have set config set quite conservative:
se_simd = 0
use_mmx = 0
screen_width = 1024
screen_height = 768
use_vesa3 = 0 ;0=disable VESA3 functions, else use VESA3 if available
use_lfb = 0 ;0=never use linear frame buffer (LFB); 1=use LFB if available
EDIT: when filename is passed via cmdline param (like INFO.BAT) it opens but even arrow keys doesn't work and prints some regular characters.
I found even older version 1.62 that works fine under NTVDM
Under MS-DOS 6.22 the version 1.73 works except mouse wheel scrolling. I can see only scrollbar on right side moving when wheeling but main screen is still. In version 1.71 under DOS scrolling worked normally... --- DOS gives me freedom to unlimited HW access. |
Laaca
Czech republic, 31.05.2023, 17:58
@ RayeR
|
Blocek v1.73 |
OK, fortunately I have one machine with dual Win98/WinXP boot so I can test it.
Thanks! --- DOS-u-akbar! |
Zyzzle
13.06.2023, 02:13
@ Laaca
|
Blocek v1.73 |
> Today I released a new version of my text editor and image viewer Blocek.
> The project page with download links is
> here.
Even with this new version (and the Win XP keyboard patch) posted above, Blocek still freezes for me when I go to "New File" and start to type. Nothing appears on the screen, and the system freezes so that a re-boot is necessary. I can open a PNG file OK, but when I open an existing text file, the file opens and I can't scroll the mouse, or enter any text. Freeze. This behavior has been the same on all my Dell laptops since at least Blocek 1.60. Does not appear to be a memory problem or a CWSDPMI error, as no error or sigserv occurs, just the freeze when attempting to enter text on keyboard. |