On 22/07/2022 20:08, Michael Brutman wrote:
> Was there anything else to the error message? There should have been
> a line of output immediately before that describing the nature of the
> error. (BX_PANIC can happen for many reasons.)
>
> That being said, this is definitely from the NE2000 emulation code in
> DOSBox-X, and not from the packet driver. BX_PANIC happens for all
> sorts of reasons; trying to write a register while the card is
> resetting, unaligned memory writes, using DMA incorrectly, etc. I
> doubt there is anything that can be done in mTCP given that it's a
> problem between the packet driver and the emulated NE2000 hardware.
> The best people to debug this are the DOSBox-X contributors.
>
> I used to use DOSBox extensively with mTCP, but that was years ago.
> (It was the "H-A-L 9000 megabuild" that patched the main DOSBox.) I
> have not tested with DOSBox-X yet.
>
>
> -Mike
>
> On Friday, July 22, 2022 at 3:19:59 AM UTC-7
dom...@timedicer.co.uk
> wrote:
>
> It's great to have the new (2022-07-01) mTCP! Thanks Mike!
>
> I am trying to get it working under DOSBox-X. I found instructions at
>
https://dosbox-x.com/wiki/Guide%3ASetting-up-networking-in-DOSBox%E2%80%90X#_locate_host_network_interface.
>
>
> driver. DHCP.EXE runs and
> reports success getting a (real) IP address. But when I then run
> HTGET.EXE a Windows box appears saying 'BX_PANIC condition' and
> DOSBox-X
> crashes.
>