Author Topic: nwntoolset on Windows 10 - Copy and Paste shortcut?  (Read 2214 times)

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« on: March 27, 2016, 05:44:17 pm »


               

I used to be able to ctrl + c and ctrl + v  to copy and paste in toolset (to paste placeables or creatures)


However, since using Windows 10 - it doesn't seem to work.


Anyone else see this?



               
               

               
            

Legacy_Jeffonl1

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« Reply #1 on: March 27, 2016, 06:47:42 pm »


               

you could try clearing your clipboard:


http://www.tenforums...ndows-10-a.html


and make sure that you have your 'windows updates'.  I believe one of them was a driver fix that was related to this issue


 


oh there is work-around hotkey:


http://www.howtogeek...ommand-prompt/​



               
               

               
            

Legacy_Thayan

  • Sr. Member
  • ****
  • Posts: 435
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« Reply #2 on: March 28, 2016, 10:36:39 pm »


               

On my work computer I have Windows 10 with NWN and I can copy and paste objects in the toolset using the keyboard.



               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« Reply #3 on: March 29, 2016, 10:55:02 pm »


               

I actually found the cause of this issue.


It seems that it is a symptom of not having the registry keys associated with nwn installation installed.


I guess it uses the registry keys GUID value to store context sensitive information such as placeables/object data on the clipboard.


So without the GUID entry in the registry, it didnt know how to copy to clipboard, or paste via the ctrl +c or ctrl+v options.


 


Once I added the following registry options in : 


"Location"="H:\\NeverwinterNights" 

"GUID"="{7C503E58-B2BC-11D5-978A-0050BA84F5F7}" 

"Version"="1.69" 

"Language"=dword:00000000 

"Path"="H:\\NeverwinterNights" 

 

It let me do Ctrl + C and Ctrl + V


               
               

               
            

Legacy_Thayan

  • Sr. Member
  • ****
  • Posts: 435
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« Reply #4 on: March 30, 2016, 02:42:48 pm »


               

That's good to know, just in case. As I got to thinking more about it, on my Windows 10 machine I upgraded from Windows 8.1 with NWN installed on it. It was not a fresh install, so I'll be keeping this info ready in case I ever need to reinstall it.



               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« Reply #5 on: March 30, 2016, 04:04:48 pm »


               

I was just tolerating toolset, every time I started it up, it would cry about registry keys being missing, advising me to run the updater to rebuild them.


I ended up having to do it manually, because the updater didn't seem to be able to access/update my registry.


Once I added the registry keys (I suspect it was the GUID one)


Suddenly ctrl + c and ctrl + v worked like a charm.


 


I remember hearing a while back that the registry has a GUID entry for most/all applications - and I suspect it uses that GUID entry for saving contextual clipboard information.


 

After all - A Placeable is going to be useless to Microsoft Word etc.

 

So without the GUID entry, it had no way of saving/retrieving via the ctrl+c / ctrl+v shortcuts.


It was most likely trapping the keystrokes, and sending the data to nowhere land.


               
               

               
            

Legacy_Haverok

  • Newbie
  • *
  • Posts: 27
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« Reply #6 on: June 07, 2016, 02:29:10 pm »


               

Hey, I'm experiencing the very same problem. Could anyone explain me step-to-step where do I add those things in registry?


I created the new category (Bioware/NWN/Neverwinter) Toolset was screaming about, but what comes next? Where do I put those:


 


"Location"="H:\\NeverwinterNights" 

"GUID"="{7C503E58-B2BC-11D5-978A-0050BA84F5F7}" 

"Version"="1.69" 

"Language"=dword:00000000 

"Path"="H:\\NeverwinterNights" 

 

(And obv H:\\NeverwinterNights should be replaced by the path to where the game is located on my drive, right?)


               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« Reply #7 on: June 07, 2016, 06:53:49 pm »


               
[HKEY_LOCAL_MACHINE\SOFTWARE\BioWare]

 

[HKEY_LOCAL_MACHINE\SOFTWARE\BioWare\NWN]

 

[HKEY_LOCAL_MACHINE\SOFTWARE\BioWare\NWN\Neverwinter]

 

These are the locations in registry that must exist

The keys described in your post, must be under the Neverwinter one.


               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« Reply #8 on: June 15, 2016, 11:33:50 am »


               

I don't get it. Importing nwn registry was the first thing I did when switching to win10. Yet toolset still reporting registry not found.


 


I double checked it and those registry are there on correct path. I tried running toolset with or without admin rights/compatibility win xpsp2 but it didn't change anything. Also toolset is not the only app that can't find nwn registry, SetEditorB085 can't find them either.


 


Anyone knows how to fix it?



               
               

               
            

Baaleos

  • Administrator
  • Hero Member
  • *****
  • Posts: 1916
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« Reply #9 on: June 16, 2016, 10:11:36 am »


               

Is it 64bit?


If it is - then it may need to have the keys duplicated to the Wow6432Node   in the registry.


I think thats where 32bit programs have their keys stored, for the 64bit system to find.


 


Once the keys are in the right place - the message will go away - It did for me anyway. 



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
nwntoolset on Windows 10 - Copy and Paste shortcut?
« Reply #10 on: June 16, 2016, 10:51:32 am »


               


Is it 64bit?


If it is - then it may need to have the keys duplicated to the Wow6432Node   in the registry.


I think thats where 32bit programs have their keys stored, for the 64bit system to find.


 


Once the keys are in the right place - the message will go away - It did for me anyway. 




Thanks that helped.