search for: regedit

Displaying 20 results from an estimated 1133 matches for "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 windows/wine-20010510/winedefault.reg and got Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Could not stat /mnt/cdrom (No suc...
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...
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: http://dl.winehq.org/wine/source/2.x/wine-2.12.tar.xz http://mirrors.ibiblio.org/wine/source/2.x/wine-2.12.tar.xz Binary packages for various...
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. However these files are n...
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 a real problem since regedit runs fine not as root, but well... Second issue: I cannot rename keys in regedit. I need to create a Dir...
2005 Mar 12
0
regedit fails
...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 exception (thread 0009), starting debugger... WineDbg starting on pid 0x8 fixme:dbghelp:SymLoadModule should have successfully loaded some debug information for image C:\windows\regedit.exe Unhandled exception: page fault on read access to 0x47...
2007 Mar 13
1
Adding a dir to PATH without using regedit (for an NFS install)
...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" and add the ActivePerl directory manually to the HKEY_CURRENT_USER/Environment/Path variable. Is there please a way for adding "c:\Perl\bin" to the %Path% without regedit, so that I could do it in wineprefixcreate? Regards Alex PS: I've also searched the source code for the s...
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 disappears...
2003 Apr 13
1
wine-win2000-office-redhhat
...o 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 shop it is giving me: ERROR: You need to merge the 'winedefault.reg' file into your Wine registry by running: `regedit winedefault.reg' fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057! fixme:ole:CoCreateInstance no classfactory created for CLSID {00021401-0000-0000-c000-000000000046}, hres is 0x80040154 wine: Unhandled exception, starting debugger... ERROR: You need to merge the 'winedef...
2012 Mar 19
2
PlayOnLinux/PlayOnMac 4.0.16, wineprefix logging system
...file_copyW Unsupported style(s) 0x144 err:setupapi:do_file_copyW Unsupported style(s) 0x144 err:setupapi:do_file_copyW Unsupported style(s) 0x144 (...) (I've removed some line to same spaces on the forum) err:setupapi:do_file_copyW Unsupported style(s) 0x144 [03/17/12 17:18:18] - Running wine- regedit /Users/Tinou/Library/PlayOnMac//tmp/override-dll.reg [03/17/12 17:18:18] - Content of /Users/Tinou/Library/PlayOnMac//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\Software\Wine\DllOverrides] "*d3dx9_24"="native, builtin" ----------- wine(11166,0x40835e00) mallo...
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 re...
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...
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 installed packages. TIA, -- Declan Moriarty <junk_mail@iol.ie>
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
...tried all day to get it to work on a Dell XP converted to Ubuntu (Gnu/Linux) which d...oes have an RS232 and TERMINAL commands indicate that the system recognizes that COM port. I am running COPILOT with WINE (which lets Windows programs run under Ubuntu). I have yet to master the secrets of Wine REGEDIT: WINE Regedit If I navigate to .wine and then to drive_c and then to windows I can issued the REGEDIT command and edit the wine registry and navigate to the HKEY_LOCAL_MACHINE -> HARDWARE -> DESCRIPTION -> SERIALCOMM I have tried to add "COM1"="COM1" to that SERIALCO...
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: http://dl.winehq.org/wine/source/2.x/wine-2.11.tar.xz http://mirrors.ibiblio.org/wine/source/2.x/wine-2.11.tar.xz Binary packages for various distributions will be available from: http://www.winehq.org/download...
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!
...this is not advisable. Please rerun as a user." echo "Aborting." exit 1 This got me future then running as a user ,"which would not run at all", but stills has problems. When i run wineinstall now it starts doing its magic but stops with this error. Compiling regedit... gcc -c -I. -I. -I../../include -I../../include -I../../include/msvcrt -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT -D_REENTRANT -o regedit.o regedit.c gcc -c -I. -I. -I../../include -I../../include -I../../include/msvcrt -g -O2 -Wall -mprefer...