MiguelVis / samarux

Unix-like shell for the CP/M operating system & the Z80 CPU.
GNU General Public License v2.0
38 stars 2 forks source link

TE - version mismatch #3

Open ATroubleshooter opened 1 year ago

ATroubleshooter commented 1 year ago

Hola, @MiguelVis !

Very much liked SX. Got it running on MSX2 under CP/M Plus. Everything is fine, except for TE text editor giving me the error message: ERROR [SamaruX]: Version mismatch. What can that be? BTW, I noticed that te.x binary is meant to be for SamaruX v2.06, not 2.07. Is this it, that's causing the problem, or something else?

Thank you.

MiguelVis commented 1 year ago

Hi,

I noticed that te.x binary

https://github.com/MiguelVis/samarux/blob/master/te.x is meant to be for SamaruX v2.06, not 2.07. Is this it, that's causing the problem, or something else?

Yes, that's the cause.

You need to recompile TE for SamaruX in order to be built for the same version.

Regards,

El mar, 18 abr 2023 a las 18:32, ATroubleshooter @.***>) escribió:

Hola, @MiguelVis https://github.com/MiguelVis !

Very much liked SX. Got it running on MSX2 under CP/M Plus. Everything is fine, except for TE text editor giving me the error message: ERROR [SamaruX]: Version mismatch. What can that be? BTW, I noticed that te.x binary https://github.com/MiguelVis/samarux/blob/master/te.x is meant to be for SamaruX v2.06, not 2.07. Is this it, that's causing the problem, or something else?

Thank you.

— Reply to this email directly, view it on GitHub https://github.com/MiguelVis/samarux/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA7Y3KCJDAMBBKZ2H7BPQ4TXB263HANCNFSM6AAAAAAXC4IMTI . You are receiving this because you were mentioned.Message ID: @.***>

ATroubleshooter commented 1 year ago

@MiguelVis I'll try, thank you Miguel.

ATroubleshooter commented 1 year ago

@MiguelVis Well, I tried and failed.