Matthew Sitton
Matthew Sitton
I don't think anyone on the project has had access to a mac since the 3.120 days. And since then we've added compiled extensions. However I can throw a list...
I don't think there is a specific icon for mac. There is fofix_icon.png in the data folder. You shouldn't need an icon to run from sources though.
To me it looks like possibly the data directory doesn't get correctly copied into .app. because the line that crash is from, its trying to get something from the data...
Care to give a more detailed traceback on that? I'm thinking it could be VFS related since that has been introduced since the 3.120 release. Also i might have a...
Yeah confirms my thought. Let me try a fix really quick.
Hmm windows builds are even broke atm. Im looking into fixing it.
So i know what caused the issue. Since nhydock moved files into packages, the scenes aren't being found while building.
I doubt it. So i think it might actually be an issue with py2exe/py2app.
Well see the cause of this issue is because recently the entire game was reorganized into packages. Basically there is a system in the game that dynamically imports certain parts...
I've got something sorta working, i just need to do some more tests on it.