rscustom / rocksmith-custom-song-toolkit

Custom song toolkit for Rocksmith and Rocksmith 2014
http://www.rscustom.net/
343 stars 80 forks source link

[OS X | LINUX] Please report here issues for MAC build. #180

Open rnikoopour opened 10 years ago

rnikoopour commented 10 years ago

Hey

I'm tyring to run the toolkit on my Macbook with Mavericks on it and it doesn't launch. It just hangs until i force close it.

Any ideas on how to fix this?

PS: works with MRE 3.4.0

HelloTiago commented 10 years ago

I think I had the same issue a while ago.

The first run always takes some time, 3~5 minutes. Have you waited that long?

rnikoopour commented 10 years ago

No I didn't. I ended up downloading an earlier version of the software that launched immediately. Thanks for the heads up though. I'll download the newest version and test it out.

L0FKA commented 10 years ago

Damn, lets keep this opened for others, I know that we still not fully support MAC and we may get more issue reporters, so.

rnikoopour commented 10 years ago

Oh I got you. I just figured my main question was answered, my bad.

elbowdonkey commented 10 years ago

On a 2.4 GHz i7 Macbook Pro running 10.9.4 the 2.6.1.0 build takes 3-5 minutes to load the first time for me as well. The second load it loads immediately.

I noticed that the first time it loaded the tabs wouldn't never load. So if I clicked on Packer/Unpacker, for example, it'd hang. Tabs work just fine on the second load.

MLKhan commented 10 years ago

Hi, when I try to generate a song, i get this message after choosing my save location

screen shot 2014-08-07 at 10 49 13 pm

Anyone have any idea about why it isn't working?

shakey64 commented 10 years ago

Hi there, I have previously used the toolkit to convert CDLCs from PC to Mac. I found that at a point in time the Toolkit stopped opening. I have updated to the Mac version uploaded on 2014-08-26 04:15:22 and also updated MonoFramework-MDK-2.10.11.macos10.xamarin.x86.dmg but it still won't open. The icon flashes up in my toolbar for a few seconds then disappears. I have left it and come back an hour later but still no dice. Anyone know what I am doing wrong or is this version of the toolkit not working for a mac. I am using a 2009 iMac with 3.06 GHz Intel core Due and 4GB ram and OSX v10.9.4.

As I say it worked fine until a while back (cannot remember the point it stopped working0 so if anyone could help I'd appreciate it greatly... Thanks Shakey

L0FKA commented 10 years ago

Probably one of resource files are bad, I need @ray to check this out, anyway codereview is coming guys :)

shakey64 commented 10 years ago

Thanks for such a quick response! Happy to test as and when required :-)

ghost commented 10 years ago

None of the versions from d54b7955bc0d onwards are working for me.

Also, is there any way to implement a batch converter?

2012 MacBook Pro, OSX 10.9.4 fully updated

fabianosan commented 10 years ago

@Box1813 Download the lastest build and try again to test! Thanks!

L0FKA commented 10 years ago

@Box1813 , CLI dlcconverter are already inpace, open toolkit folder and find dlcconverter.exe use parameters like this:

$ mono dlcconverter.exe --sp Pc --tp Mac --appid 248750 --input path_to_PC_cdlc_Folder_or_File

shakey64 commented 10 years ago

@fabianosan Thanks for the update. I tried the latest version on 2009 iMac with 3.06 GHz Intel core duo and 4GB ram and OSX v10.9.4 with MonoFramework-MDK-2.10.11.macos10.xamarin.x86.dmg but still no joy: the icon flashes up in my toolbar for a few seconds then disappears.

L0FKA commented 10 years ago

@shakey64, go here and try to install MRE http://www.mono-project.com/download There is 3.6.0 version avalible, should help.

shakey64 commented 10 years ago

@L0FKA Hi L0fka, I installed that (I needed the MRE and the MDK?) but it hasn't resolved things. Sits in the dock but marked as not responding. Have tried rebooting but makes no difference. Any more advice?

L0FKA commented 10 years ago

@shakey64, I'll tryto launch it with my mono, now it won't open for me too.

lorenzoid commented 10 years ago

I'm having the same problem. Running Mavericks on a late 2013 Macbook Pro. I've installed Mono MRE and MDK and it still does not run.

ghost commented 10 years ago

I've tried the new builds with the newest mono, same issues. Thanks for being so active.

(Aside: I'm a rookie with OSX. I navigated to dlcconverter.exe but I can't do the Windows method of just making a shortcut and adding the parameters. On the console I've tried every variation that I and Google can come up with, but I think I'm missing something. The best result I've gotten is an error for the --sp argument.)

fabianosan commented 10 years ago

PS: GUI can only usable with WINE for OSx. Only CLI tools are compatible with MacOS and MONO.

@Box1813, you can found help with command line, write "dlcconverter.exe --help" or write a question on custom forge forum and wait help...

shakey64 commented 10 years ago

Hi guys (@fabianosan, @L0FKA) Do you have any other advice for me to get the Toolkit up and running on my Mac or is the code being reviewed and modified? Regards Shakey

L0FKA commented 10 years ago

@shakey64, Try last build, there is fixed couple unhandled exceptions, I'll use MoMA to identify common issues with mono and fix that, but I can't guarantee that it would work as expected, there is bunch of tools for Win only, like revorb, nvdxt, sfk and ddc. Features provided by this tools would be unavailable. (use WINE to execute windows executables at *nix systems)

shakey64 commented 10 years ago

@L0FKA Hi, I tried the latest build 9c0984b0c1f3 (2014-09-02 19:11:32) but same thing happens: appears in dock, bounces for a bit then goes to not responding. Appreciate that a lot of the functionality that is there with Windows version will not work on the Mac and to be honest all I am looking to do is convert from p.psarc to m.psarc so I can use songs others have created on my Mac. Appreciate your time on this as i know it is a labour of love and that you are not paid for this...

L0FKA commented 10 years ago

@shakey64, dig into dlcconverter, you can find all info about it here: https://github.com/rscustom/rocksmith-custom-song-toolkit/blob/master/RocksmithToolkitCLI/dlcconverter/Program.cs

shakey64 commented 10 years ago

@L0FKA Thanks, had a quick look and downloaded the github app for Mac but to be honest I wouldn't know where to start. Appears to be the code for an application but I have no idea what to do with it. Are there instructions somewhere so I could give it a go?

marlowned commented 10 years ago

Having the same issue as @shakey64. Toolkit has worked fine for a year on my mac and now just bounces in the dock 3 times and crashes. I'm using the latest build, and the 3.8 version of Mono.

L0FKA commented 10 years ago

cool, something broke mono version, can you guys remember last working build?

I've got las mono for windows(http://www.codeproject.com/Articles/815565/How-to-build-Mono-on-Windows) and now I can test all the things at my Machine, I'll fix it asap :)

shakey64 commented 10 years ago

@lofka Thanks, looking forward to it :-)

fabianosan commented 10 years ago

Can you send the log file?

L0FKA commented 10 years ago

@fabianosan, there is stackoverflow at ArtistSortTB.TextChanged() event, I suppose it fall in infinite loop, so I need to resolve this somehow :(

L0FKA commented 10 years ago

fixed most of issues with mono I've got today will post fixes lately (7-8 hours delay)

shakey64 commented 10 years ago

@lofka. I downloaded the version released night before last and am able to convert from PC to Mac again. Thank you so much for your help with this! :-)

ghost commented 10 years ago

The newest build are working for me as well. But, I ran into this issue when I tried to edit a song (to fix a crappy custom tone). The log file it describes doesn't exist as far as I can tell. Screen cap attached.

Once again, TY for all the work. grab

L0FKA commented 10 years ago

Refactored DoLikeProject function a bit, try now if it still not work for you(you may catch issues with dds files), but thank you for testing ;)

