axmol icon indicating copy to clipboard operation
axmol copied to clipboard

[bug] Strange warning message

Open paulocoutinhox opened this issue 3 years ago • 1 comments

  • axys version: dev branch Steps to Reproduce:
  1. python3 setup.py
  2. 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 '

paulocoutinhox avatar Sep 02 '22 20:09 paulocoutinhox

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.

paulocoutinhox avatar Sep 02 '22 20:09 paulocoutinhox

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.

stale[bot] avatar Nov 02 '22 09:11 stale[bot]