Translation Dialog icons broken (win32?)
In the latest version (I noticed in pre2 and after) in the translations dialog the icons for Move, Rotate and skew are broken a replacemant is showed instead.
The scale Icons are displayed corectly. I really can not see any reason for this in the code.
HTH,
Adib.
On Tue, 2005-07-19 at 23:19 +0200, Adib Taraben wrote:
In the latest version (I noticed in pre2 and after) in the translations dialog the icons for Move, Rotate and skew are broken a replacemant is showed instead.
The scale Icons are displayed corectly. I really can not see any reason for this in the code.
I filed a bug on this...
Jon
On Tue, Jul 19, 2005 at 11:06:04PM -0700, Jon Phillips wrote:
The scale Icons are displayed corectly. I really can not see any reason for this in the code.
I filed a bug on this...
Where is this bug? I can't find it now for some reason.
It looks like the Transform dialog doesn't even USE svg icons. It only uses XPM. How is a regression like this even possible?
Kees Cook wrote:
On Tue, Jul 19, 2005 at 11:06:04PM -0700, Jon Phillips wrote:
The scale Icons are displayed corectly. I really can not see any reason for this in the code.
I filed a bug on this...
Where is this bug? I can't find it now for some reason.
It looks like the Transform dialog doesn't even USE svg icons. It only uses XPM. How is a regression like this even possible?
The "gtkmm" branch of the new GUI stuff was developed idependently of the main Inkscape tree, so it did not start to have SVG capabilities until recently. All of the Widgets in the src/ui tree are a Work In Progress, IMHO.
Bob
On Thu, Jul 21, 2005 at 10:52:57AM -0500, Bob Jamison wrote:
The "gtkmm" branch of the new GUI stuff was developed idependently of the main Inkscape tree, so it did not start to have SVG capabilities until recently. All of the Widgets in the src/ui tree are a Work In Progress, IMHO.
I really don't like the idea of releasing without that working...
Also: can you fill in your ReleaseNotes in the wiki?
Bob:
On 7/21/05, Kees Cook <inkscape@...62...> wrote:
I really don't like the idea of releasing without that working...
Me too. Can you just remove these broken icons for now?
Also: can you fill in your ReleaseNotes in the wiki?
And, do you have any idea of the open dialog crash on Win98/non-English?
bulia byak wrote:
And, do you have any idea of the open dialog crash on Win98/non-English?
This seems almost identical to the problem that Jon Cruz and I worked on over a year ago. I thought we had this fixed. Likely not in the dialog itself, but in file.cpp. I don't have a Win98 machine here. Can someone do another stacktrace?
Bob
On 7/21/05, Bob Jamison <rjamison@...357...> wrote:
This seems almost identical to the problem that Jon Cruz and I worked on over a year ago. I thought we had this fixed. Likely not in the dialog itself, but in file.cpp. I don't have a Win98 machine here. Can someone do another stacktrace?
As I wrote, I cannot, unfortunately - when run from under gdb, it bombs out at once for me. Adib, can you try?
bulia byak wrote:
On 7/21/05, Bob Jamison <rjamison@...357...> wrote:
This seems almost identical to the problem that Jon Cruz and I worked on over a year ago. I thought we had this fixed. Likely not in the dialog itself, but in file.cpp. I don't have a Win98 machine here. Can someone do another stacktrace?
As I wrote, I cannot, unfortunately - when run from under gdb, it bombs out at once for me. Adib, can you try?
I'm uploading a .exe with Jon's debug messages in src/io/sys.cpp turned on. Maybe they can give an indication of what is happening with i18n filenames.
Here, 2.5mb: http://inkscape.org/win32/inkscape-exe-iodebug.zip
Bob
On 7/21/05, Bob Jamison <rjamison@...357...> wrote:
I'm uploading a .exe with Jon's debug messages in src/io/sys.cpp turned on. Maybe they can give an indication of what is happening with i18n filenames.
Here, 2.5mb: http://inkscape.org/win32/inkscape-exe-iodebug.zip
Thanks, I just tried it - but I get no new messages from it. The crash happens not when you open file, but when you simply go to a non-Latin directory with the Open dialog, even before that dialog displays the list of files there.
bulia byak wrote:
On 7/21/05, Bob Jamison <rjamison@...357...> wrote:
I'm uploading a .exe with Jon's debug messages in src/io/sys.cpp turned on. Maybe they can give an indication of what is happening with i18n filenames.
Here, 2.5mb: http://inkscape.org/win32/inkscape-exe-iodebug.zip
Thanks, I just tried it - but I get no new messages from it. The crash happens not when you open file, but when you simply go to a non-Latin directory with the Open dialog, even before that dialog displays the list of files there.
Sounds like it is dereferencing a null. Good clue! ;-)
Bob
Bob, I just tested pre3, and I think that this crash may not be connected to non-English names after all (or, there may be more than one bug perhaps). I installed pre3 into c:\ink-latest, ran it, then wen to c:\ink-latest\share (OK) and to c:\ink-latest\share\examples (crash, with the same messages).
bulia byak schrieb:
On 7/21/05, Bob Jamison <rjamison@...357...> wrote:
This seems almost identical to the problem that Jon Cruz and I worked on over a year ago. I thought we had this fixed. Likely not in the dialog itself, but in file.cpp. I don't have a Win98 machine here. Can someone do another stacktrace?
As I wrote, I cannot, unfortunately - when run from under gdb, it bombs out at once for me. Adib, can you try?
I think I am not helpfull here. Running under gdb it gives a stacktracke before starting. Running Inkscape allone works. I tries with several Inkscape and GDB versions. No Luck. So I can not make any bt's.
I made some screen shots that I attach those if does helps.
Adib.
participants (5)
-
Adib Taraben
-
Bob Jamison
-
bulia byak
-
Jon Phillips
-
Kees Cook