search for: defaultinstall

Displaying 11 results from an estimated 11 matches for "defaultinstall".

2001 Dec 30
0
Media Player 6.4
...dline output: bash-2.05$ wine mpfull.exe Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: fixme:win32:PE_CreateModule Security directory ignored fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have to do here ? fixme:setupapi:GenInstall16 (0004, 'DefaultInstall', 0041), semi-stub. Please implement additional operations here ! fixme:setupapi:vcpUICallbackProc16 (0x2720, 0705, 0000, 00000000, 28576fa4) - semi-stub fixme:setupapi:vcpUICallbackProc16 (0x2720, 070f, 0000, 00000000, 28576fa4) - semi-stub fixme:setupapi:vcpUICallbackProc16 (0x2720, 0710, 000...
2006 May 04
4
wine hangs on first run
...00:08 pts/1 00:00:00 /bin/sh /usr/lib/../bin/wineprefixcreate --quiet --wait --prefix /home/vince/.wine-d7DD26 vince 11552 1 0 00:08 ? 00:00:00 /usr/lib/../bin/wineserver vince 11549 11532 0 00:08 pts/1 00:00:00 rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf vince 11529 11226 0 00:08 pts/1 00:00:00 /usr/lib/../bin/wine-pthread winecfg.exe - If I use strace -p 11549, in this case, the system call it's hung on is "recv(12, ". I don't know if this is helpful at all. Thanks to anyone who can help. -- Vin...
2007 Aug 23
1
MemoriesOnWeb and wine
....exe 2. Download lame from http://www.free-codecs.com/LAME_ACM_Codec_download.htm, install it the completely non-obvious way (this is the commandline equivalent of right clicking on the .inf file and choosing Install From): $ unzip lameACM-3.97-final.zip $ wine rundll32 setupapi,InstallHinfSection DefaultInstall 132 LameACM.inf 3. Download the app from http://www.codejam.com/slideshow/mow.htm, install it the obvious way: $ wine mow317cnet.exe The app seems to run. I've no idea whether the codecs are recognized; Miguel, perhaps you can try it and file a bug report at http://bugs.winehq.org if it does...
2007 Mar 19
1
"Failed to open the service control manager" -- is it OK?
...from openSuSE 10.2 without too much success). Now, the first strange thing I see is that when I'm running wineprefixcreate, I'm getting this "Failed to open the service control manager" message when the script tries to issue "wine rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf". But when after that I'm issuing the same command manually, it works OK. Is it a symptom of something wrong, or can I just ignore it and continue experimenting (I still fail to run IE)? Thanks, Mark
2007 Mar 19
1
Strange Wine Error
...re is what happens when I try to run the wineprefixcreate: bobby@linux:~> wineprefixcreate drmUnmap back failed! ERROR! mapping regions /usr/local/bin/wineprefixcreate: line 171: 2298 Segmentation fault "${WINELOADER:-$bindir/wine}" rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf I don't know if this is a wine-related issue - or could it be the new version of KDE? Or something else? I have no clue what the drmUnmap or the mapping regions error are referring to. Here is my system info: bobby@linux:~> uname -a Linux linux 2.6.18.8-0.1-def...
2006 Jun 07
1
winecfg failure (GLXBadContext?)
This is on Fedora FC5 x86_64 rpm -q wine wine-0.9.14-1.fc5 winecfg wine: creating configuration directory '/home/nbecker/.wine'... X Error of failed request: GLXBadContext Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 166 Current serial number in output stream: 166 wine: wineprefixcreate failed
2005 Dec 31
0
winecfg hangs forever
.../usr/pkg/bin/wine winecfg.exe 1000 325 322 25 10 0 148 812 wait I+ ttyp4 0:00.00 /bin/sh /usr/pkg/bin/wineprefixcreate --quiet --wait --prefix /home/ben/.wine-cdMxnd 1000 824 325 25 53 0 680 5452 - R+ ttyp4 2:11.41 wine rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf The top command shows process 824 using 99% CPU. ktruss -p 824 shows that the process is not making any system calls. Is this a known issue? Thank you, Ben
1998 Oct 21
0
SAMBA rejecting passwords from Win98 clients - the fix
..._LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\Vnetsup Install the file ptxt_on.inf found in the tools\mtsutil directory of the Win98 CD. It's a short file so I reproduce it here: ; Decrypt.INF ; Copyright (c) 1993-1995 Microsoft Corporation [version] signature="$CHICAGO$" [DefaultInstall] AddReg=Enable.Plaintext [Enable.Plaintext] HKLM,System\CurrentControlSet\Services\VxD\VNETSUP,EnablePlainTextPassword,1,01,00,00,00 At a later time one can reverse this and have encrypted passwords again by installing ptxt_off.inf, also on the CD. All the best, Deborah Pollard Dept of Engin...
1998 Dec 08
1
WIN 98 - Plain passwd?
i'm looking for an answer to the problem WIN98/samba-connection. It shows the same failure as shown by WinNT unless the change of Registry to EnablePlainPasswd. Is there an answer where the entry "EnablePlainPasswd" should be by WIN98? Enable encryoptedPasswd in smb.conf brought no solution. Thanks an many greetings Lothar M?hlbauer Lothar.Muehlbauer@iiv.de
2008 Mar 09
4
how to configure new wine version
The previous version of wine used winecfg. The one just updated 0.9.57 has no option or is it hidden?
2010 Mar 19
0
Wine release 1.1.41
...aniuc (4): ddraw: Remove redundant memset. iphlpapi: Don't crash when enumerating PtP interfaces. oleaut32: Remove superfluous NULL check before HeapFree (Smatch). oleaut32: Plug some memleaks on error paths (Smatch). Nicolas Le Cam (1): wine.inf: Define the Win64 DefaultInstall.Services section. Nikolay Sivov (24): shell32/shellview: Improve error handling on some helpers, fix possible leak. shell32/shellview: Use W-calls for menu handling, same for SendMessage to ListView window. shell32: Initial test file for IShellView/IFolderView, implemented IFolde...