Page 1 of 1

SVN 13657 - win32

Posted: Wed Sep 04, 2013 8:32 pm
by pheonixstorm
So far the new version compiles fine (usual warnings) but crashes a few seconds into loading up. Haven't tracked anything down yet.

If you have a working binary from SVN make sure to zip it up before updating to the latest binary.

Re: SVN 13657 - win32

Posted: Wed Sep 04, 2013 9:00 pm
by pheonixstorm
Ok, wiped out my old test folder for 0.5.2 and started from a fresh svn data/bin.

It now loads fine and starts up but gives me a nice empty screen save for a missile graphic and an error at the bottom of the screen saying ERROR: No Rooms Specified...

I can load up the base computer and exit but if I try to launch I get the cokcpit, the missile graphic in the target vdu and nothing else. I tried switching targets but it crashed.

Re: SVN 13657 - win32

Posted: Wed Sep 04, 2013 10:32 pm
by klauss
pheonixstorm wrote:Ok, wiped out my old test folder for 0.5.2 and started from a fresh svn data/bin.

It now loads fine and starts up but gives me a nice empty screen save for a missile graphic and an error at the bottom of the screen saying ERROR: No Rooms Specified...
That's a python error somewhere. stdout/err should have a clue.

Re: SVN 13657 - win32

Posted: Fri Sep 06, 2013 4:38 pm
by pheonixstorm
Didn't notice it before, but yes it was a python error. Seems it didn't like the py3 modeules. Replaced them locally and now it all works :) Will have to update the win32 folder.