| View previous topic :: View next topic |
| Author |
Message |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 1647 Location: Norway
|
Posted: Thu Mar 27, 2008 10:53 am Post subject: |
|
|
Okay. Maybe there is something errenous in the build. I need to check out the settings and rebuild it, see if that helps. _________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword." |
|
| Back to top |
|
 |
bgbirdsey Developer

Joined: 25 Sep 2007 Posts: 661 Location: Minnesota
|
Posted: Thu Mar 27, 2008 12:28 pm Post subject: |
|
|
There is lots of info if you look up the german version of this message, unfortunately I am not really literate. One site seemed to suggest that it might be a problem with the Express Edition of VC2005, another that there was a missing DLL...
Anyway, some programmer literate in German should track it down and give us a report!!! |
|
| Back to top |
|
 |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 1647 Location: Norway
|
Posted: Thu Mar 27, 2008 3:19 pm Post subject: |
|
|
Hmm. I built it using VC2008. It runs fine on my pc. I'm testing it on a different pc now. _________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword." |
|
| Back to top |
|
 |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 1647 Location: Norway
|
Posted: Thu Mar 27, 2008 3:35 pm Post subject: |
|
|
Ah god. I found out why this error occured.
If a manifest is present in your application but a required Visual C++ library is not installed in the WinSxS folder, you may get one of the following error messages depending on the version of Windows on which you try to run your application:
* The application failed to initialize properly (0xc0000135).
* This application has failed to start because the application configuration is incorrect. Reinstalling application may fix this problem.
* The system cannot execute the specified program.
If no manifest is present in your application, the error you get depends on whether the Visual C++ library your application depends on is deployed in the application local folder or in a shared folder such as the System folder or WinSxS folder.
Installing the VC++ 2008 redistributable package should fix this problem.
Download
I quote from microsoft:
| Quote: | | The Visual C++ Redistributable Package (VCRedist_x86.exe, VCRedist_x64.exe, VCRedist_ia64.exe) has to be executed on the target system as a prerequisite to installation of the application. This package installs and registers all Visual C++ libraries. |
_________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword."
Last edited by Zefz on Sat Mar 29, 2008 9:10 pm; edited 1 time in total |
|
| Back to top |
|
 |
bgbirdsey Developer

Joined: 25 Sep 2007 Posts: 661 Location: Minnesota
|
Posted: Thu Mar 27, 2008 3:50 pm Post subject: |
|
|
LOL.
That darn microsoft!
You should be able to build the project without requiring any .net, manifest, or any of that mess, right? Maybe not. I'm not sure what they sis with VS 2008...  |
|
| Back to top |
|
 |
Clonkinator Master Frying Pen (Moderator)


Joined: 03 Nov 2007 Age: 15 Posts: 2436 Location: Germany
|
Posted: Thu Mar 27, 2008 4:19 pm Post subject: |
|
|
Got the package. Uninstalled Egoboo. Installed the package. Reinstalled Egoboo. Ran it. Got the exact same error message as with 2.7.5b.
...the only difference to before is, there is now a log output. It says:
| log wrote: | Starting Egoboo 2.7.7...
INFO: Initializing high-performance counter...
INFO: Frequency is 3579545 hz |
That's all. SIGH.  _________________ "Luke, I'm not your father. I'm your mom."
"Video games ruined my life. Good thing I have two extra lives."
"The meaning of life is to give your life a meaning." |
|
| Back to top |
|
 |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 1647 Location: Norway
|
Posted: Thu Mar 27, 2008 4:34 pm Post subject: |
|
|
| bgbirdsey wrote: | LOL.
That darn microsoft!
You should be able to build the project without requiring any .net, manifest, or any of that mess, right? Maybe not. I'm not sure what they sis with VS 2008...  |
I read on their page that the Express editions require the redistributable package installed on any pc that you want to run your c++ applications on.
Maybe compiling applications the way you mention only works for non-express editions.
| Clonkinator wrote: |
Got the package. Uninstalled Egoboo. Installed the package. Reinstalled Egoboo. Ran it. Got the exact same error message as with 2.7.5b.
...the only difference to before is, there is now a log output. It says:
| log wrote: | Starting Egoboo 2.7.7...
INFO: Initializing high-performance counter...
INFO: Frequency is 3579545 hz |
That's all. SIGH.  |
Sounds like it stops before completing the INFO: Initializing clock services... _________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword." |
|
| Back to top |
|
 |
bgbirdsey Developer

Joined: 25 Sep 2007 Posts: 661 Location: Minnesota
|
Posted: Thu Mar 27, 2008 4:39 pm Post subject: |
|
|
I have a "full" version of VS 2007. I could do the compiling for you if this is the case.
Is this the same for the installer? |
|
| Back to top |
|
 |
Crusher Grub Bug


