Page 2 of 2

Re: Anyone used RCBASIC?

Posted: Mon Jun 16, 2025 4:46 am
by LeoNigro
Do you have beta 8? Or beta 6 (that was recently updated to beta 8)?
Otherwise, I'm at a loss as to what could have gone wrong.

You could attempt running Fuse from the command line and seeing what the errors output are if there are any.
I run the following command and get the following errors. But it still runs perfectly fine.

Code: Select all

env WINEPREFIX="/home/Commodore/.wine" wine C:\\ProgramData\\Microsoft\\Windows\\Start\ Menu\\Programs\\Fuze\ Basic\\Fuze\ Basic.lnk
There are the following warnings currently displayed but they do not prevent execution.

Code: Select all

0024:fixme:exec:SHELL_execute flags ignored: 0x00004000

Commodore@Commodore ~
READY.
014c:err:winediag:ntlm_check_version ntlm_auth was not found. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
014c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
014c:fixme:keyboard:LoadKeyboardLayoutW name L"00000409", flags 80, semi-stub!
014c:fixme:keyboard:LoadKeyboardLayoutW name L"00000409", flags 1, semi-stub!
014c:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub!
014c:fixme:msg:ChangeWindowMessageFilterEx 0000000000010090 233 1 0000000000000000
014c:fixme:msg:ChangeWindowMessageFilterEx 0000000000010090 4a 1 0000000000000000
014c:fixme:msg:ChangeWindowMessageFilterEx 0000000000010090 49 1 0000000000000000
014c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
014c:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
014c:fixme:toolhelp:Heap32ListFirst : stub
014c:fixme:setupapi:CM_Get_Parent 000000000021ECEC 0x00000000 0x00000000 stub
014c:fixme:setupapi:CM_Get_Parent 000000000021ECEC 0x00000001 0x00000000 stub
If there are errors outside these it can give you a clue as to why it is not working.
At the end of the day, if it doesn't work for you, I don't know what can be done.
There's always Commodore OS BASIC. :lol:

Re: Anyone used RCBASIC?

Posted: Tue Jun 17, 2025 2:43 am
by DarkProgrammer
os-version.png
os-version.png (25.49 KiB) Viewed 3486 times
error-msg.png
error-msg.png (91.82 KiB) Viewed 3486 times

I tried launching from the command line. Still the same result. App looks like it's going to open but then closes right away. I included a screenshot of the error message. Also I took a screenshot of the OS version.

Re: Anyone used RCBASIC?

Posted: Tue Jun 17, 2025 3:55 am
by DarkProgrammer
LeoNigro wrote: Mon Jun 16, 2025 4:46 am
If there are errors outside these it can give you a clue as to why it is not working.
At the end of the day, if it doesn't work for you, I don't know what can be done.
There's always Commodore OS BASIC. :lol:


As I said in a previous post, I'm very Happy that the Commodore 64x now has it's very own Official BASIC version, and, that's going to be the main language I use going forward. BASIC is my favorite language, so, anytime I see a version that I've never seen previously (such as Fuze BASIC), I get curious & want to take a look at it. since Fuze isn't working for me now, I'll just come back to it at a later time to see if I can get it working.

Re: Anyone used RCBASIC?

Posted: Thu Jun 19, 2025 12:44 pm
by URS_Retro
I'll for sure check into RCBASIC down the road. I like the idea of it being a new/modern basic language for Commodore as I look forward to what is on the horizon.

Awesome to see this happening...

Re: Anyone used RCBASIC?

Posted: Fri Jun 20, 2025 10:08 am
by LeoNigro
Commodore OS BASIC V1 is a great base on which to build a BASIC API abstraction that will facilitate the creation of C64 and Amiga(and practically every other platform) compiled(not interpreted) programs. I'm hoping that this layer will form the basis for V2.