jonbarrow / CemUI

A small launcher for the Cemu WiiU emulator made with Electron. Currently on hiatus, development is currently being focused on Pretendo https://github.com/PretendoNetwork/Pretendo
GNU General Public License v3.0
131 stars 15 forks source link

JS error when selecting the game folder (unexpected token) #100

Closed Mikodzi closed 6 years ago

Mikodzi commented 6 years ago

Hi everyone,

On the first install, when selecting the parent game folder (C:/Games) with only one game BoTW it gives me an JS error. Please check screenshot as it is impossible to copy-paste the text.

be8ovvk

Fallenspirit commented 6 years ago

This is the exact same error I am getting upon first installation of the latest stable build. 2.3.3

profucius commented 6 years ago

I am also getting this error. Tried uninstalling 2.3.3 and installing each version all the way back to 2.3.0 and they all produce this error. Cant load any games into CEMUI.

TheLastZombie commented 6 years ago

I'm not able to download any games anymore either. It doesn't download the ticket cache and goes straight to the page where you can search for games, but when you do that, none show up.

Edit: Referencing issue #98.

UnknownDev37 commented 6 years ago

Is there a fix for this problem or not, I am having this too. capture

Mikodzi commented 6 years ago

Sadly, it's not fixed yet.

qudix commented 6 years ago

This may be a shot in the dark, but it seems that the v2 API is missing from the website, which returns a 404 Not Found. cemui com is missing api-v2 What you see in the screenshot is what I assume to be the old v1 API

jonbarrow commented 6 years ago

First of all I would like to apologize for the lack of support lately. There are only 2 people developing this software, myself and @mrjvs, and we have both been extremely busy with a new project named Pretendo, which has taken up pretty much all of our free time.

@Qudix you seem to be right. That is indeed the old v1 api. I am not entirely sure as to why this is happening, as we switched away from php and Apache to Node and Nginx months ago (the Node rewrite has the v2 api, which had worked for several months prior to this), so I have no idea how those v1 files are even accessible anymore (they don't exist on the server at the moment)

For everyone reporting issues with game downloading (#98 #91 #99 #92) (@alexpilon666 @YuL33) I'm sorry to say that CemUI will be removing game downloading in the next update (whenever that will be). CemUI was labeled as a piracy tool because of game downloading, which was never supposed to be the case. It was only ever added as a last minute thing because Psycrow (a popular Super Mario Maker level creator) asked for it to make his SMM setup guide easier. Game downloading is also out of the scope of the original project, I believe.

Whenever we release the next update (or, to be honest, I might look for some new maintainers, since as I already stated the only two current developers are busy working on a new project and we have lives outside of the internet), it will be a complete rewrite to fix all the other issues reported here.

Again I apologize for the lack of communication, and am sorry about the issues.

jonbarrow commented 6 years ago

Issue's have been fixed, it was a server side issue that I didn't have time to resolve until now. The proper API version is back online (I still have no idea why it started using v1 again). All should be well.