Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

cannot edit or see code in client app #7

Closed
xnopasaranx opened this issue Jun 30, 2016 · 5 comments
Closed

cannot edit or see code in client app #7

xnopasaranx opened this issue Jun 30, 2016 · 5 comments

Comments

@xnopasaranx
Copy link

Hi there, I am having a weird issue.
I have installed the latest server from git. I can successfully install love2d as a system and if I connect to the server through the browser UI, everything seems to be in order. However when I build the client app from github source (1.0 prerelease) and then connect to the server, I cannot open any lua scriptfiles. I can see the assets in the tree view but no code appears in the editor and I am unable to create new assets of script files.

@elisee
Copy link
Contributor

elisee commented Jun 30, 2016

Hi!

Lua code editing seems to work fine for me:

image

Are you using the latest sources everywhere? Make sure the sub-repositories are up-to-date too and try rebuilding everything, maybe.

Note that right now, the latest version of Superpowers LÖVE don't support running your game because we just merged the new build system and still need to update Superpowers LÖVE accordingly.

EDIT: Running LÖVE games is now supported again in latest master branch.

@xnopasaranx
Copy link
Author

xnopasaranx commented Jul 1, 2016

Thanks for the quick answer. Yes, I believe I am using the latest sources, but belief isn't really a constant here, so I will check again. Maybe I cloned the wrong repository for the client. I know that I won't be able to do a lot, but am excited for the new features. So I am eager to try things out and report any issues I find.

EDIT: Okay, I have deleted my work folder and cloned the repo again using --depth=1 to make sure. I built version 0.23.0 of the client.

As I said, the web-ui works and I can edit code there. The problem I am having seems to be related to the client app, so I might be reporting the issue at the wrong place.

@elisee
Copy link
Contributor

elisee commented Jul 1, 2016

Do you get any error in the app console? You can open it with F12.

@bilou84
Copy link
Contributor

bilou84 commented Jul 1, 2016

Hmm, looks like you are building the client app.
But then you are using the pre-compiled version of the core and the lua systems through the app. These aren't up to date either and you need to compile them from source as well for now.
See instructions here http://docs.superpowers-html5.com/fr/developpement/building-superpowers

@xnopasaranx
Copy link
Author

Ah! Alright thanks, I did compile all on their own but thought I wouldn't
need that if I was building the client.

On Fri, Jul 1, 2016 at 9:34 PM, Nicolas Gauthier [email protected]
wrote:

Hmm, looks like you are building the client app.
But then you are using the pre-compiled version of the core and the lua
systems through the app. These aren't up to date either and you need to
compile them from source as well for now.
See instructions here
http://docs.superpowers-html5.com/fr/developpement/building-superpowers


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#7 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/APhgC1sRLxkxsVpGTOypBCcdnLmAEb3Pks5qRWvdgaJpZM4JCavp
.

@elisee elisee closed this as completed Aug 24, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants