defold / editor2-issues

DEPRECATED
44 stars 4 forks source link

clojure.lang.ExceptionInfo: Failed to connect to debugger on localhost:8172 on Ubuntu 18.04 #2007

Closed baguzzzaji closed 5 years ago

baguzzzaji commented 6 years ago

Expected behaviour

Running the game

Actual behaviour

An error occured

Steps to reproduce

Install Defold in Ubuntu 18.04 and then run the game with F5


Build time2018-06-25T12:12:42.935826
Defold channeleditor-alpha
Defold editor sha3af7e148260175bcaedb62b7e9ae442d08dfac4d
Defold engine sha091e7e02ce492d3c4e493324b9db57d40df69e95
Defold version1.2.131
Error5f270d5454bc4047b09a0edfc4927941
GPUMesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2)
GPU Driver3.0 Mesa 18.0.0-rc5
Java version1.8.0_102-b14
OS archamd64
OS nameLinux
OS version4.15.0-23-generic
erikangelin-king commented 6 years ago

Hi @baguzzzaji! This looks like a network issue. Does it happen every time? Do you get any relevant output in the Console tab? Do you have a firewall running, and if so, could you make sure dmengine is allowed to open ports on localhost?

BaptisteGarcin commented 6 years ago

Got the same issue on 18.04 as well, did you find a workaround ?

androidneha commented 6 years ago

I am also getting this same error in ubuntu 18.04 and in console tab I got this error /home/usr/.Defold/unpack/378984826370bdddbeb4fd36c60b711630f9b8dd/x86_64-linux/bin/dmengine: error while loading shared libraries: libopenal.so.1: cannot open shared object file: No such file or directory

Atanvadro commented 6 years ago

Had the same issue, solved by manually installing libopenal: sudo apt-get install libopenal1

erikangelin-king commented 5 years ago

@baguzzzaji Please reopen if you need help.