-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDE error line error #158
Comments
Can you reproduce this in other programs or is this the first time you are seeing this? Also, is this in the latest dev build? 64 bit? |
Are you actually typing line numbers as labels in your program or are these what's seen in the sidebar? |
NOT typing the line numbers in the program - just indicating which line numbers were for which code in my very big program - so that you can compare with ERROR pop-up line number
…________________________________
From: Fellippe Heitor ***@***.***>
Sent: Friday, 2 April 2021 3:34 PM
To: QB64Team/qb64 ***@***.***>
Cc: richardFK ***@***.***>; Author ***@***.***>
Subject: Re: [QB64Team/qb64] IDE error line error (#158)
Are you actually typing line numbers as labels in your program or are these what's seen in the sidebar?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#158 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AHCH57MJL5KQ27DIWFMI243TGVCPBANCNFSM42IHRTDA>.
|
So, are you in 64 bit and are you on the latest dev build? |
Windows 64 (latest build - almost all updates) |
Please download the latest dev build and see if the issue is present |
Still with v1.5 and I cannot make a 5-line program that fails to send to you (will keep on trying though). I am being to think that something else is triggering the error (not related to the lines supplied here - maybe a WIndows + hardware glitch) - as when I first encountered the error - the error did not make any sense. |
Just to be clear, when you say "1.5", you mean that you downloaded the dev build? Not the release, correct? |
By dev build, I mean this: |
Still with the stable v1.5 release (status row shows v1.5 3043116) Windows 10 64 bit |
Richard, please download the DEV build using the link I gave you. 1.5 is not the dev build. 1.5 is the release. The dev build will read ec747a5 Please download that build and test your code in that version. |
I will soon download the dev build - first trying to make a 5-line program that fails (with stable v1.5) - as all my multi-instance programs were written with stable v1.5. The error referred to here has occasionally pop up with some programs (but until I can make a 5-line program that fails regularly/always/frequently (giving the strange error with stable 1.5) - then it may not assist you to see if dev v1.5 solves the problem.) Of course, IF it is a Windows 10 + hardware "glitch" unique to my hardware - then probably nothing could be done maybe. |
Richard, it's quite possible that the error doesn't exist in the dev build or that it behaves differently anyways. I strongly suggest that you download that and test your code in that. It doesn't do any good to report an issue on old code when it is possible it's already fixed. |
In about a day or two will see if have access to free Wifi - current wifi allocation will prevent download of dev build. Please close this topic - another to be opened topic may be of relevance to my above mentioned problem. |
The IDE points to the wrong line
Example:-
Line Code
638 WHILE NOT EOF(1): i& = i& + 1: LINE INPUT #1, a$: WEND
639 iMAX& = i&: CLOSE #1: OPEN "A:\m.txt" FOR INPUT AS #1: istart& = 1: CharsPerRow% = 256: i& = 0:
640
641 code...
Resulted in
Unhandled Error 62
Line 640 (in main module)
Input past end of file
Continue
Line 640 is a BLANK LINE
It is not why the program failed - it is about the error line number
The text was updated successfully, but these errors were encountered: