English Amiga Board


Go Back   English Amiga Board > Support > New to Emulation or Amiga scene

 
 
Thread Tools
Old 22 October 2004, 13:26   #1
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
adfview problems

Hi I use adfview on xp, to view/copy files to .adf images.

But now the program can no longer open .adf images so hence I can't copy/view files into and out of .adf. Which really does limit my emulation. I dont use it 100% for games.

I was wondering if this is because I installed the latest MS security update, and it may have upped the security to registry files or something.

any ideas or alternatives?
redblade is offline  
Old 23 October 2004, 01:10   #2
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
i tried that first.

still same problem =[
redblade is offline  
Old 24 October 2004, 13:42   #3
pjhutch
Peter
 
pjhutch's Avatar
 
Join Date: Oct 2004
Location: Sowerby Bridge,UK
Age: 57
Posts: 102
ADFView

Load Notepad and enter following:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.adf]
@="ADFView"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.adf\ShellNew]
"Command"="RUNDLL32 C:\\WINDOWS\\System32\\ShellExt\\AdfView.dll,ShellNew %2"

then save as a adfview.reg file and run it and see if that fixes it.
pjhutch is offline  
Old 25 October 2004, 00:11   #4
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
no sorry didn't do much.

The .adf images (AmigaDOS) still don't open.
redblade is offline  
Old 25 October 2004, 09:13   #5
§ane
Registered User
 
Join Date: Jul 2001
Location: .
Age: 44
Posts: 246
OK, I'll just assume for a moment that the setup program fulfilled it's task and ADFView is installed.

It could be a simple file extension conflict. From the Registry (regedit.exe), try removing any relevant user-made file type associations of which ADFView does not assign itself, namely those below.

[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.adf]
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.hdf]

Next, try manually un-registering and then re-registering the ADFView Shell Extension.

First, be sure that the files "AdfView.dll" "AdfView.hlp" "AdfView.cnt" "stdboot.bbk" exist at the correct location, that being "%SystemRoot%\system32\ShellExt\".

At "Run..." or a CMD prompt, issue the following commands.

REGSVR32 /u "%SystemRoot%\system32\ShellExt\AdfView.dll"
REGSVR32 "%SystemRoot%\system32\ShellExt\AdfView.dll"

Else, ADFOpus.
§ane is offline  
Old 25 October 2004, 10:33   #6
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
Quote:
Originally Posted by §ane
OK, I'll just assume for a moment that the setup program fulfilled it's task and ADFView is installed.
Yes that is correct.

Quote:
Originally Posted by §ane
It could be a simple file extension conflict. From the Registry (regedit.exe), try removing any relevant user-made file type associations of which ADFView does not assign itself, namely those below.

[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.adf]
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.hdf]
Yeah it was registered to Winuae so I deleted it. (the registry that is).

Quote:
Originally Posted by §ane
Next, try manually un-registering and then re-registering the ADFView Shell Extension.

First, be sure that the files "AdfView.dll" "AdfView.hlp" "AdfView.cnt" "stdboot.bbk" exist at the correct location, that being "%SystemRoot%\system32\ShellExt\".
Yes those are in the dir.

Quote:
Originally Posted by §ane
At "Run..." or a CMD prompt, issue the following commands.

REGSVR32 /u "%SystemRoot%\system32\ShellExt\AdfView.dll"
REGSVR32 "%SystemRoot%\system32\ShellExt\AdfView.dll"

Else, ADFOpus.
Yeah I tried the run cmd and doing the REGSVR32. just said it had be unregd and then regd again (as you would expect).

