search for: shearman

Displaying 20 results from an estimated 75 matches for "shearman".

2003 Jul 13
2
running exe files
Hi, when i try to run setup.exe for office xp using Wine 20030618, i get the following 2 messages. ************** fixme:win32:PE_CreateModule Security directory ignored fixme:wininet:FindFirstUrlCacheEntryA STUB *************** can anyone tell me how to correct this problem??? Thanks, prince __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!
2010 Jan 23
1
Gamepads not working
Hi everyone, when I try playing Atomic Bomberman with my gamepads, an ingame error message pops up saying: "clue:'graf_print: coords off screen, x=320,y=170,w=322,h=20' internal error" When there is no gamepad plugged in, I can play the game using my keyboard, it works perfectly. I don't know what's going on. I was able to play the game with multiple gamepads some
2012 Dec 04
2
problem with factor levels
Hi I have a data.frame with 371,718 obs. of 12 variables (see below for an str). My problem is with V1, a Factor w/ 93144 levels, there should actually be 93994 levels. Each entry looks like: comp[number]_c[number]_seq[number] for example comp215489_c0_seq40 R is grouping as though the last number is a decimal for some reason, in other words comp215489_c0_seq40 and comp215489_c0_seq4 are
2005 Jul 04
0
Re: Running Palm Desktop
...ing) but I'm pretty sure we can get >hotsync to work if we can figure out how to set up the serial ports. > > You just need to symlink your serial device (maybe /dev/ttyS0) to ~/.wine/dosdevices/COMn (where n is > 0) and then you can access it from within Wine as COMn. -- Rob Shearman
2006 May 29
1
Myst IV Installer breakage
...s and is not playable). Recently I tried again, and the setup crashed just before the copying of files would start. I was able to isolate the patch that caused the regression (with git bisect). Here is the commit message: >commit 19fad8e71032707cb036239f69f085e1b0249d01 >Author: Robert Shearman <rob@codeweavers.com> >Date: Fri May 19 16:03:13 2006 +0100 > > rpcrt4: Don't set the memory pointer to NULL before calling >PointerUnmarshall. > > Call it with fMustAlloc set to TRUE instead to achieve the same >result > without side-effects....
2008 Dec 01
0
Error Message and Office 2000
...nline. > http://www.winehq.org/pipermail/wine-devel/2003-July/018313.html > Did you ever figure out how to get it to work? It looks like you want the wine-users mailing list. Alternatively, you could try CrossOver instead: http://www.codeweavers.com/products/cxlinux/download_trial/ -- Rob Shearman
2007 Mar 06
2
New eudora problem - "mswmsg" not supported
I just upgraded from v0.9.9 to v0.9.32 (on Ubuntu 6.06) and Eudora Pro v4.2 stopped working. It no longer opens a mailbox when the icon is clicked. The log shows "fixme:rpc:alloc_serverprotoseq protseq "mswmsg" not supported" each time I click to open a mailbox. This was working on v0.9.9 so I am looking for ideas as to how to work around this problem. There is a bug
2006 Jun 12
3
wine-0.9.15 & winetools problems.
Hello, I built wine-0.9.15 today. It installs and works to a small extent that I tested it. I then attempted to install and run winetools and had some problems. If anyone sees what I'm doing wrong please let me know. Thanks. 1) Install wine 2) Run 'wine notepad' to create initial .wine directory. Notepad opens. mark@dragonfly ~ $ wine notepad wine: creating configuration directory
2007 Oct 12
0
Wine release 0.9.47
...ISPATCH. Misha Koshelev (1): urlmon: Increment/decrement reference count when internet handles are created/destroyed. Nigel Liang (1): include/winsock.h: Fix parenthesis mismatch. Reece H. Dunn (1): comctl32: Fixed drawing the trackbar background when themes are installed. Rob Shearman (14): user32: Add tests for DefWindowProc processing the undocumented 0x3B message. wineboot: Add a timeout dialog when any WM_QUERYENDSESSION or WM_ENDSESSION messages take too long. server: Move set_security_object to handle.c and set_object_sd to object.c. server: Add a n...
2008 Jun 13
0
Wine release 1.0-rc5
...x, NT4, W2K and XP-SP1. credui: Typo and minor correction in Dutch resource. kernel32/tests: Fix a few typos. kernel32/tests: Skip tests if function is not implemented. Rico Sch?ller (2): winecfg: Fix German translation. shell32: Fix German shortcuts in the menu. Rob Shearman (5): include: Add some missing defines and function declarations to rpcdce.h. include: Add declaration for RpcSmDestroyClientContext to rpcndr.h. rpcrt4: Use RpcServerRegisterIfEx with RPC_IF_ALLOW_CALLBACKS_WITH_NO_AUTH in the server test. rpcrt4: Initialise the array to be...
2006 Oct 27
0
Wine release 0.9.24
...mingw cross compiler in gentoo. winedbg: Print frame address instead of duplicated bare address in backtrace. Pierre d'Herbemont (2): x11drv: Fix a typo in x11drv.h about X11DRV_GetTextExtentExPoint. quartzdrv: Add the quartz (Mac OS X) video driver to the build system. Rob Shearman (21): comctl32: Fix imagelist leak in tests. ole32: Fix some memory leaks in the marshal tests. oleaut32: Fix memory leaks after calling ITypeInfo::GetNames. oleaut32: Fix some reference count and memory leaks in the typelib marshaling code. oleaut32: Free allocated me...
2008 Oct 17
0
Wine release 1.0.1
...apanese resources. msacm32: Use "MS Shell Dlg" 9 in Japanese resources. oledlg: Use "MS Shell Dlg" 9 in Japanese resources. serialui: Use "MS Shell Dlg" 9 in Japanese resources. shlwapi: Use "MS Shell Dlg" 9 in Japanese resources. Rob Shearman (1): shell32: Free the correct pointer in XDG_UserDirLookup. Scott Ritchie (1): wine.desktop: Add application/x-msi and change "emulator" to "program loader". Tobias Jakobi (1): d3d8: Fix IDirect3DDevice8::CreateImageSurface pool type. Vitaly Lipatov (1):...
2007 Sep 28
0
Wine release 0.9.46
...lock while calling DC driver functions. gdi32: Don't pass a DC handle to WineEngGetFontUnicodeRanges. gdi32: Move the generic part of FontIsLinked() to font.c. winex11.drv: Don't call GDI functions while holding the X11 lock. gdi32: Fix typo in FIXME (spotted by Rob Shearman). rpcrt4/tests: Remove static keywords that hide test failures. winex11.drv: Always drag the full window for top-level windows to avoid having to grab the server. gdi32: Don't pass an object pointer to the SelectObject backend functions. gdi32: Move the object refcount h...
2007 Jun 01
0
Wine release 0.9.38
...ce. ntoskrnl.exe: Reuse the kernel32 instruction emulation support for kernel-mode drivers. ntoskrnl.exe: Implemented a couple of time-related APIs. ntdll: Setup the shared user data structure at 0x7ffe0000. ntdll: Avoid overflows in heap allocations. Based on a patch by Rob Shearman. Fix a couple of overflowing heap allocations revealed by the previous change. server: Don't allow a waitable timer to be set to expire in the past. winebuild: Set the IMAGE_FILE_EXECUTABLE_IMAGE flag for all modules. msxml3: Fixed compilation without libxml. schan...
2008 May 09
0
Wine release 1.0-rc1
...ns (6): setupapi/tests: Skip some tests on win9x. setupapi/tests: Clean up properly on win9x. services.exe: Move a trace to a more appropriate place. advapi32/tests: Add another test. services.exe: Spelling fixes. crypt32/tests: Cleanup registry after tests. Rob Shearman (3): winetest: Detect if an unhandled exception occurred in a child process and print an appropriate message. rpcrt4: Add better traces for the server test. crypt32: Add stub for CertVerifyCTLUsage. Roderick Colenbrander (2): wined3d: At the start of RemoveContextFromArray...
2007 Apr 27
0
Wine release 0.9.36
...on win98. kernel32/tests: GetLongPathNameW is not implemented on win98. setupapi/tests: SetupDiCreateDeviceInfoListExW is not implemented on win98. setupapi/tests: SetupCopyOEMInfA is not available on NT4. kernel32/tests: Resource functions are not implemented on win98. Rob Shearman (20): msi: Add support for non-persistent strings. msi: Move string loading and saving to string.c. msi: Cleanup unneeded string table functions. msi: Remove the hash table for a column when one of its values is modified since it will now be invalid. msi: Store the col...
2008 Feb 08
0
Wine release 0.9.55
...mprove the failure reporting in the bitmap tests. uxtheme: Fix the system tests so they pass on Vista. comctl32: Vista sends an unidentified message when destroying datetime and monthcal windows. user32: Make the listbox tests pass in directories other than dlls/user32/tests. Rob Shearman (30): secur32: Move the detection of NULL credentials from AcquireCredentialsHandle to InitializeSecurityContext. secur32: If using cached credentials failed in InitializeSecurityContext then fail with SEC_E_NO_CREDENTIALS instead of carrying on with a blank password. secur32: Try...
2006 Nov 24
0
Wine release 0.9.26
...ode (Coverity). ntdll: Remove tests that crash on XP and W2K3. ntdll: Remove unused variables. ntdll: Remove tests that crash on XP and W2K3. ntdll: Use intended variable. ntdll: Remove unused variables. advpack: Remove test that crashes on systems with IE7. Rob Shearman (13): rpcrt4: Fix a comment and move a WARN to where it really indicates a problem, rather than falsely triggering on normal conditions. rpcrt4: Convert the server interfaces list into a standard Wine list. rpcrt4: Implement RpcServerUnregisterIf. ole32: Re-enable the code t...
2010 Jan 22
0
Wine release 1.1.37
...y.sort generic. jscript: Add error handling to Array.reverse. shlwapi: Improved res protocol handling in UrlCanonicalizeW. Rico Sch?ller (2): d3d10: Reorder struct d3d10_effect_variable to make the initialisation nicer. d3d10: Parse effect shaders as anonymous shaders. Rob Shearman (9): wpp: Fix expansion of macro bodies following the parsing of a numerical digit. widl: Add support for character constants in expressions. rpcrt4: Add structure definition for RPC AUTH3 packet and use the size of this on sending to fix authentication against native servers....
2009 Mar 27
0
Wine release 1.1.18
...ests: Show that a submenu is still functional after calling DestroyMenu(). Ricardo Filipe (2): setupapi: Remove invalid check for < MAX_PATH and don't copy to NULL PathBuffer (Coverity 888). comdlg32: Send CDN_INCLUDEITEM notification for each object in an Open/Save dialog. Rob Shearman (18): widl: Check the attributes applied to function declarations. widl: Output correct code for freeing of conformant-sized and non-conformant strings. widl: Initialise ref pointers to basic and enum types to 0 in generated server code. rpcrt4: Free the resources associated...