Page 1 of 1

[.01] SBIE2205 Service not implemented: WM_MDICREATE

Posted: Mon Jun 10, 2013 6:08 am
by xslater
An applications want's to cerate a new child document window. After sandboxie is showing the error message, the application crashes.
Never had this issue with version 3.x.
Any ideas?

Posted: Mon Jun 10, 2013 7:17 am
by tzuk
If you are getting this message then you must be on Windows 8.
MDI windows behave differently in Windows 8 and I included support for this but it does not cover all use cases.
If you tell me which program is triggering this error, I may be able to look into this in the future.

Posted: Mon Jun 10, 2013 11:31 am
by xslater
Yes, correct. Windows 8 / Sandboxie 4.0.13 x64
The application is a special piece of software used in the avation business. From a company called Jeppesen. But nevertheless, it looks like a standard Microsoft C++ app. Including all the runtime DLL's which are known from the Visual .Net framework...

Posted: Tue Jun 11, 2013 4:58 pm
by tzuk
Perhaps if you add an exclusion for * (a single wildcard star) in Sandbox Settings > Resource Access > Window Access it might be a way around this problem for now.

Posted: Sat Jun 15, 2013 12:06 pm
by SLE
Have the same problems on Win8x64 with current Sandboxie Beta ( 4.0.13)
Tried exclusion * in Sandbox Settings > Resource Access > Window Access but it not helped.

If you need an example Tzuk, you can try with that program: IRT Student Edition
http://www.ssicentral.com/irt/student.html

Posted: Sat Jun 15, 2013 12:59 pm
by tzuk
Thanks. I'll give it a look after I release the official version.

Posted: Sun Jun 23, 2013 2:52 am
by BUCKAROO
Windows 8 (64-bit)

Both Sandboxie 3.76 and 4.02, officially, give:

Code: Select all

SBIE2205 Service not implemented:  WM_MDICREATE
but 3.76 creates (and shows) the Child window(s) where 4.02 does not; leaving the odd (if not all) MDI application(s) unusable under Sbie 4.

After reinstalling 3.76, I didn't think to test OpenWinClass=*

A pure Win32 based MDI application
http://www.codeproject.com/Articles/356 ... pplication
(Download exe and src - requires registration - sorry - simple email membership, anyway.)

Posted: Tue Jun 25, 2013 5:44 am
by tzuk
Thank you everyone who provided sample programs. Please check version 4.03.01.

Posted: Tue Jun 25, 2013 1:37 pm
by SLE
Version 4.03.01. fixes the problem for all programs with which I had it before! Great and THX!!