ghost commented 10 years ago

Sorry, it still isn't working for me. Here's the message it displays when I try to convert a file to tabs, in case it helps. A lot of the text seems to be identical. grab2

L0FKA commented 10 years ago

I still can't reproduce any of this issues, so it's like shotgun debugging xD Another fix is up.

hajdbo commented 9 years ago

Suddenly RocksmithCustomSongToolkit does not launch any more. I wonder if it might be because of a XCode update a few days ago.

It was libGDIplus as solved here: https://github.com/rscustom/rocksmith-custom-song-toolkit/issues/191

L0FKA commented 9 years ago

@hajdbo, framework related issue, not our end.

ray commented 9 years ago

It looks like a dependency issue, make sure you have the latest Mono and that you have X11 from http://support.apple.com/kb/ht5293

On Sat, Oct 11, 2014 at 12:02 PM, Boris Hajduk notifications@github.com wrote:

Suddenly RocksmithCustomSongToolkit does not launch any more. I wonder if it might be because of a XCode update a few days ago.

Here is the console output:

/Users/username/Desktop/rocksmith2014/RocksmithCustomSongToolkit.app/Contents/MacOS/RocksmithCustomSongToolkit ; exit; exception inside UnhandledException handler: An exception was thrown by the type initializer for System.Windows.Forms.WindowsFormsSynchronizationContext

[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.WindowsFormsSynchronizationContext ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.ThemeEngine ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.ThemeWin32Classic ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.KnownColors ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Drawing.GDIPlus ---> System.DllNotFoundException: libgdiplus.dylib at (wrapper managed-to-native) System.Drawing.GDIPlus:GdiplusStartup (ulong&,System.Drawing.GdiplusStartupInput&,System.Drawing.GdiplusStartupOutput&) at System.Drawing.GDIPlus..cctor () [0x00000] in :0 --- End of inner exception stack trace --- at System.Drawing.KnownColors..cctor () [0x00000] in :0 --- End of inner exception stack trace --- at System.Drawing.Color.get_Black () [0x00000] in :0 at System.Windows.Forms.ThemeWin32Classic..cctor () [0x00000] in :0 --- End of inner exception stack trace --- at System.Windows.Forms.ThemeVisualStyles..ctor () [0x00000] in :0 at System.Windows.Forms.ThemeEngine..cctor () [0x00000] in :0 --- End of inner exception stack trace --- at System.Windows.Forms.SystemInformation.get_MenuAccessKeysUnderlined () [0x00000] in :0 at System.Windows.Forms.Control..ctor () [0x00000] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:.ctor () at System.Windows.Forms.WindowsFormsSynchronizationContext..cctor () [0x00000] in :0 --- End of inner exception stack trace --- at System.Windows.Forms.Control..ctor () [0x00000] in :0 at System.Windows.Forms.ScrollableControl..ctor () [0x00000] in :0 at System.Windows.Forms.ContainerControl..ctor () [0x00000] in :0 at System.Windows.Forms.Form..ctor () [0x00000] in :0 at RocksmithToolkitGUI.MainForm..ctor (System.String[] args) [0x00000] in :0 at (wrapper remoting-invoke-with-check) RocksmithToolkitGUI.MainForm:.ctor (string[]) at RocksmithToolkitGUI.Program.Main (System.String[] args) [0x00000] in :0 logout

— Reply to this email directly or view it on GitHub https://github.com/rscustom/rocksmith-custom-song-toolkit/issues/180#issuecomment-58754415 .

scruffycatherder commented 9 years ago

In OS X 10.10.1 with the newest versions of mono (3.10.0) and RocksmithCustomSongToolkit (2.6.0.0) and XQuartz (2.7.7) I am unable to start the toolkit GUI.

/Applications/RocksmithCustomSongToolkit.app/Contents/MacOS/RocksmithCustomSongToolkit exception inside UnhandledException handler: GdipCreateFromContext_macosx

[ERROR] FATAL UNHANDLED EXCEPTION: System.EntryPointNotFoundException: GdipCreateFromContext_macosx at (wrapper managed-to-native) System.Drawing.GDIPlus:GdipCreateFromContext_macosx (intptr,int,int,intptr&) at System.Drawing.Graphics.FromHwnd (IntPtr hwnd) [0x00000] in :0 at System.Windows.Forms.Control.CreateGraphics () [0x00000] in :0 at System.Windows.Forms.MessageBox+MessageBoxForm.InitFormsSize () [0x00000] in :0 at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.MessageBox/MessageBoxForm:RunDialog () at System.Windows.Forms.MessageBox.Show (System.String text, System.String caption) [0x00000] in :0 at RocksmithToolkitGUI.Program.

b__1 (System.Object s, System.Threading.ThreadExceptionEventArgs e) [0x00000] in :0 at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in :0 at System.Windows.Forms.NativeWindow.OnThreadException (System.Exception e) [0x00000] in :0 at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in :0 at System.Windows.Forms.XplatUICarbon.SendMessage (IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam) [0x00000] in :0 at System.Windows.Forms.XplatUICarbon.CreateWindow (System.Windows.Forms.CreateParams cp) [0x00000] in :0 at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams cp) [0x00000] in :0 at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams cp) [0x00000] in :0 at System.Windows.Forms.Control.CreateHandle () [0x00000] in :0 at System.Windows.Forms.Form.CreateHandle () [0x00000] in :0 at System.Windows.Forms.Control.CreateControl () [0x00000] in :0 at System.Windows.Forms.Control.SetVisibleCore (Boolean value) [0x00000] in :0 at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x00000] in :0 at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Visible (bool) at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00000] in :0 at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext context) [0x00000] in :0 at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in :0 at RocksmithToolkitGUI.Program.Main (System.String[] args) [0x00000] in :0

I have successfully managed to run dlcconverter.exe with mono, however.

L0FKA commented 9 years ago

@scruffycatherder, what's wrong with last beta(2.6.1.0 currently)? It works great at my test mono build here(Linux\Windows, mono 2.8.0)

Please always use nightly build when you've got issues with "stable" release.

Also, this Issues Mono related :)

scruffycatherder commented 9 years ago

I get the same exception with the most recent build 2.6.1.0 (2bd8d9614ec8)

macbook-2:Applications bob$ ./RocksmithCustomSongToolkit.app/Contents/MacOS/RocksmithCustomSongToolkit

exception inside UnhandledException handler: GdipCreateFromContext_macosx

[ERROR] FATAL UNHANDLED EXCEPTION: System.EntryPointNotFoundException: GdipCreateFromContext_macosx

at (wrapper managed-to-native) System.Drawing.GDIPlus:GdipCreateFromContext_macosx (intptr,int,int,intptr&)

at System.Drawing.Graphics.FromHwnd (IntPtr hwnd) [0x00000] in <filename unknown>:0

at System.Windows.Forms.Control.CreateGraphics () [0x00000] in <filename unknown>:0

at System.Windows.Forms.MessageBox+MessageBoxForm.InitFormsSize () [0x00000] in :0

at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000] in :0

at (wrapper remoting-invoke-with-check) System.Windows.Forms.MessageBox/MessageBoxForm:RunDialog ()

at System.Windows.Forms.MessageBox.Show (System.String text, System.String caption) [0x00000] in :0

at RocksmithToolkitGUI.Program.

b__1 (System.Object s, System.Threading.ThreadExceptionEventArgs e) [0x00000] in <filename unknown>:0

at System.Windows.Forms.Application.OnThreadException (System.Exception t) [0x00000] in :0

at System.Windows.Forms.NativeWindow.OnThreadException (System.Exception e) [0x00000] in :0

at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) [0x00000] in :0

at System.Windows.Forms.XplatUICarbon.SendMessage (IntPtr hwnd, Msg message, IntPtr wParam, IntPtr lParam) [0x00000] in :0

