• Magicka support for Windows

    From Nighthawk@21:1/146.1 to Apam on Wed Feb 14 10:41:42 2018
    Hello Apam,

    What are your plans for compiling Magicka for Windows? I am asking you this because I am setting up my Frontdoor-based system in a Windows XP box, I am going to use Mystic with it, but I would happily switch for Magicka if I
    could run it into Windows...

    ----
    Regards from Nighthawk - AKA Flavio Bessa
    Sysop of Saturn's Orbit BBS - Rio de Janeiro, Brazil
    fcbessa@gmail.com - saturnsorbit.hopto.org

    --- Mystic BBS v1.12 A38 2018/01/01 (macOS/64)
    * Origin: Chiron, orbiting Saturn - Brazil (21:1/146.1)
  • From apam@21:1/125 to Nighthawk on Thu Feb 15 08:41:24 2018
    What are your plans for compiling Magicka for Windows? I am asking you this because I am setting up my Frontdoor-based system in a Windows XP box, I am going to use Mystic with it, but I would happily switch for Magicka if I could run it into Windows...

    No plans for native windows support sorry, however it does work in that
    "Ubuntu on windows" thing you can get from the microsoft store program.

    Andrew


    --- MagickaBBS v0.10alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (21:1/125)
  • From RiPuk@21:1/136 to Nighthawk on Wed Feb 14 22:03:16 2018
    On Feb 14th 2:04 pm Nighthawk said...
    Hello Apam,

    What are your plans for compiling Magicka for Windows? I am asking you this because I am setting up my Frontdoor-based system in a Windows XP box, I am going to use Mystic with it, but I would happily switch for Magicka if I could run it into Windows...


    *shameless plug* Enigma runs in Windows too :-)


    --- ENiGMA 1/2 v0.0.9-alpha (linux; x64; 8.9.4)
    * Origin: fORCE9 BBS - London, UK - bbs.force9.org (21:1/136)
  • From Tiny@21:1/130.4 to apam on Thu Feb 15 09:54:20 2018
    Quoting apam to Nighthawk <=-

    No plans for native windows support sorry, however it does work in
    that "Ubuntu on windows" thing you can get from the microsoft store program.

    I've got an install on my windows 10 desktop (That's currently in peices
    in the closet until I have time to figure out where to put it and how to
    back up the data on the main HDD so I can re install windows) and it
    worked perfectly on the ubuntu on windows... I just couldn't believe it.

    Shawn

    ... Democracy is too goo to share with just anybody.
    --- Blue Wave/386
    * Origin: A Tiny slice o pi (21:1/130.4)
  • From Nighthawk@21:1/146.1 to apam on Thu Feb 15 09:54:28 2018
    On 02/15/18, apam said the following...

    No plans for native windows support sorry, however it does work in that "Ubuntu on windows" thing you can get from the microsoft store program.

    That won't run under Windows XP, but thanks... I'll keep with Mystic and give it a try to Ezycom later on.

    ----
    Regards from Nighthawk - AKA Flavio Bessa
    Sysop of Saturn's Orbit BBS - Rio de Janeiro, Brazil
    fcbessa@gmail.com - saturnsorbit.hopto.org

    --- Mystic BBS v1.12 A38 2018/01/01 (macOS/64)
    * Origin: Chiron, orbiting Saturn - Brazil (21:1/146.1)
  • From Nighthawk@21:1/146.1 to RiPuk on Thu Feb 15 09:55:06 2018
    On 02/14/18, RiPuk said the following...

    *shameless plug* Enigma runs in Windows too :-)

    It does, but ENiGMA does not support JAM messagebase... as I am going to use Frontdoor...

    ----
    Regards from Nighthawk - AKA Flavio Bessa
    Sysop of Saturn's Orbit BBS - Rio de Janeiro, Brazil
    fcbessa@gmail.com - saturnsorbit.hopto.org

    --- Mystic BBS v1.12 A38 2018/01/01 (macOS/64)
    * Origin: Chiron, orbiting Saturn - Brazil (21:1/146.1)
  • From Blue White@21:1/175.8 to apam on Thu Feb 15 18:32:36 2018
    No plans for native windows support sorry, however it does work in that "Ubuntu on windows" thing you can get from the microsoft store program.

    I upgraded to 0.9-patch and it fixed my issue with point packets. However,
    I have tried the make clean / make www combo a few times but the web server
    no longer starts when I start magicka. The telnet and SSH seem to start
    fine, and I get no error messages when starting... also got no fatal
    errors, that I could tell, during the make www.

    Thanks!



    ... So easy, a child could do it. Child sold separately.
    --- MultiMail
    * Origin: Possum Lodge South capitolcityonline.net:7636 (21:1/175.8)
  • From apam@21:1/125 to Blue White on Thu Feb 22 14:37:36 2018
    I upgraded to 0.9-patch and it fixed my issue with point packets.
    However,
    I have tried the make clean / make www combo a few times but the web
    server
    no longer starts when I start magicka. The telnet and SSH seem to
    start
    fine, and I get no error messages when starting... also got no fatal errors, that I could tell, during the make www.

    I don't think this is your issue, but you should do make cleanwww rather
    than just make clean when you're cleaning after make www. It cleans out
    the www binaries as well.

    I'm not sure what the www issue is, have you got all the www related
    settings set? I know I added one that's required at some point, I just
    can't remember when. (WWW URL is newish)

    Enable WWW = true
    WWW Port = 8080
    WWW URL = http://yourhost:8080/

    also make sure in the paths you have:

    WWW Path = /home/andrew/MagickaBBS/www

    Andrew

    --- MagickaBBS v0.10alpha (Linux/x86_64)
    * Origin: Exotica BBS - telnet://exoticabbs.com:2023/ (21:1/125)
  • From Blue White@21:1/175.8 to apam on Thu Feb 22 20:00:00 2018
    I don't think this is your issue, but you should do make cleanwww
    rather
    than just make clean when you're cleaning after make www. It cleans
    out
    the www binaries as well.

    OK did that!

    I'm not sure what the www issue is, have you got all the www related settings set? I know I added one that's required at some point, I
    just
    can't remember when. (WWW URL is newish)

    Enable WWW = true
    WWW Port = 8080
    WWW URL = http://yourhost:8080/

    also make sure in the paths you have:

    WWW Path = /home/andrew/MagickaBBS/www

    OK, the WWW URL was missing from my config. Not sure if that was it, or
    if it was the make cleanwww but, if you are reading this, one of them
    worked! :)

    Thanks, apam!


    --- MagickaBBS v0.9patch (Linux/armv7l)
    * Origin: Possum Lodge South * capitolcityonline.net:7636 (21:1/175.8)