search for: systemparametersinfoa

Displaying 10 results from an estimated 10 matches for "systemparametersinfoa".

Did you mean: systemparametersinfow
2006 Dec 05
0
Debugging an exception
Hello. I'm trying to get Dungeon Siege to run with wine 0.9.26. When the menu firt appears, there is an error as soon as the mouse is moved; if I don't move the mouse, there is no error, but I can't play the game. I did a WINEDEBUG=+relay, and I found this: 000b:Call user32.SystemParametersInfoA(00000015,ffffffff,00000000,00000000) ret=7ebc5b0b 000b:Ret user32.SystemParametersInfoA() retval=00000001 ret=7ebc5b0b 000b:Call user32.SetDeskWallPaper(code=c0000005 flags=0 addr=0xb7d1978b trace:seh:raise_exception info[0]=00000000 trace:seh:raise_exception info[1]=ffffffff trace:seh:raise_exc...
2001 Feb 15
1
Pbs emulating Word2000
...nch Maple, NotePad, etc... and it works ! Great ! My problem is that I can t launch MS Office (Winword 2000, etc...). The output is the picture of Word2000 (the logo), and then the program is stopped... Here is the output : ***** fixme:system:SystemParametersInfo16 Unknown option 70. fixme:system:SystemParametersInfoA SPI_GETHIGHCONTRAST not fully implemented fixme:dc:GetDeviceCaps (0910,94): unsupported DeviceCaps capability, will yield 0! fixme:system:SystemParametersInfo16 Unknown option 70. err:thunk:C16ThkSL01 Process 402bbcc0 did not ThunkConnect32 VERSION.DLL to VER.DLL err:thunk:C16ThkSL01 Process 402bbc...
2001 Mar 22
0
Problems with OpenGL in tribes
...----------------- bash-2.04# wine Tribes.exe fixme:console:SetConsoleCtrlHandler (0x60a620,1) - no error checking or testing yet fixme:win32:DEVICE_Open Unknown VxD DINPUT.VXD. Try --winver nt40 or win31 ! fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x40387248,00000150,2):stub fixme:system:SystemParametersInfoA Unimplemented action: 3 (SPI_GETMOUSE) fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x40387248,00000150,2):stub fixme:system:SystemParametersInfoA Unimplemented action: 3 (SPI_GETMOUSE) fixme:system:ChangeDisplaySettingsA (0x40576a68,0x00000004), stub flags=FULLSCREEN, fixme:system:C...
2002 Feb 28
2
SystemParamtersInfoA Unknown Action: 4104
...and successfully created an icon on my KDE desktop.. > > When I try to run it however, it first complains about a fixme in > CreateAcceleratorTableA, which I think I understand, and then hits another > fixme in SystemParamertersInfoA from which it asked for action 4104. > Looking at SystemParametersInfoA this seems odd as the action value is much > too large. Does anyone have any idea what this might mean? Neither 04 nor > 41 make much sense either. > > The app then hangs, and neither the mouse nor the keyboard seem to be able > to get from the first little window into the main ap...
2003 Nov 11
0
myie2 not working
...s myie2 in the applications database on winehq.com. However, I cannot get it to run. It runs and gives me the language selection, then the license agreement, then faults out. Can anyone help? with either myie2 or another ver of IE? I am running wine on redhat 9. wine myie.exe fixme:system:SystemParametersInfoA Unimplemented action: 4132 (SPI_GETDROPSHADOW) fixme:system:SystemParametersInfoA Unimplemented action: 4132 (SPI_GETDROPSHADOW) fixme:ole:CoRegisterMessageFilter stub fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000 fixme:font:WineEngCreateFontInstance just using first face for no...
2001 Mar 25
0
Half-Life Troubles (again)
Hi, i can't play Half-Life anymore. The error message in the console says: fixme:system:SystemParametersInfoA Unimplemented action: 3 (SPI_GETMOUSE) I think it's got something to do with the settings for XFree as i was able to play HL before and didn't change anything with wine (iirc). First only the -desktop and -managed options didn't work anymore with HL and now (after trying to upgrade t...
2001 May 01
2
Word 97
...nstalled on any partition. I can run notepad, mspaint, agent, and freecell with WINE, but when I try to run MS Word 97 I get the following: 1) A message that says: " The Tahoma font is not present. For best results please exit Word and run the setup program to install." 2) fixme:system:SystemParametersInfoA Unimplemented action: 70 (SPI_GETSCREENREADER) fixme:dc:GetDeviceCaps (0048,94): DeviceCaps param CAPS1 is UNIMPLEMENTED, will yield 0! fixme:dc:GetDeviceCaps (0048, 94): unsupported DeviceCaps capability, will yield 0! 3) A message that says: "There was not enough memory or disk space to run...
2001 Jul 27
0
Font / charset encoding problem?
...Invoking /opt/wine/bin/wine.bin -debugmsg +fonts sibelius ... err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file for the Wine multimedia modules. Will use the hard-coded setup, but this will disapear soon. Please add a WinMM section to your Wine config file. fixme:system:SystemParametersInfoA Unimplemented action: 74 (SPI_GETFONTSMOOTHING) fixme:listview:LISTVIEW_Create ANSI notify format is NOT used fixme:font:GetGlyphOutlineA (1eb8, '?', 0000, 0x405a5d88, 0, (nil), 0x405a5d78): stub fixme:font:GetGlyphOutlineA (1ebc, '?', 0000, 0x405a5d88, 0, (nil), 0x405a5d78): stu...
2003 Apr 10
1
Starcraft Patch
...ws/input.c =================================================================== RCS file: /home/wine/wine/windows/input.c,v retrieving revision 1.90 diff -u -r1.90 input.c --- windows/input.c 8 Jan 2003 00:27:58 -0000 1.90 +++ windows/input.c 10 Apr 2003 02:16:20 -0000 @@ -230,10 +230,10 @@ SystemParametersInfoA(SPI_GETMOUSE, 0, accel, 0); accelMult = 1; - if (mi->dx > accel[0] && accel[2] != 0) + if (labs(mi->dx) > accel[0] && accel[2] != 0) { accelMult = 2; - if ((mi->dx > accel[1]) && (accel[2] == 2)) +...
2002 May 24
0
gta3
...err:mmsys:MMDRV_InitHardcoded You didn't setup properly the config file for the Wine multimedia modules. Will use the hard-coded setup, but this will disappear soon. Please add a WinMM section to your Wine config file. err:midi:OSS_MidiInit ioctl on midi info for device 0 failed. fixme:system:SystemParametersInfoA Unimplemented action: 8193 (SPI_SETFOREGROUNDLOCKTIMEOUT) err:file:GetOverlappedResult lpOverlapped->hEvent was null fixme:win32:DEVICE_Open Unknown/unsupported VxD DINPUT.VXD. Try --winver nt40 or win31 ! fixme:system:EnumDisplayDevicesA ((nil),0,0x4047628c,0x00000000), stub! fixme:system:Enu...