at System.Windows.Forms.XplatUICarbon.CreateWindow (System.Windows.Forms.CreateParams cp) [0x00000] in :0

at System.Windows.Forms.XplatUI.CreateWindow (System.Windows.Forms.CreateParams cp) [0x00000] in :0

at System.Windows.Forms.NativeWindow.CreateHandle (System.Windows.Forms.CreateParams cp) [0x00000] in :0

at System.Windows.Forms.Control.CreateHandle () [0x00000] in <filename unknown>:0

at System.Windows.Forms.Form.CreateHandle () [0x00000] in <filename unknown>:0

at System.Windows.Forms.Control.CreateControl () [0x00000] in <filename unknown>:0

at System.Windows.Forms.Control.SetVisibleCore (Boolean value) [0x00000] in :0

at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x00000] in

:0 at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] in :0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.Control:set_Visible (bool) at System.Windows.Forms.Application.RunLoop (Boolean Modal, System.Windows.Forms.ApplicationContext context) [0x00000] in :0 at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext context) [0x00000] in :0 at System.Windows.Forms.Application.Run (System.Windows.Forms.Form mainForm) [0x00000] in :0 at RocksmithToolkitGUI.Program.Main (System.String[] args) [0x00000] in :0 On Mon, Dec 8, 2014 at 12:11 AM, L0FKA notifications@github.com wrote: > Reopened #180 > https://github.com/rscustom/rocksmith-custom-song-toolkit/issues/180. > > — > Reply to this email directly or view it on GitHub > https://github.com/rscustom/rocksmith-custom-song-toolkit/issues/180#event-204017180 > .
scruffycatherder commented 9 years ago

It looks like this may be related to a bug in mono 3.10

http://forums.xamarin.com/discussion/27011/fix-for-gdipcreatefromcontext-macosx-and-other-macios-gdi-issues

Log back-trace On Mon, Dec 8, 2014 at 4:56 PM, Bob Lewis boblewis9@gmail.com wrote: > I get the same exception with the most recent build 2.6.1.0 (2bd8d9614ec8) > > macbook-2:Applications bob$ > ./RocksmithCustomSongToolkit.app/Contents/MacOS/RocksmithCustomSongToolkit > > exception inside UnhandledException handler: GdipCreateFromContext_macosx > > [ERROR] FATAL UNHANDLED EXCEPTION: System.EntryPointNotFoundException: > GdipCreateFromContext_macosx > > at (wrapper managed-to-native) > System.Drawing.GDIPlus:GdipCreateFromContext_macosx (intptr,int,int,intptr&) > > at System.Drawing.Graphics.FromHwnd (IntPtr hwnd) [0x00000] in unknown>:0 > > at System.Windows.Forms.Control.CreateGraphics () [0x00000] in unknown>:0 > > at System.Windows.Forms.MessageBox+MessageBoxForm.InitFormsSize () > [0x00000] in :0 > > at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000] > in :0 > > at (wrapper remoting-invoke-with-check) > System.Windows.Forms.MessageBox/MessageBoxForm:RunDialog () > > at System.Windows.Forms.MessageBox.Show (System.String text, > System.String caption) [0x00000] in :0 > > at RocksmithToolkitGUI.Program.
b__1 (System.Object s, > System.Threading.ThreadExceptionEventArgs e) [0x00000] in unknown>:0 > > at System.Windows.Forms.Application.OnThreadException (System.Exception > t) [0x00000] in :0 > > at System.Windows.Forms.NativeWindow.OnThreadException (System.Exception > e) [0x00000] in :0 > > at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, > IntPtr wParam, IntPtr lParam) [0x00000] in :0 > > at System.Windows.Forms.XplatUICarbon.SendMessage (IntPtr hwnd, Msg > message, IntPtr wParam, IntPtr lParam) [0x00000] in :0 > > at System.Windows.Forms.XplatUICarbon.CreateWindow > (System.Windows.Forms.CreateParams cp) [0x00000] in :0 > > at System.Windows.Forms.XplatUI.CreateWindow > (System.Windows.Forms.CreateParams cp) [0x00000] in :0 > > at System.Windows.Forms.NativeWindow.CreateHandle > (System.Windows.Forms.CreateParams cp) [0x00000] in :0 > > at System.Windows.Forms.Control.CreateHandle () [0x00000] in unknown>:0 > > at System.Windows.Forms.Form.CreateHandle () [0x00000] in unknown>:0 > > at System.Windows.Forms.Control.CreateControl () [0x00000] in unknown>:0 > > at System.Windows.Forms.Control.SetVisibleCore (Boolean value) [0x00000] > in :0 > > at System.Windows.Forms.Form.SetVisibleCore (Boolean value) [0x00000] in > :0 > > at System.Windows.Forms.Control.set_Visible (Boolean value) [0x00000] in > :0 > > at (wrapper remoting-invoke-with-check) > System.Windows.Forms.Control:set_Visible (bool) > > at System.Windows.Forms.Application.RunLoop (Boolean Modal, > System.Windows.Forms.ApplicationContext context) [0x00000] in unknown>:0 > > at System.Windows.Forms.Application.Run > (System.Windows.Forms.ApplicationContext context) [0x00000] in unknown>:0 > > at System.Windows.Forms.Application.Run (System.Windows.Forms.Form > mainForm) [0x00000] in :0 > > at RocksmithToolkitGUI.Program.Main (System.String[] args) [0x00000] in > :0 > > On Mon, Dec 8, 2014 at 12:11 AM, L0FKA notifications@github.com wrote: > > > Reopened #180 > > https://github.com/rscustom/rocksmith-custom-song-toolkit/issues/180. > > > > — > > Reply to this email directly or view it on GitHub > > https://github.com/rscustom/rocksmith-custom-song-toolkit/issues/180#event-204017180 > > .
dpkonofa commented 9 years ago

