Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

[RESOLVED] Mounting Issues AGAIN... (SSF)


uberpubert69

Recommended Posts

Yeah the free version only allows 4 drives at a time. You need to buy in for more.

Also curious, where did you find dtools 4? I could really use a copy for testing...

Link to comment
Share on other sites

Sorry to derail the topic - but as a matter of interest, why would you mount more than one image at a time?

Just curious, cos designing something that relies on DT tools - and at the moment, because of DTools 5 design - only compatible if mount 1 image

I don' try to mount 5 images in the same time. Yes my english is very bad.

Let's say i want try some saturn games; after 4 or 5 mounted games i have to restart the pc to mount more isos.

Daemon tools 4.49

http://www.cloodl.com/telecharger/D/DAEMON-Tools-Lite_4.49.1-12.html

Link to comment
Share on other sites

Yeah, well in that case, you need to enable unmount all in dt settings and change your unmount command to -unmount_all

  • Like 1
Link to comment
Share on other sites

Yeah, well in that case, you need to enable unmount all in dt settings and change your unmount command to -unmount_all

So do you have any idea what I'm doing wrong? My commands and paths and everything are correct...

With Mount as:

-mount dt, "[RomPathFull]"

And Unmount as:

-unmount E or -unmount_all 

It does absolutely nothing now. Not even errors. My Runitgame.bat looks like this :

chcp 65001Q:CD "Q:\Emulators\SSF"@echo.@echo@echo.@echo.@echo ssf.exe [DTLoader]@echo.@[email protected] [DTLoader]

My dtlog looks like this:

4/27/2015 1:09:43 AM : Virtual Drive Loader (Version: 1.1.8)

4/27/2015 1:09:43 AM : Diagnostics: Begin system enumeraion...

4/27/2015 1:09:43 AM : OS: Microsoft Windows 7 Ultimate

4/27/2015 1:09:43 AM : Version: 6.1.7601

4/27/2015 1:09:43 AM : Build: 7601

4/27/2015 1:09:43 AM : Total RAM: 7372 MB

4/27/2015 1:09:43 AM : Available RAM: 3002 MB

4/27/2015 1:09:45 AM : CPU: AMD A10-5800K APU with Radeon HD Graphics

4/27/2015 1:09:45 AM : Video Card: AMD Radeon HD 7700 Series

4/27/2015 1:09:45 AM : Video Driver: 14.501.1003.0

4/27/2015 1:09:45 AM : Video RAM: 2048 MB

4/27/2015 1:09:45 AM : Video Card: AMD Radeon HD 7660D + HD 7700 Dual Graphics

4/27/2015 1:09:45 AM : Video Driver: 14.501.1003.0

4/27/2015 1:09:45 AM : Video RAM: 768 MB

4/27/2015 1:09:45 AM : Sound Card: USB Audio Device

4/27/2015 1:09:45 AM : Sound Card: AMD High Definition Audio Device

4/27/2015 1:09:45 AM : Sound Card: Realtek High Definition Audio

4/27/2015 1:09:45 AM : .NET: .NET Framework 2.0 Installed

4/27/2015 1:09:45 AM : .NET: .NET Framework 4.0 Installed

4/27/2015 1:09:45 AM : Diagnostics: System enumeraion completed successfully!

4/27/2015 1:09:45 AM : GameEx14.06 initialized OK!

4/27/2015 1:09:45 AM : [DEBUG] Getting virtual drive info...

4/27/2015 1:09:45 AM : [DEBUG] RESULT: XML(READ_EXE) - Nothing here!

4/27/2015 1:09:45 AM : [DEBUG] Daemon Tools Path=C:\Program Files (x86)\DAEMON Tools Lite\DTLite.exe

4/27/2015 1:09:45 AM : [DEBUG] Alcohol not found!

4/27/2015 1:09:45 AM : [DEBUG] Virtual Clone Drive not found!

4/27/2015 1:09:45 AM : [DEBUG] Finished building virtual drives!

4/27/2015 1:09:45 AM : Plugin was initialized successfully!

4/27/2015 1:09:45 AM : [DEBUG] Checking for valid drive...

4/27/2015 1:09:45 AM : [DEBUG] Drive check OK!

(That's after running astal from GameEx)

VDL wont let me run the bat so I can see what it's doing.

Here's my GameEx.ini:GameEx.ini

I just made a batch file to mount my ISO outside of GameEx using this command and it mounts the ISO. I think its your VDL that isn't working right. Only difference from my batch and GameEx is my ISO is un7zipped already and I'm not using VDL.

start /d "C:\Program Files (x86)\DAEMON Tools Lite" DTLite.exe -mount dt, E, "Q:\Roms\Sega Saturn\Roms\Astal (U)(Saturn)\Astal (U).mdf"
Link to comment
Share on other sites

Ok thanks.

After fooling around with all the different commands in and out of GameEx and trying out that batch (like I've said before I suck at stuff like commands/command line stuff) and seeing that my Daemon Tools can accept commands (and the right ones), I feel pretty confident you'll find a solution and even if you can't figure it out I'm really grateful that you tried. :)

Link to comment
Share on other sites

This should do it.

I'll be adding the delay for SCSI drives next.

attachicon.gifDT_Loader.zip

Thank you for the help man, but it seems to be behaving the same. I see it pause in debug but nothing happens still.

I think it has something to do with the commands either [DTLoader] does not work (in the GameEx config) or -Mount "[RomPathFull]" does not work (In VDL Plugin). Because VDL doesn't even recognize that it even tried to do any sort of mounting/unmounting command (The Launch Bat file button is greyed out and says last run: no data yet).

GameEx.ini

log.txt

dtloader.rar

Here's what my runit.bat says:

chcp 65001

C:

CD C:\Users\Kerry\AppData\Local\Temp\Unzipped7-Zip

"C:\GameEx\7za.exe" l "Q:\Roms\Sega Saturn\Roms\Albert Odyssey - Legend of Eldean (U)(Saturn)\Albert Odyssey - Legend of Eldean (U).7z" > "C:\Users\Kerry\AppData\Local\Temp\Unzipped7-Zip\list.txt"

Here is my Runitgame.bat:

chcp 65001

Q:

CD "Q:\Emulators\SSF"

@echo.

@echo

@echo.

@echo.

@echo ssf.exe [DTLoader]

@echo.

@echo

@echo.

PAUSE

ssf.exe [DTLoader]

I looked here http://daemon-help.com/en/additionally/command_line to try and understand the DT commands better. Don't know if you've already looked at that or not, or if that'd help at all.

Link to comment
Share on other sites

Well your log says it's crashing before it even tries to run. Please disable all other plugins and try it again. If it works we'll have to look elsewhere.

I feel like this is an issue with something else and I'm not seeing it in either my local or my development machine.

  • Like 1
Link to comment
Share on other sites

So it sounds like this is where we currently stand with SSF? Carry on gents. :D




I first disabled Quick Launch, and was able to get 1 game to mount and then it stopped working after that. I then disabled the GameInfo plugin and now it mounts and unmounts my Saturn ISOs. :)


Link to comment
Share on other sites

Yeah, this thread should probably be closed and marked resolved. Which I will now do.

Link to comment
Share on other sites

Yeah, this thread should probably be closed and marked resolved. Which I will now do.

Heh, I thought the same thing, but uber sent me a message saying that it wasn't resolved so I unlocked it again. I'll include you on the PM, LOL. Embrace the chaos! :lol:
Link to comment
Share on other sites

He said Saturn mounts and unmounts which meant to me that it's resolved, but whatevs. :)

My plugin is working, I verified it's working on my machine, and he said it's working on his.

So if that's not the case then I guess we're back at square one. :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...