View previous topic :: View next topic |
Author |
Message |
dorrian
Joined: 05 Apr 2007 Posts: 7
|
Posted: Mon Apr 16, 2007 5:51 Post subject: Runtime Error R6002 |
|
|
Hi guys
I have had the same error pop up twice in 72 hours on NWNX so I was seeking a wee bit of advice from anyone who has the time.
The error is:
Runtime Error
R6002
Floating Point Not Loaded
I did some research on the web as to what a R6002 actually is, but at this point it isnt helping very much.
Has anyone else experienced this issue? And if so was there a process they found on the web for dealing with it?
Id appreciate any advice at all.
Cheers
Dorrian |
|
Back to top |
|
|
Grinning Fool
Joined: 12 Feb 2005 Posts: 264
|
Posted: Mon Apr 16, 2007 17:31 Post subject: |
|
|
Found this:
http://msdn2.microsoft.com/en-us/library/k1x26e0x(vs.71).aspx
Most important is point two:
"A format string for a printf or scanf function contained a floating-point format specification and the program did not contain any floating-point values or variables."
This means that somewhere in one of the plugins you're using is an operation that tries to format or read a floating point value; but has not first declared a floating point variable which forces the floating point library to load.
This can't be dealt with from outside -- the offending plugin will need to be isolated, and the code corrected. _________________ Khalidine, a NWN2 persistent world
Looking for volunteers. |
|
Back to top |
|
|
dorrian
Joined: 05 Apr 2007 Posts: 7
|
Posted: Tue Apr 17, 2007 4:41 Post subject: |
|
|
Thanks Grinning Fool. Ill work through the different plugins and try to work out which is causing the problem.
Cheers. |
|
Back to top |
|
|
william_hunter
Joined: 31 Jan 2007 Posts: 149
|
Posted: Thu Apr 19, 2007 4:34 Post subject: |
|
|
What OS and what plugins are you running? _________________ The Realm of Tharagon NWN PW |
|
Back to top |
|
|
dorrian
Joined: 05 Apr 2007 Posts: 7
|
Posted: Fri Apr 27, 2007 3:48 Post subject: |
|
|
Hi there
Sorry I had not been watching as I found that other thread you were involved with and have used the solution there. So far it seems to be holding up nicely. I was using the same plugins as you are btw.
Thanks again
Cheers
Dorrian |
|
Back to top |
|
|
|