displague / scape

0 stars 0 forks source link

crashes at start #1

Open displague opened 10 years ago

displague commented 10 years ago
~/src/scape (master)$ ./scape 
Runtime error 216 at $0000000000400347
  $0000000000400347
  $0000000000400A33
  $0000000000400180
displague commented 10 years ago

The int 10 call seems to be at fault. Compiler options?

Program received signal SIGSEGV, Segmentation fault.
SETVIDEO (M=19) at scape.pas:73
73  int 10h
(gdb) bt
#0  SETVIDEO (M=19) at scape.pas:73
#1  0x0000000000401498 in main () at scape.pas:175
displague commented 10 years ago

I compared this code with code found in graph.ppu and it was very similar. I then attempted to use the graph unit but found that it isn't included in the fp-unit-gfx or fp-unit-rtl packages any more. This may need to be rewritten - SDL, GGI, libsvga?