RPGObjects.com
http://www.rpgobjects.com/forum/

Open Rpg Problems
http://www.rpgobjects.com/forum/viewtopic.php?f=4&t=223
Page 1 of 1

Author:  Volvagia [ Fri Apr 02, 2010 11:31 pm ]
Post subject:  Open Rpg Problems

I don't know, could someone help me, I can't suddenly open OpenRPG.
It crashes and gives me this message every time:
Traceback (most recent call last):
File "C:\Archivos de programa\OpenRPG\orpg\tools\decorators.py", line 106, in new_func
return func(*args, **kwargs)
File "C:\Archivos de programa\OpenRPG\orpg\main.py", line 1315, in AfterSplash
self.frame = orpgFrame(None, wx.ID_ANY, CLIENT_STRING)
File "C:\Archivos de programa\OpenRPG\orpg\tools\decorators.py", line 106, in new_func
return func(*args, **kwargs)
File "C:\Archivos de programa\OpenRPG\orpg\main.py", line 128, in __init__
self.tree.load_tree(settings.get('gametree'))
File "C:\Archivos de programa\OpenRPG\orpg\gametree\gametree.py", line 263, in load_tree
os.rename(filename,filename+".corrupt")
WindowsError: [Error 183] No se puede crear un archivo que ya existe


Can someone help me? I don't understand Python or whatever this mean.
It is the standard, version 1.8.0.4, windows. I have python and tryed to install it and uninstall it.

Author:  Volvagia [ Sat Apr 03, 2010 2:48 am ]
Post subject:  Re: Open Rpg Problems

Don't worry anymore, I somehow fixed it .

Author:  davidbyron [ Sat Apr 03, 2010 12:54 pm ]
Post subject:  Re: Open Rpg Problems

I don't understand Spanish but that seems to be saying your gametree was corrupt in which case it would try and fix that for itself with a fresh/blank gametree (with the Behir in it)

Look for your old data in a file with a .corrupted extension in the myfiles directory. But it will be in (corrupted) XML so it might be hard to rescue if you don't have a backup.

Author:  prof.ebral [ Sat Apr 03, 2010 1:31 pm ]
Post subject:  Re: Open Rpg Problems

davidbyron wrote:
I don't understand Spanish but that seems to be saying your gametree was corrupt in which case it would try and fix that for itself with a fresh/blank gametree (with the Behir in it)

Look for your old data in a file with a .corrupted extension in the myfiles directory. But it will be in (corrupted) XML so it might be hard to rescue if you don't have a backup.


It's a common write permissions file. I can tell because it is in the os.rename function. Specifically with Windows, the gametree cannot be 'renamed' and should instead be copied with shutil and then the old one destroyed or over written. The error is specific to windows which handles file threading poorly, and the software is trying to rename a file that is 'in-use' to windows.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/