https://bugs.winehq.org/show_bug.cgi?id=39575
Bug ID: 39575 Summary: Wine control panel app crashes when encountering builtin applets with unimplemented CPL entry points (bthprops.cpl.CPlApplet) Product: Wine Version: 1.7.54 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
since the stub Bluetooth applet was added recently, it didn't provide a CPL specific entry point. Trying to show/load applets causes a crash. At least provide minimal functionality to have it ignored.
--- snip --- $ wine control wine: Call from 0x7b8461c9 to unimplemented function bthprops.cpl.CPlApplet, aborting wine: Unimplemented function bthprops.cpl.CPlApplet called at address 0x7b8461c9 (thread 0033), starting debugger... Threads: process tid prio (all id:s are in hex) ... 0000000d (D) C:\windows\system32\control.exe 00000034 0 00000033 0 <== --- snip ---
$ wine --version wine-1.7.54-302-g5cf9539
Regards