Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi Mike. Have just tried 2.19.6.0 with the 2.07l distro. Running inder linux with mono. It will run fine without adding the .nex file to load on the command line.
If I add the .nex file to run on the command line it fails - see sample output below.


Same command line works with 2.19.5.1

mono CSpect.exe --zxnext=cspect -r -esc -tv -brk -w4  -zxnext -nextrom -map=../project.map -mmc=../../sdcard/cspect-next-2gb.img ../demo_3d.nex

#CSpect Start

Next ROM enabled

Unhandled Exception:

System.NullReferenceException: Object reference not set to an instance of an object

  at esxDOS.CRST8.CloseAllHandles () [0x00000] in <29fc5635479b49278035972ddca4cbbc>:0 

  at esxDOS.CRST8.Reset () [0x00000] in <29fc5635479b49278035972ddca4cbbc>:0 

  at a.O.C () [0x0001c] in <f076d33faaf04d5aa17584882cc10df4>:0 

  at A.r.F () [0x00000] in <f076d33faaf04d5aa17584882cc10df4>:0 

  at A.r.b (System.String ) [0x00004] in <f076d33faaf04d5aa17584882cc10df4>:0 

  at a.A.a (System.String[] ) [0x004ef] in <f076d33faaf04d5aa17584882cc10df4>:0 

[ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object

  at esxDOS.CRST8.CloseAllHandles () [0x00000] in <29fc5635479b49278035972ddca4cbbc>:0 

  at esxDOS.CRST8.Reset () [0x00000] in <29fc5635479b49278035972ddca4cbbc>:0 

  at a.O.C () [0x0001c] in <f076d33faaf04d5aa17584882cc10df4>:0 

  at A.r.F () [0x00000] in <f076d33faaf04d5aa17584882cc10df4>:0 

  at A.r.b (System.String ) [0x00004] in <f076d33faaf04d5aa17584882cc10df4>:0 

  at a.A.a (System.String[] ) [0x004ef] in <f076d33faaf04d5aa17584882cc10df4>:0 

AL lib: (EE) alc_cleanup: 1 device not closed

what command line do you use?

Hi - the exception happens when I quite cspect so that seems "normal"!
As above, I used "mono CSpect.exe --zxnext=cspect -r -esc -tv -brk -w4  -zxnext -nextrom -map=../project.map -mmc=../../sdcard/cspect-next-2gb.img ../demo_3d.nex"

It seems to just exit back to the command prompt without running the .nex file.

(2 edits)

Sorry... not following. It dies at as soon as you run it?
I'm running it on my VM and it seems fine here... Can you try the  beast.nex demo? It's fine here.
That command line is a little odd...
CSpect -zxnext <file.nex>  
this is all you should need.

(2 edits)

ok, yes it works with your command line and beast and also with my demo_3d.nex file though the screen output is different but I can check that separately.

I will change my command line.

Thanks for your help :)

it looks like you need a space -mmc=[space]<path>, see my comment above, I've been experimenting with the different versions and command lines.