I analyzed the crash further. It is sufficient to load any of the following
modules to get perl crashing, when the perl is installed in a folder with
local characters:

use Wx::DND;
use Wx::GLCanvas;
use Wx::GLCanvas qw(:all);
use Wx::Grid;
use Wx::Html;
use Wx::Print;


On Thu, Feb 16, 2017 at 2:42 PM, bubnikv . <bubn...@gmail.com> wrote:

> Hello.
>
> I am supporting and ehancing a fork of Slic3r, one of the main
> applications for fused filamet 3D printing.
> http://slic3r.org/
> https://github.com/prusa3d/Slic3r/releases
>
> It is likely one of the largest wxPerl applications, combining perl,
> wxWidgets and a lot of custom C++ code.
>
> Our customers have currently issues running Slic3r on Windows, when
> installed into a path with localized characters, for example Russian. This
> often happens if one installs Slic3r into his home directory.
>
> I verified that wxPerl outright crashes, when installed into a localized
> directory on Windows 10 64bit and Strawberry Perl 5.24.0, tested with
> wxdemo.
>
> Is there a chance that this will be looked into by someone, please? Or has
> been wxPerl abandoned and I am left to provide a fix myself?
>
> Thanks,
> Vojtech
>
>

Reply via email to