It is currently Wed Jul 24, 2024 2:30 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Sat Jul 21, 2012 11:03 pm  (#21) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
WW wrote:
@Partha....I just ran it again. I watched it closer now. When I cancel the export, the GUI window for export stays open and looks to run. I see status bar progress and I see the layers increment until its done.

Here is copy of all "delab" from my system.log...

Fyi...I ran the test at exactly 11:44...the log doesn't show any activity at that time.


Jul 22 11:41:16 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: Appdir is /Applications/delaboratory.app
Jul 22 11:41:16 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: Hello - About to run Delaboratory - Standby
Jul 22 11:41:16 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: CWD is /tmp/pb/delaboratory.app/Contents/MacOS
Jul 22 11:41:16 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: pwd is /Users/wrong
Jul 22 11:41:16 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: Strip out the argument added by the OS...
Jul 22 11:41:21 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: 07:41:21 PM: Debug: wxMacLaunch Bad bundle: dcraw
Jul 22 11:41:21 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: ERROR can't copy static image w: 0
Jul 22 11:41:21: --- last message repeated 2 times ---
Jul 22 11:41:21 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: ERROR image is empty
Jul 22 11:41:21 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: ERROR can't generate histogram - n: 0
Jul 22 11:41:21 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: ERROR image is empty
Jul 22 11:41:21 USER-MacBook-Pro [0x0-0x31031].com.partha..[1186]: ERROR can't generate histogram - n: 0

Normal stuff that I expect. I don't see any file related issues. :(

OK thanks! Will have to keep an eye on this.

BTW, next incarnation will allow you to send to Gimp. :) Of course, only if you are using my Gimp build. ;)


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Sun Jul 22, 2012 9:38 am  (#22) 
Offline
GimpChat Member

Joined: Jun 02, 2011
Posts: 58
delaboratory uses lots of memory on final image generation, so if you have big image and you put lots of operations then it may take a while, and on 32-bit system you can hit out of memory problem

in any case of such problems please send debug.log so we could see what is there

delaboratory uses floats, so each color is stored as 4 bytes, if you are in RGB it means that each pixel is stored on 12 bytes but if you use CMYK it means that each pixel costs 16 bytes of memory!

and this is just one image, if you are using any action you need two images, but there is also opacity slider where you can quickly change opacity, that's another copy of image

during final image generation I am trying to optimize channels and remove unused ones, but still few copies of full size image is stored in memory and it may be problematic

please provide debug.log


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Sun Jul 22, 2012 3:16 pm  (#23) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
A new version, version 0.7.9 of Delaboratory-Mac has been uploaded. On the Mac, if you are using my McGimp build, the "Send to External Editor" will work for you provided you move Gimp.app into your application folder just like any other Mac application.

As usual, please let me know if you have any questions.

Thanks,
Partha


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Mon Jul 23, 2012 5:17 am  (#24) 
Offline
GimpChat Member

Joined: Jul 11, 2011
Posts: 111
@Partha

I got the new version and when I try to export it fails.

Image

I had opened Delaboratory ran a curves filter and used the "Export to External Editor" pull down. I did not have Gimp open, so was nice to see it launch. Unfortunately that's as far as it got. See the above error message.

I did this one more time but this time with Gimp open, I have the same result. Now I have 2 Gimp instances running :)

Here's the system.log stuff... I launched it once to check version. Then closed it. Downloaded the new version and opened it. The might show me starting it twice is why I say this. Probably not important :)

Jul 23 17:39:49 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: Appdir is /Applications/delaboratory.app
Jul 23 17:39:50 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: Hello - About to run Delaboratory - Standby
Jul 23 17:39:50 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: CWD is /tmp/pb/delaboratory.app/Contents/MacOS
Jul 23 17:39:50 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: pwd is /Users/wrong
Jul 23 17:39:50 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: Strip out the argument added by the OS...
Jul 23 17:39:53 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: 01:39:53 AM: Debug: wxMacLaunch Bad bundle: dcraw
Jul 23 17:39:53 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: ERROR can't copy static image w: 0
Jul 23 17:39:54: --- last message repeated 2 times ---
Jul 23 17:39:54 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: ERROR can't generate histogram - n: 0
Jul 23 17:39:54 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: ERROR image is empty
Jul 23 17:39:54 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: ERROR can't generate histogram - n: 0
Jul 23 17:39:54 USER-MacBook-Pro [0x0-0x25025].com.partha..[241]: ERROR image is empty
Jul 23 17:41:52 USER-MacBook-Pro WindowServer[91]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
Jul 23 17:41:52 USER-MacBook-Pro com.apple.WindowServer[91]: Mon Jul 23 17:41:52 USER-MacBook-Pro.local WindowServer[91] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
Jul 23 17:42:43 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Appdir is /Applications/delaboratory.app
Jul 23 17:42:44 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Hello - About to run Delaboratory - Standby
Jul 23 17:42:44 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: CWD is /tmp/pb/delaboratory.app/Contents/MacOS
Jul 23 17:42:44 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: pwd is /Users/wrong
Jul 23 17:42:44 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Strip out the argument added by the OS...
Jul 23 17:42:44 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: 01:42:44 AM: Debug: wxMacLaunch Bad bundle: dcraw
Jul 23 17:42:44 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: ERROR can't copy static image w: 0
Jul 23 17:42:44: --- last message repeated 2 times ---
Jul 23 17:42:44 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: ERROR image is empty
Jul 23 17:42:44 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: ERROR can't generate histogram - n: 0
Jul 23 17:42:44 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: ERROR image is empty
Jul 23 17:42:44 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: ERROR can't generate histogram - n: 0
Jul 23 17:43:17 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: ERROR can't render - no internal data
Jul 23 17:49:01 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: 01:49:01 AM: Debug: wxMacLaunch Bad bundle: /Applications/Gimp.app/Contents/MacOS/Gimp
Jul 23 17:49:02 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Appdir is /Applications/Gimp.app
Jul 23 17:49:02 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Hello - About to run Gimp - Standby
Jul 23 17:49:02 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: CWD is /tmp/pb/Gimp.app/Contents/MacOS
Jul 23 17:49:02 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: pwd is /Users/wrong
Jul 23 17:49:02 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Strip out the argument added by the OS...
Jul 23 17:49:06 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Cannot spawn a message bus without a machine-id: Unable to load /var/lib/dbus/machine-id or /etc/machine-id: Failed to open file '/var/lib/dbus/machine-id': No such file or directory
Jul 23 17:49:10 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: LibGimpModule-Message: Module '/tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so' load error: dlopen(/tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so, 10): Symbol not found: _CMFlattenProfile
Jul 23 17:49:10 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Referenced from: /tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so
Jul 23 17:49:10 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Expected in: flat namespace
Jul 23 17:49:10 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: in /tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so
Jul 23 17:49:13 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: plasti-wrap: image-type contains unrecognizable parts:'Licence GPL -http://www.gnu.org/licenses/gpl-3.0.txt'
Jul 23 17:53:59 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: 01:53:59 AM: Debug: wxMacLaunch Bad bundle: /Applications/Gimp.app/Contents/MacOS/Gimp
Jul 23 17:53:59 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Appdir is /Applications/Gimp.app
Jul 23 17:54:00 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Hello - About to run Gimp - Standby
Jul 23 17:54:00 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: CWD is /tmp/pb/Gimp.app/Contents/MacOS
Jul 23 17:54:00 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: pwd is /Users/wrong
Jul 23 17:54:00 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Strip out the argument added by the OS...
Jul 23 17:54:02 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Cannot spawn a message bus without a machine-id: Unable to load /var/lib/dbus/machine-id or /etc/machine-id: Failed to open file '/var/lib/dbus/machine-id': No such file or directory
Jul 23 17:54:05 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: LibGimpModule-Message: Module '/tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so' load error: dlopen(/tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so, 10): Symbol not found: _CMFlattenProfile
Jul 23 17:54:05 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Referenced from: /tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so
Jul 23 17:54:05 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: Expected in: flat namespace
Jul 23 17:54:05 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: in /tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so
Jul 23 17:54:08 USER-MacBook-Pro [0x0-0x29029].com.partha..[271]: plasti-wrap: image-type contains unrecognizable parts:'Licence GPL -http://www.gnu.org/licenses/gpl-3.0.txt'
Jul 23 17:58:05 USER-MacBook-Pro osascript[340]: Initializer-based scripting additions have been deprecated. Please update this addition: "/Library/ScriptingAdditions/Adobe Unit Types.osax"


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Mon Jul 23, 2012 5:37 am  (#25) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
WW,

The issue here is that the tmp folder is not being identified correctly on your system. Can you tell me what is it being set to when you start your Mac? What do you get when you type
set |grep TMP

?

All the parts are there. Delaboratory is opening correctly and it's passing on the image to Gimp which is opening correctly. Now we need to figure out why the "middle-man" so to speak is not doing it's job. :)

Thanks,
Partha


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Mon Jul 23, 2012 8:35 am  (#26) 
Offline
GimpChat Member

Joined: Jun 02, 2011
Posts: 58
well I think I must remove these ERROR messages because probably everything is OK (except the TMP thing) and user may be confused


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Mon Jul 23, 2012 12:33 pm  (#27) 
Offline
GimpChat Member

Joined: Jul 11, 2011
Posts: 111
@partha....this is what I get.

TMPDIR=/var/folders/Xn/XnlpqSiYGp0fIbfYEu7MiE+++TI/-Tmp-/

I tried to export after doing this and still get the error and no image. I do find the image in the /tmp folder.

I've not played with this aspect of the OS. I only just tried a little and that was basically just to move around with cd command.


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Mon Jul 23, 2012 12:49 pm  (#28) 
Offline
GimpChat Member

Joined: Jun 02, 2011
Posts: 58
Well logs probably show that Gimp can't be run because some linking problems, I suspect it's not compiled with good libraries or there are some shared libraries problems.


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Mon Jul 23, 2012 5:29 pm  (#29) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
jacek wrote:
Well logs probably show that Gimp can't be run because some linking problems, I suspect it's not compiled with good libraries or there are some shared libraries problems.

Actually Gimp is running fine. The dbus error and the lcms errors I am aware of. They are harmless and so I have not bothered with them. An usual user will never see them.

I am more worried why Gimp is not picking up the image.


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Mon Jul 23, 2012 5:32 pm  (#30) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
WW wrote:
@partha....this is what I get.

TMPDIR=/var/folders/Xn/XnlpqSiYGp0fIbfYEu7MiE+++TI/-Tmp-/

I tried to export after doing this and still get the error and no image. I do find the image in the /tmp folder.

I've not played with this aspect of the OS. I only just tried a little and that was basically just to move around with cd command.

It should say TMP, not TMPDIR. The environment variable that Delaboratory is passing off the image to is TMP. I am confused here and will have to investigate since you say that the image is found in the tmpdir?


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Mon Jul 23, 2012 10:32 pm  (#31) 
Offline
GimpChat Member

Joined: Jul 11, 2011
Posts: 111
@partha... I find the image in /tmp. I typed "/tmp" in Finder Go/Go to folder... this is lazy way for me to do find the hidden folder and see contents. I've not very proficient with unix commands. Sorry if I confused.


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Mon Jul 23, 2012 10:53 pm  (#32) 
Offline
GimpChat Member

Joined: Jul 11, 2011
Posts: 111
@partha...while thinking about ...here my system.log info from my console when Gimp starts....

Jul 24 01:23:48 USERs-MacBook-Pro [0x0-0x7d07d].com.partha..[2526]: 09:23:48 AM: Debug: wxMacLaunch Bad bundle: /Applications/Gimp.app/Contents/MacOS/Gimp
Jul 24 01:23:48 USERs-MacBook-Pro [0x0-0x7d07d].com.partha..[2526]: Appdir is /Applications/Gimp.app
Jul 24 01:23:48 USERs-MacBook-Pro [0x0-0x7d07d].com.partha..[2526]: Hello - About to run Gimp - Standby
Jul 24 01:23:48 USERs-MacBook-Pro [0x0-0x7d07d].com.partha..[2526]: CWD is /tmp/pb/Gimp.app/Contents/MacOS
Jul 24 01:23:58 USERs-MacBook-Pro [0x0-0x7d07d].com.partha..[2526]: LibGimpModule-Message: Module '/tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so' load error: dlopen(/tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so, 10): Symbol not found: _CMFlattenProfile
Jul 24 01:23:58 USERs-MacBook-Pro [0x0-0x7d07d].com.partha..[2526]: Referenced from: /tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so
Jul 24 01:23:58 USERs-MacBook-Pro [0x0-0x7d07d].com.partha..[2526]: in /tmp/pb/Gimp.app/Contents/Resources/lib/gimp/2.0/modules/libdisplay-filter-lcms.so


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Tue Jul 24, 2012 4:50 am  (#33) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
WW,

Right and Gimp is working correctly. So as I said all the moving parts are doing their job. It's the middle-man. Delaboratory is handing off the image to TMP and telling Gimp to deal with it except the location of the file is not clear and Gimp says, "I can't find the file. What do you want me to do?" And so, Gimp opens and no file. :)


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Tue Jul 24, 2012 4:54 am  (#34) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
WW wrote:
@partha... I find the image in /tmp. I typed "/tmp" in Finder Go/Go to folder... this is lazy way for me to do find the hidden folder and see contents. I've not very proficient with unix commands. Sorry if I confused.

That's the part that is bothering me - the image is in /tmp but your environment variable is TMPDIR.

Let me think about it and let you know.


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Tue Jul 24, 2012 5:14 am  (#35) 
Offline
GimpChat Member

Joined: Jun 02, 2011
Posts: 58
I think we are not logging the external editor call, so maybe we should log it and then see what was logged.


Top
 Post subject: Re: Delaboratory - Mac Version
PostPosted: Tue Jul 24, 2012 5:47 am  (#36) 
Offline
GimpChat Member

Joined: Mar 14, 2011
Posts: 998
partha wrote:
WW wrote:
@partha... I find the image in /tmp. I typed "/tmp" in Finder Go/Go to folder... this is lazy way for me to do find the hidden folder and see contents. I've not very proficient with unix commands. Sorry if I confused.

That's the part that is bothering me - the image is in /tmp but your environment variable is TMPDIR.

Let me think about it and let you know.

This is my mistake. It should be TMPDIR and not TMP. So you are OK WW. Now I need to figure out why this is not working.

Sorry about that.


Top
Post new topic Reply to topic  [ 36 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts G'MIC pre-release version 2.8.3

6

No new posts Installing the Mac version of G'MIC

1

No new posts G'MIC version: 2.9.1 not working...?

2

No new posts Attachment(s) 3D Push Pin plugin version 2

3

No new posts Attachment(s) Extended version ShellOut.

1



* Login  



Powered by phpBB3 © phpBB Group