Post Reply 
x11-calc Updated
05-02-2024, 11:25 PM
Post: #9
RE: x11-calc Updated
This is very puzzling as all the simulators share a lot of the same code, and you are not seeing an error message or seg fault...

(05-02-2024 10:02 PM)Thomas Klemm Wrote:  
(05-02-2024 08:02 PM)Mike T. Wrote:  If you launch the simulator with the trace option do you see a trace showing the CPU instructions being executed?

bin/x11-calc-35 -t
x11-calc-35: Version 0.14.0148 [Commit ID: 73d97f2] 01 May 24 10:43:12
ROM Size: 768 words
0-0000 0335 jsb 0067

Do you just get to one line trace or multiple lines? (I'm assuming just the one)

If on one of the other working models you enter Ctrl-Z does the simulator exit ? (I don't think it will as keyboard shortcuts shouldn't work unless __linux__ __netBSD__ or __freeBSD__ are defined by the compiler but it is worth checking...)

(05-02-2024 10:02 PM)Thomas Klemm Wrote:  My interpretation of the error message (*** missing separator. Stop.) on line 43 was that this is not GNU Make syntax for an if-statement.
Should I use a different make?

I'll need to do some testing tomorrow evening (I vaguely remember BSD being different to Linux but I need to check).

You could try commenting out the following line in x11-calc.c at around line 990. This will mean that the application wont exit when you close the window, but if the window manager is requesting the application to close immediately after creating it for some reason the window should stay on the screen...
Code:

if (x_event.xclient.data.l[0] == wm_delete) b_abort = True;

Mike T.

HP21, HP25, HP32E, HP33C, HP34C, HP10C, HP11C, HP12C, HP32S, HP22S
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
x11-calc Updated - Mike T. - 04-30-2024, 10:34 PM
RE: x11-calc Updated - Thomas Klemm - 05-01-2024, 10:44 AM
RE: x11-calc Updated - Mike T. - 05-01-2024, 10:37 PM
RE: x11-calc Updated - rncgray - 05-02-2024, 07:18 AM
RE: x11-calc Updated - macmpi - 05-03-2024, 06:45 AM
RE: x11-calc Updated - Mike T. - 05-03-2024, 10:39 PM
RE: x11-calc Updated - Thomas Klemm - 05-02-2024, 07:28 AM
RE: x11-calc Updated - Mike T. - 05-02-2024, 08:02 PM
RE: x11-calc Updated - Mike T. - 05-02-2024, 08:22 PM
RE: x11-calc Updated - Thomas Klemm - 05-02-2024, 10:02 PM
RE: x11-calc Updated - Mike T. - 05-02-2024 11:25 PM
RE: x11-calc Updated - Thomas Klemm - 05-03-2024, 04:26 PM
RE: x11-calc Updated - Mike T. - 05-03-2024, 10:45 PM
RE: x11-calc Updated - Thomas Klemm - 05-03-2024, 04:45 PM
RE: x11-calc Updated - Mike T. - 05-03-2024, 11:19 PM
RE: x11-calc Updated - Thomas Klemm - 05-03-2024, 06:38 PM
RE: x11-calc Updated - Mike T. - 05-03-2024, 11:47 PM
RE: x11-calc Updated - Thomas Klemm - 05-04-2024, 08:06 AM
RE: x11-calc Updated - Mike T. - 05-04-2024, 01:58 PM
RE: x11-calc Updated - Thomas Klemm - 05-04-2024, 08:37 AM
RE: x11-calc Updated - Mike T. - 05-04-2024, 02:27 PM
RE: x11-calc Updated - Thomas Klemm - 05-04-2024, 03:30 PM



User(s) browsing this thread: 7 Guest(s)