Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Neverwinter Nights"

From PCGamingWiki, the wiki about fixing PC games
(Created page with "If NWN won't start for some reason, or will crash shortly hereafter, try the following. Create a shortcut to nwmain.exe located in the NWN install folder. In the "Destination...")
 
(general sentence correction, added code sections so the lines that need to be added can be read more accurately by readers and numbered tasks, feel free to rework as you wish)
Line 1: Line 1:
If NWN won't start for some reason, or will crash shortly hereafter, try the following.
+
=== Crash on start fix===
 +
If NWN won't start for some reason, or will crash shortly hereafter, try the following:<ref>Darth Malignus at "gamebanshee" forums. http://www.gamebanshee.com/forums/neverwinter-nights-12/nwn-wont-start-106095.html</ref>
 +
# Create a shortcut to nwmain.exe located in the NWN install folder.
 +
# In the "Destination"/"Target" line, add: +TestNewModule "123456"
 +
# Check the Line, it should fully read (if C:\NeverwinterNights\NWN\ is your install folder):
  
Create a shortcut to nwmain.exe located in the NWN install folder. In the "Destination"/"Target" line, add +TestNewModule "123456". The line should fully read C:\NeverwinterNights\NWN\nwmain.exe +TestNewModule "123456" if C:\NeverwinterNights\NWN\ is your NWN install folder.
+
<nowiki>C:\NeverwinterNights\NWN\nwmain.exe +TestNewModule "123456"</nowiki>
  
Tried and tested on XP/Win7
+
This was tried and tested on XP/Win7.
  
 
+
== '''References'''<br /> ==
Taken from [http://www.gamebanshee.com/forums/neverwinter-nights-12/nwn-wont-start-106095.html Darth Malignus at the gamebanchee forums.]
+
<references>

Revision as of 02:36, 18 March 2012

Crash on start fix

If NWN won't start for some reason, or will crash shortly hereafter, try the following:[1]

  1. Create a shortcut to nwmain.exe located in the NWN install folder.
  2. In the "Destination"/"Target" line, add: +TestNewModule "123456"
  3. Check the Line, it should fully read (if C:\NeverwinterNights\NWN\ is your install folder):
C:\NeverwinterNights\NWN\nwmain.exe +TestNewModule "123456"

This was tried and tested on XP/Win7.

References

<references>