Jump to content

Recommended Posts

Posted

kenshiro

 

Have you considered using that site thats between europe and asia to host your beta builds? I'm sure Cospefogo knows the one I mean. Its got a great downloads section and has been "proudly serving leechers for +10 years". I'm not sure if I should give the site away in a public forum just yet. I'm not sure if I can PM either since I do alot of lurking but not alot of posting.

 

No download limits, is free and pretty reliable for my needs.

 

Just a thought,

Red

  • Replies 823
  • Created
  • Last Reply

Top Posters In This Topic

Posted
kenshiro

 

Have you considered using that site thats between europe and asia to host your beta builds? I'm sure Cospefogo knows the one I mean. Its got a great downloads section and has been "proudly serving leechers for +10 years". I'm not sure if I should give the site away in a public forum just yet. I'm not sure if I can PM either since I do alot of lurking but not alot of posting.

 

No download limits, is free and pretty reliable for my needs.

 

Just a thought,

Red

not everyone is joined to that site,you have to register to join that site and not everyone will want to do that.

Posted

kenshiro

 

Have you considered using that site thats between europe and asia to host your beta builds? I'm sure Cospefogo knows the one I mean. Its got a great downloads section and has been "proudly serving leechers for +10 years". I'm not sure if I should give the site away in a public forum just yet. I'm not sure if I can PM either since I do alot of lurking but not alot of posting.

 

No download limits, is free and pretty reliable for my needs.

 

Just a thought,

Red

not everyone is joined to that site,you have to register to join that site and not everyone will want to do that.

 

Yeah, I know the place and I love it.

 

That place has a free registration - and if the people who want to download the builds do

not have one minute of their lives to just register, I am sorry, I can call their LAZY

and for sure they do not deserve any BETA, FINAL BUILD and CANDIES at all.

 

It's simple to register there.

It's safe.

It's nice.

"Oh, I don't want to to register anywhere!"

"Pity you... I'm sorry pal, you are out of the fellowship. Ha ha ha ha!"

 

Cospefogo.

Posted

kenshiro

 

Have you considered using that site thats between europe and asia to host your beta builds? I'm sure Cospefogo knows the one I mean. Its got a great downloads section and has been "proudly serving leechers for +10 years". I'm not sure if I should give the site away in a public forum just yet. I'm not sure if I can PM either since I do alot of lurking but not alot of posting.

 

No download limits, is free and pretty reliable for my needs.

 

Just a thought,

Red

not everyone is joined to that site,you have to register to join that site and not everyone will want to do that.

 

Yeah, I know the place and I love it.

 

That place has a free registration - and if the people who want to download the builds do

not have one minute of their lives to just register, I am sorry, I can call their LAZY

and for sure they do not deserve any BETA, FINAL BUILD and CANDIES at all.

 

It's simple to register there.

It's safe.

It's nice.

"Oh, I don't want to to register anywhere!"

"Pity you... I'm sorry pal, you are out of the fellowship. Ha ha ha ha!"

 

Cospefogo.

i was registered there before but they dont let you choose your password,they email you one.so if you delete that email and you cant remember the password well you do the maths.

oh yeah cospefogo stop talking $hit.

Posted

i was registered there before but they dont let you choose your password,they email you one.so if you delete that email and you cant remember the password well you do the maths.

oh yeah cospefogo stop talking $hit.

 

Once you get that email you can change your pass to whatever you want. I did the same thing as you and went back with a different email! They'll take hotmail accts too I think. I like the constant XBMC T3CH builds there. Theres a store too I got my xenogc there back in the day.

 

kenshiro - PM sent

Posted

Someone got this error? I just tried to compile the fba source posted here but an error ocurred:

 

 

------ Build started: Project: FBA, Configuration: Release Xbox ------

Performing Custom Build Step

nasm: error: more than one input file specified

type `nasm -h' for help

Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

 

Build log was saved at "file://e:\test program\fba_xxx_pro_1.29a\Release\BuildLog.htm"

FBA - 2 error(s), 0 warning(s)

---------------------- Done ----------------------

 

Build: 0 succeeded, 1 failed, 0 skipped

 

 

Btw, thanks Kenshiro for the tips how to compile yourself the sources, I'm very interested to learn how to port emulators like xport did. <mode dream on> Someday I will make a project to work on a recent mame emu port :) <mode dream off>

Posted
Someone got this error? I just tried to compile the fba source posted here but an error ocurred:

 

 

------ Build started: Project: FBA, Configuration: Release Xbox ------

Performing Custom Build Step

nasm: error: more than one input file specified

type `nasm -h' for help

Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

 

