search for: regedits

Displaying 20 results from an estimated 1137 matches for "regedits".

Did you mean: regedit
2002 Aug 22
1
regedit problems
i'm trying to clean up my error messages on Wine stuff. one that has come up before was the one about ERROR: You need to merge the 'winedefault.reg' file into your Wine registry by running: `regedit winedefault.reg' i found the directory/file regedit and the winedefault.reg. i ran $/home/wine.alpha/wine-20020509/programs/regedit/regedit
2006 Sep 04
3
wine regedit - wine: could not load L"C:\\windows\\regedit.exe": Bad EXE format for
Hi, The following command typed in a terminal window "wine regedit" worked ok in earlier versions. I just tried typing it on two different systems running Wine V0.9.20 and I get the following error. "wine: could not load L"C:\\windows\\regedit.exe": Bad EXE format for" If your running 0.9.20 can you try typing ..... wine regedit and let me know whether it
2010 Sep 20
5
Strange Font
So anyway, I have been using linux for years now, currently Fedora 12, and just recently I opened a box and found several of my old windows games. Starcraft, Heroes, Age of Empires, Stronghold, etc, some of which I installed. Then I came to Masters of Orion. This game I figured my crappy netbook could handle, and I get a bunch of "??????????" s in place of the actual text in the
2017 Jul 07
0
Wine release 2.12
The Wine development release 2.12 is now available. What's new in this release (see below for details): - Audio driver for Android. - Some performance improvements with async I/O. - More RegEdit file parser improvements. - Beginnings for MSI user interface support. - Various bug fixes. The source is available from the following locations:
2010 Mar 25
0
[PATCH] Win::Hivex::Regedit module for importing and exporting regedit format files.
This is the first part (of three) of a set of changes to support merging Windows Registry entries from the common 'regedit' format. https://bugzilla.redhat.com/show_bug.cgi?id=575738 This adds a Perl library Win::Hivex::Regedit which supports two functions for importing and exporting the format. I've tested this on some real output from the Windows regedit.exe program successfully.
2009 Aug 05
6
Regedit issues, not owned by root
Hello. I have been pretty satisfied with wine since I have become aware of its existance and am having a pretty good time with it. There are, however, a couple issues I can't wrap my head around. First of all, I cannot run regedit as root, it says: Code: wine: /home/mokuren/.wine is not owned by you I don't know how the root is supposed to "not own" something. This isn't
2005 Mar 12
0
regedit fails
My wine version is 0.0.20050211-1 winetools fails to install dcom98 so I used the Frank's Corner instructions to install it manually. I'm also manually installing IE6. IE6 appears to install and I'm following Frank's instructions to load the registry values. winedmp gets control: steve@sandbox:~/.wine/drive_c$ regedit /home/steve/.winetools/sys/ie6-icw.reg wine: Unhandled
2007 Mar 13
1
Adding a dir to PATH without using regedit (for an NFS install)
Hello Wine users, I've installed Wine 0.9.32 into an NFS-mounted dir on a RHEL 3 machine and it seems to work fine - I've even modified the /nfs_path/wine/bin/wineprefixcreate, so that an additional dir (c:/Perl) is created under ~/.wine for each user (by mere linking to /nfs_path/Perl) My problem is that currently each user of my Wine-installation has to run "wine regedit"
2009 Sep 15
1
regedit deletes serialcomm keys
Hi to all. Finally I have COM1 on wine apps. I symlinked ttyS0 and added these keys Code: [HARDWARE\\DEVICEMAP\\SERIALCOMM] "COM1"="COM1" "COM2"="COM2" But regedit deletes them. If I do this Code: wine regedit serial.reg wine regedit I see the keys. I open my program with regedit opened and I see com1 and com2 But If I close regedit, then keys
2003 Apr 13
1
wine-win2000-office-redhhat
I postep a msg before, I follewed some of the advices, I upgraded to Wine 20030408 and well for what has to do with winword the same, it opens a window saying that msi is needed (microsoft installer), so ideas about how to solve this.... please.. and well I installled the new wine from a rpm, I tryed to run sol.exe and runs ok, then I tryed to run photoshop.... and again noo way, for photo
2012 Mar 19
2
PlayOnLinux/PlayOnMac 4.0.16, wineprefix logging system
Hi everybody, As promised before and discused with dimesio here: http://forum.winehq.org/viewtopic.php?p=53507&sid=fd16c6e3e78e533cad6f00e0e4da99dc http://forum.winehq.org/viewtopic.php?t=14962 PlayOnLinux 4.0.16 has integrated a new log system, so that we can follow what happens in a wineprefix. Be careful, this announcement is here just to inform wine users and admins about the way it
2017 Dec 29
2
[PATCH 0/1] hivexregedit: add --max-depth option for exports
This new option allows you to only export what you care about from a registry hive by specifying a max recursion depth. Michael Meyer (1): hivexregedit: add --max-depth option for exports perl/lib/Win/Hivex/Regedit.pm | 14 ++++++++++++-- regedit/hivexregedit | 18 +++++++++++++++++- 2 files changed, 29 insertions(+), 3 deletions(-) -- 2.14.3 (Apple Git-98)
2020 Jan 16
0
[PATCH 1/2] Win::Hivex::Regedit: Accept CRLF line endings
--- perl/lib/Win/Hivex/Regedit.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/lib/Win/Hivex/Regedit.pm b/perl/lib/Win/Hivex/Regedit.pm index 34426f1..2b17036 100644 --- a/perl/lib/Win/Hivex/Regedit.pm +++ b/perl/lib/Win/Hivex/Regedit.pm @@ -144,6 +144,7 @@ sub reg_import # this is fairly common in pasted regedit files. $lineno++; chomp; + s/\r$//;
2020 Jan 16
1
[PATCH 2/2] Win::Hivex::Regedit: Ignore comments
--- perl/lib/Win/Hivex/Regedit.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl/lib/Win/Hivex/Regedit.pm b/perl/lib/Win/Hivex/Regedit.pm index 2b17036..f0dbb50 100644 --- a/perl/lib/Win/Hivex/Regedit.pm +++ b/perl/lib/Win/Hivex/Regedit.pm @@ -153,8 +153,8 @@ sub reg_import #print STDERR "reg_import: parsing <<<$_>>>\n";
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 because programs are not finding
2008 Aug 12
2
regedit changes are ignored
This is in relation to a printer problem I am having, but when I edit the registry using regedit or wine regedit /d "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows" the changes never get saved, the key is there the next type I look in regedit, any ideas?
2011 Nov 11
3
COPILOT Glucose Meter COM problem
I am a 62 year old beginner in Ubuntu. Thanks for any help, guidance, suggestions on this problem! I have used commands like the following to be certain that I have an active com port: dmesg | grep ttyS rm com1 ln -s /dev/ttyS0 com1 So I suspect the solution lies somewhere in WINE. If all else fails I will get a USB to SERIAL converter cable and try that. My wife has an Abbott Labs Freestyle
2017 Jun 23
0
Wine release 2.11
The Wine development release 2.11 is now available. What's new in this release (see below for details): - OpenGL support in the Android driver. - Support for security labels. - Relay debugging on ARM64. - More dictionary support in WebServices. - New registry file parser in RegEdit. - Various bug fixes. The source is available from the following locations:
2014 Jan 16
2
[PATCH 1/2] hivex: ruby: find files to install in correct directories when building out-of-tree
--- ruby/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruby/Makefile.am b/ruby/Makefile.am index b6654d3..e78ab59 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -51,7 +51,7 @@ RUBY_SITEARCH := $(shell $(RUBY) -rrbconfig -e "puts RbConfig::CONFIG['sitearchd install: $(MKDIR_P) $(DESTDIR)$(RUBY_SITELIB) $(MKDIR_P)
2002 Dec 07
1
need help installing wine...Please!
System: 1800+ athlon OS: Redhat 8.0 I downloaded the latest tar.gz file from the homepage "wine-20021125" un-tared it via tar -zxvf Wine-20021125.tar.gz.... then cd to wine-20021125. From the latter directory I try to run the ./tools/wineinstall "as a user" and get this error: [JoKeR@WhItEWidoW wine-20021125]$ ./tools/wineinstall /bin/bash: /root/.bashrc: Permission