View unanswered posts | View active topics It is currently Wed Jun 25, 2025 6:49 pm



Post new topic Reply to topic  [ 4 posts ] 
 Open Rpg Problems 
Author Message

Joined: Mon Jan 04, 2010 11:24 pm
Posts: 2
Post 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.


Fri Apr 02, 2010 11:31 pm
Profile

Joined: Mon Jan 04, 2010 11:24 pm
Posts: 2
Post Re: Open Rpg Problems
Don't worry anymore, I somehow fixed it .


Sat Apr 03, 2010 2:48 am
Profile

Joined: Thu Dec 10, 2009 6:37 am
Posts: 335
Post 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.


Sat Apr 03, 2010 12:54 pm
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post 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.

_________________
I ate your Death Knell.
The Traipse Movement
Please show your support for Traipse OpenRPG http://www.facebook.com/MadMathLabs
Send me Traipse OpenRPG Ideas, Bugs, Complaints, Praises here: https://getsatisfaction.com/mml


Sat Apr 03, 2010 1:31 pm
Profile YIM WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by Vjacheslav Trushkin for Free Forums/DivisionCore.