Closed AirGar closed 5 years ago
Hi, thanks! This is not a GW-BASIC file - it looks like QBASIC. GW-BASIC programs must have line numbers.
PC-BASIC can only load/run GW-BASIC files. What you see is not a crash, it is PC-BASIC exiting directly because you are asking it to load this file on startup, and it's not a supported file type. This is expected behaviour, it's in line with how GW-BASIC works.
To run this program you'd need a different BASIC interpreter or compiler, you could try FreeBASIC or QB64.
Got it… thanks. Someone gave me this and just said “it’s a basic program”…
Gary
[Gary Investments]
From: Rob Hagemans notifications@github.com Sent: Sunday, May 5, 2019 7:49 PM To: robhagemans/pcbasic pcbasic@noreply.github.com Cc: Gary gary@ALOHAAKU.COM; Author author@noreply.github.com Subject: Re: [robhagemans/pcbasic] Issue "loading" the file (#99)
Hi, thanks! This is not a GW-BASIC file - it looks like QBASIC. GW-BASIC programs must have line numbers.
PC-BASIC can only load/run GW-BASIC files. What you see is not a crash, it is PC-BASIC exiting directly because you are asking it to load this file on startup, and it's not a supported file type. This is expected behaviour, it's in line with how GW-BASIC works.
To run this program you'd need a different BASIC interpreter or compiler, you could try FreeBASIC or QB64.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/robhagemans/pcbasic/issues/99#issuecomment-489506544, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AL7ZXZ4OCSGPUUPTB3UNURTPT7BC7ANCNFSM4HK4MQQA.
Bug report
Problem
Program crashes when trying to open file
Steps
Program
HPERF.txt
Crash log
Notes
PC-BASIC version: 1.2 Operating system version: W10 - latest