Sundy
2009-Mar-03 18:07 UTC
[Wine] help with error:msvcrt:MSVCRTD_operator_new_dbg Not allowed
I installed Ubuntu8.10Wine 1.1.15Oracle9 and everthing is set. But once I run a excecutable program which works properly under Windows, the error poped out: err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2 Does anyone know how to solve this problem? Thanks a lot
vitamin
2009-Mar-03 19:08 UTC
[Wine] Re: help with error:msvcrt:MSVCRTD_operator_new_dbg Not allowed
Sundy wrote:> err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2 > > Does anyone know how to solve this problem?Try native msvcrt.dll it might fix the problem (winetricks vcrun6) http://wiki.winehq.org/winetricks
Sundy
2009-Mar-04 21:56 UTC
[Wine] Re: help with error:msvcrt:MSVCRTD_operator_new_dbg Not allowed
Thank you Vitamin for reply But I replaced msvcrt.dll with winetricks vcrun6 as you said, the error err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2 is still there. Does anyone have any ideas what I should do?
Austin English
2009-Mar-04 22:21 UTC
[Wine] help with error:msvcrt:MSVCRTD_operator_new_dbg Not allowed
On Wed, Mar 4, 2009 at 3:56 PM, Sundy <wineforum-user at winehq.org> wrote:> Thank you Vitamin for reply > But I replaced msvcrt.dll with winetricks vcrun6 as you said, the error > err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2 > > is still there. > > Does anyone have any ideas what I should do? > > > > > >Set it to native in winecfg. -- -Austin
Sundy
2009-Mar-07 03:10 UTC
[Wine] Re: help with error:msvcrt:MSVCRTD_operator_new_dbg Not allowed
The problem is still there! err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2 I used Ubuntu8.10Wine 1.1.15Oracle9 When I run the program which works properly under Windows the error poped out: err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2 I replaced msvcrt.dll with winetricks vcrun6 as what vitamin said, then set it to native in winecfg as austin said, but the error is still there err:msvcrt:MSVCRTD_operator_new_dbg Not allowed nBlockUse value: 2 I deleted or modified...\windows\sysytem32\msvcrt.dllthe same error poped up. It looks like winecfg doesn't work. Does anyone have any ideas what I should do?
vitamin
2009-Mar-07 03:17 UTC
[Wine] Re: help with error:msvcrt:MSVCRTD_operator_new_dbg Not allowed
Sundy wrote:> I replaced msvcrt.dll with winetricks vcrun6 as what vitamin said, then set it to native in winecfg as austin said, but the error is still thereSet to native what exactly?
vitamin
2009-Mar-08 23:17 UTC
[Wine] Re: help with error:msvcrt:MSVCRTD_operator_new_dbg Not allowed
Sundy wrote:> err:module:import_dll Library msvcrt.dll (which is needed by L"C:\\windows\\system32\\notepad.exe") not foundSetting that dll to native means Wine will not use it's own. So that error message is correct. Sundy wrote:> 3 Search ../.wine/drive_c/windows/system32/, there is a msvcrt.dllIt's a "fake dll" - resources only no code. Wine creates these for program that insist on seeing this dll in system32 directory. Sundy wrote:> Question: Why does not the Wine I installed support native DLL?It does. You actually have to manually put that native dll where Wine can find it (either system32 dir or directory with the executable you run).