• Unbaja Error?

    From Corey@VERT/TSGC to All on Mon Sep 12 01:00:00 2005
    I can't get any @GOTOXY statments to work in winxpsp2.

    Help! I've fallen and... Hey! nice carpet!

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Deuce@VERT/SYNCNIX to Corey on Mon Sep 12 06:27:00 2005
    Re: Unbaja Error?
    By: Corey to All on Sun Sep 11 2005 18:00:00

    I can't get any @GOTOXY statments to work in winxpsp2.

    Help! I've fallen and... Hey! nice carpet!

    Not sure what you mean by that...

    @-codes can only be expanded on output from a variable by diong something like the following:

    COPY STR var_with_at_code
    PRINT "%s"

    ---
    þ Synchronet þ ``Penguins make tasty snacks''
  • From Corey@VERT/TSGC to Deuce on Mon Sep 12 06:18:00 2005
    Re: Unbaja Error?
    By: Deuce to Corey on Mon Sep 12 2005 12:27 am

    Re: Unbaja Error?
    By: Corey to All on Sun Sep 11 2005 18:00:00

    I can't get any @GOTOXY statments to work in winxpsp2.

    Help! I've fallen and... Hey! nice carpet!

    Not sure what you mean by that...

    @-codes can only be expanded on output from a variable by diong something li the following:

    COPY STR var_with_at_code
    PRINT "%s"


    ok, I decompiled something with ansi placement codes in it,
    and it prints the code to the screen instead of running it.
    I see @GOTOXY12:35 or some stuff.


    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Deuce@VERT/SYNCNIX to Corey on Mon Sep 12 10:33:00 2005
    Re: Unbaja Error?
    By: Corey to Deuce on Sun Sep 11 2005 23:18:00

    @-codes can only be expanded on output from a variable by diong something the following:

    COPY STR var_with_at_code
    PRINT "%s"


    ok, I decompiled something with ansi placement codes in it,
    and it prints the code to the screen instead of running it.
    I see @GOTOXY12:35 or some stuff.

    I'd need to actually see an example.

    ---
    þ Synchronet þ ``Penguins make tasty snacks''
  • From Digital Man@VERT to Corey on Tue Sep 13 10:00:54 2005
    Re: Unbaja Error?
    By: Corey to Deuce on Sun Sep 11 2005 11:18 pm

    Re: Unbaja Error?
    By: Deuce to Corey on Mon Sep 12 2005 12:27 am

    Re: Unbaja Error?
    By: Corey to All on Sun Sep 11 2005 18:00:00

    I can't get any @GOTOXY statments to work in winxpsp2.

    Help! I've fallen and... Hey! nice carpet!

    Not sure what you mean by that...

    @-codes can only be expanded on output from a variable by diong something the following:

    COPY STR var_with_at_code
    PRINT "%s"


    ok, I decompiled something with ansi placement codes in it,
    and it prints the code to the screen instead of running it.
    I see @GOTOXY12:35 or some stuff.

    @-codes can't be printed using PRINTF in Baja modules, since v3.11, I believe it was. Use PRINT instead.

    digital man

    Snapple "Real Fact" #107:
    You burn more calories sleeping than watching TV.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Corey@VERT/TSGC to Digital Man on Tue Sep 13 14:57:00 2005
    Re: Unbaja Error?
    By: Digital Man to Corey on Tue Sep 13 2005 04:00 am

    Re: Unbaja Error?
    By: Corey to Deuce on Sun Sep 11 2005 11:18 pm

    Re: Unbaja Error?
    By: Deuce to Corey on Mon Sep 12 2005 12:27 am

    Re: Unbaja Error?
    By: Corey to All on Sun Sep 11 2005 18:00:00

    I can't get any @GOTOXY statments to work in winxpsp2.

    Help! I've fallen and... Hey! nice carpet!

    Not sure what you mean by that...

    @-codes can only be expanded on output from a variable by diong someth the following:

    COPY STR var_with_at_code
    PRINT "%s"


    ok, I decompiled something with ansi placement codes in it,
    and it prints the code to the screen instead of running it.
    I see @GOTOXY12:35 or some stuff.

    @-codes can't be printed using PRINTF in Baja modules, since v3.11, I believ it was. Use PRINT instead.

    digital man

    Snapple "Real Fact" #107:
    You burn more calories sleeping than watching TV.


    hmm, so much for bionews then.

    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Angus McLeod@VERT/ANJO to Corey on Tue Sep 13 18:59:00 2005
    Re: Unbaja Error?
    By: Corey to Digital Man on Tue Sep 13 2005 07:57:00

    @-codes can't be printed using PRINTF in Baja modules, since v3.11, I bel it was. Use PRINT instead.

    hmm, so much for bionews then.

    It should be a pretty simple fix. Try SPRINTF to a temporary variable and then PRINT the variable.

    ---
    þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBS
  • From Corey@VERT/TSGC to Angus McLeod on Tue Sep 13 21:30:00 2005
    Re: Unbaja Error?
    By: Angus McLeod to Corey on Tue Sep 13 2005 12:59 pm

    Re: Unbaja Error?
    By: Corey to Digital Man on Tue Sep 13 2005 07:57:00

    @-codes can't be printed using PRINTF in Baja modules, since v3.11, I it was. Use PRINT instead.

    hmm, so much for bionews then.

    It should be a pretty simple fix. Try SPRINTF to a temporary variable and then PRINT the variable.


    if I gave you the lines of code could you point it out for me?

    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Deuce@VERT/SYNCNIX to Corey on Wed Sep 14 01:02:00 2005
    Re: Unbaja Error?
    By: Corey to Angus McLeod on Tue Sep 13 2005 14:30:00

    @-codes can't be printed using PRINTF in Baja modules, since v3.11, it was. Use PRINT instead.

    hmm, so much for bionews then.

    It should be a pretty simple fix. Try SPRINTF to a temporary variable an then PRINT the variable.


    if I gave you the lines of code could you point it out for me?

    I could...

    PRINT won't do @-expansion from a variable anymore either... except in the one special case:

    PRINT "%s"

    which will do @-expansion on STR

    ---
    þ Synchronet þ ``Penguins make tasty snacks''
  • From Corey@VERT/TSGC to Deuce on Wed Sep 14 00:43:00 2005
    Re: Unbaja Error?
    By: Corey to Angus McLeod on Tue Sep 13 2005 14:30:00

    @-codes can't be printed using PRINTF in Baja modules, since
    v3.11,
    it was. Use PRINT instead.

    hmm, so much for bionews then.

    It should be a pretty simple fix. Try SPRINTF to a temporary variable
    an
    then PRINT the variable.


    if I gave you the lines of code could you point it out for me?

    I could...

    PRINT won't do @-expansion from a variable anymore either... except in the
    one
    special case:

    PRINT "%s"

    which will do @-expansion on STR

    ---
    þ Synchronet þ ``Penguins make tasty snacks''

    ok, how would I fix these lines?

    SET var_f5cf4cbf "@GOTOXY:58,4@\x01n\x01g*\x01h\x01gRegistered Version\x01n\x01g*\x01n"
    SET var_47940d05 "@GOTOXY:57,4@\x01n\x01r*\x01h\x01rUnregistered Version\x01n\x01r*\x01n"
    SET var_e0d73214 "@GOTOXY:56,4@\x01n\x01r*\x01h\x01rDemonstration Version\x01n\x01r*\x01n"
    PRINT "@GOTOXY:1,22@\n\x01>\x01n\x01cScanning for \x01h\x01wNew\x01n\x01c Bio- News ..."

    Corey

    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Sniper@VERT/KIA to Corey on Wed Sep 14 04:39:00 2005
    Corey wrote to Digital Man <=-

    Re: Unbaja Error?
    By: Digital Man to Corey on Tue Sep 13 2005 04:00 am

    Re: Unbaja Error?
    By: Corey to Deuce on Sun Sep 11 2005 11:18 pm

    Re: Unbaja Error?
    By: Deuce to Corey on Mon Sep 12 2005 12:27 am

    Re: Unbaja Error?
    By: Corey to All on Sun Sep 11 2005 18:00:00

    I can't get any @GOTOXY statments to work in winxpsp2.

    Help! I've fallen and... Hey! nice carpet!

    Not sure what you mean by that...

    @-codes can only be expanded on output from a variable by diong someth the following:

    COPY STR var_with_at_code
    PRINT "%s"


    ok, I decompiled something with ansi placement codes in it,
    and it prints the code to the screen instead of running it.
    I see @GOTOXY12:35 or some stuff.

    @-codes can't be printed using PRINTF in Baja modules, since v3.11, I believ it was. Use PRINT instead.


    hmm, so much for bionews then.

    Whats wrong with Bionews? Running 5 beta 5 with no problems...



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... Dismissed. I got no more use for you
    --- MultiMail/Linux v0.46
    þ Synchronet þ Killed In Action - telnet://kiabbs.org
  • From Sniper@VERT/KIA to Corey on Wed Sep 14 04:44:00 2005
    Corey wrote to Angus McLeod <=-

    Re: Unbaja Error?
    By: Angus McLeod to Corey on Tue Sep 13 2005 12:59 pm

    Re: Unbaja Error?
    By: Corey to Digital Man on Tue Sep 13 2005 07:57:00

    @-codes can't be printed using PRINTF in Baja modules, since v3.11, I it was. Use PRINT instead.

    hmm, so much for bionews then.

    It should be a pretty simple fix. Try SPRINTF to a temporary variable and then PRINT the variable.


    if I gave you the lines of code could you point it out for me?

    Corey,

    What version of BioNews are you using? I have the last one done, Version 5 Beta 5.



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... To the blond: Hurry, dial 911! Blond:OK, what's the number?
    --- MultiMail/Linux v0.46
    þ Synchronet þ Killed In Action - telnet://kiabbs.org
  • From Angus McLeod@VERT/ANJO to Corey on Wed Sep 14 06:31:00 2005
    Re: Unbaja Error?
    By: Corey to Angus McLeod on Tue Sep 13 2005 14:30:00

    @-codes can't be printed using PRINTF in Baja modules, since v3.11, it was. Use PRINT instead.

    hmm, so much for bionews then.

    It should be a pretty simple fix. Try SPRINTF to a temporary variable an then PRINT the variable.

    if I gave you the lines of code could you point it out for me?

    Probably....


    ---
    þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBS
  • From Angus McLeod@VERT/ANJO to Corey on Wed Sep 14 06:37:00 2005
    Re: Re: Unbaja Error?
    By: Corey to Deuce on Tue Sep 13 2005 17:43:00

    ok, how would I fix these lines?

    SET var_f5cf4cbf "@GOTOXY:58,4@\x01n\x01g*\x01h\x01gRegistered Version\x01n\x01g*\x01n"
    SET var_47940d05 "@GOTOXY:57,4@\x01n\x01r*\x01h\x01rUnregistered Version\x01n\x01r*\x01n"
    SET var_e0d73214 "@GOTOXY:56,4@\x01n\x01r*\x01h\x01rDemonstration Version

    Those lines don't actually print anything. You will probably need to
    modify the line wherein 'var_f5cf4cbf' and 'var_47940d05' and 'var_e0d73214' are printed

    PRINT "@GOTOXY:1,22@\n\x01>\x01n\x01cScanning for \x01h\x01wNew\x01n\x01c Bi

    Split it up as follows:

    SET str "@GOTOXY:1,22@"
    PRINT "%s"
    PRINT "\n\x01>\x01n\x01cScanning......



    ---
    þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBS
  • From Corey@VERT/TSGC to Sniper on Wed Sep 14 04:05:00 2005
    Re: Re: Unbaja Error?
    By: Sniper to Corey on Tue Sep 13 2005 10:39 pm

    Corey wrote to Digital Man <=-

    Re: Unbaja Error?
    By: Digital Man to Corey on Tue Sep 13 2005 04:00 am

    Re: Unbaja Error?
    By: Corey to Deuce on Sun Sep 11 2005 11:18 pm

    Re: Unbaja Error?
    By: Deuce to Corey on Mon Sep 12 2005 12:27 am

    Re: Unbaja Error?
    By: Corey to All on Sun Sep 11 2005 18:00:00

    I can't get any @GOTOXY statments to work in winxpsp2.

    Help! I've fallen and... Hey! nice carpet!

    Not sure what you mean by that...

    @-codes can only be expanded on output from a variable by diong som the following:

    COPY STR var_with_at_code
    PRINT "%s"


    ok, I decompiled something with ansi placement codes in it,
    and it prints the code to the screen instead of running it.
    I see @GOTOXY12:35 or some stuff.

    @-codes can't be printed using PRINTF in Baja modules, since v3.11, I bel it was. Use PRINT instead.


    hmm, so much for bionews then.

    Whats wrong with Bionews? Running 5 beta 5 with no problems...



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... Dismissed. I got no more use for you

    got 5.0 b1 here.
    looks terrible.

    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Deuce@VERT/SYNCNIX to Corey on Wed Sep 14 06:39:00 2005
    Re: Re: Unbaja Error?
    By: Corey to Deuce on Tue Sep 13 2005 17:43:00

    ok, how would I fix these lines?

    SET var_f5cf4cbf "@GOTOXY:58,4@\x01n\x01g*\x01h\x01gRegistered Version\x01n\x01g*\x01n"
    SET var_47940d05 "@GOTOXY:57,4@\x01n\x01r*\x01h\x01rUnregistered Version\x01n\x01r*\x01n"
    SET var_e0d73214 "@GOTOXY:56,4@\x01n\x01r*\x01h\x01rDemonstration Version\x01n\x01r*\x01n"
    PRINT "@GOTOXY:1,22@\n\x01>\x01n\x01cScanning for \x01h\x01wNew\x01n\x01c Bi News ..."

    The various SET statements aren't techically broken... but I'll get back to them. The PRINT statement should be replaced with:
    SET STR "@GOTOXY:1,22@\n\x01>\x01n\x01cScanning for \x01h\x01wNew\x01n\x01c BiNews ..."
    PRINT "%s"

    Then, anytime one of those var_* things are printed, change the line:
    PRINT var_f5cf4cbf

    To:
    COPY STR var_f5cf4cbf
    PRINT "%s"

    ---
    þ Synchronet þ ``Penguins make tasty snacks''
  • From Sniper@VERT/KIA to Corey on Fri Sep 16 02:29:00 2005
    Corey wrote to Sniper <=-

    Whats wrong with Bionews? Running 5 beta 5 with no problems...


    got 5.0 b1 here.
    looks terrible.

    Yeap, I got his last version just before he disapeared. Seeing as I have
    a reg code, I don't have those annoying messages. :)

    Hope your able to remove that using that unbaja thing. :)



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... I haven't broken the rules in a long time, I guess I'm about due.
    --- MultiMail/Linux v0.46
    þ Synchronet þ Killed In Action - telnet://kiabbs.org
  • From Corey@VERT/TSGC to Sniper on Fri Sep 16 02:02:00 2005
    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm

    Corey wrote to Sniper <=-

    Whats wrong with Bionews? Running 5 beta 5 with no problems...


    got 5.0 b1 here.
    looks terrible.

    Yeap, I got his last version just before he disapeared. Seeing as I have
    a reg code, I don't have those annoying messages. :)

    Hope your able to remove that using that unbaja thing. :)



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... I haven't broken the rules in a long time, I guess I'm about due.

    I see the code I have to change, but it won't recompile,
    says some mode call is wrong.

    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Stainless@VERT/RATSNEST to Sniper on Fri Sep 16 04:26:00 2005
    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm


    I have BioNews 5.3 I think. Registered. Where did the bio guy go anyway?!
    No probs here.
  • From Finnigann@VERT/BNB to Corey on Fri Sep 16 07:58:00 2005
    Corey wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm

    Corey wrote to Sniper <=-

    Whats wrong with Bionews? Running 5 beta 5 with no problems...


    got 5.0 b1 here.
    looks terrible.

    Yeap, I got his last version just before he disapeared. Seeing as I have
    a reg code, I don't have those annoying messages. :)

    Hope your able to remove that using that unbaja thing. :)




    I see the code I have to change, but it won't recompile,
    says some mode call is wrong.

    I'm not familar with the program/door/game BioNews... is it a BAJA prgram? Or someother language? (C, Pascal, Batch etc)

    Or does unbaja work on any kind of software. (I know I shoulda been paying cloder attention)

    ... Amateur Radio is a contact sport!
    --- MultiMail/Win32 v0.46
    þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.net
  • From Corey@VERT/TSGC to Finnigann on Fri Sep 16 05:07:00 2005
    Re: Re: Unbaja Error?
    By: Finnigann to Corey on Fri Sep 16 2005 01:58 am

    Corey wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm

    Corey wrote to Sniper <=-

    Whats wrong with Bionews? Running 5 beta 5 with no problems...


    got 5.0 b1 here.
    looks terrible.

    Yeap, I got his last version just before he disapeared. Seeing as I have a reg code, I don't have those annoying messages. :)

    Hope your able to remove that using that unbaja thing. :)




    I see the code I have to change, but it won't recompile,
    says some mode call is wrong.

    I'm not familar with the program/door/game BioNews... is it a BAJA prgram? O someother language? (C, Pascal, Batch etc)

    Or does unbaja work on any kind of software. (I know I shoulda been paying cloder attention)

    ... Amateur Radio is a contact sport!

    BioNews is written in Baja, a Synchronet programming language.
    baja compiles source into a bin file.
    unbaja decompiles the bin into sort of readable and usable code.

    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Angus McLeod@VERT/ANJO to Finnigann on Fri Sep 16 09:15:00 2005
    Re: Re: Unbaja Error?
    By: Finnigann to Corey on Fri Sep 16 2005 00:58:00

    I see the code I have to change, but it won't recompile,
    says some mode call is wrong.

    I'm not familar with the program/door/game BioNews... is it a BAJA prgram? O someother language? (C, Pascal, Batch etc)

    Or does unbaja work on any kind of software. (I know I shoulda been paying cloder attention)

    It will only 'de-compile' a Synchronet .BIN file back to a Synchronet .SRC file.


    ---
    þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBS
  • From Digital Man@VERT to Corey on Fri Sep 16 05:38:08 2005
    Re: Re: Unbaja Error?
    By: Corey to Sniper on Thu Sep 15 2005 07:02 pm

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm

    Corey wrote to Sniper <=-

    Whats wrong with Bionews? Running 5 beta 5 with no problems...


    got 5.0 b1 here.
    looks terrible.

    Yeap, I got his last version just before he disapeared. Seeing as I have a reg code, I don't have those annoying messages. :)

    Hope your able to remove that using that unbaja thing. :)



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... I haven't broken the rules in a long time, I guess I'm about due.

    I see the code I have to change, but it won't recompile,
    says some mode call is wrong.

    Please paste the actual error message here.

    digital man

    Snapple "Real Fact" #74:
    You share your birthday with 9 million others in the world.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Stainless@VERT/RATSNEST to Finnigann on Fri Sep 16 07:26:00 2005
    Re: Re: Unbaja Error?
    By: Finnigann to Corey on Fri Sep 16 2005 01:58 am

    Yeap, I got his last version just before he disapeared. Seeing as I have a reg code, I don't have those annoying messages. :)

    Hope your able to remove that using that unbaja thing. :)This is a Reg
    That is a Reg key and only good for the version he gave it to you for.
    I have a registered copy of 5.3 and 5.5 doesn't even acknowledge it.

    Or does unbaja work on any kind of software. (I know I shoulda been paying cloder attention)

    The program is written in Baja and I have it available on my website if you want to look at it. http://ratsnest.synchro.net. Pretty useful utility.

  • From Finnigann@VERT/BNB to Angus McLeod on Fri Sep 16 13:00:00 2005
    Angus McLeod wrote to Finnigann <=-

    Re: Re: Unbaja Error?
    By: Finnigann to Corey on Fri Sep 16 2005 00:58:00

    I see the code I have to change, but it won't recompile,
    says some mode call is wrong.

    I'm not familar with the program/door/game BioNews... is it a BAJA prgram? O someother language? (C, Pascal, Batch etc)

    Or does unbaja work on any kind of software. (I know I shoulda been paying cloder attention)

    It will only 'de-compile' a Synchronet .BIN file back to a Synchronet
    .SRC file.


    Ah so... hence the name. I just didn't know that BioNews had been writen in BaJa (althouI suspected as much.)

    And people want to kill this wonderful tool? No wonder bush is president. I can't figure anything out.

    ... Amateur Radio is a contact sport!
    --- MultiMail/Win32 v0.46
    þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.net
  • From Corey@VERT/TSGC to Digital Man on Fri Sep 16 15:07:00 2005
    Re: Re: Unbaja Error?
    By: Digital Man to Corey on Thu Sep 15 2005 11:38 pm

    Re: Re: Unbaja Error?
    By: Corey to Sniper on Thu Sep 15 2005 07:02 pm

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm

    Corey wrote to Sniper <=-

    Whats wrong with Bionews? Running 5 beta 5 with no problems...


    got 5.0 b1 here.
    looks terrible.

    Yeap, I got his last version just before he disapeared. Seeing as I h a reg code, I don't have those annoying messages. :)

    Hope your able to remove that using that unbaja thing. :)



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... I haven't broken the rules in a long time, I guess I'm about due.

    I see the code I have to change, but it won't recompile,
    says some mode call is wrong.

    Please paste the actual error message here.

    digital man

    Snapple "Real Fact" #74:
    You share your birthday with 9 million others in the world.


    err, ok


    BAJA v2.34-Win32 (rev 1.38) - Synchronet Shell/Module Compiler

    Compiling bionews.src...
    !SYNTAX ERROR:
    bionews.src 138: COMPARE_MODE_MISC 32

    Corey

    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Melkor@VERT/STARFRON to Digital Man on Fri Sep 16 16:17:00 2005

    I to have played with the bionews.. I think I have 5.5 so this may not be the same error.. When I try to recompile I get this one..

    !SYNTAX ERROR
    c:\sbbs\exec\bionews.src 138: Compare_Mode_Misc 32


    ...In the long run, we are all dead.
    Join StarNet today.. Http://starfrontiers.dyndns.org


    ---
    þ Synchronet þ Star Frontiers BBS Moore, OK Telnet://starfron.synchro.net
  • From Angus McLeod@VERT/ANJO to Corey on Fri Sep 16 20:31:00 2005
    Re: Re: Unbaja Error?
    By: Corey to Digital Man on Fri Sep 16 2005 08:07:00

    Please paste the actual error message here.

    err, ok


    BAJA v2.34-Win32 (rev 1.38) - Synchronet Shell/Module Compiler

    Compiling bionews.src...
    !SYNTAX ERROR:
    bionews.src 138: COMPARE_MODE_MISC 32

    LOL!!!

    That should be 'COMPARE_MODE_MISC 32' with an 'N' not an 'M'. It seems
    there is a typo in 'unbaja.c' on or about line 1740 that causes it to emit
    a mis-spelled verb when de-compiling.....


    ---
    þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBS
  • From Angus McLeod@VERT/ANJO to Melkor on Fri Sep 16 20:38:00 2005
    Re: Re: Unbaja Error?
    By: Melkor to Digital Man on Fri Sep 16 2005 09:17:00

    I to have played with the bionews.. I think I have 5.5 so this may not be th same error.. When I try to recompile I get this one..

    !SYNTAX ERROR
    c:\sbbs\exec\bionews.src 138: Compare_Mode_Misc 32

    See my earlier post.

    Change MODE to NODE, and compile. Or fix typo in 'unbaja.c' (or wait for
    an official fix), de-compile again, and go from there.


    ---
    þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBS
  • From Corey@VERT/TSGC to Angus McLeod on Fri Sep 16 18:37:00 2005
    Re: Re: Unbaja Error?
    By: Corey to Digital Man on Fri Sep 16 2005 08:07:00

    Please paste the actual error message here.

    err, ok


    BAJA v2.34-Win32 (rev 1.38) - Synchronet Shell/Module Compiler

    Compiling bionews.src...
    !SYNTAX ERROR:
    bionews.src 138: COMPARE_MODE_MISC 32

    LOL!!!

    That should be 'COMPARE_MODE_MISC 32' with an 'N' not an 'M'. It seems there is a typo in 'unbaja.c' on or about line 1740 that causes it to emit a mis-spelled verb when de-compiling.....


    ---
    þ Synchronet þ Where we BAJA Rob into writing our modules. The ANJO BBS

    hmm, ok, which sync programmer is the high school grad?? lol


    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Sniper@VERT/KIA to Corey on Sat Sep 17 04:17:00 2005
    Corey wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm

    Corey wrote to Sniper <=-

    Whats wrong with Bionews? Running 5 beta 5 with no problems...


    got 5.0 b1 here.
    looks terrible.

    Yeap, I got his last version just before he disapeared. Seeing as I have
    a reg code, I don't have those annoying messages. :)

    Hope your able to remove that using that unbaja thing. :)


    I see the code I have to change, but it won't recompile,
    says some mode call is wrong.

    Can't help ya there. Maybe Rob can.



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... "He's regular Army!" Ž "And I'm regular crazy." Ž Klinger
    --- MultiMail/Linux v0.46
    þ Synchronet þ Killed In Action - telnet://kiabbs.org
  • From Sniper@VERT/KIA to Stainless on Sat Sep 17 04:20:00 2005
    Stainless wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm


    I have BioNews 5.3 I think. Registered. Where did the bio guy go
    anyway?! No probs here.

    I've got the 5.5, along with my registration...

    I have no idea. He stopped by, asked me if I still wanted to run bionews, which I had taken down because the last version I had of it didn't work
    with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the registration code. Never heard from him again.



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... Matrimony isn't a WORD, It's a SENTENCE!
    --- MultiMail/Linux v0.46
    þ Synchronet þ Killed In Action - telnet://kiabbs.org
  • From Sniper@VERT/KIA to Finnigann on Sat Sep 17 05:11:00 2005
    Finnigann wrote to Corey <=-

    Corey wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm

    Corey wrote to Sniper <=-

    Whats wrong with Bionews? Running 5 beta 5 with no problems...


    got 5.0 b1 here.
    looks terrible.

    Yeap, I got his last version just before he disapeared. Seeing as I have
    a reg code, I don't have those annoying messages. :)

    Hope your able to remove that using that unbaja thing. :)




    I see the code I have to change, but it won't recompile,
    says some mode call is wrong.

    I'm not familar with the program/door/game BioNews... is it a BAJA
    prgram? Or someother language? (C, Pascal, Batch etc)

    Or does unbaja work on any kind of software. (I know I shoulda been
    paying cloder attention)

    Bionews is a BAJA program written to post messages to users when they log on/off <Configurable>... giving the SysOp the option to "Force" the users
    to read it and it can pause for a specific amount of time again, forcing
    the user to read the message. It has lots of other options and
    capabilites... Allowing users to post messages back to the author of the original message... Shows the message to the user once, or a specific
    number of times, allows different options to make it a "New" message each
    time the user logs on... etc... Quite a nice little progie.









    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... Cut with an axe, beat to fit, paint to match
    --- MultiMail/Linux v0.46
    þ Synchronet þ Killed In Action - telnet://kiabbs.org
  • From Melkor@VERT/STARFRON to Sniper on Sat Sep 17 04:50:00 2005

    with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the
    The version I have says its 5.5 but I cant get it to work.. I edit the cfg file and even with the stock .bin file that comes with it it loads, clears the screen then just sits there...


    ...Did you write the words, or the lyrics?
    Join StarNet today.. Http://starfrontiers.dyndns.org


    ---
    þ Synchronet þ Star Frontiers BBS Moore, OK Telnet://starfron.synchro.net
  • From Corey@VERT/TSGC to Melkor on Sat Sep 17 02:57:00 2005
    Re: Re: Unbaja Error?
    By: Melkor to Sniper on Fri Sep 16 2005 10:50 pm


    with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the
    The version I have says its 5.5 but I cant get it to work.. I edit the cfg f and even with the stock .bin file that comes with it it loads, clears the screen then just sits there...


    ...Did you write the words, or the lyrics?
    Join StarNet today.. Http://starfrontiers.dyndns.org



    my 5.5 won't load at all.
    it says error 1 for the cfg file, even new out of the zip it don't run.

    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Melkor@VERT/STARFRON to Corey on Sat Sep 17 06:05:00 2005

    it says error 1 for the cfg file, even new out of the zip it don't run.
    Make sure you have the cfg file in the correct dir..
    unzip bionews to xtrn\bionews and copy the .bin to the exec dir.. everything else goes in xtrn\bionews..


    ...First secure an independent income, then practice virtue.
    Join StarNet today.. Http://starfrontiers.dyndns.org


    ---
    þ Synchronet þ Star Frontiers BBS Moore, OK Telnet://starfron.synchro.net
  • From Corey@VERT/TSGC to Melkor on Sat Sep 17 04:46:00 2005
    Re: Re: Unbaja Error?
    By: Melkor to Corey on Sat Sep 17 2005 12:05 am


    it says error 1 for the cfg file, even new out of the zip it don't run.
    Make sure you have the cfg file in the correct dir..
    unzip bionews to xtrn\bionews and copy the .bin to the exec dir.. everything else goes in xtrn\bionews..


    ...First secure an independent income, then practice virtue.
    Join StarNet today.. Http://starfrontiers.dyndns.org



    thats how I have it.

    Have yourself a Ozzy little christmas, Let the F word fly...

    ---
    þ Synchronet þ Three Stooges Gentlemens Club - Las Vegas, Nv - tsgc.dyndns.org
  • From Finnigann@VERT/BNB to Sniper on Sat Sep 17 07:42:00 2005
    Sniper wrote to Finnigann <=-

    Finnigann wrote to Corey <=-

    Corey wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm

    Corey wrote to Sniper <=-

    Whats wrong with Bionews? Running 5 beta 5 with no problems...


    got 5.0 b1 here.
    looks terrible.

    Yeap, I got his last version just before he disapeared. Seeing as I have
    a reg code, I don't have those annoying messages. :)

    Hope your able to remove that using that unbaja thing. :)




    I see the code I have to change, but it won't recompile,
    says some mode call is wrong.

    I'm not familar with the program/door/game BioNews... is it a BAJA
    prgram? Or someother language? (C, Pascal, Batch etc)

    Or does unbaja work on any kind of software. (I know I shoulda been
    paying cloder attention)

    Bionews is a BAJA program written to post messages to users when they
    log on/off <Configurable>... giving the SysOp the option to "Force" the users to read it and it can pause for a specific amount of time again, forcing the user to read the message. It has lots of other options and capabilites... Allowing users to post messages back to the author of
    the original message... Shows the message to the user once, or a
    specific number of times, allows different options to make it a "New" message each time the user logs on... etc... Quite a nice little
    progie.



    I hear ya. But it's been my experience that you need something 45 or larger to get people to read ANYTHING. (self included) the first time.


    ...idea. Can SBBS be set to alter levels depending on how a user exits? dropped carier is very frustrating and I warn people that it's not the way it supposed to work. If I can drop their level everytime they drop carrier it might stop the practice. I have seen the spy screen showing a game menu and the disconnected message...

    ... "Bad password, already being used by root.
    --- MultiMail/Win32 v0.46
    þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.net
  • From Finnigann@VERT/BNB to Melkor on Sat Sep 17 08:46:00 2005
    Melkor wrote to Sniper <=-


    with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the
    The version I have says its 5.5 but I cant get it to work.. I edit the
    cfg file and even with the stock .bin file that comes with it it loads, clears the screen then just sits there...


    Ditto.

    If you hear anything pass it on please - here I mean. (-:

    ... It's a small world, but I wouldn't want to paint it.
    --- MultiMail/Win32 v0.46
    þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.net
  • From Mrproper@VERT/VEXED2 to Sniper on Sat Sep 17 16:36:00 2005
    Re: Re: Unbaja Error?
    By: Sniper to Stainless on Fri Sep 16 2005 22:20:00

    Stainless wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm


    I have BioNews 5.3 I think. Registered. Where did the bio guy go anyway?! No probs here.

    I've got the 5.5, along with my registration...

    I have no idea. He stopped by, asked me if I still wanted to run bionews, which I had taken down because the last version I had of it didn't work
    with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the registration code. Never heard from him again.



    Don't Merlin at Carso BBS still have the online BIOnews key generator?

    I heard the older versions had a backdoor in them.. Don't know if that's true or not but unbaja will sure tell.


    ---

    MrProper
    SysOp - WarZone BBS
    ---
    þ Synchronet þ DoveNet - WarZone BBS: warzone.dyndns.org
  • From Finnigann@VERT/BNB to Mrproper on Sat Sep 17 20:17:00 2005
    Mrproper wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Stainless on Fri Sep 16 2005 22:20:00

    Stainless wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm


    I have BioNews 5.3 I think. Registered. Where did the bio guy go anyway?! No probs here.

    I've got the 5.5, along with my registration...

    I have no idea. He stopped by, asked me if I still wanted to run bionews, which I had taken down because the last version I had of it didn't work
    with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the registration code. Never heard from him again.



    Don't Merlin at Carso BBS still have the online BIOnews key generator?

    I heard the older versions had a backdoor in them.. Don't know if
    that's true or not but unbaja will sure tell.


    did you say you have 5.5 working? If no one has it working, is there a copy of an older version I can D/L?

    ... Only a vaRool would use such language in public.' --Riker
    --- MultiMail/Win32 v0.46
    þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.net
  • From Mrproper@VERT/VEXED2 to Finnigann on Sat Sep 17 21:18:00 2005
    Re: Re: Unbaja Error?
    By: Finnigann to Mrproper on Sat Sep 17 2005 14:17:00


    Don't Merlin at Carso BBS still have the online BIOnews key generator?

    I heard the older versions had a backdoor in them.. Don't know if that's true or not but unbaja will sure tell.


    did you say you have 5.5 working? If no one has it working, is there a copy an older version I can D/L?


    I din't use bionews on my system.


    ---

    MrProper
    SysOp - WarZone BBS
    ---
    þ Synchronet þ DoveNet - WarZone BBS: warzone.dyndns.org
  • From Lord Time@VERT/TIME to Finnigann on Sat Sep 17 20:59:00 2005
    Re: Re: Unbaja Error?
    By: Finnigann to Mrproper on Sat Sep 17 2005 01:17 pm

    did you say you have 5.5 working? If no one has it working, is there a copy an older version I can D/L?

    I might have some in file area (under synchronet file \ SYNCDOOR there about
    3 in there

    ---

    Rob Starr
    Lord Time SysOp of
    Time Warp of the Future BBS
    Telnet://Time.Darktech.Org or Telnet://Timewarpfuture.Dyndns.Org (backup)
    or Telnet://Time.Synchro.Net (qwk or ftn & e-mail)
    ICQ # 11868133 or # 70398519
    Yahoo : lordtime2000 AIM : LordTime20000 MSN : Lord Time


    ---
    þ Synchronet þ Time Warp of the Future BBS - Home of League 10 IBBS Games
  • From Finnigann@VERT/BNB to Mrproper on Sun Sep 18 02:00:00 2005
    Mrproper wrote to Finnigann <=-

    Re: Re: Unbaja Error?
    By: Finnigann to Mrproper on Sat Sep 17 2005 14:17:00


    Don't Merlin at Carso BBS still have the online BIOnews key generator?

    I heard the older versions had a backdoor in them.. Don't know if that's true or not but unbaja will sure tell.


    did you say you have 5.5 working? If no one has it working, is there a copy an older version I can D/L?


    I din't use bionews on my system.


    I used it for about 5 minutes... It sounds like a great door(?)

    ... Frankly, Scallop, I Don't Give a Clam
    --- MultiMail/Win32 v0.46
    þ Synchronet þ Bits-N-Bytes BBS One Hellofa BBS telnet://bnb.synchro.net
  • From Sniper@VERT/KIA to Melkor on Mon Sep 19 01:31:00 2005
    Melkor wrote to Sniper <=-


    with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the
    The version I have says its 5.5 but I cant get it to work.. I edit the
    cfg file and even with the stock .bin file that comes with it it loads, clears the screen then just sits there...

    I'd download it again, maybe you have a bad copy.



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... Hi! I'm a shareware signature! Send $5 if you use me, send $10 for manual!
    --- MultiMail/Linux v0.45
    þ Synchronet þ Killed In Action - telnet://kiabbs.org
  • From Sniper@VERT/KIA to Finnigann on Mon Sep 19 01:39:00 2005
    Finnigann wrote to Sniper <=-

    Bionews is a BAJA program written to post messages to users when they
    log on/off <Configurable>... giving the SysOp the option to "Force" the users to read it and it can pause for a specific amount of time again, forcing the user to read the message. It has lots of other options and capabilites... Allowing users to post messages back to the author of
    the original message... Shows the message to the user once, or a
    specific number of times, allows different options to make it a "New" message each time the user logs on... etc... Quite a nice little
    progie.

    I hear ya. But it's been my experience that you need something 45 or larger to get people to read ANYTHING. (self included) the first time.

    That may be true, although I've found the shorter the message, the better chance they'll read it. :)

    ...idea. Can SBBS be set to alter levels depending on how a user exits? dropped carier is very frustrating and I warn people that it's not the
    way it supposed to work. If I can drop their level everytime they drop carrier it might stop the practice. I have seen the spy screen showing
    a game menu and the disconnected message...

    Too many possibilites on why a user exits from the BBS. I mean, I wouldn't
    be dropping access because of it. They could have gotten stuck in the door, etc... No way to know.


    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... Old usenetters never die, they just become unresponsive
    --- MultiMail/Linux v0.45
    þ Synchronet þ Killed In Action - telnet://kiabbs.org
  • From Sniper@VERT/KIA to Mrproper on Mon Sep 19 01:40:00 2005
    Mrproper wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Stainless on Fri Sep 16 2005 22:20:00

    Stainless wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm


    I have BioNews 5.3 I think. Registered. Where did the bio guy go anyway?! No probs here.

    I've got the 5.5, along with my registration...

    I have no idea. He stopped by, asked me if I still wanted to run bionews, which I had taken down because the last version I had of it didn't work
    with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the registration code. Never heard from him again.



    Don't Merlin at Carso BBS still have the online BIOnews key generator?

    Someone has it? Hmmm....

    I heard the older versions had a backdoor in them.. Don't know if
    that's true or not but unbaja will sure tell.

    Yea, I heard about that, although couldn't tell ya one way or the other. :)



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... Useless Invention: Candy bars with stannous fluoride added
    --- MultiMail/Linux v0.45
    þ Synchronet þ Killed In Action - telnet://kiabbs.org
  • From Sniper@VERT/KIA to Finnigann on Mon Sep 19 03:31:00 2005
    Finnigann wrote to Mrproper <=-

    Mrproper wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Stainless on Fri Sep 16 2005 22:20:00

    Stainless wrote to Sniper <=-

    Re: Re: Unbaja Error?
    By: Sniper to Corey on Thu Sep 15 2005 08:29 pm


    I have BioNews 5.3 I think. Registered. Where did the bio guy go anyway?! No probs here.

    I've got the 5.5, along with my registration...

    I have no idea. He stopped by, asked me if I still wanted to run bionews, which I had taken down because the last version I had of it didn't work
    with SynchroNet 3.12a. He uploaded the 5.5 version and e-mailed me the registration code. Never heard from him again.



    Don't Merlin at Carso BBS still have the online BIOnews key generator?

    I heard the older versions had a backdoor in them.. Don't know if
    that's true or not but unbaja will sure tell.


    did you say you have 5.5 working? If no one has it working, is there a copy of an older version I can D/L?

    Mine's working... this is on a WinXP PIV 2.4 machine.

    More than welcome to check it out. I haven't do anything "Different". :)



    Sniper
    Killed In Action BBS, telnet://kiabbs.org
    Home of the Unofficial SynchroNet Support Network.
    download the info pack at any of the below sites: http://www.chcomputer.net/USSNET.ZIP or http://www.ussnet.org

    ... System halted. There is NOTHING you can do
    --- MultiMail/Linux v0.45
    þ Synchronet þ Killed In Action - telnet://kiabbs.org