i get this message when I try to play the game. I found a "fix" for it, but I have no idea what it all means, Im not the most computer literate person in the world. Could someone please explain to me how to apply the fix, thanks
http://support2.vugames.com/vug/weberro ... nswer.aspx
SBzengine issue Riddick PC game
Moderators: Bakhtosh, EvilHomer3k
- Kasey Chang
- Posts: 20879
- Joined: Sat Oct 30, 2004 4:20 pm
- Location: San Francisco, CA
- Contact:
Open up the web.config in NOTEPAD, locate the "CustomError" teg, and change that to off instead of whatever it is now, save it, and restart the game.
(A lot of config files are now written in XML)
(A lot of config files are now written in XML)
My game FAQs | Playing: She Will Punish Them, Sunrider: Mask of Arcadius, The Outer Worlds
- Giles Habibula
- Posts: 6612
- Joined: Sun Oct 17, 2004 10:38 am
- Location: Bismarck, North Dakota USA
- CeeKay
- Posts: 9174
- Joined: Wed Oct 13, 2004 9:13 am
After reading that page you linked to over, it looks like the only thing that those instruction will do is view a detailed error message remotely. It almost sounds like you need to create the 'web.config' file yourself.[/quote]Server Error in '/vug' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
CeeKay has left the building. See him exclusively at Gaming Trend!