search for: registry

Displaying 20 results from an estimated 6426 matches for "registry".

2009 Oct 01
0
Registry backend changes with CTDB not noticed by other nodes?
Hi! I'm working on a 2-node ctdb-clustered Samba. I'm almost there (hope so), but Samba doesn't seem to notice the modified registry that is distributed with ctdb. On a single node the registry is working. CTDB picks up changes, including the registry, and they are synced to the other node (verified with net conf addshare/delshare and tdbdump on /var/ctdb/persistent/registry*). The other node, however, only seems to use /var/l...
2011 Nov 08
0
[LLVMdev] loadable passes with dependencies?
...sManagerBuilder::EP_EarlyAsPossible, > registerPollyPasses); > > I'm not sure how to code a possible createHelloPass, as the > constructor for my class takes a argument(ID for ModulePass). This is the code interesting to you: 66 void initializePollyPasses(PassRegistry &Registry) { 67 initializeCloogInfoPass(Registry); 68 initializeCodeGenerationPass(Registry); 69 initializeCodePreparationPass(Registry); 70 initializeDependencesPass(Registry); 71 initializeIndependentBlocksPass(Registry); 72 initializeIslScheduleOptimizerPass(Registry); 73 #ifdef...
2011 Sep 04
6
How to run a .reg file?
Hi, I need to run a .reg file. In windows, I think I'd just double click on it. If I try to run it in wine, it says it's not a valid executable. How do I run it?
2002 Jul 08
1
addenda to wordperfect
I did find a say to get to the directory holding wpwin9 and it strarted but then froze with the splash screen. Not sure how to get the error message in here; seems to have to do with the keyboard and X11driver; hope I am abusing this bulletin board, but I am hoping someone can help me with the next step. Thanks
2024 Feb 20
2
[PATCH] [v4] nouveau: add command-line GSP-RM registry support
Add the NVreg_RegistryDwords command line parameter, which allows specifying additional registry keys to be sent to GSP-RM. This allows additional configuration, debugging, and experimentation with GSP-RM, which uses these keys to alter its behavior. Note that these keys are passed as-is to GSP-RM, and Nouveau does not...
2007 Feb 08
0
Darwine on Mac OSx 10.4.8
...metrics: 0.2% done > ........ > Font metrics: 2.6% done > ? > )?Font metrics: 2.7% done > ....... > Font metrics: 6.6% done > fixme:font:LFD_InitFontInfo font '-mutt-clearlyu arabic > extra-medium-r-normal--17-120-100-100-p-101-fontspecific-0' has > unknown > registry 'fontspecific' and character encoding '0' > fixme:font:LFD_InitFontInfo font '-mutt-clearlyu > devanagari-medium-r-normal--15-120-90-90-p-104-fontspecific-0' has > unknown registry 'fontspecific' and character encoding '0' > fixme:font:LFD_InitFon...
2011 Nov 08
2
[LLVMdev] loadable passes with dependencies?
...The >> pass also requires DominatorTree(for PromoteMemToReg). >> >> Looking for examples the only way I found to require a dependecny is >> by doing something like this: >>         char Hello::ID = 0; >>         namespace llvm { void initializeHelloPass(llvm::PassRegistry&); } >>         INITIALIZE_PASS_BEGIN(Hello, "hello", "Hello World Pass", false, >> true) >>         INITIALIZE_PASS_DEPENDENCY(DominatorTree) >>         INITIALIZE_PASS_END(Hello, "hello", "Hello World Pass", false, >> true)...
2024 Jan 29
0
[PATCH] [v2] nouveau: add command-line GSP-RM registry support
Add the NVreg_RegistryDwords command line parameter, which allows specifying additional registry keys to be sent to GSP-RM. This allows additional configuration, debugging, and experimentation with GSP-RM, which uses these keys to alter its behavior. Note that these keys are passed as-is to GSP-RM, and Nouveau does not...
2007 Aug 31
3
[LLVMdev] PATCH: Registry template
This is a template that takes care of managing plugin registries. I wrote it because I got the distinct feeling I was needlessly reinventing the wheel as I wrote a collector registry. I haven't converted anything else to use it, though. Still, it's orthogonal and has become stable in my usage, so I thought I'd submit it in advance. To get my collector registry going, all I needed was 5 lines: // GCRegistry.h typedef Registry<TargetCollector> Collec...
2002 Apr 22
1
regapi with global registry
Hi, I have a global windows fake tree, which every user in the group "wine" can access. However I got a problem dealing with new applications installed. When a user (any user, even root) installs an application, the registry entries goes to $HOME/.wine/*.reg . This also means that other users will not be able to use it because of the missing registry entries. I use the regSet.sh, regFixer.pl and regRestorer.pl to generete a diff .reg file with the changed registries. When a user (even root) uses regapi to add this...
2009 Aug 06
0
Tasty Planet fails to run
...ile associations) err:ole:CoCreateInstance apartment not initialised err:shell:SHCoCreateInstance failed (0x800401f0) to create CLSID:{a07034fd-6caa-4954-ac3f-97a27216f98a} (Query file associations) IID:{c46ca590-3c3f-11d2-bee6-0000f805ca57} (unknown) err:shell:SHCoCreateInstance class not found in registry fixme:shell:DllGetClassObject failed for CLSID={a07034fd-6caa-4954-ac3f-97a27216f98a} (Query file associations) err:ole:CoCreateInstance apartment not initialised err:shell:SHCoCreateInstance failed (0x800401f0) to create CLSID:{a07034fd-6caa-4954-ac3f-97a27216f98a} (Query file associations) IID:{c...
2002 Feb 21
2
SlowView Windows clipart viewer
...correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0' are not working correctly now. fixme:font:LFD_InitFontInfo font '-mutt-clearlyu arabic extra-medium-r-normal--17-120-100-100-p-103-fontspecific-0' has unknown registry 'fontspecific' and character encoding '0' fixme:font:LFD_InitFontInfo font '-mutt-clearlyu ligature-medium-r-normal--17-120-100-100-p-141-fontspecific-0' has unknown registry 'fontspecific' and character encoding '0' fixme:font:LFD_InitFontInfo font '-s...
2010 Jun 27
2
How to import registry of Windows XP backup?
I have a game for Windows where the entire game status is saved in the registry. The game works good under Wine. After a reinstallation the registry got wiped out and therefore my game status. (This game is not important, it could be any program which writes something very important into the registry which I need to restore) But I have an entire backup of my old Windows XP in...
2017 Feb 18
11
[PATCH 0/8] Miscellaneous cleanups to Windows registry code.
A very miscellaneous set of cleanups to how we handle the Windows registry in virt-v2v, firstboot, and inspection code. This should all be straightforward non-controversial refactoring. Some highlights: - Add a new mllib Registry module containing various utility functions that are currently scattered all around. - Only compute the software/system hive paths once...
2007 Jan 15
3
Registry entries
Can anyone point me at a good doc on farting about with the registry? Or do you feel like giving me the fool's guide? I have large tracts of registry entries to stuff in, and adding them via Edit/new in regedit is an absolute PITA and unworkably slow. I have files from exported from a win98 registry (via windoze regedit) with the correct info. I need to add...
2009 May 24
3
Registry setting question...
Is there a way to set registry key, other then editing system.reg/user.reg file? For DIB engine we can export WINEDIB=ON or edit registry, is this the case with other registry keys as well? Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine...
2001 Apr 04
3
Problems Using the MultipleUsersOnConnection Registry Key in WTS NT4
Hi. I am running SAMBA 2.0.7 on HP-UX 11.00 and HP-UX 10.20. I have tried adding the MultipleUsersOnConnection registry key onto my Microsoft Windows NT Server 4 Terminal Server Edition servers, running with Service Pack 6. After I make this change in the registry and reboot my WTS servers all my samba connections from the servers are still being made with one process instead of being split into multiple processes...
2001 Apr 19
1
Win2K registry not loading correctly
Hi, I've noticed that my Win2K registry just won't load correctly. In Win2K regedit nothing shows up at all - not even home registry values - and in Win98 regedit (running in my w2k configured wine) only few values show up, I believe those are my home registry values. Here's the relevant stuff from config, built with winesetup:...
2002 Aug 28
2
installation didn't set up a registry
First of all, I'm using wine source code tar file version 20020804. I ran wineinstall to compile and install wine on a Linux-only machine (Mandrake 8.2). It creates the windows directory alright but the system and system32 directories don't have any dll's or registry information in them. Doesn't the install process setup a fake registry? Do I have to copy one from a windows installation? Or is there a tool I can use to create one? I'm asking because I can't get any installshield programs to run and installshield always seem to require a regi...
2001 Nov 01
6
WinXP - Can Join 2.2.2 domain - Not log on
...t logon as a domain user as I did with Win2k. I get the following message: "Windows cannot connect to the domain, either because the domain controller is down or otherwise unavailable, or because your computer account was not found. etc..." I have tried the "SignorSeal" registry hack I found in the samba 2.2.2 distribution, however the registry editor refuses to enter it into the registry. So I manually changed the registry entry from "1" to "0". But still I can't logon. Am I missing something obvious? If anyone has been able to get it working, w...