search for: mapviewoffil

Displaying 17 results from an estimated 17 matches for "mapviewoffil".

Did you mean: mapviewoffile
2003 Dec 23
2
Problems with Ultima Online: Age of Shadows [Textbox glitch + out of memory error]
Hi all! I was trying to run Ultima Online: Age of Shadows (latest patchlevel after autopatch), but I have some problems. The first problem is actually a glitch, in autopatcher, when the textbox is moved at end, the text is hide, because it moves as first character of the textbox the after-the-last character of the text in it. The second is a big problem: when starting the client, it gives an
2008 Oct 03
2
Steam question
Hey, Running Ubuntu 8.04... 32 Bit Cpu: AMD 64 6400x2 Mem: 4GB Graphics: 8800GTS Okay.. So i got steam... I try and launch it. I get this: ERROR Steam.exe (main exception): Cannot open blob archive file: CMultiFieldBlob (mem-mapped File): Failed to mapviewoffile.... I have no clue what that is or how to fix it??? Any Ideas??
2010 Sep 08
16
Steam installation problem
Hello, I'm using steam on wine for a long time now, after an update a couple of weeks ago my Steam.exe displays an error : "Steam.exe (main exception): Cannot open blob archive file: CMultiFieldBlob(mem-mapped file): Failed to MapViewOfFile" I'm not using a NTFS partition tu install steam or tu run wine. So I'm a bit helpless I hope you guys can help me
2006 Oct 06
13
Need some help with latest win32-mmap
Hi all, I''ve got the latest win32-mmap code checked into CVS. Unfortunately, it seems that I''m not able to open an existing mapping and retrieve set data. Below is a simple example that seems like it ought to work but doesn''t. Any ideas? # map1.rb require ''win32/mmap'' include Win32 mmap = MMap.new(:name => ''alpha'', :size
2020 Jan 16
2
[RFC] Implementing the BHive methodology in llvm-exegesis
Hi all, In a recent IISWC paper <http://groups.csail.mit.edu/commit/papers/19/ithemal-measurement.pdf>, we've proposed BHive - a new methodology for benchmarking arbitrary basic blocks that has several advantages over the one currently used in llvm-exegesis. In particular, the new methodology: - automatically handles memory accesses in the basic block, without the need to manually
2009 Jan 13
1
Shared Memory and Memory Mapped I/O
...with wine that interfaces to other applications via "shared memory" or "memory mapped I/O" or what ever the official name for this is. In windows I would typically use something like Code: token.hFileMapping = OpenFileMapping(0xF001F, false, "test"); token.location = MapViewOfFile(token.hFileMapping, 0xF001F, 0, 0, 1000); in windows to get the memory location to read or write to. I want to access the shared memory created by the windows application running under wine with a linux application. Using something like "shmat". Is this possible? Can someone po...
2008 Nov 22
2
GetFinalPathNameByHandle for XP and earlier
...aise get_last_error end if size_ptr.unpack(''Q'')[0] <= 0 raise ''file size must be greater than zero'' end map = CreateFileMapping(handle, nil, PAGE_READONLY, 0, 1, nil) final_path = nil if map && map > 0 pmem = MapViewOfFile(map, FILE_MAP_READ, 0, 0, 1) if pmem begin buf = 0.chr * MAXPATH # Buf will contain the full path, but with the device name instead # of the drive letter that we ultimately want. if GetMappedFileName(GetCurrentProcess(), pmem,...
2008 May 18
2
problem build wine lib
This is my first post here, please excuse any incorrect terms etc. I have tried to follow chapter 5 of winelib-guild.pdf, but found winemaker does not correspond to the pdf. I am using wine version 1.0-rc1. I am trying to call a Linux shared library from an unmodified windows C++ program using a ?C? interface to a DLL. I have built very simple test case that I would like help to compile. Sorry for
2011 Sep 03
1
Patch to build hivex lib on Windows
Hi I'm just posting this here in case someone is interested in building hivex on Windows (mingw32). The attached patch allows building the lib but not the tools (hivexsh etc..) as there are some more problems to solve. In short terms, this patch replaces file i/o functions and mmap(), munmap() with their win32api pendants. cu -- Unix _IS_ user friendly - it's just selective about
2012 May 08
1
[LLVMdev] [RFC] llvm/include/Support/OutputBuffer.h
On May 8, 2012, at 3:52 AM, Gordon Keiser wrote: > FWIW, I'd be interested in working on the Windows implementation. I've been knee-deep in *nixes lately and wouldn't mind the refresher. J Cool! Does my proposed interface make sense to implement on top of Windows APIs? -Nick > > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On
2008 Nov 07
0
Wine release 1.1.8
...desktop window) due to an unhandled page fault. 7639 Papyrus loses focus when user clicks on font size pulldown 8234 Supreme Commander Install fail - Error : 87 9460 Sid Meiers Pirates does not load after caps changes 9577 Serious Sam II demo installer creates blank window 9714 MapViewOfFile with write permissions should not succeed on a read-only file mapping 9715 winecfg should allow display resolution beyond 120dpi 10129 Guitar Rig 3 crashes 10375 Stranger demo makes Wine segfaults 10579 mingw32: reimp and other tools can't launch each other 10727 .Net 2.0 does...
2016 Jul 22
0
Wine release 1.9.15
...ekg. msvcirt: Implement istream::sync. msvcirt: Implement istream::tellg. msvcirt: Implement istream::getint. msvcirt: Implement istream::getdouble. msvcirt: Implement istream::ws. Jacek Caban (15): gdi32: Make CreateDIBSection hotpatchable. kernel32: Make MapViewOfFile and VirtualAlloc hotpatchable. mshtml/tests: Use relative URLs in navigation.js. mshtml: Use bind_to_tree callback to parse dynamically added scripts. mshtml: Moved getting text from ScriptBSC to separated function. mshtml: Moved parsing external script to OnStopBinding cal...
2011 Dec 30
0
Wine release 1.3.36
...dd a stub for Ke386IoSetAccessProcess. ntoskrnl.exe: Add a stub for Ke386SetIoAccessMap. inetcpl.cpl: Add a stub for LaunchPrivacyDialog. Detlef Riekenberg (1): ieframe: Improve status updates in BindStatusCallback_OnProgress. Dmitry Timoshkov (2): kernel32: Add a test for MapViewOfFile called on a not accessible mapping. user32: Add some SetFocus message tests. Erich Hoover (1): hhctrl.ocx: Fix HTML Help crashing on non-chm files. Francois Gouget (30): user32: Avoid hardcoding the Unicode string literal lengths. dlls: Standardize on 'static const WC...
2008 Nov 21
0
Wine release 1.1.9
...Remove declarations of undefined functions. Alexandre Julliard (69): kernel32/tests: Fix some profile test failures on NT4. kernel32/tests: Fix some resource test failures on NT4. kernel32/tests: Fix the thread test on NT4. kernel32: Explicitly request execute permission in MapViewOfFile. ntdll/tests: Fix the atom test on NT4. ntdll: Don't call the dll entry point for native modules. mountmgr: Return the drive type even when the buffer is too small. kernel32: Get the drive type from the mount manager instead of the registry. ntdll/tests: Fix a cou...
2007 Sep 28
0
Wine release 0.9.46
...ntdll: Avoid segfault with snoop for exefiles with a broken export table. Dmitry Timoshkov (6): winex11.drv: Use symbolic names for MapVirtualKey translation types. kernel32: Add a test for rw mapping of a read-only section. kernel32: Print last error in failure messages of the MapViewOfFile test. gdi32: Use symbolic names for font tags. kernel32: Add a test for read-only mapping of a write-only section, test actual page access rights of the mapping. user32: Make message test pass cleanly under XP SP2. EA Durbin (1): winecfg: Implement audio test. Francois Go...
2011 Dec 16
0
Wine release 1.3.35
...tests for dialog window styles, make them pass under Wine. user32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set. user32: Strip WS_CAPTION|WS_SYSMENU when a dialog has DS_CONTROL style set. kernel32: Add the tests for various combinations of CreateFileMapping/MapViewOfFile protections. ntdll: Setting WRITECOPY protection on a memory-mapped file is allowed. kernel32: Add a bunch of VirtualProtect tests on an image section. ntdll: Replace WRITE by WRITECOPY protection on an image section as Windows does. Eric Pouech (1): d3d: Fixed a couple of...
2012 Jan 27
1
Wine release 1.4-rc1
...shell32: Add a stub for IApplicationAssociationRegistration. shell32/tests: Simple tests for IApplicationAssociationRegistration. ieframe: Remove dead code. ieframe: Add missing return statements. ieframe: Use similar FIXME text. Dmitry Timoshkov (8): kernel32: Test MapViewOfFile and NtMapViewOfSection side by side. kernel32: Fix access flags to page protection mapping in MapViewOfFileEx. kernel32: Remove a no longer needed todo_wine. winex11.drv: Use dialog window type also for owned windows with WS_EX_DLGMODALFRAME style set. server: Store correct...