Just thought I'd share. Maybe there are some other OS/2 nerds out there?
About 2 years ago, I posted on Reddit that the latest versions of
Renegade BBS didn't work on OS/2, modem connections are instly dropped.
I didn't expect a fix, because, who runs an OS/2 BBS?
So today, I was like -- I'm going to try and fix this!
Not rocket science TBH, I just tested every version since Y2Ka2, and sure enough, that was the last version of Renegade that really worked under OS/2 and SIO's virtual modem.
this is the 1-line thing that allowed it to connect...
Delay(100); // I added this based on Yk2a2 source
Do you run actual OS/2 (what version??) or... is it ArcaOS? I've played around w/ Arca (the new paid OS/2-compatible OS, I THINK its Arca..) a bit. I remember your post and...
Nice! Glad you found a fix and got it working... all it needed was a
damn .1 second delay?! Did you get the fix on the newest version of RG,
or what version??
Are you running a BBS on it? Hit us with the addy if so; if not, lemme know if yer gonna release an article about the fix - or even an updated version of RG for those few OS/2 users who might have this issue; I'd
love to host on 2oFB.
I'm now doing the art and screens for the BBS, and I'll def drop the locat when it's not so bone-stock! In the meantime, I was thinking about a quick howto article around how to compile RG if anyone wants to do it themselves
Why not just shoot it as a request branch from our Github?
BEGIN
DIR(FALSE);
Done:=True;
Com_Send_Str(Liner.Hangup);
Delay(100); // I added this based on Yk2a2 source
Is this on line 334 of the wfcmenu.pas file? If so, it is already
there.
--- Mystic BBS v1.12 A48 (Linux/64)
* Origin: SpaceJunk BBS Mail Server [PRIVATE] (21:4/158)
Sorry, send an empty message here. Ugh.
BEGIN
DTR(FALSE);
DONE := True;
Com_Send_Str(Liner.Hangup);
Delay(100);
Com_Flush_Recv;
I do like ArcaOS as it adds some modern affordances, easy shared folders, ja> VNC server, etc, and installs easily in VirtualBox. It's currently ja> running on a re-purposed 2015 MacBookAir as a VM under Ubuntu and it's ja> super convenient and snappy. That way I can do FTN stuff (binkd) on the ja> Linux side, and have RENEMAIL tosser/scanner access those folders.
I paid for ArcaOS a few years back. It's ridiculous that's it's so expensive, but I do appreciate the maintainers keeping it updated.
That was it! Just that delay. I'm using RG v1.35 right now (Exodus is the maintainer). I'll submit a PR to the repo and see if it gets accepted.
In the meantime, I was thinking about a quick howto article around how to ja> compile RG if anyone wants to do it themselves.
Sysop: | altere |
---|---|
Location: | Houston, TX |
Users: | 69 |
Nodes: | 4 (0 / 4) |
Uptime: | 04:40:25 |
Calls: | 1,183 |
Calls today: | 1 |
Files: | 8,234 |
Messages: | 301,437 |