Results 1 to 29 of 29

Thread: Modbuddy Fix

  1. #1
    Join Date
    Sep 2010
    Posts
    4

    Modbuddy Fix

    Modbuddy requires a VS 2010 Isolated shell program to run. This is a free download form microsoft. You can get it here:

    http://www.microsoft.com/downloads/e...displaylang=en

    Thanks to Azeral and allbad at civfanatics for the fix!

  2. #2
    Join Date
    Feb 2010
    Posts
    1,955
    Nice find!

  3. #3
    Join Date
    Sep 2010
    Posts
    2

    ModBuddy broken on windows 7

    Has anyone else had tons of trouble even using modbuddy once you got it running?

    I'm running it in windows 7 and I cannot even start a new project.
    The main frame won't even repaint reliably when you click on something.
    I have to minimize and re-maximize to see the changes I just made.

    On top of that, when trying to start a new project it informs me that it's missing a project file for the empty mod template.

    It looks to me like this thing was not finished at release and rushed to a working state.

    Anyone else seeing the same thing?

  4. #4
    Join Date
    Sep 2010
    Posts
    3
    Andreis it sounds like something is wrong with your Visual Studio installation or the mudbuddy installation try removing both and install it again

  5. #5
    seems to me that if an application requires a depenency, then that dependency should automatically download and install, or the application in question should provide enough information in order for the user to know what they have to get, and from where...

  6. #6
    Join Date
    Sep 2010
    Posts
    8
    Most people get a pop up, this is just a helpful hint. As to auto installing it that is not a good idea when you are talking about systems like .net etc.

  7. #7
    When I ran ModBuddy, it prompted me to download and install Visual Studio. I don't understand how this post is supposed to be a fix? Did people not get the link?

  8. #8
    Join Date
    Sep 2010
    Posts
    4
    Obviously not.

  9. #9
    Quote Originally Posted by Teejvan View Post
    When I ran ModBuddy, it prompted me to download and install Visual Studio. I don't understand how this post is supposed to be a fix? Did people not get the link?
    No. I was not prompted. Further, I already had VC# and VC++ Express installed prior to installing the game. It would appear that they do need to fix the installer script, unless they're relying on this sticky post to reach everyone.

  10. #10
    I've installed the fix, but i still can't start modbuddy, just tells me theres a component missing.

    Have installed it twice now just to be sure...

    Any hints to what might be wrong?

  11. #11
    Join Date
    Oct 2010
    Posts
    1
    Quote Originally Posted by VicksofDenmark View Post
    I've installed the fix, but i still can't start modbuddy, just tells me theres a component missing.

    Have installed it twice now just to be sure...

    Any hints to what might be wrong?
    You should delete all other versions of visual studio before getting the new one. 05 and such will mess with 2010. This worked for elemental at least.

  12. #12
    I only have 1 entry for Visual Studio in add/remove programs.

    I do however have 13 different entries for visual studio C++, is that the same thing?

  13. #13
    Join Date
    Sep 2010
    Posts
    1
    I've been getting the "an unhandled win32 exception occurred in..." error after installing this. tyvm

    =p

  14. #14
    Join Date
    Oct 2010
    Posts
    1
    Quote Originally Posted by VicksofDenmark View Post
    I've installed the fix, but i still can't start modbuddy, just tells me theres a component missing.

    Have installed it twice now just to be sure...

    Any hints to what might be wrong?
    I am getting the same error. I was getting the MSVCR100.dll error - but now a popup titled with Micorosoft Visual Studio Shell Isolated: "Cannot find one or more components. Please reinstall the application."

    I have Win 7 x64. I went to Programs and Features and removed everything that said Visual Studio or C# and also all the .Net programs - I installed one trying to fix the MSVCR error. Removed Civ V SDK - via Steam delete local and then rebooted. Downloaded above fix and installed. On the final screen of install I always (twice) get errors with displaying the pictures. The text says it was successful but all the pictures are the little red X's of an HTML source not being found. I checked the error log located at: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Microsoft Visual Studio 2010 Shell (Isolated) - ENU\Logs by clicking on the Error Log link on the final install screen. It had this to say:
    Code:
    [10/09/10,23:38:14] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    ***EndOfSession***10/09/10,23:43:24] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    [10/09/10,23:38:14] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    ***EndOfSession***[10/09/10,23:48:00] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    ***EndOfSession***[10/09/10,23:54:59] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    The Readme.htm file is happily located one directory up from the logs along with all the image resources the finish screen appears to trying to display (MS Logo, Silverlight, green check, etc.). I have no idea why those are not displaying properly. My C:\Program Files (x86)\Microsoft Visual Studio 10.0 folder contains 727 files and 153 folders. Can someone with a working installation check their files and folders?

    Does anyone have any other ideas on how to get ModBuddy to work? I did not change any of the defaults while installing any of the programs. The second time, I installed I even did a repair before installing the SDK from Steam. All other features of the SDK work.

  15. #15
    Join Date
    Oct 2008
    Posts
    374
    this isn't a fix, its a required shell to run VS, and hence ModBuddy.

  16. #16
    Join Date
    Oct 2010
    Posts
    538
    Quote Originally Posted by Rikus Khan View Post
    I am getting the same error. I was getting the MSVCR100.dll error - but now a popup titled with Micorosoft Visual Studio Shell Isolated: "Cannot find one or more components. Please reinstall the application."

    I have Win 7 x64. I went to Programs and Features and removed everything that said Visual Studio or C# and also all the .Net programs - I installed one trying to fix the MSVCR error. Removed Civ V SDK - via Steam delete local and then rebooted. Downloaded above fix and installed. On the final screen of install I always (twice) get errors with displaying the pictures. The text says it was successful but all the pictures are the little red X's of an HTML source not being found. I checked the error log located at: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Microsoft Visual Studio 2010 Shell (Isolated) - ENU\Logs by clicking on the Error Log link on the final install screen. It had this to say:
    Code:
    [10/09/10,23:38:14] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    ***EndOfSession***10/09/10,23:43:24] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    [10/09/10,23:38:14] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    ***EndOfSession***[10/09/10,23:48:00] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    ***EndOfSession***[10/09/10,23:54:59] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    The Readme.htm file is happily located one directory up from the logs along with all the image resources the finish screen appears to trying to display (MS Logo, Silverlight, green check, etc.). I have no idea why those are not displaying properly. My C:\Program Files (x86)\Microsoft Visual Studio 10.0 folder contains 727 files and 153 folders. Can someone with a working installation check their files and folders?

    Does anyone have any other ideas on how to get ModBuddy to work? I did not change any of the defaults while installing any of the programs. The second time, I installed I even did a repair before installing the SDK from Steam. All other features of the SDK work.
    I have exactly this problem.
    Windows 7, X64. "Cannot find one or more components, please re-install the application."

    That is the error message I get when I try to run modbuddy.
    I do have the MVSS installed.

  17. #17
    Join Date
    Oct 2010
    Posts
    538
    JUST thought I would point out that I fixed the "missing components error" on my machine by re-installing both applications to the same physical disk.

    ALSO I made sure that steam was not running in compatibility mode. It previously was.

    I had them installed on different disks formerly. Don't know if that will help anyone, but it worked for me, ModBuddy is now running smoothly.

  18. Thumbs up

    Quote Originally Posted by croxis View Post
    Modbuddy requires a VS 2010 Isolated shell program to run. This is a free download form microsoft. You can get it here:

    http://www.microsoft.com/downloads/e...displaylang=en

    Thanks to Azeral and allbad at civfanatics for the fix!
    Thanks for the info.

  19. #19
    Join Date
    Feb 2010
    Posts
    100
    when i try to reinstall the shell a pop up keeps saying "This feature ypu are trying to use is on a network resorce that is univalible."?
    and also
    "enter an alternate path to a folder containing the installation package 'xs_setup.msi' in the bok below."
    do i not have the installation package?

  20. #20
    Join Date
    Sep 2010
    Posts
    8
    Quote Originally Posted by seanw3 View Post
    You should delete all other versions of visual studio before getting the new one. 05 and such will mess with 2010. This worked for elemental at least.
    There must be a better way - I am not prepared to uninstall VC just to get the redistribution to work. I currently have VC8 installed on Windows 7 and get this error.

  21. #21
    Join Date
    Jan 2011
    Posts
    4
    Have we found a solution for getting this to work on Windows 7 64x ? I've reinstalled both the Shell and the SDK and yet still I'm having a problem running with the same error.

    Though I'm now getting a Shell error based on not being able to run in compatibility mode.

  22. #22
    Join Date
    Jun 2010
    Location
    Lancaster, UK
    Posts
    7,067
    Quote Originally Posted by GerboGerrik View Post
    Have we found a solution for getting this to work on Windows 7 64x ? I've reinstalled both the Shell and the SDK and yet still I'm having a problem running with the same error.

    Though I'm now getting a Shell error based on not being able to run in compatibility mode.
    I assume the problem is a combination of Win7-64 with something else, as I'm fairly sure a lot of people are running it without bother on that OS - including me. Some of the problems described above seem to be regarding having full VisualStudio installed already, so I guess you could be talking about that, but it's hard to be sure when there's no context and such a long time between posts in a thread.

  23. #23
    Join Date
    Jan 2011
    Posts
    4
    Quote Originally Posted by Varus2319 View Post
    I have exactly this problem.
    Windows 7, X64. "Cannot find one or more components, please re-install the application."

    That is the error message I get when I try to run modbuddy.
    I do have the MVSS installed.
    Quote Originally Posted by Rikus Khan View Post
    I am getting the same error. I was getting the MSVCR100.dll error - but now a popup titled with Micorosoft Visual Studio Shell Isolated: "Cannot find one or more components. Please reinstall the application."

    I have Win 7 x64. I went to Programs and Features and removed everything that said Visual Studio or C# and also all the .Net programs - I installed one trying to fix the MSVCR error. Removed Civ V SDK - via Steam delete local and then rebooted. Downloaded above fix and installed. On the final screen of install I always (twice) get errors with displaying the pictures. The text says it was successful but all the pictures are the little red X's of an HTML source not being found. I checked the error log located at: C:\Program Files (x86)\Microsoft Visual Studio 10.0\Microsoft Visual Studio 2010 Shell (Isolated) - ENU\Logs by clicking on the Error Log link on the final install screen. It had this to say:
    Code:
    [10/09/10,23:38:14] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    ***EndOfSession***10/09/10,23:43:24] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    [10/09/10,23:38:14] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    ***EndOfSession***[10/09/10,23:48:00] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    ***EndOfSession***[10/09/10,23:54:59] VS70pgui: [2] CFinishPage::UpdateFinal(): Could not find the readme.htm in the client directory as expected!
    The Readme.htm file is happily located one directory up from the logs along with all the image resources the finish screen appears to trying to display (MS Logo, Silverlight, green check, etc.). I have no idea why those are not displaying properly. My C:\Program Files (x86)\Microsoft Visual Studio 10.0 folder contains 727 files and 153 folders. Can someone with a working installation check their files and folders?

    Does anyone have any other ideas on how to get ModBuddy to work? I did not change any of the defaults while installing any of the programs. The second time, I installed I even did a repair before installing the SDK from Steam. All other features of the SDK work.
    I'm having a problem like this one. I'm not sure which program to uninstall... as apparently I installed 6 programs when attempting to install this plug in. I don't want to uninstall important programs so which do I uninstall?

    Microsoft .NET Framework 4 Multi-Targeting Pack
    Microsoft Visual C++ 2008 Redistributable - x86 9.0.3...
    Microsoft Visual C++ 2010 x86 Runtime - 10.0.30319
    Microsoft SQL Server 2008 R2 Management Objects
    Microsoft SQL Server System CRL Types
    Sid Meier's Civilization V SDK
    Microsoft Help Viewer 1.0

  24. #24

    Question ModBuddy Blues

    Hello,
    This board is kinda dusty and I see the last post looks like it was back in Jan 2011. Hopefully someone is still reading. I got an issue I was hoping someone could help explain. When I start ModBuddy I get an error message on my Start Page about Content Load Error. I can still navigate around online and get to Firaxis homepage via ModBuddy. Is there a way I can circumvent this error perhaps by going to a url in ModBuddy and reloading & saving a correct start page. What’s the fix …?

    “”Cannot create unknown type “{clr-namespace:ModBuddy.StartPage;assembly=ModBuddy.Sta rtPage, etc etc etc…….

  25. #25
    Join Date
    Jun 2010
    Location
    Lancaster, UK
    Posts
    7,067
    No idea, but there's plenty of more recent posts - the ones at the very top aren't the newest ones, they are the 'sticky' topics set to be always at the top. The first ones that aren't sticky are from today... so you might get further with starting a specific new thread asking for help; people may assume posts to this thread are about, y'know, the topic of the thread, which is a fix for a specific (at one point widespread) problem.

  26. #26

    Cool ModBuddy Blues

    Ha, I simply uninstalled ModBuddy and repaired Visual Studio; then reinstalled ModBuddy. Wew, what a pain. (did they mention something about this?) Oh well life goes on. Sorry for wasting your time and Thank you for your response. Cya!

  27. #27

    Question Playing the MOD

    Hi,
    I’ve quick question for the audience. Where do I save my MODs from Steam so I can play them? I've downloaded them but dont see them anywhere. Also, I looked for the Folder for Rise of the Mongols and couldn’t locate the Folder / or File. Also, if I have the SDK why can’t I see the file structure for the game?

  28. #28
    Let me rephrase that: I see the MOD folders and files that I downloaded, but don’t see the MOD available in the game as I’m setting up a game. I’m guessing I have to move the folder.

  29. #29
    Join Date
    Jun 2010
    Location
    Lancaster, UK
    Posts
    7,067
    Firstly, the in-game ModHub is GameSpy, not Steam (yeah, insane, right?). Secondly, to get a mod, you select 'MODS', and then go into the mod browser. After mods have been downloaded in the middle (?) tab of the browser, you go to the left tab and there'll be an 'install mods' button. Click that. Then that tab will be a list of mods with checkboxes (round ones that light up) next to them. Select whichever mods you want to use, simultaneously, and then go back to the mods menu. Select 'single player' from THERE, not from the main menu, and you can start a game using the mods you have selected.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •