Page 1 of 1

core dump when NOT using net* functionalities

PostPosted: Wed Apr 14, 2021 11:12 am
by zuppa_di_pesce
Just a reminder... ;)

If you're compiling with NET_BOARD=1 (/Makefiles/Options.inc), but you'll not gonna always use it, be sure to set values in Supermodel.ini however, you must always declare them.
Code: Select all
EmulateNet = 0
SimulateNet = 0
Network = 0
PortIn = superMario
PortOut = superMario
AddressOut = superMario


---

Compiled successfully on (Arch)Linux:
Code: Select all
core/linux 5.11.13.arch1-1
extra/clang 11.1.0-1

Re: core dump when NOT using net* functionalities

PostPosted: Thu Apr 15, 2021 8:12 am
by Bart
This is a bug that needs fixing. These values should be optional and should not be read if net play is disabled. This will have to be patched.

Re: core dump when NOT using net* functionalities

PostPosted: Thu Apr 15, 2021 11:07 am
by zuppa_di_pesce
Bart wrote:This is a bug that needs fixing. These values should be optional and should not be read if net play is disabled. This will have to be patched.
Oh, fine! 8-) You guys are great!!! ;)