http://bugs.winehq.org/show_bug.cgi?id=21003
Summary: wine32 wineboot is broken (using --with-wine64) Product: Wine Version: 1.1.34 Platform: PC-x86-64 OS/Version: Linux Status: NEW Keywords: download, source Severity: major Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Compiled wine64, installed to ~/.winetest/install. Compiled wine32 --with-wine64, installed to same directory:
austin@midna:~$ rm -rf ~/.wine austin@midna:~$ ~/.winetest/install/bin/wine wineboot wine: created the configuration directory '/home/austin/.wine' Could not load wine-gecko. HTML rendering will be disabled. wine: configuration in '/home/austin/.wine' has been updated.
austin@midna:~$ rm -rf ~/.wine austin@midna:~$ ~/.winetest/install/bin/wine32 wineboot wine: created the configuration directory '/home/austin/.wine' wine: Module not found err:process:start_wineboot failed to start wineboot, err 126 wine: Module not found
Running 'wine32 notepad', etc. gives a similar error, but runs. But I'm trying to script this as an automated test, and using wineboot to create the prefix, but it depends on wineboot returning 0...