Page 1 of 1

RenPy Android SDK Issue! : 'function' object has no attribu

Posted: Tue Jul 29, 2014 8:04 am
by razzledazz
Hey everyone. After having a few successful builds on the Desktop versions of my VN game, I decided to try a test android build of it.

I install the JDK as required by the Ren'Py installer and install a 32bit version of the latest JDK

jdk-8u11-windows-i586
http://download.oracle.com/otn-pub/java ... 5b2d438489

Then, reload the Renpy installer, select the android option and under the build category, I select Install SDK & Create Keys

During the process, I receive this error:

Code: Select all


I'm sorry, but an uncaught exception occurred.

While running game code:
  File "launcher/game/android.rpy", line 569, in script
    python:
  File "launcher/game/android.rpy", line 571, in <module>
    rapt.install_sdk.install_sdk(AndroidInterface())
  File "launcher/game/android.rpy", line 260, in call
    self.yes_thread.join()
AttributeError: 'function' object has no attribute 'join'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "launcher/game/android.rpy", line 569, in script
    python:
  File "C:\Users\User1\Desktop\pyenvironment\renpy-6.17.7-sdk\renpy\ast.py", line 756, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\User1\Desktop\pyenvironment\renpy-6.17.7-sdk\renpy\python.py", line 1382, in py_exec_bytecode
    exec bytecode in globals, locals
  File "launcher/game/android.rpy", line 571, in <module>
    rapt.install_sdk.install_sdk(AndroidInterface())
  File "C:\Users\User1\Desktop\pyenvironment\renpy-6.17.7-sdk\rapt\buildlib\rapt\install_sdk.py", line 254, in install_sdk
    get_packages(interface)
  File "C:\Users\User1\Desktop\pyenvironment\renpy-6.17.7-sdk\rapt\buildlib\rapt\install_sdk.py", line 172, in get_packages
    if not run_slow(interface, plat.android, "update", "sdk", "-u", "-f", "-a", "-t", ",".join(packages), yes=True):
  File "C:\Users\User1\Desktop\pyenvironment\renpy-6.17.7-sdk\rapt\buildlib\rapt\install_sdk.py", line 33, in run_slow
    interface.call(args, cancel=True, **kwargs)
  File "launcher/game/android.rpy", line 260, in call
    self.yes_thread.join()
AttributeError: 'function' object has no attribute 'join'

Windows-7-6.1.7601-SP1
Ren'Py 6.17.7.521
Ren'Py Launcher 6.17.7.521



AttributeError: 'function' object has no attribute 'join'
seems to be the main error

Am I doing something wrong? Am I using the wrong SDK? I don't remember me ever touching the "android.rpy" file at all.

If possible can anyone help me on this issue?
Thank you :)

Re: RenPy Android SDK Issue! : 'function' object has no att

Posted: Tue Jul 29, 2014 9:19 pm
by PyTom
This is a known bug. I think you might be able to avoid it by qutting the launcher, and going back into it - that will give you one more build until the problem recurs.