Recalbox Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • recalbox.com
    • Gitlab repository
    • Documentation
    • Discord

    Illegal command: IPXNET

    Recalbox General
    illegal ipxnet
    5
    18
    5245
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • voljega
      voljega Banned last edited by

      @Dragu maybe ?

      1 Reply Last reply Reply Quote 0
      • Dragu
        Dragu Banned last edited by

        @voljega
        Sorry, I never tried this out. But IPX is as I know a TCP/IP emulation, so I doubt it will function under a linux system ?

        1 Reply Last reply Reply Quote 0
        • jimmc
          jimmc last edited by

          Thanks to both of you. I've got a Ubuntu linux machine so I ran a test.

          1. Installed dosbox with default configuration. Started it - when I typed "dir z:", there was no IPXNET.com file.
          2. Modified the config, changing ipx=false to ipx=true
            3_ Restarted dosbox, ran the "dir z:" command, and the IPXNET.com file was now there.

          So, I can get it to work on Windows and Linux, but not on the Recalbox... I did quite a bit of web searching looking for similar problems, but couldn't find any solutions - a couple of sites had examples where people hadn't edited the config file, which I've already done.

          Again, it's strange to me that the recalbox default dosbox.conf file looks jumbled with no mention of IPX in the file.... I'm sure a lot of people are using Recalbox dosbox for multi-player LAN games over IPX - so I'm guessing that's normal...?

          1 Reply Last reply Reply Quote 0
          • Dragu
            Dragu Banned last edited by

            @jimmc
            @voljega
            The command set just dont exist in our recalbox dosbox installation. It seems to me that we have included version 0.65 ? Should it not be time to include 0.74, what is rather old anyway ?

            jimmc voljega 2 Replies Last reply Reply Quote 0
            • jimmc
              jimmc @Dragu last edited by

              @dragu @voljega I think that is an excellent idea! Does this post serve as the request, or would I need to request it in some other way?

              1 Reply Last reply Reply Quote 0
              • lmerckx
                lmerckx last edited by

                The IPX support of DosBox is optional.

                I think that the problem is that DosBox doesn't include SDL2_net at the compilation.

                Recalbox 9.1 on RPI 4, SSD 250Gb, 2 Logitech F710, Nespi4case
                Contributions for DosBox, ScummVM, ResidualVM, Daphne (Hypseus)

                1 Reply Last reply Reply Quote 0
                • voljega
                  voljega Banned @Dragu last edited by voljega

                  @dragu I thought it was 0.74 in Recalbox already ? the original dosbox.conf you found in the file refer to mapper file containing 0.74 in its name

                  abunille 1 Reply Last reply Reply Quote 0
                  • lmerckx
                    lmerckx last edited by

                    Yes, it is 0.74 (and even more ... because also contains "unstable" features)

                    Recalbox 9.1 on RPI 4, SSD 250Gb, 2 Logitech F710, Nespi4case
                    Contributions for DosBox, ScummVM, ResidualVM, Daphne (Hypseus)

                    voljega 1 Reply Last reply Reply Quote 0
                    • abunille
                      abunille @voljega last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • voljega
                        voljega Banned @lmerckx last edited by

                        @lmerckx so ideally would it be possible to add IPX support through SDL2_net like you said ?

                        1 Reply Last reply Reply Quote 0
                        • lmerckx
                          lmerckx last edited by

                          I will try ... next week.

                          Recalbox 9.1 on RPI 4, SSD 250Gb, 2 Logitech F710, Nespi4case
                          Contributions for DosBox, ScummVM, ResidualVM, Daphne (Hypseus)

                          jimmc 1 Reply Last reply Reply Quote 0
                          • jimmc
                            jimmc @lmerckx last edited by

                            @lmerckx Hi there, just thought I would see if you had success with it?

                            1 Reply Last reply Reply Quote 0
                            • lmerckx
                              lmerckx last edited by lmerckx

                              @jimmc Yes, indeed. I successfully played Doom in network (Recalbox vs my PC).

                              This modification should be available in the next version of Recalbox, I suppose.

                              You can find more information in the dedicated issue: https://gitlab.com/recalbox/recalbox/issues/311

                              Recalbox 9.1 on RPI 4, SSD 250Gb, 2 Logitech F710, Nespi4case
                              Contributions for DosBox, ScummVM, ResidualVM, Daphne (Hypseus)

                              jimmc 1 Reply Last reply Reply Quote 1
                              • jimmc
                                jimmc @lmerckx last edited by

                                @lmerckx Great news! Thank you very much! I look forward to configuring several games to use this feature. Thank you again!

                                jimmc 1 Reply Last reply Reply Quote 0
                                • jimmc
                                  jimmc @jimmc last edited by

                                  @lmerckx I don't know if this would be helpful in the forum or not. And if so, maybe it should be a separate posting. But during my testing on a PC, I created this batch file which allows everyone joining a game to select which one will be the server, and then multiple clients can connect to that server as clients. I used a DOS utility called ask.com to get the Y/N answer, and then a DOS utility called answer.com to ask for an IP address.

                                  If you are going to change the port used to something other default, can you let me know? That way, I should be able to mix and match players from recalbox, windows dosbox, linux dosbox, etc.

                                  Thanks again for the help!

                                  @echo off
                                  😄
                                  cd\doom
                                  ask "Start network game? Y/N"
                                  if errorlevel 1 goto solo

                                  ask "Start as server? Y/N"
                                  if errorlevel 1 goto client

                                  :server
                                  ipxnet startserver
                                  setup
                                  goto end

                                  :solo
                                  doom
                                  goto end

                                  :client
                                  echo Enter IP address of server:
                                  answer
                                  echo.
                                  echo You entered an answer of %ANSWER%
                                  pause
                                  ipxnet connect %ANSWER%
                                  setup
                                  goto end

                                  :end

                                  1 Reply Last reply Reply Quote 1
                                  • lmerckx
                                    lmerckx last edited by

                                    @jimmc I haven't changed the port in DosBox, but the ipxnet command requested me one.

                                    I used:
                                    ipxnet startserver 6969
                                    and
                                    ipxnet connect <server> 6969

                                    I had an error without the port. Perhaps the default one was used.
                                    I haven't checked further, in fact.

                                    Recalbox 9.1 on RPI 4, SSD 250Gb, 2 Logitech F710, Nespi4case
                                    Contributions for DosBox, ScummVM, ResidualVM, Daphne (Hypseus)

                                    1 Reply Last reply Reply Quote 0
                                    • lmerckx
                                      lmerckx last edited by

                                      For more information on this modification, check here:
                                      https://forum.recalbox.com/topic/12481/testers-wanted-dosbox-update

                                      Recalbox 9.1 on RPI 4, SSD 250Gb, 2 Logitech F710, Nespi4case
                                      Contributions for DosBox, ScummVM, ResidualVM, Daphne (Hypseus)

                                      1 Reply Last reply Reply Quote 1
                                      • First post
                                        Last post

                                      Want to support us ?

                                      84
                                      Online

                                      99.6k
                                      Users

                                      28.1k
                                      Topics

                                      187.1k
                                      Posts

                                      Copyright © 2021 recalbox.com