http://bugs.winehq.org/show_bug.cgi?id=9959
Summary: Make wine updates work even if the registry changed Product: Wine Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: blin@gmx.net
Currently, we tend to tell people to start with a new .wine directory after updates. For wine 1.0 and after, we should probably have some tool to handle this more gracefully.
http://bugs.winehq.org/show_bug.cgi?id=9959
Kai Blin blin@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rankincj@yahoo.com Target Milestone|--- |1.0.0
--- Comment #1 from Kai Blin blin@gmx.net 2007-10-08 16:38:13 --- This should be working for 1.0 and probably needs testing.
http://bugs.winehq.org/show_bug.cgi?id=9959
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #2 from Dan Kegel dank@kegel.com 2007-10-09 05:58:08 --- Yes, thanks, I'll start marking bugs as dups of this instead of closing them as invalid.
http://bugs.winehq.org/show_bug.cgi?id=9959
--- Comment #3 from Austin English austinenglish@gmail.com 2008-01-01 21:27:58 --- I was thinking about this earlier and was getting ready to file a bug for it but found this one.
How about a little file in .wine or a registry key that is read upon running wine, and should match the current wine version. If it doesn't, call wineprefixcreate (or pop up an error saying that the registry is outdated), which then updates that key to the current wine version. Shouldn't be too much overhead and prevents quite a few problems.
http://bugs.winehq.org/show_bug.cgi?id=9959
Miro Hroncok churchyard@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |churchyard@gmail.com
--- Comment #4 from Miro Hroncok churchyard@gmail.com 2008-01-02 06:13:23 --- *** Bug 10935 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=9959
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-04-25 11:25:45 --- That's implemented now.
http://bugs.winehq.org/show_bug.cgi?id=9959
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2008-05-02 12:38:22 --- Closing bugs fixed in 0.9.61.
http://bugs.winehq.org/show_bug.cgi?id=9959
Radek Prochazka rproch@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rproch@gmail.com
--- Comment #7 from Radek Prochazka rproch@gmail.com 2008-05-04 14:03:31 --- what about subdir under ~/.wine/ for every version of wine?
http://bugs.winehq.org/show_bug.cgi?id=9959
--- Comment #8 from Austin English austinenglish@gmail.com 2008-05-04 14:26:21 --- (In reply to comment #7)
what about subdir under ~/.wine/ for every version of wine?
It's already been implemented.