I need help to find the commit when a regression happened: http://bugs.winehq.org/show_bug.cgi?id=18436
I know git, and I can run git bisect just fine. Wine compiles (even if I have to patch version 1.0 since freetype changed). But when I try to install my application or run it using the built wine, I got a problem.
the WINEPREFIX is an empty directory at the start, and when I run setup.exe, I just get:
Code: Select all
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
Could not load 'WIN87EM.DLL' required by 'IS20INST', error=2
Code: Select all
err:menubuilder:WinMain unknown option -a
err:menubuilder:WinMain unknown option -r
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/home/mildred/.local/opt/wine/root' has been updated.
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
[b]Could not load 'KEYBOARD.DLL' required by 'SUPERLEX', error=2[/b]
I suppose the problem may be caused because wine is not installed, and so can't find KEYBOARD.DLL or keyboard.drv.so (or some similar fine, I don't know).
Does anybody have an idea on how I could continue to work on this problem?
Thanks.
Mildred