Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Nero 7 - won't burn image from cue sheet (Read 5702 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Nero 7 - won't burn image from cue sheet

I have just purchased Nero 7 and downloaded latest update to 7.5.7.0. I have a couple of files named cdimage.ape and cdimage.cue (which points to the ape file). I have also installed the ape plugin.

when I try to burn the image to CD, nero appears to hang for somewhere between 30 seconds and a minute and then I get the error message "nero.exe has encountered a problem and needs to close".

I see this was a problem with an earlier version of V7 of Nero, but was fixed. Is anyone else having this problem and any ideas how to overcome it. I have written to nero support but no response as yet.

Regards
G

Nero 7 - won't burn image from cue sheet

Reply #1
I am also trying to load 18 track CueSheet pointiong to single 40 minute stereo 44100 Hz VBR Mp3 file to Nero 6.6.14 without any success. It loads one of th CPUs for 100% for half minute then idles to 2-6%. The application stops redrawing its window. It seems like it analyzes whole 40 minute file for each track. I put the file on the network to see if there is file access activity during hang process. It is present - it reads something constantly at 2.5% of 100Mbits. Anyway this is terribly time consuming. Probably easyer is to expand mp3 or ape to wav temporarily and edit cue file respectively. While I was writing this message, it stopped reading and loaded cpu at 100% for few seconds and then start pumping again, probably it has finished the first track out of 18. I was using Feurio all the time. Now I am moving away from it because it does not support 9 writers.
By the way anybody knows program able to burn single mp3 cuesheet to nine Pioneers DVR-111D? Multiple mp3 can be burned without any cuesheet, just by dragging to window. Just one has to select last file then shift click first one, otherwise they will have a wrong order.

Oh! When I finished the message and reread it the Nero finished loading project. Now I am burning it to disk image, but it seams it has stopped at 21%. At the end it finished burning in 16 minutes

I also wrote a Word Basic macro which converts Feurio *.CDL to CueSheet:

Code: [Select]
Sub MAIN
StartOfDocument
EditFind .Find = "W:*^013", .Replace = "", .Direction = 0, .MatchCase = 0, .PatternMatch = 1, .SoundsLike = 0, .Format = 0, .Wrap = 0
If EditFindFound() Then
  Mp3Name$ = Selection$()
  FileNew : Insert Mid$(Mp3Name$, 3)
  EditClear - 1
  StartOfDocument
  EditReplace .Find = "\\", .Replace = "\", .Direction = 0, .MatchCase = 0, .PatternMatch = 0, .SoundsLike = 0, .ReplaceAll, .Format = 0, .Wrap = 0
  EditSelectAll
  CharLeft 1, 1
  Mp3Name$ = Selection$()
  FileClose 2
  Path$ = FileNameInfo$(Mp3Name$, 5)
  ChDir Path$
  CueName$ = FileNameInfo$(Mp3Name$, 4) + ".cue"
  Open CueName$ For Output As #1
  Print #1, "FILE " + Chr$(34) + FileNameInfo$(Mp3Name$, 2) + Chr$(34) + " MP3"
  Print #1, Cue$ + "TRACK 01 AUDIO"
  Print #1, "INDEX 01 00:00:00"
  CharLeft
  EditFind .Find = "E:[0-9]{1;9}^013", .Replace = "", .Direction = 0, .MatchCase = 0, .PatternMatch = 1, .SoundsLike = 0, .Format = 0, .Wrap = 0
  Track = 1
  While EditFindFound()
    Position = Val(Mid$(Selection$(), 3)) / 44100
    Track = Track + 1
    Track$ = Right$("0" + LTrim$(Str$(Track)), 2)
    Min = Int(Position / 60)
    Min$ = Right$("0" + LTrim$(Str$(Min)), 2)
    Sec = Int(Position - Min * 60)
    Sec$ = Right$("0" + LTrim$(Str$(Sec)), 2)
    Hun = Position - Int(Position)
    Hun$ = Right$("0" + LTrim$(Str$(Int(Hun * 75))), 2)
    Print #1, "TRACK " + Track$ + " AUDIO"
    Print #1, "INDEX 01 " + Min$ + ":" + Sec$ + ":" + Hun$
    RepeatFind
  Wend
  Close
EndIf
End Sub


CDRWin 3.9C is capable of burning cue sheets to multiple drives, but it does not support Pioneer 111D. Does anybody know how to hack into its supported drive database? Is there a way to rename a burner to make a program to think it supports it?

Nero 7 - won't burn image from cue sheet

Reply #2
Have you tried using Burrrn?

Nero 7 - won't burn image from cue sheet

Reply #3
Promising program, but
1) no multiple drive support
2) it does not work. When I drag a cuesheet to it nothing happens. When I open cueshet with right mouse click on cuesheet and choose burrrn - program loads but nothing happens - burn button stays dim and list looks empty.


Nero 7 - won't burn image from cue sheet

Reply #5
I tried again - it works, probably restart was required. But still – no multiple drive support.
I hate Nero, but it is the best.

Nero 7 - won't burn image from cue sheet

Reply #6
No, it does not work again - I drop a cue sheet - nothing happens!
Here it is:
Code: [Select]
FILE "Livi.wav" WAVE
    TRACK 01 AUDIO
        PREGAP 00:02:00
        INDEX 01 00:00:00
        TITLE "Chapter 1"
    TRACK 02 AUDIO
        INDEX 01 00:35:18
        TITLE "Chapter 2"
    TRACK 03 AUDIO
        INDEX 01 04:53:63
        TITLE "Chapter 3"
    TRACK 04 AUDIO
        INDEX 01 10:19:36
        TITLE "Chapter 4"
    TRACK 05 AUDIO
        INDEX 01 13:51:63
        TITLE "Chapter 5"
    TRACK 06 AUDIO
        INDEX 01 18:45:72
        TITLE "Chapter 6"
    TRACK 07 AUDIO
        INDEX 01 23:30:15
        TITLE "Chapter 7"
    TRACK 08 AUDIO
        INDEX 01 29:41:72
        TITLE "Chapter 8"
    TRACK 09 AUDIO
        INDEX 01 33:27:15
        TITLE "Chapter 9"
    TRACK 10 AUDIO
        INDEX 01 37:48:69
        TITLE "Chapter 10"
    TRACK 11 AUDIO
        INDEX 01 44:10:21
        TITLE "Chapter 11"
    TRACK 12 AUDIO
        INDEX 01 48:14:36
        TITLE "Chapter 12"
    TRACK 13 AUDIO
        INDEX 01 51:50:09
        TITLE "Chapter 13"
    TRACK 14 AUDIO
        INDEX 01 55:25:42
        TITLE "Chapter 14"
    TRACK 15 AUDIO
        INDEX 01 58:47:57
        TITLE "Chapter 15"
    TRACK 16 AUDIO
        INDEX 01 63:29:42
        TITLE "Chapter 16"
    TRACK 17 AUDIO
        INDEX 01 72:00:03
        TITLE "Chapter 17"
    TRACK 18 AUDIO
        INDEX 01 77:22:42
        TITLE "Chapter 18"
    TRACK 19 AUDIO
        INDEX 01 80:35:18
        TITLE "Chapter 19"
    TRACK 20 AUDIO
        INDEX 01 86:11:54
        TITLE "Chapter 20"
    TRACK 21 AUDIO
        INDEX 01 93:04:42
        TITLE "Chapter 21"

Burrrn 1.14 beta2
Feurio takes this cue sheet at once! It means it is normal. Just the Burrrn doesn't work.