search for: installhinfsection

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

Did you mean: installhinfsectionw
2006 May 04
4
wine hangs on first run
...11532 11529 0 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 ca...
2007 Aug 23
1
MemoriesOnWeb and wine
...XviD-1.1.3-28062007.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...
2007 Mar 19
1
"Failed to open the service control manager" -- is it OK?
...t with wine-0.9.24 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
...gmentation fault Here 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...
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
...I+ ttyp4 0:00.04 /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
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?
2007 Mar 19
2
wineprefixcreate: msiexec.exe -- "Failed to open the service control manager"
...ay to do things. Putting it in the wine.inf won't work, because installing services (SPINST_REGSVR) comes before installing registry keys (SPINST_REGISTRY). I have also commented out the msiexec.exe from the RegisterDllsSection, and added wine msiexec.exe /RegServer after the setupapi.dll,InstallHinfSection, and this works, but this also seems like a kludge. What is the proper way to guarantee the key exists before encountering the msiexec.exe installation? I'm using wine-0.9.31, non-packaged, on slackware 11.0. Regards, Jeremy
2016 Dec 23
0
Wine release 2.0-rc3
...ndows 8.1 and 10. shell32/tests: Accept another error from SHFileOperationA. shell32/tests: Skip SHFileOperation tests if the user doesn't have admin rights. setupapi/tests: Skip SetupGetInfInformation tests if the user doesn't have admin rights. setupapi/tests: Skip InstallHinfSection tests if the user doesn't have admin rights. user32/tests: Disable automatic shell restart during SetShellWindow tests. webservices/tests: Add a helper to print the contents of the output buffer. Hugh McMaster (5): regedit: Load Binary editor from context menu. regedit/...
2007 Jun 15
0
Wine release 0.9.39
...s. shell32/tests: Expand default DDE application name tests to conform to win98. shell32/tests: Allow testing for arbitrary number of command line arguments in DDE tests. shell32/tests: Add test for unquoted %1 in command and ddeexec keys. setupapi/tests: Add basic tests for InstallHinfSectionA/W command line processing. setupapi: Handle unquoted paths in InstallHinfSection as native. Nigel Liang (1): shell32: Conformance tests for unicode filenames and fix a bug for file deletion. Paul Vriens (6): wintrust/tests: Start of some crypt tests for wintrust. wintrust...
2008 Apr 18
1
Wine release 0.9.60
...ory. winedos: Handle memory reservation errors more gracefully. include: Add the SPSVCINST_* setupapi flags. setupapi: Move strdupW and strdupWtoA to the setupapi_private.h header. setupapi: Implemented SetupInstallServicesFromInfSectionW. setupapi: Install services in InstallHinfSection. wine.inf: Use a proper services section to install services. fusion: Fix a number of leaks in assembly_create. comdlg32: CDM_GETSPEC and CDM_GETFILEPATH should preserve double quotes in file lists. server: Keep a file descriptor open to the config directory to make sure we...