I'm unable to convert songs from PC to Mac. I haven't tried any older versions yet, but the latest isn't working. Here's what I get, regardless of the song chosen:

screenshot 2014-12-27 19 45 28

scruffycatherder commented 9 years ago

See the thread on the xamarin forums I posted above. Make sure you have the exact revision of mono that chamos posted.

On Sat, Dec 27, 2014 at 6:46 PM, dpkonofa notifications@github.com wrote:

I'm unable to convert songs from PC to Mac. I haven't tried any older versions yet, but the latest isn't working. Here's what I get, regardless of the song chosen:

[image: screenshot 2014-12-27 19 45 28] https://cloud.githubusercontent.com/assets/6332378/5562884/01e555b2-8e01-11e4-8df2-84ec3e71a6ee.png

— Reply to this email directly or view it on GitHub https://github.com/rscustom/rocksmith-custom-song-toolkit/issues/180#issuecomment-68196627 .

dpkonofa commented 9 years ago

Thanks for checking in, @scruffycatherder... Unfortunately, that didn't help. I installed the version he listed and I'm still getting the same errors. What's weird is that I get the error regardless of whether I use the GUI or CLI versions and it happens on every CDLC I've tried (and I've tried quite a few). Any other thoughts/suggestions?

L0FKA commented 9 years ago

I've worked on some improvements and it did break on sng generation stuff, I'll fix it asap but can't guarantee that it will be soon,sry, use some earlier builds for now :)

L0FKA commented 9 years ago

github should change it's close&comment buttons to red and switch it with simple comment or squeeze it, i hate it current state :(

dpkonofa commented 9 years ago

@L0FKA: How far back do we need to go for PC to Mac conversion to work?

fabianosan commented 9 years ago

DLC PC to MAC conversion doesn't work?

dpkonofa commented 9 years ago

@fabianosan: Correct. It always ends with the message I posted above regardless of the CDLC tried. The message via command-line processing is shorter, but still includes that first line.