Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 73718 - openrpg-1.6.1: openrpg complains about missing ini.xml
Summary: openrpg-1.6.1: openrpg complains about missing ini.xml
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-07 14:24 UTC by Carsten Milkau
Modified: 2004-12-08 01:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carsten Milkau 2004-12-07 14:24:05 UTC
Openrpg complains about missing configuration files. I cannot find any documentation for creating one by myself, so what schould I do?



Reproducible: Always
Steps to Reproduce:




This is what python shouts: 
 
Traceback (most recent call last): 
  File "/usr/games/lib/openrpg/orpg/main.py", line 1037, in AfterSplash 
    self.frame = orpgFrame(NULL, -1, "OpenRPG v"+VERSION) 
  File "/usr/games/lib/openrpg/orpg/main.py", line 255, in __init__ 
    self.settings = orpg.tools.orpg_settings.settings() 
  File "/usr/games/lib/openrpg/orpg/tools/orpg_settings.py", line 277, in 
__init__ 
    self.setup_ini(ini_xml) 
  File "/usr/games/lib/openrpg/orpg/tools/orpg_settings.py", line 282, in 
setup_ini 
    config_files.validate_config_file(ini_xml,"default_ini.xml") 
  File "/usr/games/lib/openrpg/orpg/tools/config_files.py", line 10, in 
validate_config_file 
    newfile = open(orpg.dirpath.dir_struct["user"] + user_file,"w") 
IOError: [Errno 2] No such file or directory: 
'/usr/share/games/openrpg/myfiles/ini.xml' 
 
Some other info: 
[ebuild   R   ] sys-apps/portage-2.0.51-r3  -build -debug (-selinux) 0 kB 
[ebuild   R   ] dev-lang/python-2.3.4  +X +berkdb -bootstrap -build -debug 
-doc +gdbm -ipv6 +ncurses +readline +ssl +tcltk -ucs2 0 kB 
[ebuild   R   ] dev-python/wxpython-2.4.2.4  +gtk2 +jpeg +opengl +png +tiff 
+unicode 0 kB 
[ebuild   R   ] games-rpg/openrpg-1.6.1  0 kB
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2004-12-07 22:49:02 UTC
let's have the output from emerge --info and the entire output from the merge of openrpg please.

emerge --info

and

emerge -v openrpg &> /tmp/out

thanks.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2004-12-08 01:03:48 UTC
openrpg-1.6.1-r1 should be more fun.  reopen if you still have issues.