29 Jul
2006
29 Jul
'06
9:23 a.m.
Pavel Roskin wrote:
Something strange to happened my Wine installation recently. I'm getting following messages if I run any program from Wine:
$ winemine wine_main_preload_info not found err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
Looks like the wine-preloader isn't being run, so memory that wine needs isn't reserved. Maybe check that configure is setting the EXTRA_BINARIES variable? mike(a)black:~/wine$ grep ^EXTRA_BINARIES loader/Makefile EXTRA_BINARIES = wine-kthread wine-pthread wine-preloader Mike