LackeyCCG

LackeyCCG Forum => Bug Report Forum => Topic started by: Disciple of Doran on July 12, 2014, 09:55:45 AM

Title: July 12th 2014 update won't run on Mac
Post by: Disciple of Doran on July 12, 2014, 09:55:45 AM
So, yeah, just exactly what the title says.  I have a Mac, and when I try to run the program (After bypassing the "unknown publisher" restrictions, I immediately get an error message saying that it has encountered a problem, and that I should try updating my software, reinstalling the program and/or contacting the publisher.  I have the most recent OS updates currently available, and reinstalling had no effect, so here I am.  Any suggestions?  Am I the only one this is happening to?

EDIT: The mac version should now be fixed as of 5PM EST. -Trevor
Title: Re: July 12th 2014 update won't run on Mac
Post by: Trevor on July 12, 2014, 10:02:01 AM
What version of OSX are you running? I was aware of it probably not working on mac OSX lower than 10.9 but this should be fixed within a few days. I had to use a new library in order to release the iPad version but I haven't gotten around to getting it to be compatible with 10.6-10.8 yet. It will be soon though.
Title: Re: July 12th 2014 update won't run on Mac
Post by: MrPeoplesTeam on July 12, 2014, 10:07:23 AM
IOS came out with a new update yesterday. 10.9.4
Title: Re: July 12th 2014 update won't run on Mac
Post by: Disciple of Doran on July 12, 2014, 10:43:30 AM
I was running 10.9.2 when I posted this issue.  I'm now running 10.9.4 and having the same problem.  I have tried reinstalling again since the software update as well.
Title: Re: July 12th 2014 update won't run on Mac
Post by: kalimir on July 12, 2014, 01:59:42 PM
hi, actually the new version does not work on Mac, I have installed the 10.9.4. Reported the error that appears when trying to run the application. I hope that helps. Greetings.
Title: Re: July 12th 2014 update won't run on Mac
Post by: Nava on July 12, 2014, 02:10:42 PM
Quote from: Trevor on July 12, 2014, 10:02:01 AM
What version of OSX are you running? I was aware of it probably not working on mac OSX lower than 10.9 but this should be fixed within a few days. I had to use a new library in order to release the iPad version but I haven't gotten around to getting it to be compatible with 10.6-10.8 yet. It will be soon though.

Could it be that you have linked Lackey against the libidn libraries you obtained via homebrew etc? Those managers tend to use /opt for installation ...

I managed to get it up and running by getting the appropriate libraries to opt/local/lib; I needed to create links to
libidn.11.dylib
libssl.1.0.0.dylib
libcrypto.1.0.0.dylib

If I would venture a guess then libcurl might be the offender.

Title: Re: July 12th 2014 update won't run on Mac
Post by: Trevor on July 12, 2014, 02:53:46 PM
Quote from: Nava on July 12, 2014, 02:10:42 PM
Quote from: Trevor on July 12, 2014, 10:02:01 AM
What version of OSX are you running? I was aware of it probably not working on mac OSX lower than 10.9 but this should be fixed within a few days. I had to use a new library in order to release the iPad version but I haven't gotten around to getting it to be compatible with 10.6-10.8 yet. It will be soon though.

Could it be that you have linked Lackey against the libidn libraries you obtained via homebrew etc? Those managers tend to use /opt for installation ...

I managed to get it up and running by getting the appropriate libraries to opt/local/lib; I needed to create links to
libidn.11.dylib
libssl.1.0.0.dylib
libcrypto.1.0.0.dylib

If I would venture a guess then libcurl might be the offender.
I'm trying to figure out how to compile libcurl to work properly on macs. If anyone knows how to do this, please let me know on Skype (trevoragnitti).
Title: Re: July 12th 2014 update won't run on Mac
Post by: bunz on July 12, 2014, 03:00:24 PM
in my case it works: Mac OS X 10.6.8
Title: Re: July 12th 2014 update won't run on Mac
Post by: Nava on July 12, 2014, 03:20:19 PM
Quote from: Trevor on July 12, 2014, 02:53:46 PM
Quote from: Nava on July 12, 2014, 02:10:42 PM
Quote from: Trevor on July 12, 2014, 10:02:01 AM
What version of OSX are you running? I was aware of it probably not working on mac OSX lower than 10.9 but this should be fixed within a few days. I had to use a new library in order to release the iPad version but I haven't gotten around to getting it to be compatible with 10.6-10.8 yet. It will be soon though.

Could it be that you have linked Lackey against the libidn libraries you obtained via homebrew etc? Those managers tend to use /opt for installation ...

I managed to get it up and running by getting the appropriate libraries to opt/local/lib; I needed to create links to
libidn.11.dylib
libssl.1.0.0.dylib
libcrypto.1.0.0.dylib

If I would venture a guess then libcurl might be the offender.
I'm trying to figure out how to compile libcurl to work properly on macs. If anyone knows how to do this, please let me know on Skype (trevoragnitti).
Why not link against /usr/lib/libcurl4.dylib? Or do you rely on openssl for some operations?
Title: Re: July 12th 2014 update won't run on Mac
Post by: Trevor on July 12, 2014, 03:50:34 PM
Quote from: Nava on July 12, 2014, 03:20:19 PM
Quote from: Trevor on July 12, 2014, 02:53:46 PM
Quote from: Nava on July 12, 2014, 02:10:42 PM
Quote from: Trevor on July 12, 2014, 10:02:01 AM
What version of OSX are you running? I was aware of it probably not working on mac OSX lower than 10.9 but this should be fixed within a few days. I had to use a new library in order to release the iPad version but I haven't gotten around to getting it to be compatible with 10.6-10.8 yet. It will be soon though.

Could it be that you have linked Lackey against the libidn libraries you obtained via homebrew etc? Those managers tend to use /opt for installation ...

I managed to get it up and running by getting the appropriate libraries to opt/local/lib; I needed to create links to
libidn.11.dylib
libssl.1.0.0.dylib
libcrypto.1.0.0.dylib

If I would venture a guess then libcurl might be the offender.
I'm trying to figure out how to compile libcurl to work properly on macs. If anyone knows how to do this, please let me know on Skype (trevoragnitti).
Why not link against /usr/lib/libcurl4.dylib? Or do you rely on openssl for some operations?
Great idea. That seems to work.

I updated the mac version. Mac folks who had an error, please test the version I just put up and let me know if you still have a problem.
Title: Re: July 12th 2014 update won't run on Mac
Post by: kalimir on July 12, 2014, 04:07:36 PM
Hey !! It seems to work fine now with OSX 10.9 !! Thanks  :)
Title: Re: July 12th 2014 update won't run on Mac
Post by: Disciple of Doran on July 12, 2014, 05:40:55 PM
Appears to be running well on 10.9.4 now.  Currently moving over plugin, you'll hear back from me if there are any further issues.  Nice work  :D
Title: Re: July 12th 2014 update won't run on Mac
Post by: paco5005 on July 12, 2014, 08:56:39 PM
I have 10.6.8 and Lackey doesn't run for me. Anybody else?
Title: Re: July 12th 2014 update won't run on Mac
Post by: Escape on July 12, 2014, 09:03:20 PM
Same here Maj, I got nothing with my 10.6.8, maybe in a few days.

