Re: Wineconsole using all memory
I forgot to include copy of my wineconsole registry: REGEDIT4 [HKEY_CURRENT_USER\Console] "CursorSize"=dword:00000019 "CursorVisible"=dword:00000001 "FaceName"="Courrier New" "FontFamily"=dword:00000000 "FontWeight"=dword:00000190 "HistoryBufferSize"=dword:00000000 "ScreenBufferSize"=dword:000c0008 "WindowSize"=dword:000c0008 I had a look into the source and I'm surprised I have not the entire parameters set. registry.c/WINECON_RegSave should have save all the default values if it has been called, right ? ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
Sylvain Petreolle a écrit :
I forgot to include copy of my wineconsole registry: REGEDIT4
[HKEY_CURRENT_USER\Console] "CursorSize"=dword:00000019 "CursorVisible"=dword:00000001 "FaceName"="Courrier New" "FontFamily"=dword:00000000 "FontWeight"=dword:00000190 "HistoryBufferSize"=dword:00000000 "ScreenBufferSize"=dword:000c0008 "WindowSize"=dword:000c0008
I had a look into the source and I'm surprised I have not the entire parameters set. registry.c/WINECON_RegSave should have save all the default values if it has been called, right ?
registry is saved upon exit of the console, and in your case it crashes before, because of a too large font moreover, the screenbuffersize is completly bogus did you try to erase all registry entries and start from scratch ? A+
did you try to erase all registry entries and start from scratch ? A+
I tried this today. result is the same and no values are saved in the registry. is this the normal behaviour ? I suggest this : if there is no HKCR\Console key, we could call WINECON_RegSave to ensure all default values are saved. ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
participants (2)
-
Eric Pouech -
Sylvain Petreolle