ADFOpus does work, but it is alot more effort then adfView =[
redblade is offline  
Old 25 October 2004, 17:49   #7
§ane
Registered User
 
Join Date: Jul 2001
Location: .
Age: 44
Posts: 246
And still nothing?

Invoke ADFView (in)directly with a command such as:

explorer /root,{2B3256E4-49DF-11D3-8229-0080AE509054},"C:\Another World.adf"

Substitute "C:\Another World.adf" with the full path and file name of any ADOS formatted ADF or HDF on your computer. Then report the result here.
§ane is offline  
Old 26 October 2004, 00:54   #8
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
nothing happened. it just went to a newline. =[
redblade is offline  
Old 26 October 2004, 05:10   #9
§ane
Registered User
 
Join Date: Jul 2001
Location: .
Age: 44
Posts: 246
Cut 'n' Paste the code below into some DOS text editor (e.g. Notepad) and save it with a .reg extension, and then import/merge it into the Registry.

IF it does NOT import successfully, then your User needs Administrators' priviliges.

The Registry data below encompasses all ADFView entries from a first install (and then some).

IMPORTANT: It assumes %WINDIR% expands to "C:\WINDOWS", not "C:\WINNT", for example.

Code:
REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer]
"EnforceShellExtensionSecurity"=-

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"EnforceShellExtensionSecurity"=-

[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.adf]
[-HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.hdf]

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509054}]

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509054}\DefaultIcon]

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509054}\InprocServer32]

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509054}\ShellFolder]
"Attributes"=dword:E8000100

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509054}\InprocServer32]
@="C:\\WINDOWS\\system32\\ShellExt\\AdfView.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509054}\DefaultIcon]
@="C:\\WINDOWS\\system32\\ShellExt\\AdfView.dll"

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509054}]
@="Amiga Disk File"
"InfoTip"="ADF File"
"EditFlags"=hex(3):00,00,01,00

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509055}]

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509055}\InprocServer32]
@="C:\\WINDOWS\\system32\\ShellExt\\AdfView.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509055}]
@="Amiga Disk File View"

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509056}]

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509056}\InprocServer32]
@="C:\\WINDOWS\\system32\\ShellExt\\AdfView.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509056}]
@="ADFView Property Sheet"

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509058}]

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509058}\InprocServer32]
@="C:\\WINDOWS\\system32\\ShellExt\\AdfView.dll"
"ThreadingModel"="Apartment"

[HKEY_CLASSES_ROOT\CLSID\{2B3256E4-49DF-11D3-8229-0080AE509058}]
@="ADFView Drop Handler"

[HKEY_CLASSES_ROOT\.adf]

[HKEY_CLASSES_ROOT\.adf\ShellNew]
"Command"="RUNDLL32 C:\\WINDOWS\\system32\\ShellExt\\AdfView.dll,ShellNew %2"

[HKEY_CLASSES_ROOT\.adf]
@="ADFView"

[HKEY_CLASSES_ROOT\.hdf]
@="ADFView"

[HKEY_CLASSES_ROOT\ADFView]

[HKEY_CLASSES_ROOT\ADFView\CLSID]

[HKEY_CLASSES_ROOT\ADFView\Shell]

[HKEY_CLASSES_ROOT\ADFView\Shell\explore]

[HKEY_CLASSES_ROOT\ADFView\Shell\explore\Command]
@="explorer /e,/root,{2B3256E4-49DF-11D3-8229-0080AE509054},%1"

[HKEY_CLASSES_ROOT\ADFView\Shell\open]

[HKEY_CLASSES_ROOT\ADFView\Shell\open\Command]
@="explorer /root,{2B3256E4-49DF-11D3-8229-0080AE509054},%1"

[HKEY_CLASSES_ROOT\ADFView\ShellEx]

[HKEY_CLASSES_ROOT\ADFView\ShellEx\DropHandler]

[HKEY_CLASSES_ROOT\ADFView\ShellEx\PropertySheetHandlers]

[HKEY_CLASSES_ROOT\ADFView\ShellEx\PropertySheetHandlers\{2B3256E4-49DF-11D3-8229-0080AE509056}]
@=""

[HKEY_CLASSES_ROOT\ADFView\ShellEx\DropHandler]
@="{2B3256E4-49DF-11D3-8229-0080AE509058}"

[HKEY_CLASSES_ROOT\ADFView\CLSID]
@="{2B3256E4-49DF-11D3-8229-0080AE509054}"

