Warcraft 3 - "no program start menu found"

Jesse Allen the3dfxdude at gmail.com
Fri Mar 11 09:16:28 CST 2005


On Thu, 10 Mar 2005 22:20:27 -0700, Tony Lambregts
<tony.lambregts at gmail.com> wrote:
> 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
> 
> 
> 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"
> 
> 
> 


That's wrong.  Here's is a better example of the registry entry we need:

[HKEY_USERS\jesse\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
Folders]
"Programs"="C:\\windows\\profiles\\jesse\\Start Menu\\Programs"



More information about the wine-patches mailing list