Posts: 2
Threads: 1
Joined: Dec 2021
Reputation:
0
Operating system(s):
- Windows Vista or 7, 8, 10 (64-bit)
Gimp version: 2.10
gimp briefly appears in task mon but no splash, no nothing, then its gone.
gimp console produces the following:
../babl/babl-internal.h:214 babl_log()
failed to find trc '2.2'
help
Posts: 7,131
Threads: 155
Joined: Oct 2016
Reputation:
1,003
Operating system(s):
Gimp version: 2.10
Using Windows
Use the Windows uninstaller to uninstall Gimp
Delete anything remaining in C:\Program Files\GIMP 2\
Delete the Gimp user profile if there is one C:\Users\"yourname"\AppData\Roaming\GIMP\2.10
Get the latest Gimp from http://www.gimp.org (If you are using a VPN the one you have might be corrupt. The Gimp developers provide a hash sum on the download page)
Install Gimp
Try again.
Posts: 2
Threads: 1
Joined: Dec 2021
Reputation:
0
Operating system(s):
- Windows Vista or 7, 8, 10 (64-bit)
Gimp version: 2.10
(12-03-2021, 08:56 AM)rich2005 Wrote: Using Windows
Use the Windows uninstaller to uninstall Gimp
Delete anything remaining in C:\Program Files\GIMP 2\
Delete the Gimp user profile if there is one C:\Users\"yourname"\AppData\Roaming\GIMP\2.10
Get the latest Gimp from http://www.gimp.org (If you are using a VPN the one you have might be corrupt. The Gimp developers provide a hash sum on the download page)
Install Gimp
Try again.
Sorry for not replying sooner, I thought that I had right away but apparently it didn't actually post so that is unfortunate.
I appreciate you taking the time to reply and try to help with my issue.
I had not previously had gimp installed on this system so there would not have been remnants from any previous installation.
After I installed gimp and experienced this issue, I attempted what you suggested before I ever came to this forum to ask for help.
I cannot seem to find much info specific to what I am running into and it is rather frustrating.
Any other ideas?
Posts: 7,131
Threads: 155
Joined: Oct 2016
Reputation:
1,003
Operating system(s):
Gimp version: 2.10
Quote:...snip...Any other ideas?...
Not really, Never worked for you, still does not work after a reinstall, probably never going to work for you.
Try a portable version. https://samjcreations.blogspot.com/2021/...28_16.html
That avoids any conflicts from the regular install and contains its own Gimp profile folder. Start it with one of the language launchers that come with it.
Might work.
Posts: 4
Threads: 0
Joined: Feb 2022
Reputation:
0
Operating system(s):
- Windows Vista or 7, 8, 10 (64-bit)
(12-22-2021, 01:39 PM)xPotential Wrote: (12-03-2021, 08:56 AM)rich2005 Wrote: Using Windows
Use the Windows uninstaller to uninstall Gimp
Delete anything remaining in C:\Program Files\GIMP 2\
Delete the Gimp user profile if there is one C:\Users\"yourname"\AppData\Roaming\GIMP\2.10
Get the latest Gimp from http://www.gimp.org (If you are using a VPN the one you have might be corrupt. The Gimp developers provide a hash sum on the download page)
Install Gimp
Try again.
Sorry for not replying sooner, I thought that I had right away but apparently it didn't actually post so that is unfortunate.
I appreciate you taking the time to reply and try to help with my issue.
I had not previously had gimp installed on this system so there would not have been remnants from any previous installation.
After I installed gimp and experienced this issue, I attempted what you suggested before I ever came to this forum to ask for help.
I cannot seem to find much info specific to what I am running into and it is rather frustrating.
Any other ideas?
Did you ever get it fixed I'm having the same bug?
Posts: 6,334
Threads: 271
Joined: Oct 2016
Reputation:
562
Operating system(s):
Gimp version: 2.10
02-19-2022, 09:20 AM
(This post was last modified: 02-19-2022, 09:43 AM by Ofnuts.)
Looking at the source code, the "trc" is just an internal conversion table between color spaces (2.2 is a gamma). What is weird is that the "2.2" table seems to be constructed by default...
Posts: 6,334
Threads: 271
Joined: Oct 2016
Reputation:
562
Operating system(s):
Gimp version: 2.10
(12-02-2021, 11:22 PM)xPotential Wrote: gimp briefly appears in task mon but no splash, no nothing, then its gone.
gimp console produces the following:
../babl/babl-internal.h:214 babl_log()
failed to find trc '2.2'
help
Any lines above failed to find trc '2.2' in a .c file?
Posts: 4
Threads: 0
Joined: Feb 2022
Reputation:
0
Operating system(s):
- Windows Vista or 7, 8, 10 (64-bit)
(02-19-2022, 09:45 AM)Ofnuts Wrote: (12-02-2021, 11:22 PM)xPotential Wrote: gimp briefly appears in task mon but no splash, no nothing, then its gone.
gimp console produces the following:
../babl/babl-internal.h:214 babl_log()
failed to find trc '2.2'
help
Any lines above failed to find trc '2.2' in a .c file?
I doubt the op will come back but I think we probably have the same problem. Where can I find this file you speak of?
Posts: 6,334
Threads: 271
Joined: Oct 2016
Reputation:
562
Operating system(s):
Gimp version: 2.10
(02-19-2022, 02:44 PM)mjlmjl888 Wrote: (02-19-2022, 09:45 AM)Ofnuts Wrote: (12-02-2021, 11:22 PM)xPotential Wrote: gimp briefly appears in task mon but no splash, no nothing, then its gone.
gimp console produces the following:
../babl/babl-internal.h:214 babl_log()
failed to find trc '2.2'
help
Any lines above failed to find trc '2.2' in a .c file?
I doubt the op will come back but I think we probably have the same problem. Where can I find this file you speak of?
What I means it that the message is:
Code:
../babl/babl-internal.h:214 babl_log()
So the message is showing what piece of code called it (here in ../babl/babl-internal.h). But since this is the piece of code that is used to print the message this doesn't help much, and perhaps there are more lines above these ones that mention other parts of the code (what we call the "stack trace"), so we can tell where in the code this happens.
Posts: 4
Threads: 0
Joined: Feb 2022
Reputation:
0
Operating system(s):
- Windows Vista or 7, 8, 10 (64-bit)
|