http://bugs.winehq.org/show_bug.cgi?id=21988
Summary: mountmgr.sys: need an implementation for OpenBSD Product: Wine Version: 1.1.40 Platform: x86 OS/Version: OpenBSD Status: NEW Keywords: download, source Severity: enhancement Priority: P2 Component: mountmgr.sys AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Since mountmgr.sys is now required to run winetest, running winetest fails on OpenBSD.
http://bugs.winehq.org/show_bug.cgi?id=21988
--- Comment #1 from Alexandre Julliard julliard@winehq.org 2010-03-13 12:29:11 --- mountmgr.sys should work fine on OpenBSD. Check that your wineprefix has been initialized correctly.
http://bugs.winehq.org/show_bug.cgi?id=21988
--- Comment #2 from Austin English austinenglish@gmail.com 2010-03-14 16:51:14 --- $ rm -rf ~/.wine $ ./wine wineboot sigaltstack: Invalid argument wine: created the configuration directory '/home/austin/.wine' sigaltstack: Invalid argument sigaltstack: Invalid argument sigaltstack: Invalid argument sigaltstack: Invalid argument assertion "next->protect & VPROT_SYSTEM" failed: file "virtual.c", line 512, function "create_view" $ echo $? 0 $ ./wine winetest sigaltstack: Invalid argument sigaltstack: Invalid argument sigaltstack: Invalid argument assertion "next->protect & VPROT_SYSTEM" failed: file "virtual.c", line 512, function "create_view" err:wineboot:start_services_process Unexpected termination of services.exe - exit code 0 sigaltstack: Invalid argument sigaltstack: Invalid argument
http://bugs.winehq.org/show_bug.cgi?id=21988
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2010-03-14 17:18:00 --- There are many things broken here, your wineprefix is most likely completely screwed up, mountmgr is not the issue.
http://bugs.winehq.org/show_bug.cgi?id=21988
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID
--- Comment #4 from Austin English austinenglish@gmail.com 2010-03-14 17:42:15 --- Hm. Seems bug 21895 and bug 21896 need to be fixed then...Thanks.
http://bugs.winehq.org/show_bug.cgi?id=21988
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Austin English austinenglish@gmail.com 2010-03-14 17:42:21 --- Closing.