search for: ntallocatevirtualmemory

Displaying 20 results from an estimated 34 matches for "ntallocatevirtualmemory".

2007 Mar 19
0
NtLoadDriver problem
hello all i'v some problems with lunch MU Online [online game] it's apper when gameguard run "fixme:module:NtLoadDriver (0x34eef0), stub! err:virtual:NtAllocateVirtualMemory Unsupported on other process err:virtual:NtAllocateVirtualMemory Unsupported on other process err:virtual:NtAllocateVirtualMemory Unsupported on other process err:virtual:NtAllocateVirtualMemory Unsupported on other process err:virtual:NtAllocateVirtualMemory Unsupported on other process err:virtua...
2008 Mar 19
13
Running an .NET 1.1 Program
Hello, im trying to run an .NET 1.1 Program. .NET V1.1 Installation works fine, but when i want to start the Program i get some errors and Program exits Code: fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:shell:URL_ParseUrl failed to parse L"mscorlib" Application tried to create a window, but no driver could be loaded. Make sure that your X server is running and that $DISPLAY i...
2004 Aug 10
0
wine and alsa oss emulation with aoss
...s EOF wineserver: starting (pid=20418) 0008: *fd* (nil) -> 17 0009: *fd* 6 <- 17 0009: init_thread( unix_pid=20415, unix_tid=20415, teb=0x550a9000, entry=(nil), reply_fd=6, wait_fd=8 ) 0009: *fd* 8 <- 18 0009: init_thread() = 0 { pid=0008, tid=0009, boot=1, version=147 } 0009:trace:virtual:NtAllocateVirtualMemory 0x550a9000 00001f98 80000000 00000040 View: 0x550a9000 - 0x550aafff (anonymous) 0x550a9000 - 0x550aafff c-rwx 0009:trace:virtual:NtAllocateVirtualMemory (nil) 00110000 2000 00000040 View: 0x551d0000 - 0x552dffff (anonymous) 0x551d0000 - 0x552dffff --rwx 0009:trace:virtual:NtAllocateVirt...
2006 Sep 20
1
kernel32.VirtualAlloc() limitation? - "Insufficient memory to perform operation"
Hello, capserve.exe is part of Adobe Acrobat 5's PaperCapture plugin. Runnning "wine capserve.exe" I get an error saying "Insufficient memory to perform operation" (although all runs fine under Windows). It seems that several calls to kernel32.VirtualAlloc(), ntdll.NtAllocateVirtualMemory() and related functions are executed right before the error message is issued. See the log-output below, with WINEDEBUG=+all. Could there be a problem with allocating virtual memory in Wine? Maybe the issue discussed under http://www.winehq.com/hypermail/wine-devel/2005/03/0662.html is related...
2007 Mar 19
0
Kernel 2.6 problem
...id trace (which was 253M big) and there were several trace:seh lines, the first being code c0000005 (access violation) after a call of user32.SetDeskWallPaper but it seems that was handled, and later there was a code c000013a after a load of calls to ReadFile() and then to VirtualAlloc(). It seems NtAllocateVirtualMemory is returning an error. The last file it opened was Program Files/Bider/Speech Plus/Resource/Standard/SMExtern.rul which is less than 1M so I don't see what's up with that. Why should NtAllocateVirtualMemory fail on kernel 2.6 but not 2.4? I'm using libc6 2.3.2.ds1-22sarge4 by the way...
2008 Apr 17
1
GGPO
...successfully and the game seems to work fine. That's a start. But when I try and run ggpoClient.exe proper, I get a segmentation fault: Code: scrub at soujiro:~/.wine/drive_c/Program Files/GGPO Client$ wine ggpoClient.exe fixme:process:IsWow64Process (0xffffffff 0x34f8dc) stub! fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported Segmentation fault (core dumped) That's starting to look like a "sorry this is never going to work, might as well go home" kind of error message, so I thought I better ask for help at this point. Has anyone tried this before, or have any tips fro...
2008 Apr 06
1
running 4oD fails
...(worked once I had changed winecfg to windows XP) Now I tried to run 4oD by changing to ~/.wine/drive_c/Program Files/Channel4/4oD and wine C4VoDClientConfig.exe (the only .exe there) this gives wine C4VoDClientConfig.exe fixme:process:IsWow64Process (0xffffffff 0x33f8dc) stub! fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:ole:CoGetContextToken stub fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources" fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources" fixme:shell:URL_ParseUrl failed to parse L"System" fixme:shell:URL_ParseUrl...
2009 Mar 29
5
Ghost32.exe
...ully like Windows 3.1 and is a "self contained app" meaning that on Windows machines I just take the Ghost32.exe to another device and it will launch. No "install" is really ever done. When trying to launch in wine I get the following errors: $ wine ghost32.exe fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:imm:ImmDisableIME (-1): stub fixme:win:RegisterDeviceNotificationA (hwnd=0x10026, filter=0x32f570,flags=0x00000004), returns a fake device notification handle! wine: Unhandled exception 0xc000000d at address 0x62386d (thread 0009), starting debugger... Usag...
2007 May 23
5
debugging an app
I'm trying to debug a program that page faults on me, and I'm actually quite keen to have a go at fixing it myself. Unfortunately, I seem to have fallen at the first hurdle: I can't make good use of the debug messages. Background: The program I am attempting to run is TrackLogs ( http://www.tracklogs.co.uk ). Installation went fine and on first run I got the licence key dialogue,
2006 Mar 30
1
Transparent socks proxy
...orm it of the socks proxy. So I'm using Sockscap32 2.38 from www.permeo.com . It works fine under windows on the same computer. When I launch it under wine, it starts, it let you configure and when I start the application from it I receive a wine message on an unsupported function : Err:virtual:NtAllocateVirtualMemory Unsupported on other process This seems to come from dlls/ntdll/virtual.c where a simple test checks if it is the current process or not. Is this just a security feature or is there technical issue behind this test ? 1258 if (!is_current_process <http://source.winehq.org/ident?i=is_current...
2006 Aug 28
0
"Bus Error" Under Mac OS X x86 with Wine 0.9.20
...c=2, argv=0xbffff928) at main.c:58 (gdb) x 0x7ffde064 0x7ffde064 <__wine_shared_heap+16638052>: 0x00000000 (gdb) print peb $1 = (PEB *) 0x7ffde000 dlls/ntdll/thread.c:220-228 has this: /* reserve space for shared user data */ addr = (void *)0x7ffe0000; size = 0x10000; NtAllocateVirtualMemory( NtCurrentProcess(), &addr, 0, &size, MEM_RESERVE, PAGE_READONLY ); /* allocate and initialize the PEB */ addr = NULL; size = sizeof(*peb); NtAllocateVirtualMemory( NtCurrentProcess(), &addr, 1, &size, MEM_COMMIT | MEM_TOP_DOWN, PAGE_RE...
2007 Aug 20
0
Wine and Vmware Instrastructure Client
Hi I using wine and trying running Vmware Instrastructure Client, but I having some errors and this software VI Client does not running wine ../../.wine/drive_c/Program\ Files/VMware/VMware\ Virtual\ Infrastructure\ Client\ 2.0/vpxClient.exe fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"...
2009 May 19
4
Has anyone had any luck with the sims 3?
For those that have the sims 3 have you had any luck with the game at all? I looked at the sims 2 page and going off of that it does not look too promising :(
2019 Jun 21
0
Wine release 4.11
...compare_weights. Richard Pospesel (1): widl: Use FC_CHAR rather than FC_BYTE for boolean typedef to match midl.exe output. Roberto Pungartnik (2): po: Update Brazilian Portuguese translation. po: Update Brazilian Portuguese translation. RĂ©mi Bernon (10): ntdll/tests: Move NtAllocateVirtualMemory tests that were in kernel32. ntdll/tests: Add NtAllocateVirtualMemory tests for zero_bits behavior. ntdll: Clarify NtAllocateVirtualMemory zero_bits parameter semantics. ntdll/tests: Cleanup NtAllocateVirtualMemory related tests. kernel32/tests: Fix some NtMapViewOfSection t...
2008 Dec 07
2
Help with Keyword Corral
...annot even begin to think about expressing how utterly painfully slow and ultimately useless that is. Trying it in a terminal gets me the following error message. Thanks for any help. > edward at lsi-ubuntu:~/.wine/drive_c/ArchonMedia/KeywordCorral$ wine KeywordCorral.exe > fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported > fixme:advapi:CheckTokenMembership (0x130 0x14e158 0x32dfa8) stub! > > Unhandled Exception: System.TypeInitializationException: The type initializer for 'System.Globalization.TextInfo' threw an exception. > at System.Globalization.TextInfo...
2009 Apr 28
1
Troublesome Toad for MySQL on Wine
...e:msi:install_assembly Assembly should be privately installed fixme:msi:install_assembly Manifest unhandled fixme:msi:install_assembly Assembly should be privately installed fixme:msi:install_assembly Manifest unhandled fixme:msi:install_assembly Assembly should be privately installed fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:ole:CoGetContextToken stub fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms" fixme:shell:URL_ParseUrl failed to parse L"System" fixme:shell:URL_ParseUrl failed to parse L"System.Drawing" fixme:shell:URL_ParseUrl f...
2008 Sep 17
1
Help me, with an Italian Law-Software
....dll" and override native and scrrun.dll and regsvr32 it. Now i have this problem: http://www.barmes.org/grifisx/temp/obj.png I also paste the log: Code: antartide at dknight-ubuntu:~/.wine$ wine '/home/antartide/.wine/drive_c/Programmi/Sistema PLATINUM/UGClient.exe' fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" fixme:shell:URL_ParseUrl failed to parse L"mscorlib" fixme:shell...
2002 Nov 14
0
WIN 3.1 App crashes.. Unhandled Exception
...:global:GlobalHandle16 0137 0820ac28:Ret KERNEL.65: SIZEOFRESOURCE() retval=00009100 ret=051f:0d39 ds=02a7 0820ac28:trace:global:GlobalHandle16 0137 0820ac28:Call KERNEL.15: GLOBALALLOC(0002,00009100) ret=05ef:004f ds=02a7 0820ac28:trace:global:GLOBAL_Alloc 37120 flags=0002 0820ac28:trace:virtual:NtAllocateVirtualMemory 0x41120000 00010000 1000 00000040 0820ac28:trace:virtual:VIRTUAL_SetProt 0x41120000-0x4112ffff c-rWx View: 0x410f0000 - 0x411fffff (valloc) 0x410f0000 - 0x4112ffff c-rWx 0x41130000 - 0x411fffff ----- 0820ac28:trace:global:GlobalHandle16 0137 0820ac28:Ret KERNEL.15: GLOBALALLOC() retva...
2009 Jan 05
3
VMware Infrastructure won't start.
Hi I have installed VMware Infrastructure and it crashes when I try and run it. I have installed .net2 using winetricks , running wine-1.1.9 on Fedora release 10 (Cambridge). when it crashes it does this [gregory.machin at gregory-workstation Launcher]$ ./VpxClient.exe fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:win:EnumDisplayDevicesW ((null),0,0x32dd88,0x00000000), stub! fixme:advapi:CheckTokenMembership (0x1c0 0x17d958 0x32dcf8) stub! fixme:imm:ImmDisableIME (-1): stub fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of other threads fixme:...
2008 May 29
1
Wine and .NET 2.0: URL_ParseUrl errors
...I have (I think) successfully installed .NET framework 2.0 on Wine 0.9.58. The installer says it finished ok. But I cannot run any .NET apps. I tried the simple app described in bug 10467 (FastMD5), and I get these errors: fixme:process:IsWow64Process (0xffffffff 0x33f8dc) stub! fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:ole:CoGetContextToken stub fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms" fixme:shell:URL_ParseUrl failed to parse L"System" fixme:shell:URL_ParseUrl failed to parse L"System.Drawing" fixme:win:WIN_CreateWindow...