[HKEY_CLASSES_ROOT\ADFView]
@="Amiga Disk File"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved]
"{2B3256E4-49DF-11D3-8229-0080AE509054}"="Amiga Disk File"
"{2B3256E4-49DF-11D3-8229-0080AE509056}"="ADFView Property Sheet"
"{2B3256E4-49DF-11D3-8229-0080AE509058}"="ADFView Drop Handler"
That is all the help I can offer, unless you can provide more information, perhaps a list of all Windows updates (Service Packs and Hotfixes) installed on your system. See: WinUpdatesList
§ane is offline  
Old 26 October 2004, 09:10   #10
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
FileList N/A Windows Media Player http://support.microsoft.com/?kbid=FileList
FileList N/A Windows Media Player http://support.microsoft.com/?kbid=FileList
KB811113 Windows XP Service Pack 2 User 10/19/2004 Service Pack Windows XP http://support.microsoft.com/?kbid=811113 C:\WINDOWS\$NtServicePackUninstall$\spuninst\spuninst.exe
KB834707 Windows XP Hotfix - KB834707 Useri 10/23/2004 20040929.110854 Update Windows XP http://support.microsoft.com/?kbid=834707 C:\WINDOWS\$NtUninstallKB834707$\spuninst\spuninst.exe
KB834707-IE6SP1-20040929.091901 Windows XP Hotfix - KB834707 User 10/15/2004 Update Internet Explorer 6 http://support.microsoft.com/?kbid=8...0040929.091901 C:\WINDOWS\$NtUninstallKB834707-IE6SP1-20040929.091901$\spuninst\spuninst.exe
KB885884 Windows XP Hotfix - KB885884 User 10/23/2004 20040924.025457 Update Windows XP http://support.microsoft.com/?kbid=885884 C:\WINDOWS\$NtUninstallKB885884$\spuninst\spuninst.exe
Q828026 Windows Media Player Hotfix [See Q828026 for more information] User 3/17/2004 Update Windows Media Player http://support.microsoft.com/?kbid=828026 C:\WINDOWS\$NtUninstallQ828026$\spuninst\spuninst.exe
SP1 N/A DirectX http://support.microsoft.com/?kbid=SP1

er hope that helps a bit. Your words of advice didn't do much help. Still the same results.
redblade is offline  
Old 26 October 2004, 12:56   #11
§ane
Registered User
 
Join Date: Jul 2001
Location: .
Age: 44
Posts: 246
Not one of those updates break ADFView, unfortunately! Going by what you said in your initial post, I had to explore that avenue, to be sure.

Let's have a look at your running processes, if you're game?

At the CMD prompt, enter:

TASKLIST /SVC

(Paste the output between CODE tags, so it's easy to read.)

I don't expect to find the culprit, but y'never know.
§ane is offline  
Old 26 October 2004, 23:55   #12
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
windows can not find the command tasklist.
redblade is offline  
Old 27 October 2004, 04:10   #13
§ane
Registered User
 
Join Date: Jul 2001
Location: .
Age: 44
Posts: 246
Bugger, either you have a butchered version of Windows or XP Home (one and the same, heh). TASKLIST.EXE is present only in XP Pro. Never mind, moving on.

Question, are you able to create a New->"Amiga Disk File" as you would create a New->"Folder" via the right-click shortcut menu?

This would indicate whether the DLL is being loaded or not at all, and tell us whereabouts to look next for the problem.

Well, I've tried to help all I can, short of debugging the program itself, but I don't have the time for that, sorry.
§ane is offline  
Old 27 October 2004, 11:24   #14
redblade
Zone Friend
 
redblade's Avatar
 
Join Date: Mar 2004
Location: Middle Earth
Age: 40
Posts: 2,127
Yes I am using Windows XP Home came free with my laptop.

Yes I can create a new disk file.
redblade is offline  
Old 23 June 2023, 10:18   #15
braunaudio
Registered User
 
Join Date: Dec 2020
Location: Sunbury
Posts: 10
Apologies for resurrecting such an old thread, but had the same thing happen to me after installing Amiga Forever.

The Cut'n'Paste option worked (with an additional step) for me.

After applying the reg file, I then re-installed AdfView, and it's now working as it was before.
braunaudio is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
ADFview HD floppy emufan support.WinUAE 4 07 February 2013 14:52
Anyone had any luck with ADFView? MethodGit Amiga scene 1 25 September 2010 23:27
Personal project: EEEPC, Gamebase and WINAUE: problems problems butter100fly project.MAGE 15 09 August 2009 10:51
ADFView 'NULL' error. MidJasper support.Apps 0 22 February 2007 12:36
GUI refresh problems + OpenGL Speed Problems in 0.821r4 Danny Bacon support.WinUAE 1 07 June 2002 18:57

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 21:00.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.10296 seconds with 15 queries