Build log was saved at "file://e:\test program\fba_xxx_pro_1.29a\Release\BuildLog.htm"

FBA - 2 error(s), 0 warning(s)

---------------------- Done ----------------------

 

Build: 0 succeeded, 1 failed, 0 skipped

 

 

Btw, thanks Kenshiro for the tips how to compile yourself the sources, I'm very interested to learn how to port emulators like xport did. Someday I will make a project to work on a recent mame emu port :)

 

Incorrect version of nasm or possibly in the wrong directory.

Posted

ho ! i am interested too

how i can compile the source ? someone can help me ? thanks for all help :)

Posted
Incorrect version of nasm or possibly in the wrong directory.

 

Thanks for reply iq_132, about nasm I get the version nasm-2.06rc1-win32.zip in the sourceforge site, rename nasm.exe to nasmw.exe and put in windows/system32 directory... btw reading the BuildLog.htm I see this:

 

 

[

@echo off

c:\windows\system32\nasmw.exe -f coff -o "Release\scale.obj" e:\tests program\fba_xxx_pro_1.29a\Filters\scale.asm

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd

]

Creating command line ""e:\tests program\fba_xxx_pro_1.29a\Release\BAT000006.bat""

Creating temporary file "e:\tests program\fba_xxx_pro_1.29a\Release\BAT000007.bat" with contents

[

@echo off

c:\windows\system32\nasmw.exe -f coff -o "Release\hq2x16.obj" e:\tests program\fba_xxx_pro_1.29a\Filters\hq2x16.asm

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd

]

Creating command line ""e:\tests program\fba_xxx_pro_1.29a\Release\BAT000007.bat""

Creating temporary file "e:\tests program\fba_xxx_pro_1.29a\Release\BAT000008.bat" with contents

[

@echo off

c:\windows\system32\nasmw.exe -f coff -o "Release\eagle16.obj" e:\tests program\fba_xxx_pro_1.29a\Filters\eagle16.asm

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd

]

Creating command line ""e:\tests program\fba_xxx_pro_1.29a\Release\BAT000008.bat""

Creating temporary file "e:\tests program\fba_xxx_pro_1.29a\Release\BAT000009.bat" with contents

[

@echo off

c:\windows\system32\nasmw.exe -f coff -o "Release\2xSaImmx.obj" e:\tests program\fba_xxx_pro_1.29a\Filters\2xSaImmx.asm

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd

]

Creating command line ""e:\tests program\fba_xxx_pro_1.29a\Release\BAT000009.bat""

Creating temporary file "e:\tests program\fba_xxx_pro_1.29a\Release\BAT00000A.bat" with contents

[

@echo off

c:\windows\system32\nasmw.exe -f coff -o "Release\burn_sound_a.obj" e:\tests program\fba_xxx_pro_1.29a\src\burn\burn_sound_a.asm

if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from "Performing Custom Build Step"

exit 1

:VCEnd

]

Creating command line ""e:\tests program\fba_xxx_pro_1.29a\Release\BAT00000A.bat""

 

 

Sorry if I pasted too much stuff to read :)

Posted

Do you have your fba_xxx... sources in "e:\tests program\fba_xxx_pro_1.29a\" or another directory? If it isn't that one, you'll have to do a search/replace in the project file with the directory it is in.

Posted
Do you have your fba_xxx... sources in "e:\tests program\fba_xxx_pro_1.29a\" or another directory? If it isn't that one, you'll have to do a search/replace in the project file with the directory it is in.

 

I didn't open visual studio to visualize the project, I actually click the fba.sln file directly from this directory and execute the command "build solution", so I'm certainly that's the right directory :) I will uninstall and reinstall the all programs again to see if I gone something wrong.

Posted
i was registered there before but they dont let you choose your password,they email you one.so if you delete that email and you cant remember the password well you do the maths.

oh yeah cospefogo stop talking $hit.

 

I am sorry if I offended you, Honorable Fu Manchu,

father of Shang Chi, the Master of Kung Fu.

That will never happen again.

Please have mercy of my humble soul.

 

Cospefogo.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...