Thanks for all the hard work though Trev.
Title: Re: July 12th 2014 update won't run on Mac
Post by: Trevor on July 12, 2014, 10:06:29 PM
Quote from: Escape on July 12, 2014, 09:03:20 PM
Same here Maj, I got nothing with my 10.6.8, maybe in a few days.

Thanks for all the hard work though Trev.
I'll fix the 10.6 launch issue as soon as I can. Luckily my brother has a 10.6 computer I can test on. First I'm going to fix the images not loading reported elsewhere. Updates will be frequent.
Title: Re: July 12th 2014 update won't run on Mac
Post by: paco5005 on July 19, 2014, 04:54:18 PM
Hey Trev, how's the update going?
Title: Re: July 12th 2014 update won't run on Mac
Post by: bunz on July 20, 2014, 01:48:07 PM
Quote from: paco5005 on July 19, 2014, 04:54:18 PM
Hey Trev, how's the update going?
whats your problem ? I tested your OS Version (10.6.8 ) together with Trevor and in my case it works.

Do you get an error message ? If no, can you start it from a terminal and post the log ?
Title: Re: July 12th 2014 update won't run on Mac
Post by: paco5005 on July 20, 2014, 03:10:43 PM
When I try to open the app, it shows this message (it's a rough translation cause the original is in spanish):

Contact the developer to confirm that LackeyCCG works with this version of Mac OS X. You may need to reinstsall the app. Be sure to install all available updates for the app and for Mac OS X
Title: Re: July 12th 2014 update won't run on Mac
Post by: paco5005 on July 20, 2014, 03:17:53 PM
When I try to run open it from the Terminal, it just shows the same message
Title: Re: July 12th 2014 update won't run on Mac
Post by: paco5005 on July 20, 2014, 03:35:35 PM
This is the error report:

Process:         LackeyCCG [16329]
Path:            /Applications/LackeyCCG/LackeyCCG.app/Contents/MacOS/LackeyCCG
Identifier:      LackeyCCG
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [103]

Date/Time:       2014-07-20 17:51:39.078 -0300
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          51037048 sec
Crashes Since Last Report:           766
Per-App Crashes Since Last Report:   8
Anonymous UUID:                      9A9F8761-90D6-4542-A8D5-74E9D290235F

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  Library not loaded: /usr/lib/libcurl.4.dylib
  Referenced from: /Applications/LackeyCCG/LackeyCCG.app/Contents/MacOS/LackeyCCG
  Reason: Incompatible library version: LackeyCCG requires version 7.0.0 or later, but libcurl.4.dylib provides version 6.0.0

Binary Images:
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld

Title: Re: July 12th 2014 update won't run on Mac
Post by: Trevor on July 20, 2014, 07:04:58 PM
Quote from: paco5005 on July 20, 2014, 03:35:35 PM
This is the error report:

Process:         LackeyCCG [16329]
Path:            /Applications/LackeyCCG/LackeyCCG.app/Contents/MacOS/LackeyCCG
Identifier:      LackeyCCG
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [103]

Date/Time:       2014-07-20 17:51:39.078 -0300
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          51037048 sec
Crashes Since Last Report:           766
Per-App Crashes Since Last Report:   8
Anonymous UUID:                      9A9F8761-90D6-4542-A8D5-74E9D290235F

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  Library not loaded: /usr/lib/libcurl.4.dylib
  Referenced from: /Applications/LackeyCCG/LackeyCCG.app/Contents/MacOS/LackeyCCG
  Reason: Incompatible library version: LackeyCCG requires version 7.0.0 or later, but libcurl.4.dylib provides version 6.0.0

Binary Images:
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
Havent gotten around to test it personally, but I thought I fixed that issue. You can try taking the libcurl.4.dylib from Lackey's contents and put it at /usr/lib/libcurl.4.dylib and that should make it work. I thought the change I did on the current release in the download section make you not need to.
Title: Re: July 12th 2014 update won't run on Mac
Post by: paco5005 on July 20, 2014, 08:15:03 PM
Still doesn't work. Where exactly should I put the libcurl.4.dylib file? Do I need to leave a copy o the file inside the LackeyCCG.app?
Title: Re: July 12th 2014 update won't run on Mac
Post by: bunz on July 20, 2014, 11:46:59 PM
did you test to download the newest ZIP and extract it e.g. in your users Download Folder and start the App out from there ?
(in other words: try not to use the old installation and copy the plugin folder - if your plugin is not recognized: use the update url)

Reason: I am developing several things with Lackey and use different installations for this - maybe for this we couldn't see your problem by testing.

What way do you use to update under Mac OS X ? Maybe the way you did it is the reason for the problem.
Title: Re: July 12th 2014 update won't run on Mac
Post by: paco5005 on July 20, 2014, 11:59:21 PM
I just download a new copy from the LackeyCCG downloads site. And yes, I tried downloading a new zip, didn't work
Title: Re: July 12th 2014 update won't run on Mac
Post by: bunz on July 21, 2014, 12:14:58 AM
Trevor forgot to replace the working APP file  :-*
Quote
Extract the attached file and replace only the included file ...  :)

@Trevor: Thanks once more for including the \n feature for the log !!!
@Trevor: I couldn't upload because of files size :)
Title: Re: July 12th 2014 update won't run on Mac
Post by: Trevor on July 21, 2014, 12:27:44 AM
Please download the version online right now. I just posted it. (It has the same build date at the top, but it's from july 21.

bunz confirms that this one works on 10.6. Let me know if it runs for you.
Title: Re: July 12th 2014 update won't run on Mac
Post by: bunz on July 21, 2014, 12:38:30 AM
if you try to copy your Plugin folder into a new installation you also need to copy the secure/pluginpreferences.txt ... if you do not, you cannot select (and see) your plugin.
Title: Re: July 12th 2014 update won't run on Mac
Post by: paco5005 on July 21, 2014, 12:53:23 AM
Yush! It's working. Thanks for the help guys, and thanks for the great work with Lackey!  :) :) :)