AsherGlick / ResourceCalculator

A Video Game Resource Calculator
https://resourcecalculator.com
GNU General Public License v3.0
59 stars 34 forks source link

No output created when build #101

Closed jojoblackFr closed 1 year ago

jojoblackFr commented 1 year ago

When I build with build.py no output is created image image (I'm working on a terratech tab)

AsherGlick commented 1 year ago

I would expect that you should receive a large amount of stdout text in addition to output files. Barring that I would expect to see an error print out on the console saying something went wrong. This makes me think that something is wrong with how python is setup on your computer. On windows I would try using the docker build system instead because that will rule out any dependency or install issues. Screenshot from 2023-07-02 11-38-02

Later in the build process other dependencies will be needed for png compression, typescript compiling, and gzipping, all of those will be automatically handled in the docker system but will need to be manually installed without it.

jojoblackFr commented 1 year ago

gonna try that and reach you after

jojoblackFr commented 1 year ago

docker doesn't work for some strange reason so i went to look in the build.py and found out that "core_resource_paths()" has never been called on my side