Wine problems /w 11.2 x64 KDE 4.3.3

I use WINE to run Dreamweaver8 only. On 10.3 and 11.1 I added the wine repo installed wine and wine-doors. I would install Dreamweaver8 with wine-doors, use my license key and import my sites that I exported previously.

Now I have installed 11.2 on a fresh HDD and I have access to my 11.1 /home partition and after problems with winecfg and wine-doors I simply copied my 11.1 .wine folder to 11.2 created a entry in the menu editor and Dreamweaver8 works great.

On with the problem solving so others might be helped.

First when I run winecfg from terminal the wine dialog comes up I only enter my name on the about tab click apply and ok here is output.

 winecfg
wine: created the configuration directory '/home/scott/.wine'
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33cf64
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\system32\\gecko\\1.0.0\\wine_gecko\\components\\xpti.dat" 1 536870916 (nil) (nil) 0x1f4dd4 (nil)
fixme:iphlpapi:NotifyAddrChange (Handle 0xa71e8d8, overlapped 0xa71e8e0): stub
fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
fixme:advapi:SetNamedSecurityInfoW L"C:\\windows\\system32\\gecko\\1.0.0\\wine_gecko\\components\\compreg.dat" 1 536870916 (nil) (nil) 0x1d740dc (nil)
fixme:shell:DllCanUnloadNow stub
wine: configuration in '/home/scott/.wine' has been updated.
fixme:jack:JACK_drvLoad error loading the jack library libjack.so.0, please install this library to use jack
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet

Then when I try to run the installer I get this.

wine Install Studio 8.exe
wine: could not load L"C:\\windows\\system32\\Install.exe": Module not found

OK next I delete the .wine folder that was created and go the wine-doors way.
Enter wine-doors in terminal the dialog comes up I enter my name and check box that I have valid windows click ok and progress bar reports app installs after geko dialog disappears.

wine-doors                                                                                               
Created log file: wine-doors.log                                                                                              
Started logging session                                                                                                       
/usr/share/wine-doors/src/utils.py:7: DeprecationWarning: the md5 module is deprecated; use hashlib instead                   
  import md5                                                                                                                  
Checking wine drive: /home/scott/.wine/                                                                                       
wine.py: CheckDrive: No wine-drive defined in specified wineroot                                                              
Could not parse file '/home/scott/.local/share/applications/Folding.desktop': Invalid key name: Path$e]                      
Could not parse file '/home/scott/.local/share/applications/Dreamweaver8.desktop': Invalid key name: Path$e]                 
wine.py: CreateDrive: Finished                                                                                                
Resolving dependencies for winegecko                                                                                          
Resolving dependencies for autohotkey                                                                                         
Resolving dependencies for webdings                                                                                           
Resolving dependencies for times_new_roman                                                                                    
Resolving dependencies for courier_new                                                                                        
Resolving dependencies for comicsans                                                                                          
Resolving dependencies for arial_bold                                                                                         
Resolving dependencies for arial                                                                                              
Executing queue                                                                                                               
Installing Application: arial                                                                                                 
Warning: MD5 sum not found                                                                                                    
Installing Application: arial_bold                                                                                            
Warning: MD5 sum not found                                                                                                    
Installing Application: comicsans                                                                                             
Warning: MD5 sum not found                                                                                                    
Installing Application: courier_new                                                                                           
Warning: MD5 sum not found                                                                                                    
Installing Application: times_new_roman                                                                                       
Warning: MD5 sum not found                                                                                                    
Installing Application: webdings                                                                                              
Warning: MD5 sum not found
Installing Application: autohotkey
Error: Installation failed: Installing Application: autohotkey returned 32256
Installing Application: winegecko
sh: --version: command not found
Traceback (most recent call last):
  File "/usr/bin/wine-doors", line 137, in <module>
    ui.winedoors = ui.WineDoorsGUI()
  File "/usr/share/wine-doors/src/ui.py", line 1106, in __init__
    self.tree = PackTree( self.window'tv_packlist'], self.window )
  File "/usr/share/wine-doors/src/ui.py", line 597, in __init__
    packlist.UpdateAll()
  File "/usr/share/wine-doors/src/packlist.py", line 311, in UpdateAll
    self.TidyPacks()
  File "/usr/share/wine-doors/src/packlist.py", line 318, in TidyPacks
    wine.WineVersion().split(".") >= pack'versions'][0][0][1].split("."):
AttributeError: 'NoneType' object has no attribute 'split'

Then run wine-doors again.

wine-doors                                                                                               
Started logging session
/usr/share/wine-doors/src/utils.py:7: DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
Checking wine drive: /home/scott/.wine/
sh: --version: command not found
Traceback (most recent call last):
  File "/usr/bin/wine-doors", line 137, in <module>
    ui.winedoors = ui.WineDoorsGUI()
  File "/usr/share/wine-doors/src/ui.py", line 1106, in __init__
    self.tree = PackTree( self.window'tv_packlist'], self.window )
  File "/usr/share/wine-doors/src/ui.py", line 597, in __init__
    packlist.UpdateAll()
  File "/usr/share/wine-doors/src/packlist.py", line 311, in UpdateAll
    self.TidyPacks()
  File "/usr/share/wine-doors/src/packlist.py", line 318, in TidyPacks
    wine.WineVersion().split(".") >= pack'versions'][0][0][1].split("."):
AttributeError: 'NoneType' object has no attribute 'split'