Follow-up Comment #3, bug #12955 (project wesnoth):

I fixed the bug, the problem was incorrect path concatenation, resulting in
stuff like "data/ai/pythonsample.py" instead of "data/ai/python/sample.py".
This file is then not found, resulting in the path "", which is treated as a
path relative to the current directory.

Under most unixen, you then got an error message stating that this file is a
directory and can't be opened for reading. Windows simply denies permission.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?12955>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to