QB64 Phoenix Edition
Internal IDE error - Printable Version

+- QB64 Phoenix Edition (https://qb64phoenix.com/forum)
+-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1)
+--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3)
+---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10)
+---- Thread: Internal IDE error (/showthread.php?tid=3522)



Internal IDE error - eoredson - 03-08-2025

Hi,

I am trying to load a project called QB64shell.bas and when loading it displays the error:


[Image: qb64error.png]

The file can be found at: https://bit.ly/QB64shell 

Or the attachment:


RE: Internal IDE error - SMcNeill - 03-08-2025

I get an error: String required for function on line 3642.


RE: Internal IDE error - RhoSigma - 03-08-2025

(03-08-2025, 05:22 AM)eoredson Wrote: Hi,

I am trying to load a project called QB64shell.bas and when loading it displays the error:


[Image: qb64error.png]

The file can be found at: https://bit.ly/QB64shell 

Or the attachment:

What is v4.0.0-LLAMA ???

That's nothing we released, please understand that we can't give support or track down errors on personally modified versions. Please check if the same error happens in the latest official release v4.1.0, otherwise that error information incl. the error line number is worth null and void to us.


RE: Internal IDE error - eoredson - 03-09-2025

I modified \internal\version.txt because all it was 'UNKNOWN' so I thought it could be safely changed.

Would that cause an IDE error?

Erik.


RE: Internal IDE error - RhoSigma - 03-09-2025

(03-09-2025, 10:48 PM)eoredson Wrote: I modified \internal\version.txt because all it was 'UNKNOWN' so I thought it could be safely changed.

Would that cause an IDE error?

Erik.

Well certainly not, but the fact that it was "UNKNOWN" before shows that you build your version from a random repository snapshot between v4.0.0 and v4.1.0 and not using the release version, so finally we stay at the same point. As long as we don't know the exact point in the history the error information is worthless, as it might have changed several times from your random repository snapshot until the final release v4.1.0.

And btw. I've tested it with v4.1.0 and I just get the same error as Steve regarding a wrong function argument, but I get no IDE error, the file loads just fine here.


RE: Internal IDE error - RhoSigma - 03-09-2025

Ok, to try a shot into the blue, you may try to delete everything in the "settings" folder except "config.ini".

Loading a file usually involves checking for saved bookmarks and/or autosaved undo states. If one of those files in the "settings" folder got corrupted for some reason it could likely cause an IDE error.


RE: Internal IDE error - eoredson - 03-10-2025

Ok, thanks. I deleted *.bin from \settings\

Interesting because Undo.bin was 500MB filesize...

Erik.


RE: Internal IDE error - eoredson - 03-10-2025

(03-09-2025, 11:25 PM)RhoSigma Wrote: Ok, to try a shot into the blue, you may try to delete everything in the "settings" folder except "config.ini".

Loading a file usually involves checking for saved bookmarks and/or autosaved undo states. If one of those files in the "settings" folder got corrupted for some reason it could likely cause an IDE error.
I renamed the text in version.txt back to 'UNKNOWN' and deleted *.bin and everything seems fine now. Big Grin


RE: Internal IDE error - eoredson - 03-10-2025

(03-08-2025, 05:38 AM)SMcNeill Wrote: I get an error: String required for function on line 3642.
I got the same error and have corrected it!