New version: TSE 4.50.8

61 views
Skip to first unread message

S.E. Mitchell

unread,
Sep 1, 2025, 12:48:59 PM (13 days ago) Sep 1
to TSEPro Support
---------------------------------------------------------------------------------
01 Sep 2025: v4.50.8
---------------------------------------------------------------------------------
e32: revert setting code page to 437
sc32: revert using P_NOWAIT in call to spawn(sc32,...). Back to P_WAIT.
This should fix the problem folks were having with sc32 not compiling
all their files.

Linux: untar with: tar -xf tse-linux-4.50.8.tgz
It will create a tse directory and put all the files in there.
https://semware.com/files/tse-pro-install/tse-linux-4.50.8.tgz

Windows: Nice install program. Unzip and run tse.exe.
https://semware.com/files/tse-pro-install/tse-setup-4.50.8.zip

knud van eeden

unread,
Sep 1, 2025, 1:12:41 PM (13 days ago) Sep 1
to TSEPro Support
unzipping Linux 4.50.8 using pkware pkzipc.exe gives error (see screenshot).

Doing the same with 4.50.6, 4.50.7 works OK.

with friendly greetings
Knud van Eeden


Inline image


--

---
You received this message because you are subscribed to the Google Groups "SemWare TSE Pro text editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to semware+u...@googlegroups.com.

S.E. Mitchell

unread,
Sep 1, 2025, 1:39:01 PM (13 days ago) Sep 1
to sem...@googlegroups.com
I just downloaded the .tgz file from the link I sent.
I typed: tar -xf tse-linux-4.50.8.tgz
And it works as expected.

I built the archive using:
tar -cvzf allfiles.tgz -T tse/tse-linux-files.list
Then renamed it and uploaded it.

I also have a simple tar file viewer, by the author of the elvis editor.  
It also has no problems viewing the archive.

No idea why pkzipc does not work.

I suggest you use tar.


knud van eeden

unread,
Sep 1, 2025, 1:45:09 PM (13 days ago) Sep 1
to sem...@googlegroups.com
> tar -cvzf allfiles.tgz -T tse/tse-linux-files.list

If this same command  has been used all the time, also with ..., 4.50.6, 4.50.7 then it is probably a quirk of pkzipc.exe.
Otherwise it is likely caused by a change in the command.


S.E. Mitchell

unread,
Sep 1, 2025, 1:48:21 PM (13 days ago) Sep 1
to sem...@googlegroups.com
It has been used since 4.50rc7.tgz, the first .tgz file I built.
Using built-in linux commands, I don't know any other way to create a .tgz file.
It is nice and painless - just give it a list of files, and away it goes!


zhong zhao

unread,
Sep 1, 2025, 11:11:20 PM (12 days ago) Sep 1
to SemWare TSE Pro text editor
When I use command line "g32 d:\mydir\*.c",
err1.jpg

S.E. Mitchell

unread,
Sep 1, 2025, 11:27:27 PM (12 days ago) Sep 1
to sem...@googlegroups.com
Sorry for the problem :(
Approximately how many *.c files are in mydir?
Do you have any autoload macros?
If so, can you try without loading any macros?
Can you also try using the default tse.ui and tse.cfg?
Thank you!

S.E. Mitchell

unread,
Sep 1, 2025, 11:30:28 PM (12 days ago) Sep 1
to sem...@googlegroups.com
And if you are able - can you try the same thing with 4.5?
Thank you!


zhong zhao

unread,
Sep 1, 2025, 11:43:17 PM (12 days ago) Sep 1
to SemWare TSE Pro text editor
4.50.6 is OK
but 4.50.8 pop "I'm sorry, Dave. ..." Error dialog,and exit when button OK clicked.
25 .c files in d:\mydir
No autoload any .mac

zhong zhao

unread,
Sep 1, 2025, 11:47:56 PM (12 days ago) Sep 1
to SemWare TSE Pro text editor
I just try using the default tse.ui and tse.cfg, pop  the same Error dialog.

S.E. Mitchell

unread,
Sep 2, 2025, 6:52:07 AM (12 days ago) Sep 2
to sem...@googlegroups.com
Thanks for the info!
I cannot duplicate this yet :(
Are those c files private?

Message has been deleted
Message has been deleted
Message has been deleted

zhong zhao

unread,
Sep 2, 2025, 9:38:00 PM (11 days ago) Sep 2
to SemWare TSE Pro text editor
I found pop Error dialog when filename include chinese character.
For example:
"g32 d:\mydir\*.c" pop Error dialog when "d:\mydir\" has only a file "d:\mydir\汉字.c"
"g32 d:\mydir\汉字.c" OK and not pop Error dialog when "d:\mydir\" has only a file "d:\mydir\汉字.c"
"g32 d:\mydir\*.c" OK and not pop Error dialog when "d:\mydir\" has only a file "d:\mydir\hz.c"

Harald Mezger

unread,
Sep 3, 2025, 4:04:56 AM (11 days ago) Sep 3
to sem...@googlegroups.com
Dear Sammy,

many thanks for keeping up a steady stream of (ever greater) Tessie versions, year after year.

If i may suggest a possible, and very minor, improvement to sc32.exe:
when called without parameters, it offers an option to burn in a customization file:

E:\Kopiertes\TSEPro\sc32.exe
SAL Compiler V4.50.8 - 2025 Sep 01 (12415)

B - Burnin/Configure editor
C - Compile stand-alone Macro
? - Show command-line parameters


Choice: b
Filename of interface file: E:\Kopiertes\TSEPro\ui\MyTSE.UI
Filename of The SemWare Editor:  [E:\Kopiertes\TSEPro\g.exe]


As shown, the default name suggested for the graphical version is g.exe
The editor, as installed, is however named g32.exe (e32.exe for the console one). 

If the user misses the differences and proceedes with the suggested g.exe, the 
customization failes:

Burning configuration into file 'R:\Temp\g.exe'
Warning 1305  (0,0)      Error opening file 'R:\Temp\g.exe'
Unable to burn in interface - continuing...
Create separate automatically-loaded interface file(s) instead? [Y/N] n
Error   2228  (0,0)      Error burning in configuration in 'R:\Temp\g.exe' 

Perhaps this default name could be updated?

Best Wishes,
Harald.

S.E. Mitchell

unread,
Sep 3, 2025, 6:06:50 AM (11 days ago) Sep 3
to sem...@googlegroups.com
Good idea - updated.
Thanks for the suggestion!
> --
>
> ---
> You received this message because you are subscribed to the Google Groups "SemWare TSE Pro text editor" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to semware+u...@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/semware/CAEcHGEY-uH0WzF1dnLpMO_iWTCR70zDO%3DDqYDFdpeUDAMGOo6g%40mail.gmail.com.

zhong zhao

unread,
Sep 3, 2025, 8:56:05 PM (11 days ago) Sep 3
to SemWare TSE Pro text editor
BTW: New tsort.exe is a 64 bit exe, so can not use on  32 bit  Windows XP.

S.E. Mitchell

unread,
Sep 3, 2025, 10:03:51 PM (10 days ago) Sep 3
to sem...@googlegroups.com
re: tsort.exe is a 64 bit exe.
If anyone needs a 32-bit version, I can provide one.
--
> To view this discussion visit https://groups.google.com/d/msgid/semware/32b634d0-a57b-45cd-8fcf-cac913fdb0b7n%40googlegroups.com.

zhong zhao

unread,
Sep 4, 2025, 4:36:19 AM (10 days ago) Sep 4
to SemWare TSE Pro text editor
I mean do not let TSEPro 4.50.9 can not call extern sort for tsort.exe is a 64 bit exe on 32 bit Windows XP.
We can use 32-bit version tsort.exe on 32 bit Windows XP, and use 64-bit tsort.exe on 64 bit Windows 10 adaptively.

Reply all
Reply to author
Forward
0 new messages