Niftychick

Newbie
Jul 22, 2017
15
9
87
.82 was supposed to release today, but it's been delayed due to me catching covid and being unable to work. Unless it takes me a really long time to recover, it should still come out this month.
Get well soon. I'm still pretty excited for this game and I'm hoping it gets completed soon, but your health is way more important.
 

iluvpink

Member
Jan 11, 2019
244
372
248
Yes! I played this long ago and have played other Apollo Seven games since, and I really have enjoyed most of them, so have been looking forward to this one coming off hiatus. Sincerely hope you are recovering well from Covid!
 

Usagi Murasaki

New Member
Sep 23, 2018
1
6
132
When I run Naked Ambition.exe, It crash with log :


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 78, in <module>
TypeError: '<' not supported between instances of 'NoneType' and 'int'

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

Full traceback:
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\bootstrap.py", line 277, in bootstrap
    renpy.main.main()
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\main.py", line 558, in main
    renpy.game.context().run(node)
  File "script.rpyc", line 1, in script
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "script.rpyc", line 1, in script
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 78, in <module>
TypeError: '<' not supported between instances of 'NoneType' and 'int'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Naked Ambition .82 Naked Ambition .82
Sun Jul 30 22:03:27 2023
 

Ayal

Member
Apr 9, 2020
391
318
186
When I run Naked Ambition.exe, It crash with log :


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 78, in <module>
TypeError: '<' not supported between instances of 'NoneType' and 'int'

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

Full traceback:
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\bootstrap.py", line 277, in bootstrap
    renpy.main.main()
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\main.py", line 558, in main
    renpy.game.context().run(node)
  File "script.rpyc", line 1, in script
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "script.rpyc", line 1, in script
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 78, in <module>
TypeError: '<' not supported between instances of 'NoneType' and 'int'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Naked Ambition .82 Naked Ambition .82
Sun Jul 30 22:03:27 2023
Same here
 

Apollo Seven

Active Member
Game Developer
Sep 15, 2018
950
4,267
450
When I run Naked Ambition.exe, It crash with log :


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 78, in <module>
TypeError: '<' not supported between instances of 'NoneType' and 'int'

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

Full traceback:
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\bootstrap.py", line 277, in bootstrap
    renpy.main.main()
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\main.py", line 558, in main
    renpy.game.context().run(node)
  File "script.rpyc", line 1, in script
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
  File "script.rpyc", line 1, in script
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\PC\Downloads\NakedAmbition-82-pc\NakedAmbition-82-pc\renpy\python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 78, in <module>
TypeError: '<' not supported between instances of 'NoneType' and 'int'

Windows-10-10.0.22621 AMD64
Ren'Py 8.0.3.22090809
Naked Ambition .82 Naked Ambition .82
Sun Jul 30 22:03:27 2023
Ugh, this again? Python didn't have any problem comparing stuff like that in past versions. Pretty annoying, I've had to cast stuff where I didn't in several places going from .81 to .82. I'll stealth update it.
 

terirheken

Active Member
Jan 7, 2019
634
741
281
I've got it working by downloading .81:


Then run .81 once and exit. Copy all the .81 files over to .82 (overwrite everything).
Then extract the .82 zip into .82, again overwriting everything.
didn't work for me. still same issue.
traceback suggests some wrong type definitions "TypeError: '<' not supported between instances of 'NoneType' and 'int'"
 
4.30 star(s) 70 Votes