uwe wrote: > > Code: > $ ./notepad2.exe.so > Segmentation fault > > > You can't run winelib apps directly. You still have to use wine to run them: Code: wine ./notepad2.exe.so
uwe wrote: > > Code: > $ ./notepad2.exe.so > Segmentation fault > > > You can't run winelib apps directly. You still have to use wine to run them: Code: wine ./notepad2.exe.so