Warcraft 3 - "no program start menu found"

Tony Lambregts tony.lambregts at gmail.com
Thu Mar 10 23:20:27 CST 2005


Mike Hearn wrote:
> On Sun, 27 Feb 2005 14:53:51 -0700, Tony Lambregts wrote:
> 
>>I had the same error but after some googling (for a good 20 minutes or
>>so) I found the solution:
>>
>>Adding
>>
>>[Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders\\]
>>"Programs"="c:\\windows\\Start Menu\\Programs"
>>
>>to my users.reg file in ~/.wine/ fixed the problem for me.
> 
> 
> So it's a bug in Wine then. We should add this to the default registry!

I started a bug on this.

http://bugs.winehq.org/show_bug.cgi?id=2765

I think this is the correct spot to put this.

Change log: Add start menu entry to the default registry

Files changed: tools/wine.inf
-------------- next part --------------
Index: tools/wine.inf
===================================================================
RCS file: /home/wine/wine/tools/wine.inf,v
retrieving revision 1.28
diff -u -r1.28 wine.inf
--- tools/wine.inf	6 Jan 2005 20:42:10 -0000	1.28
+++ tools/wine.inf	11 Mar 2005 05:11:40 -0000
@@ -112,6 +112,7 @@
 HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
 HKLM,Software\Microsoft\Windows NT\CurrentVersion\Fonts,,,""
 HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1"
+HKLM,Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders, "Programs",,"c:\\windows\\Start Menu\\Programs"
 
 [Debugger]
 HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg %ld %ld"


More information about the wine-patches mailing list