
Hi Krzysztof,
Previously with 0.48.4, I was able to disable Windows file dialog simply in the filedialog.cpp and I was good to go.
Now, if I use the same process, I can disable the Windows file dialog and get the gtk file dialog, but I get a segfault when I try to open a file (or save a file for that matter).
Thanks, Partha
On Sat, Apr 12, 2014 at 11:54 AM, Krzysztof Kosiński <tweenk.pl@...400...>wrote:
2014-04-12 4:36 GMT+02:00 Partha Bagchi <partha1b@...400...>:
I built the latest revision 13279 using my environment (Msys/Mingw64/gcc 4.8.1) and the Win 8.1 64bit build completes with some caveat that
probably
would not be relevant here.
Anyway, the build is not usable on a Windows native 64bit machine because you cannot open any files. The open file dialog does not open.
I have encountered this issue before with 0.48.4 and resolved it by commenting out Windows specific file dialog. The gtk dialog was fine and
the
build has been used successfully by quite a few people.
However, the whole dialog is now more complicated and the above fix no longer works. I can get the "open file" dialog but it Inkscape crashes immediately when you try to open a selected file. gdb is not very
revealing
other than: Reading symbols from Z:\opts\opt64\inkscape\inkscape.exe...done. (gdb) r Starting program: Z:\opts\opt64\inkscape\inkscape.exe [New Thread 4188.0x12b4] [New Thread 4188.0x141c] ... warning: Critical error detected c0000374
Does this error happen with the Windows file dialogs disabled, or are they too difficult to disable?
Regards, Krzysztof