View unanswered posts | View active topics It is currently Thu Mar 28, 2024 7:31 pm



Post new topic Reply to topic  [ 31 posts ]  Go to page Previous  1, 2, 3, 4  Next
 Open RPG Won't Run Part 2 
Author Message

Joined: Sun Aug 08, 2010 6:34 pm
Posts: 18
Post Re: Open RPG Won't Run Part 2
im goin to try traipsce
its giving me problems to who do i contact for that


Mon Aug 09, 2010 5:04 am
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Open RPG Won't Run Part 2
Right here. Traipse is my fork, but I understand it better. What problems is it giving you? This should be a lot easier to fix.

_________________
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


Mon Aug 09, 2010 5:15 am
Profile YIM WWW
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Open RPG Won't Run Part 2
ok knux .. it's been almost an hour since your last post. I do need to sleep.

_________________
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


Mon Aug 09, 2010 6:04 am
Profile YIM WWW

Joined: Sun Aug 08, 2010 6:34 pm
Posts: 18
Post Re: Open RPG Won't Run Part 2
ok the updater opens then i click finish the splash screen pops up and... nothin


Tue Aug 10, 2010 5:10 am
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Open RPG Won't Run Part 2
Did you uninstall python first? Look for the crash report file again.

_________________
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


Tue Aug 10, 2010 12:24 pm
Profile YIM WWW

Joined: Sun Aug 08, 2010 6:34 pm
Posts: 18
Post Re: Open RPG Won't Run Part 2
i ununstalled and reinstalled python and now nothing happens when i click traispe .py
Error report in the System folder

Traceback (most recent call last):
File "C:\Users\Knux\Desktop\Traipse\System\orpg\main.py", line 1163, in AfterSplash
self.frame = orpgFrame(None, wx.ID_ANY, MENU_TITLE)
File "C:\Users\Knux\Desktop\Traipse\System\orpg\main.py", line 116, in __init__
self.build_gui()
File "C:\Users\Knux\Desktop\Traipse\System\orpg\main.py", line 666, in build_gui
for c in children: self.build_window(c, self)
File "C:\Users\Knux\Desktop\Traipse\System\orpg\main.py", line 795, in build_window
temp_wnd = orpg.chat.chatwnd.chat_notebook(parent_wnd, wx.DefaultSize)
File "C:\Users\Knux\Desktop\Traipse\System\orpg\chat\chatwnd.py", line 316, in __init__
style=FNB.FNB_DROPDOWN_TABS_LIST|FNB.FNB_NO_NAV_BUTTONS|FNB.FNB_MOUSE_MIDDLE_CLOSES_TABS)
File "C:\Users\Knux\Desktop\Traipse\System\orpg\orpg_windows.py", line 85, in __init__
'slanted&colorful': FNB.FNB_VC8|FNB.FNB_COLORFUL_TABS, 'slant&colorful': FNB.FNB_VC8|FNB.FNB_COLORFUL_TABS}
AttributeError: 'module' object has no attribute 'FNB_COLORFUL_TABS'


Tue Aug 10, 2010 4:34 pm
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Open RPG Won't Run Part 2
*sigh* You are using wx.Python 2.8.11

You can:
1. Update to the Beta. The process is a little involve though pretty simple. Beta has this fix and some others.
2. Follow the advice in this thread

prof.ebral wrote:
I've fixed this error before. You can edit the source: viewtopic.php?f=4&t=323&hilit=FNB_COLORFUL_TABS

to fix it you can read how it was fixed: viewtopic.php?f=4&t=361&hilit=FNB_COLORFUL_TABS

You've already tried the second option but you can read through the thread. You must have done something incorrect if you have fixed the error.

Third option is to look at the crash-report.txt file and post it's contents.


Update to Beta: If you choose this option it's simple, but a little involved.
1. Start Traipse so you can enter the Update Manager
2. Click on the Repos Tab
3. In the text entry by the "New" button enter the name Traispe-Dev then press "new"
4. In the new text entry under the "Traipse-Dev" name enter: http://hg.assembla.com/traipse_dev and press "Refresh"
5. Click on the Updater Tab
6. Press the Package Select button
7. Choose the Beta option and press Ok
8. Press Update Now

You will have the newest Beta which has that fix. If it does not start right away, there are two possible problems.
1. Open your Task Manager and kill all processes that are wpython
2. Just try again. Sometimes the source needs to be completely refreshed after an update.

That should fix your problem.

_________________
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


Tue Aug 10, 2010 5:06 pm
Profile YIM WWW

Joined: Sun Aug 08, 2010 6:34 pm
Posts: 18
Post Re: Open RPG Won't Run Part 2
when i got that error i had unistalled and reinstalled python without wxpython


Wed Aug 11, 2010 2:52 am
Profile
User avatar

Joined: Wed Dec 09, 2009 9:39 pm
Posts: 712
Post Re: Open RPG Won't Run Part 2
oh.. you need wx.Python too.

I just helped an individual who has been having these problems. Updating to Traipse Beta was the fastest way to resolve this issue.

_________________
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


Wed Aug 11, 2010 3:44 am
Profile YIM WWW

Joined: Sun Aug 08, 2010 6:34 pm
Posts: 18
Post Re: Open RPG Won't Run Part 2
Runs
Thank you for the help


Fri Aug 13, 2010 1:29 am
Profile
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 31 posts ]  Go to page Previous  1, 2, 3, 4  Next


Who is online

Users browsing this forum: No registered users and 26 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.