Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't locate object method "SetAppDisplayName" #6

Closed
mkuf opened this issue Nov 2, 2016 · 4 comments
Closed

Can't locate object method "SetAppDisplayName" #6

mkuf opened this issue Nov 2, 2016 · 4 comments

Comments

@mkuf
Copy link

mkuf commented Nov 2, 2016

Version

1.31.2

Operating system type + version

LinuxMint 17.3, fresh install, all Updates installed
Perl 5.24 via Perlbrew
Ubuntu 14.04 prerequsites as stated here:
https://github.com/alexrj/Slic3r/wiki/Running-Slic3r-from-git-on-GNU-Linux#build-slic3r

Behavior

After fixing #5 I could build Slic3r without errors, building with --gui also worked flawlessly.
Calling Slic3r from cli works as expected, except that the Gui won't start and Slic3r exits with the following Error

markus@mint17 ~/Slic3r/Slic3r-3a31d37_compile_fix $ ./slic3r.pl 
Threading disabled
Can't locate object method "SetAppDisplayName" via package "Slic3r::GUI" at /home/markus/Slic3r/Slic3r-3a31d37_compile_fix/lib/Slic3r/GUI.pm line 95.

Greetings,
Markus

@bubnikv
Copy link
Collaborator

bubnikv commented Nov 2, 2016

Markus, just comment this method call out.
It is probably not being implemented by your wxWidgets.

@bubnikv
Copy link
Collaborator

bubnikv commented Nov 2, 2016

What wxWdigets you are running on? SetAppDisplayName shall be in 3.0

@mkuf
Copy link
Author

mkuf commented Nov 2, 2016

The Ubuntu 14.04 prerequisites suggested to use libwx in version 2.8 so thats what i was running.
After uninstalling all 2.8 Packages, Installing the 3.0 ones (that are also available via the Mint-Repos) and recompiling Slic3r, the GUI starts as expected.

Thanks for your support. :)

@mkuf mkuf closed this as completed Nov 2, 2016
@bubnikv
Copy link
Collaborator

bubnikv commented Nov 2, 2016

Thanks Markus for your effort. I shall test for the wxwidgets version and
not to call this particular function.
Vojtech

On Wed, Nov 2, 2016 at 12:49 PM, Markus [email protected] wrote:

Closed #6 #6.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#6 (comment), or mute the
thread
https://github.com/notifications/unsubscribe-auth/AFj5I3BFRTJAyYcoVg8vcoq2tvqtlepIks5q6HjFgaJpZM4KnBPq
.

mmalecki pushed a commit to mmalecki/PrusaSlicer that referenced this issue Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants