[Bug 257979] [NEW] Canon-Cr2 can't save file?

2008-08-14 Thread Gabriel Fonseca Engel
Public bug reported:

Binary package hint: magicrescue

I have installed many exifs and everything else. I'm trying to recover 70 CR2 
files in a 20Gb partition.
Is there any extra package to be installed for the canon-cr2 recipe to work? 

# magicrescue -r canon-cr2 -d /media/disk/Photos/bkp3 /dev/sda1 -M io
i /dev/sda1
Found canon-cr2 at 0x9193000
Cannot decode file /media/disk/Photos/bkp3/09193000-0.CR2
No output file
Found canon-cr2 at 0x99A3000
Cannot decode file /media/disk/Photos/bkp3/099A3000-0.CR2
No output file
Found canon-cr2 at 0xAF0C000
Cannot decode file /media/disk/Photos/bkp3/0AF0C000-0.CR2
No output file
Found canon-cr2 at 0xB813000
Cannot decode file /media/disk/Photos/bkp3/0B813000-0.CR2
No output file
Found canon-cr2 at 0xC009000
Cannot decode file /media/disk/Photos/bkp3/0C009000-0.CR2
No output file
Found canon-cr2 at 0xE802000
Cannot decode file /media/disk/Photos/bkp3/0E802000-1.CR2
No output file
Found canon-cr2 at 0xFC13000
Cannot decode file /media/disk/Photos/bkp3/0FC13000-0.CR2
No output file
Found canon-cr2 at 0x10101000
Cannot decode file /media/disk/Photos/bkp3/10101000-0.CR2
No output file
Found canon-cr2 at 0x11BAB000
Cannot decode file /media/disk/Photos/bkp3/11BAB000-0.CR2
No output file
Found canon-cr2 at 0x129E2000
Cannot decode file /media/disk/Photos/bkp3/129E2000-0.CR2
No output file
Found canon-cr2 at 0x13727000
Cannot decode file /media/disk/Photos/bkp3/13727000-0.CR2
No output file

magicrescue: killed by signal 2 at offset 0x1E65E690 in file /dev/sda1

** Affects: magicrescue (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Canon-Cr2 can't save file?
https://bugs.launchpad.net/bugs/257979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257979] Re: Canon-Cr2 can't save file?

2008-08-14 Thread Gabriel Fonseca Engel
** Description changed:

  Binary package hint: magicrescue
  
  I have installed many exifs and everything else. I'm trying to recover 70 CR2 
files in a 20Gb partition.
  Is there any extra package to be installed for the canon-cr2 recipe to work? 
  
  # magicrescue -r canon-cr2 -d /media/disk/Photos/bkp3 /dev/sda1 -M io
  i /dev/sda1
  Found canon-cr2 at 0x9193000
  Cannot decode file /media/disk/Photos/bkp3/09193000-0.CR2
  No output file
  Found canon-cr2 at 0x99A3000
  Cannot decode file /media/disk/Photos/bkp3/099A3000-0.CR2
  No output file
  Found canon-cr2 at 0xAF0C000
  Cannot decode file /media/disk/Photos/bkp3/0AF0C000-0.CR2
  No output file
  Found canon-cr2 at 0xB813000
  Cannot decode file /media/disk/Photos/bkp3/0B813000-0.CR2
  No output file
  Found canon-cr2 at 0xC009000
  Cannot decode file /media/disk/Photos/bkp3/0C009000-0.CR2
  No output file
  Found canon-cr2 at 0xE802000
  Cannot decode file /media/disk/Photos/bkp3/0E802000-1.CR2
  No output file
  Found canon-cr2 at 0xFC13000
  Cannot decode file /media/disk/Photos/bkp3/0FC13000-0.CR2
  No output file
  Found canon-cr2 at 0x10101000
  Cannot decode file /media/disk/Photos/bkp3/10101000-0.CR2
  No output file
  Found canon-cr2 at 0x11BAB000
  Cannot decode file /media/disk/Photos/bkp3/11BAB000-0.CR2
  No output file
  Found canon-cr2 at 0x129E2000
  Cannot decode file /media/disk/Photos/bkp3/129E2000-0.CR2
  No output file
  Found canon-cr2 at 0x13727000
  Cannot decode file /media/disk/Photos/bkp3/13727000-0.CR2
  No output file
  
  magicrescue: killed by signal 2 at offset 0x1E65E690 in file /dev/sda1
+ 
+ 
+ ---
+ 
+ Added a printf to extract.c to check which program was being used:
+ 
+ magicrescue-20080803# ./magicrescue -r canon-cr2 -d /media/disk/Photos/bkp3 
/dev/sda1
+ Found canon-cr2 at 0x9193000
+ Cannot decode file /media/disk/Photos/bkp3/09193000-0.CR2
+ dd bs=1024k count=30 of="$1" 2>/dev/null; dcraw -i "$1" || rm -f "$1"
+ No output file
+ Found canon-cr2 at 0x99A3000
+ Cannot decode file /media/disk/Photos/bkp3/099A3000-0.CR2
+ dd bs=1024k count=30 of="$1" 2>/dev/null; dcraw -i "$1" || rm -f "$1"
+ No output file
+ 
+ The question is... I do have dcraw install in my ubuntu. Still
+ debuging...

-- 
Canon-Cr2 can't save file?
https://bugs.launchpad.net/bugs/257979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257979] Re: Canon-Cr2 can't save file?

2008-08-14 Thread Gabriel Fonseca Engel
OK.. Kind of understood. Dcraw couldn't process the file and deleted
(acording to the command: dcraw -i "$1" || rm -f "$1", "do or die")

I removed the rm -f part, just to save the raw information... Maybe one
day I can recover the pictures. Maybe I'll try with ufraw.

=/

Thanks for the program. Simply great!

** Changed in: magicrescue (Ubuntu)
   Status: New => Invalid

-- 
Canon-Cr2 can't save file?
https://bugs.launchpad.net/bugs/257979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257979] Re: Canon-Cr2 can't save file?

2008-08-14 Thread Gabriel Fonseca Engel
ufraw didn't budge.. same error.

-- 
Canon-Cr2 can't save file?
https://bugs.launchpad.net/bugs/257979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 257979] Re: Canon-Cr2 can't save file?

2008-08-14 Thread Gabriel Fonseca Engel
Thanks for the help Daniel! 
Just set the count to 50... but I don't think I'll recover my files =/ 

All my best pictures from Dublin!! *snif*

-- 
Canon-Cr2 can't save file?
https://bugs.launchpad.net/bugs/257979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 870616] Re: Can't run Fireworks 8 regression: Exception frame is not in stack limits => unable to dispatch exception

2011-10-17 Thread Gabriel Fonseca Engel
Same Bug here:

Fireworks 8  $ wine Fireworks.exe 
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the 
registry for bias 180, std (d/m/y): 20/02/2011, dlt (d/m/y): 16/10/2011
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 00110060
err:seh:raise_exception Exception frame is not in stack limits => unable to 
dispatch exception.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/870616

Title:
  Can't run Fireworks 8 regression: Exception frame is not in stack
  limits => unable to dispatch exception

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.3/+bug/870616/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs