SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Discussion particular to FoFiX, its development, and themes
Forum rules
This topic is 14 years and 10 months old. Instead of replying, please begin a new topic, or search for another related topic that may be more suitable.
I forget. LETS ROCK!
User avatar
jfosheezy
Member
Posts: 920
Joined: June 22nd, 2008
Location: The deepest pits of hell
Reputation: 1

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby jfosheezy » Sat Mar 21, 2009 4:38 pm

I set up every thing that you stated but i just dont know what to do next.
ImageImage
Image
Image
Image
Image
Rock Star
User avatar
MasterPhW
Member
Posts: 93
Joined: March 11th, 2007
Reputation: 0

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby MasterPhW » Sat Mar 21, 2009 9:39 pm

jfosheezy wrote:I set up every thing that you stated but i just dont know what to do next.

Just run the "src\scripts\RunFofFromSources.bat" or doubleclick the "src\FretsOnFire.py" and you should be able to test.
My Rigs:

Spoiler:Main: Intel Core i7-860 (@3.33Ghz) | 4 GB DDR3-1333 | ATI HD5750 PCI-E | ATI High Definition Audio Device |
4 TB Internal SATA2 + 6TB external USB3 | Windows 7 Business X64 MSDNAA
Old One: AMD Athlon 64 X2 4200+ (2x2.5Ghz; S939) | MSI KbT Neo2-F V2.0 | 2x1GB Corsair Value VS1GBKIT400 | Radeon HD 3850 512 MB/AGP8x | Creative SB Audigy LS | 2TB (4x500GB SATA2 HDDs Raid0) | Windows 7 Business X64 MSDNAA


*running FoFiX 4.x newest alpha git on python 2.6 build environment, 2 Les Paul PS3 Guitar Hero III Controller & 1 Complete Rockstar Set*
Image
I forget. LETS ROCK!
User avatar
jfosheezy
Member
Posts: 920
Joined: June 22nd, 2008
Location: The deepest pits of hell
Reputation: 1

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby jfosheezy » Sun Mar 22, 2009 8:38 am

It doesn't work. I clicked on src\FretsOnFire.py but nothing happens.


onmouseout="this.style.cursor='default'" alt="" />



ImageImage
Image
Image
Image
Image


Amiga Rules
User avatar
Nickman
Member
Posts: 262
Joined: September 11th, 2008
Location: Sweden,Jämtland,Östersund
Reputation: 0
Contact:

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby Nickman » Sun Mar 22, 2009 9:05 am

jfosheezy wrote:It doesn't work. I clicked on src\FretsOnFire.py but nothing happens.


It could be a path problem... Try this.

Klick on windows start menu and select run...
Type: cmd
Then press enter.

Now you should be at the command line (sorry if this is obvious to you im just trying to help)

Type: python
Press enter.

What happens ? does it look like this ?

Code: Select all

Python 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>


If it doesn't work then you found your problem.
To fix it do this.

1. From the desktop, right-click My Computer and click properties.
2. In the System Properties window, click on the Advanced tab.
3. In the Advanced section, click the Environment Variables button.
4. Finally, in the Environment Variables window, highlight the path variable in the Systems Variable section and click edit. Add or modify the path lines with the paths you wish the computer to access. Each different directory is separated with a semicolon as shown below.

C:\Program Files;C:\Winnt;C:\Winnt\System32

What you need to do is ADD the path to your python installation at the END of the string above.

eg. C:\Program Files;C:\Winnt;C:\Winnt\System32;C:\Python26

Save and close all windows and try running FoFiX again.
I forget. LETS ROCK!
User avatar
jfosheezy
Member
Posts: 920
Joined: June 22nd, 2008
Location: The deepest pits of hell
Reputation: 1

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby jfosheezy » Sun Mar 22, 2009 2:45 pm

well it looks like this on the command line
Image this is pissing me off.


onmouseout="this.style.cursor='default'" alt="" />



ImageImage
Image
Image
Image
Image


Amiga Rules
User avatar
Nickman
Member
Posts: 262
Joined: September 11th, 2008
Location: Sweden,Jämtland,Östersund
Reputation: 0
Contact:

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby Nickman » Sun Mar 22, 2009 4:44 pm

jfosheezy wrote:well it looks like this on the command line...... this is pissing me off.


Well then im out of ideas... run RunFofFromSources.bat from the command line.. maybe you can see what is wrong then.

Right klick with the mouse and choose mark.. then you can copy the text and paste it here in text form next time.. no need to make a screenshot.
Uncle Fester
User avatar
slantyr
Member
Posts: 759
Joined: March 10th, 2008
Location: the great white north
Reputation: 0

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby slantyr » Sun Mar 22, 2009 4:54 pm

assuming you've installed 2.6, all required modules, and added python 2.6 to the PATH

rename "c:\Python24" folder to "c:\Python24.bac" or uninstall it (if present fofix will use it by defaut)
Image
Amiga Rules
User avatar
Nickman
Member
Posts: 262
Joined: September 11th, 2008
Location: Sweden,Jämtland,Östersund
Reputation: 0
Contact:

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby Nickman » Sun Mar 22, 2009 4:56 pm

