Shirt Pocket Discussions  
    Home netTunes launchTunes SuperDuper! Buy Now Support Discussions About Shirt Pocket    

Go Back   Shirt Pocket Discussions > SuperDuper! > General
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 10-12-2006, 01:25 PM
ichiro ichiro is offline
Registered User
 
Join Date: Oct 2006
Posts: 11
> Will SuperDuper! launch if you just try with AppleScript?
I tried Applescript in the Japanese Language mode.

/Users/ichiro/Library/Application Support/SuperDuper!/Scheduled Copies/Smart Update Frog_HD_ichiro from Frog HD.sdsp/Copy Job.applescript

1. I open "Copy Job.applescript" with ScriptEditor.
2. I click the ScriptEditor's compile button.
3. I click the ScriptEditor's run button.
4. SD! starts up.
5. Script stops in the following places.

read theSettingsFile

-----------------------------------------------
set theSettingsFile to POSIX file sessionSettingFile
open for access theSettingsFile
set mySettings to read theSettingsFile
close access theSettingsFile
----------------------------------------------

This Script was the same result in the English mode.

However,"Copy Job.app" worked with English mode without trouble.
"Copy Job.app" doesn't work in the Japanese mode.

Last edited by ichiro; 10-13-2006 at 12:34 PM.
Reply With Quote
  #2  
Old 10-12-2006, 04:49 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
And you get no errors in the Console, ichiro?
__________________
--Dave Nanian
Reply With Quote
  #3  
Old 10-13-2006, 12:33 PM
ichiro ichiro is offline
Registered User
 
Join Date: Oct 2006
Posts: 11
> 5. Script stops in the following places.
AppleScript Editor's Error Message.

---------------------
AppleScript Error
End of file error.
---------------------

event log window
----------------------------
tell application "SuperDuper!"
get status
idle
end tell
tell current application
open for access file "Frog HD:Applications:AppleScript:Session Settings.sdss"
78
read file "Frog HD:Applications:AppleScript:Session Settings.sdss"
open for access file "Frog HD:Applications:AppleScript:Session Settings.sdss"
79
read file "Frog HD:Applications:AppleScript:Session Settings.sdss"
-----------------------------------------

Last edited by ichiro; 10-13-2006 at 12:50 PM.
Reply With Quote
  #4  
Old 10-13-2006, 03:53 PM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
Right; that's failing because "path to me" doesn't work when running the script in the script editor. The real question is whether or not we can launch and run SuperDuper! when in Japanese mode.

So, what I'd suggest is -- in Terminal, in Japanese mode, with SuperDuper! not running -- running the following:

Code:
osascript
tell application "SuperDuper!" to launch
Then press Control-d. That *should* launch SuperDuper. Does it?
__________________
--Dave Nanian
Reply With Quote
  #5  
Old 10-14-2006, 02:50 AM
ichiro ichiro is offline
Registered User
 
Join Date: Oct 2006
Posts: 11
I tried osascript in Terminal,in Japanese mode.
SuperDuper! was launched.
Reply With Quote
  #6  
Old 10-14-2006, 09:38 AM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
OK. Please open the Console application and clear it. Then, try to run the Copy Job application (in its normal location, with "open").

Send me anything that appears in the system.log or console.log...
__________________
--Dave Nanian
Reply With Quote
  #7  
Old 10-17-2006, 10:18 AM
ichiro ichiro is offline
Registered User
 
Join Date: Oct 2006
Posts: 11
I tried to run Copy Job application in English mode.
SD! worked with English mode without trouble.

Command in Terminal
-----------------------
$ open file:///Users/ichiro/Library/Application\%20Support/SuperDuper\%21/Scheduled\%20Copies/Copy\%20Newer\%20files\%20from\%20Frog\%20HD\%20to \%20BackupImage01.sdsp/Copy\%20Job.app
-----------------------

syslog
-----------------------------
Oct 17 22:48:20 mac-mini KernelEventAgent[32] <Notice>: tid 00000000 received unknown event (256)
Oct 17 22:48:20 mac-mini sudo <Notice>: root : TTY=unknown ; PWD=/ ; USER=ichiro ; COMMAND=/usr/bin/hdiutil create -size 102264.06m -fs HFS+J -type SPARSE -volname BackupImage01 -ov /Users/Shared/BackupImage01.sparseimage
Oct 17 22:48:26 mac-mini sudo <Notice>: root : TTY=unknown ; PWD=/ ; USER=ichiro ; COMMAND=/bin/chmod 0664 /Users/Shared/BackupImage01.sparseimage
Oct 17 22:48:28 mac-mini sudo <Notice>: root : TTY=unknown ; PWD=/ ; USER=ichiro ; COMMAND=/bin/echo /dev/disk3s2
Oct 17 22:48:28 mac-mini KernelEventAgent[32] <Notice>: tid 00000000 received unknown event (256)
-------------------------

However,"Copy Job.app" doesn't work in the Japanese mode.
SD was no reaction.
SD dosen't launch.
Nothing was recorded in syslog.

Last edited by ichiro; 10-17-2006 at 10:21 AM.
Reply With Quote
Reply


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

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 -4. The time now is 09:10 AM.


Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.