Joined: 25 Mar 2008 Posts: 5 Location: Poland
|
Posted: Thu Mar 27, 2008 6:57 pm Post subject: |
|
|
dev277.
When?
(??.??.08 )  _________________ Crusher have:
- 127 hp (maximum),
- 75 STR, WIS, INT and DEX,
- 1770 gold,
- 213 lvl (4116444 xp) |
|
| Back to top |
|
 |
Zefz Lead Designer


Joined: 16 Sep 2007 Posts: 1647 Location: Norway
|
Posted: Thu Mar 27, 2008 7:14 pm Post subject: |
|
|
| bgbirdsey wrote: | I have a "full" version of VS 2007. I could do the compiling for you if this is the case.
Is this the same for the installer? |
It is either that or we put the redistrebutable package with every install. I am also currently trying out VC++ 2008 Proffesional Edition, see if that helps with anything.
About the DEV Package: I'll see when. Uncompressed it is over 200 mb. I'm not sure if there are that many things in it, making it worth a release. But it contains a lot of the work of members and more half-finished stuff (Modules, centaur, models, etc.) _________________ http://egoboo.sourceforge.net
"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword." |
|
| Back to top |
|
 |
Agent of Dread Second Member (Moderator)


Joined: 23 Sep 2007 Age: 11 Posts: 3428 Location: Google it
|
Posted: Thu Mar 27, 2008 9:10 pm Post subject: |
|
|
Problem solved! _________________
[My dA]|[Egoboo]|[SoulFu]
"People who swear are stupid; They aren't smart enough to think of a better word to say"
-Agent of Dread |
|
| Back to top |
|
 |
JohnReaper Lumpkin


Joined: 21 Mar 2008 Posts: 30
|
Posted: Thu Mar 27, 2008 11:49 pm Post subject: |
|
|
WERE IS MP U SAID THERE WOULD BE MULTI PLAYER
*Fumes _________________ I am JohnReaper
The idea master also card Imaginer
egoboo player |
|
| Back to top |
|
 |
Maxaxle Elite Gamer


Joined: 06 Oct 2007 Age: 15 Posts: 1726 Location: San Diego
|
Posted: Fri Mar 28, 2008 2:22 am Post subject: |
|
|
| Agent of Dread wrote: | | Clonkinator wrote: | | Clonkinator wrote: | | Hopefully this version will work... |
...well, it doesn't.
It still doesn't even go to the menu - however, I get a different error message.
| Error Message/Original wrote: | | Diese Anwendung konnte nicht gestartet werden, weil die Anwendungskonfiguration nicht korrekt ist. Zur Problembehebung sollten sie die Anwendung neu installieren. |
| Error Message/Translated wrote: | | This application could not be started since the application-configuration is not correct. To solve the problem, reinstall the application. |
...however, reinstalling the whole thing does exactly nothing. Sigh.  |
Me too...  |
Wow, am I behind the curve ... Here are my results:
IT NOT WORK!!!!!!!!
| JohnReaper wrote: | WERE IS MP U SAID THERE WOULD BE MULTI PLAYER
*Fumes |
Wow. I don't think it will be implemented for a while, I'd say 3 releases at most...or least, if development is full of bugs like it is now...
EDIT: I just installed it *over* the current Egoboo installation, and it's quite something! I like the new look...sorta. It really makes the game look less in-development! Here's a screenshot for those of you who can't get it to work:
[/b]
P.S. The life bars are pretty messed up, the Gonne doesn't seem to work, and one of the gun-wielding Lumpkins seems unresponsive to everything including attacks (wtf?). _________________ My website is http://www.freewebs.com/maxaxle88/
Remotes I own:
Member Remote-Allows you to post. Subject to banning.
Grudge Remote- Allows you to annoy the snot out of AoD and Axel for no apparent reason. (idea by PurpleSquerkle) |
|
| Back to top |
|
 |
PurpleSquerkle Supreme Cookiemancer


Joined: 28 Oct 2007 Age: 17 Posts: 2903 Location: Midwestern US
|
Posted: Fri Mar 28, 2008 3:29 pm Post subject: |
|
|
That looks awesome.
Muuusstt dooowwwnllooaaad! _________________
+ PurpleSquerkle
--My website--
Latest update= 4/29/08; Finally, an update!
|
|
| Back to top |
|
 |
Agent of Dread Second Member (Moderator)


Joined: 23 Sep 2007 Age: 11 Posts: 3428 Location: Google it
|
Posted: Fri Mar 28, 2008 9:28 pm Post subject: |
|
|
It's... BLEGH.
In the Paladin Starter you just walk straight through the doors, Torches have blues in their fire, and Grub Bugs go flying when you kill them! And the life bars go the wrong way.
I'm soooo waiting for 2.7.6... _________________
[My dA]|[Egoboo]|[SoulFu]
"People who swear are stupid; They aren't smart enough to think of a better word to say"
-Agent of Dread |
|
| Back to top |
|
 |
|