PyTFall > PyTFall: Bugs and Game balancing

Reporting Errors:

(1/143) > >>

Xela:
On how to post error reports:

This is the part we really need:



--- Quote ---I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 3, in script
  File "game/script.rpy", line 22, in python
Exception: I am an Error!
--- End quote ---

This is for RenPy developers so it's optional:



--- Code: ----- Full Traceback ------------------------------------------------------------

Full traceback:
  File "D:\Dev\Dropbox\SimBro Dev\renpy-6.15.0-sdk\renpy\execution.py", line 288, in run
    node.execute()
  File "D:\Dev\Dropbox\SimBro Dev\renpy-6.15.0-sdk\renpy\ast.py", line 718, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Dev\Dropbox\SimBro Dev\renpy-6.15.0-sdk\renpy\python.py", line 1297, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/script.rpy", line 22, in <module>
    raise Error, "I am an Error!"
Exception: I am an Error!

Windows-7-6.1.7601-SP1
Ren'Py 6.15.4.320
PytFall 0.29
--- End code ---

DarkTl:
The newest version from dropbox:

--- Quote ---  File "game/script.rpy", line 3, in script
  File "game/script.rpy", line 8, in python
  File "game/library/functions.rpy", line 62, in python
  File "game/library/functions.rpy", line 6, in python
Exception: Couldn't find file 'content/db/buildings.json'.
--- End quote ---

Xela:

--- Quote from: DarkTl on June 15, 2013, 08:50:04 AM ---The newest version from dropbox:

--- End quote ---

Right, I'll fix it soon. Matt switched loading brothels from xml to json.

// Should work now btw.

DarkTl:
Yup. And it looks like if nickname is not specified, it's not default to name. Instead the game writes "NickName" in daily events.

Xela:

--- Quote from: DarkTl on June 15, 2013, 04:00:49 PM ---Yup. And it looks like if nickname is not specified, it's not default to name. Instead the game writes "NickName" in daily events.

--- End quote ---

Yeah, I haven't touched that part yet, will be fixed tomorrow.

Navigation

[0] Message Index

[#] Next page

Go to full version