New FPS

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
CyberKa0s
Posts: 15
Joined: Thu Dec 29, 2005 11:23 am
Location: Portugal

Post by CyberKa0s »

Sorry.. i uploaded a wrong version :oops:

I'm uploading now the correct version.. Hope u enjoy
Rambus
Posts: 96
Joined: Thu Nov 24, 2005 4:56 pm
Location: Canada
Contact:

Post by Rambus »

First try didnt work, going to give it a go again with the new version :)

Edit: Unless I was overly fast to download, The new version suffers from the same error.
dawasw
Posts: 357
Joined: Tue Aug 10, 2004 4:39 pm
Location: Poland

Post by dawasw »

Same here. Doesn't work atm.
CyberKa0s
Posts: 15
Joined: Thu Dec 29, 2005 11:23 am
Location: Portugal

Post by CyberKa0s »

ok guys.. sorry.. I' using now visual studio 2005, and the problem is:

when i run the application in a machine with vs 2005, the application runs.. else it does't run and gives that error u're telling me :?

If someone knows how to fix this, please.. help
CyberKa0s
Posts: 15
Joined: Thu Dec 29, 2005 11:23 am
Location: Portugal

Post by CyberKa0s »

hi ppl...

I'm glad to anounce that i finally solved the problem..

Try it to see.. Really sorry for what happened
tjuhzj
Posts: 44
Joined: Mon Mar 27, 2006 7:00 am

I have the same problem too!

Post by tjuhzj »

JP wrote:Yeah i got an error too: application failed to start because applicaton configuration is incorrect!
could you please checking your release package?
________
MOTORCYCLE TIRES
Last edited by tjuhzj on Fri Feb 25, 2011 4:37 am, edited 1 time in total.
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Still doesn't work for me :lol: got a different error though, says i need some part of the .Net framework installed?

I don't think i've got an C++ based stuff on my PC as i use a java-binding for Irrlicht so don't deal with C++ as of yet!
Image Image Image
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

As mentioned in several threads in the beginner's forum you have to disable the managed code option in VC++ to avoid linking against .net libraries. The application configuration error can be due to missing libraries as well, e.g. by distributing a debug version. Or by a missing runtime library which prohibits initialisation of the application at all. What did you change from the previous release to this one (with respect to compiler options)?
CyberKa0s
Posts: 15
Joined: Thu Dec 29, 2005 11:23 am
Location: Portugal

Post by CyberKa0s »

gad dam :|.. I tryed it in a different computer without vs2005.. and it worked..

hybrid: i build it with release option active, and i added the files in Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT to my project. I tryed it on my brother's computer.. the one without vs2005 installed.. and it worked.. i was so happy :lol:

but it seems that in some computers it still doesn't work :cry:
Post Reply