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

GD can not new project in ubuntu 17.10 #392

Closed
timloo0710 opened this issue Sep 30, 2017 · 4 comments
Closed

GD can not new project in ubuntu 17.10 #392

timloo0710 opened this issue Sep 30, 2017 · 4 comments
Labels
GDevelop 4 This issue is only happening on GDevelop 4

Comments

@timloo0710
Copy link

timloo0710 commented Sep 30, 2017

My desktop is Ubuntu 17.10,

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu Artful Aardvark (development branch)
Release: 17.10
Codename: artful

I was following the guide to complie source with CMake .
I run GD as following:
/GD/Binaries/Output/Release_Linux$ ./StartGDevelop.sh

When I new a project,
It shows:

ERROR - ContextualIdentityService - Unknown version found in /home/timloo/.mozilla/firefox/wa7fp0qh.default/containers.json
Bool attribute "folderProject" not found, returning 0Bool attribute "updateIfNotVisible" not found, returning 1Bool attribute "updateIfNotVisible" not found, returning 1Bool attribute "updateIfNotVisible" not found, returning 1Bool attribute "updateIfNotVisible" not found, returning 1Child effects not found in SerializerElement::GetChild
The program 'GDIDE' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
(Details: serial 45 error_code 10 request_code 2 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

Any Help?

Best Regards,Tim


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Lizard-13
Copy link
Contributor

I'm getting the same problem after compiling GD in Ubuntu 16.04 (officially supported version), I was thinking about deleting the entire directory and clone again, but it seems is not my fault :/

@dos1
Copy link
Contributor

dos1 commented Dec 22, 2017

Check out #340 (can be easily rebased on top of current master)

@Nnarol
Copy link
Contributor

Nnarol commented May 20, 2018

Hello!
I had the same problem (on Ubuntu 18.04), but I might have found a solution, that probably does not fit everyone though. Basically, I made sure that I'm using the GTK 3 GUI toolkit package and the GTK 3 development libraries for wxWidgets only, and threw out the GTK 2 ones:

sudo apt-get remove libwxgtk3.0-dev
sudo apt-get remove libgtk2.0-dev

sudo apt-get install libwxgtk3.0-gtk3-dev
sudo apt-get install libgtk-3-dev

If I am correct, the problem is with the newer versions of the wxWidgets library, nothing GDevelop creators can really change:

https://en.sfml-dev.org/forums/index.php?topic=21025.0

Hopefully this also solves the problem for you and others.
Cheers.

@4ian 4ian added the GDevelop 4 This issue is only happening on GDevelop 4 label May 26, 2018
@4ian
Copy link
Owner

4ian commented Jul 17, 2018

Closing this as it's getting old and it seems that there is a way to fix the issue! Feel free to re-open if you have more details

@4ian 4ian closed this as completed Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GDevelop 4 This issue is only happening on GDevelop 4
Projects
None yet
Development

No branches or pull requests

5 participants