AMIA ARCHIVE
https://www.amiaworld.net/phpBB3/

Aaara!? NWN not working?!
https://www.amiaworld.net/phpBB3/viewtopic.php?f=2&t=44852
Page 1 of 1

Author:  Perfect Paradox [ Thu, Jan 28 2010, 19:28 PM ]
Post subject:  Aaara!? NWN not working?!

Heyo, everyone. Some of you may have noticed my disapearance lately--but I have a small problem!

NWN ain't workin', neh!

Whenever I attempt to boot up, it... doesn't. Like, literally. The startup screen shows, but when I hit play, it just... dies.

Something about how Windows can't run the program... I'm lost and confused. Can someone please help?


As for those who RP on a daily basis with my characters, I'm sorry! I'm working as best I can. T_T

--Paradox

Author:  Selvec Darkon [ Thu, Jan 28 2010, 19:47 PM ]
Post subject: 

Whats your O.S.?
Whats your Computer Configuration?
Have to bought any new parts since this has been happening?
Changed anything just before this started happening?
Have you tried disabling the intro movies, and all the other usual suspects?

Author:  Sylfwe [ Thu, Jan 28 2010, 19:49 PM ]
Post subject: 

Did you just reinstall Nwn? Sounds terribly much like what happened to me.

Author:  IronAngel [ Thu, Jan 28 2010, 20:25 PM ]
Post subject: 

I can't run the game through the Launcher anymore - the start screen with Play, DM Client and Toolset options, among others. Did you try running nwnmain directly? Works for me, I can't be arsed to figure it out.

Author:  Grymia [ Thu, Jan 28 2010, 20:38 PM ]
Post subject: 

If you use Vista, try right clicking NWN and running it as an Administrator.

Author:  Yurell [ Fri, Jan 29 2010, 1:31 AM ]
Post subject: 

IronAngel wrote:
I can't run the game through the Launcher anymore - the start screen with Play, DM Client and Toolset options, among others. Did you try running nwnmain directly? Works for me, I can't be arsed to figure it out.


Same as me - don't use the launcher and just start it manually.

Author:  jafman30 [ Sat, Jan 30 2010, 5:02 AM ]
Post subject: 

Running it as administrator is your best bet. That's what happened to me.

Author:  amia57 [ Mon, Feb 08 2010, 0:30 AM ]
Post subject: 

After running the game as Administrator and the annoying atari logo loads, then the minotaur blaa blaa. Before you click atall, press Alt + Tab (as many times as needed) and select NWN from the small box that will appear.

When running NWN in vista it puts the game in the background, so your clicking on the desktop. NWN does -not- like this and will crash.

Would like to point out this is my first nice comment ever.

Author:  FA_Frey_XC [ Mon, Feb 08 2010, 5:41 AM ]
Post subject: 

amia57 wrote:
After running the game as Administrator and the annoying atari logo loads, then the minotaur blaa blaa. Before you click atall, press Alt + Tab (as many times as needed) and select NWN from the small box that will appear.

When running NWN in vista it puts the game in the background, so your clicking on the desktop. NWN does -not- like this and will crash.

Would like to point out this is my first nice comment ever.


Nice work :D

+1 to you sir / madaam / 400lb gorilla !

Regards,

Author:  amia57 [ Mon, Feb 08 2010, 19:10 PM ]
Post subject: 

No problem :wink:
Should probabily make this a sticky somewhere, pretty common.

Author:  Dwagin [ Mon, Feb 08 2010, 22:53 PM ]
Post subject: 

Just add "Disable Intro Movies=1" (Without quotes) to your nwn.ini under [Display Options] heading.

It is case sensitive and has spaces.


Also in nwn.ini under [Display Options], again case sensitive, if the lines are not there, add them. If they are there, change the values.

AllowWindowedMode=1
FullScreen=1


Those 3 together should help.

You could try this as well Paradox. It may work.


Also make sure all the .ini files in your nwn folder are not marked as read only. This can happen in Vista/W7. Is annoying. You can do that by right clicking the files and selecting properties, by unchecking the box next to 'read only' and clicking apply then ok.



*Edit* Display options Sorry, didn't have my glasses on.

Author:  amia57 [ Mon, Feb 08 2010, 23:41 PM ]
Post subject: 

Quote:
After running the game as Administrator and the annoying atari logo loads, then the minotaur blaa blaa. Before you click atall, press Alt + Tab (as many times as needed) and select NWN from the small box that will appear.

When running NWN in vista it puts the game in the background, so your clicking on the desktop. NWN does -not- like this and will crash.

Would like to point out this is my first nice comment ever.

Author:  Yurell [ Tue, Feb 09 2010, 2:04 AM ]
Post subject: 

Is herea way to make NWN run in an unusual window size, such as 1280x720? Just I have a wide screen, and that would be so much more useful.

Author:  Dwagin [ Tue, Feb 09 2010, 2:20 AM ]
Post subject: 

Under [Display Options] in the nwn.ini change the settings on the lines for Width/Height to:

Width=1280
Height=700

And refresh rate, to equal that of your display's native rate.

Author:  Yurell [ Tue, Feb 09 2010, 2:21 AM ]
Post subject: 

I tried that. As soon as I ran the program it changed itself to 1024x768
Edit: And when I tried 1024x720, it changed itself to 800x600

Author:  amia57 [ Tue, Feb 09 2010, 10:05 AM ]
Post subject: 

Ingame, go to video options and 'change resolution' or something similar, the top option.

Author:  Yurell [ Tue, Feb 09 2010, 10:37 AM ]
Post subject: 

Doesn't work. If I make it 1280 x (anything around 800) it becomes fullscreen. If I make it x anything less than 768, the resoultion shrinks to 1024*768.

Hmmm, could I do it from regedit?

Author:  FA_Frey_XC [ Tue, Feb 09 2010, 12:45 PM ]
Post subject: 

Dwagin wrote:
Also in nwn.ini under [Display Options], again case sensitive, if the lines are not there, add them. If they are there, change the values.

AllowWindowedMode=1
FullScreen=1


Will cause the game to go into fullscreen regardless.

A "1" is "ON" while a "0" is "OFF".

So you'd want to set the fullscreen=0 and AllowWindowedMode=1.

I have my resolution set @ 1600 X 900 (when my native is 1620 X 1080) and it works BEAUTIFULLY.

Regards,

Author:  Yurell [ Tue, Feb 09 2010, 13:16 PM ]
Post subject: 

FA_Frey_XC wrote:
Dwagin wrote:
Also in nwn.ini under [Display Options], again case sensitive, if the lines are not there, add them. If they are there, change the values.

AllowWindowedMode=1
FullScreen=1


Will cause the game to go into fullscreen regardless.

A "1" is "ON" while a "0" is "OFF".

So you'd want to set the fullscreen=0 and AllowWindowedMode=1.

I have my resolution set @ 1600 X 900 (when my native is 1620 X 1080) and it works BEAUTIFULLY.

Regards,


I have:

FullScreen=0
AllowWindowedMode=1
Width=1024
Height=720

And as soon as I start up NWN, the resolution changes to 800x600. In fact, whenever I have height less than 768, it changes the resolution in game to 800x600.

Author:  Polris [ Tue, Feb 09 2010, 13:36 PM ]
Post subject: 

Update your video card drivers or if it started to happen after the update then simply roll back to the previous drivers. Should fix the problem.

Author:  Yurell [ Tue, Feb 09 2010, 14:56 PM ]
Post subject: 

The problem has existed a year, even with numerous video card updates, but it wasn't so much a problem wit Vista as I could move the top of NWN off the screen to rescue those piexels, with 7 I can't.

Author:  Dev Disco [ Tue, Feb 09 2010, 15:26 PM ]
Post subject: 

I'd check the BioWare help forums, they will have suggestions and such.

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/