axmol
axmol copied to clipboard
[bug] Strange warning message
- axys version: dev branch Steps to Reproduce:
- python3 setup.py
- axys new
Strange log message:
axys new
usage: axys new [-h] [-p PACKAGE_NAME] [-d DIRECTORY] [-t TEMPLATE_NAME] [--ios-bundleid IOS_BUNDLEID] [--mac-bundleid MAC_BUNDLEID] [-e ENGINE_PATH] [--portrait] -l {cpp,lua,js} [PROJECT_NAME]
axys new: error: one of the arguments -l/--language is required
/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 3 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
Also there is a problem when show strings:
axys new -p "com.paulocoutinhox.proj1" -l cpp axys-proj1
> Copy template into b'/Users/paulo/Developer/workspaces/cpp/axys-proj1'
> Rename project name from 'b'HelloCpp'' to 'b'axys-proj1''
> Replace the project name from 'b'HelloCpp'' to 'b'axys-proj1''
> Replace the project package name from 'b'org.axys1.hellocpp'' to 'b'com.paulocoutinhox.proj1''
> Replace the project SO name from 'b'HelloCpp'' to 'b'axys-proj1''
> Replace the Mac bundle id from 'b'org.axys1.hellocpp'' to 'b'com.paulocoutinhox.proj1''
> Replace the iOS bundle id from 'b'org.axys1.hellocpp'' to 'b'com.paulocoutinhox.proj1''
There is a "b" before the strings.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.