slantyr wrote:assuming you've installed 2.6, all required modules, and added python 2.6 to the PATH

rename "c:\Python24" folder to "c:\Python24.bac" or uninstall it (if present fofix will use it by defaut)


Ehh is Python 2.6 required now ? when did this happen ?
I forget. LETS ROCK!
User avatar
jfosheezy
Member
Posts: 920
Joined: June 22nd, 2008
Location: The deepest pits of hell
Reputation: 1

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby jfosheezy » Sun Mar 22, 2009 5:00 pm

so i need pyton 2.6 can some one give a link.


onmouseout="this.style.cursor='default'" alt="" />



ImageImage
Image
Image
Image
Image


Rock Star
User avatar
MasterPhW
Member
Posts: 93
Joined: March 11th, 2007
Reputation: 0

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby MasterPhW » Sun Mar 22, 2009 5:08 pm

jfosheezy wrote:so i need pyton 2.6 can some one give a link.

Just look at the wiki of the homepage, there's all you need.
My Rigs:

Spoiler:Main: Intel Core i7-860 (@3.33Ghz) | 4 GB DDR3-1333 | ATI HD5750 PCI-E | ATI High Definition Audio Device |
4 TB Internal SATA2 + 6TB external USB3 | Windows 7 Business X64 MSDNAA
Old One: AMD Athlon 64 X2 4200+ (2x2.5Ghz; S939) | MSI KbT Neo2-F V2.0 | 2x1GB Corsair Value VS1GBKIT400 | Radeon HD 3850 512 MB/AGP8x | Creative SB Audigy LS | 2TB (4x500GB SATA2 HDDs Raid0) | Windows 7 Business X64 MSDNAA


*running FoFiX 4.x newest alpha git on python 2.6 build environment, 2 Les Paul PS3 Guitar Hero III Controller & 1 Complete Rockstar Set*
Image
Uncle Fester
User avatar
slantyr
Member
Posts: 759
Joined: March 10th, 2008
Location: the great white north
Reputation: 0

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby slantyr » Sun Mar 22, 2009 5:14 pm

jfosheezy wrote:It doesn't work. I clicked on src\FretsOnFire.py but nothing happens.


no 2.6 isn't required, sorry it thought you were trying to switch

did you open the scripts folder in the src folder and run "RunFofFromSources.bat" ?
Image
I forget. LETS ROCK!
User avatar
jfosheezy
Member
Posts: 920
Joined: June 22nd, 2008
Location: The deepest pits of hell
Reputation: 1

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby jfosheezy » Sun Mar 22, 2009 5:17 pm

yes and it says it cant find files


onmouseout="this.style.cursor='default'" alt="" />



ImageImage
Image
Image
Image
Image


Amiga Rules
User avatar
Nickman
Member
Posts: 262
Joined: September 11th, 2008
Location: Sweden,Jämtland,Östersund
Reputation: 0
Contact:

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby Nickman » Sun Mar 22, 2009 5:29 pm

jfosheezy wrote:yes and it says it cant find files


What files ? copy and paste the text so we can see.
I forget. LETS ROCK!
User avatar
jfosheezy
Member
Posts: 920
Joined: June 22nd, 2008
Location: The deepest pits of hell
Reputation: 1

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby jfosheezy » Sun Mar 22, 2009 6:32 pm

this is what it looks like.

Spoiler:Image
Image


sorry its so big


onmouseout="this.style.cursor='default'" alt="" />



ImageImage
Image
Image
Image
Image


Rock Star
User avatar
MasterPhW
Member
Posts: 93
Joined: March 11th, 2007
Reputation: 0

Re: SVN - A tutorial to keep your FoFiX (or FretsOnFire) updated

Postby MasterPhW » Sun Mar 22, 2009 7:06 pm

jfosheezy wrote:this is what it looks like.

Spoiler:Image
Image


sorry its so big

Next time, right click on the window, properties -> Options -> Quick Edit mode = check
Layout -> Window Height and Size x2 (e.g. 80 = 160) and then just mark the text, press enter and paste it here in a code or quote tag. It's a lot easier than taking photos and upload them.
My Rigs:

Spoiler:Main: Intel Core i7-860 (@3.33Ghz) | 4 GB DDR3-1333 | ATI HD5750 PCI-E | ATI High Definition Audio Device |
4 TB Internal SATA2 + 6TB external USB3 | Windows 7 Business X64 MSDNAA
Old One: AMD Athlon 64 X2 4200+ (2x2.5Ghz; S939) | MSI KbT Neo2-F V2.0 | 2x1GB Corsair Value VS1GBKIT400 | Radeon HD 3850 512 MB/AGP8x | Creative SB Audigy LS | 2TB (4x500GB SATA2 HDDs Raid0) | Windows 7 Business X64 MSDNAA


*running FoFiX 4.x newest alpha git on python 2.6 build environment, 2 Les Paul PS3 Guitar Hero III Controller & 1 Complete Rockstar Set*
Image

Return to “FoFiX”

Who is online

Users browsing this forum: Google [Bot] and 37 guests