+12
Under review

Haroopad v0.13.1 64bits fail to start "Uncaught SyntaxError: Unexpected string"

Lucien Gauchet 9 years ago updated by saeed20 4 years ago 4
Since the update to version 0.13.1 on ubuntu 14.04 64bit, Haroopad fail to lauch.
Error message obtained when run in terminal:
[8387:0315/233512:ERROR:browser_main_loop.cc(162)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
ATTENTION: default value of option force_s3tc_enable overridden by environment.
[8387:0315/233512:INFO:CONSOLE(50)]
 "Uncaught SyntaxError: Unexpected string", source: 
file:///tmp/.org.chromium.Chromium.9YhwOS/index.html (50)
then it hang up, no gui is displayed.
Here is the incriminated index.html content
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Haroopad</title>
<script src="js/app.vendors.min.js">
</script>
</head>
<body>
<script src="js/app.js">
</script>
<script>app.apply(this, [global, this, document]);</script>
</body>
</html>
I hope it'll be fixed quickly, I can't wait to test that new version.
Thank you for this great piece of software!
Hi,
I have the same problem and output. Interface not showing up. Unusable version unfortunately :(
I'll be grateful if you fix it.
config: LinuxMint15 64bits
+4
I found a small hack to solve it.
Deleting the content of /usr/share/haroopad/locales fixes the problem. Haroopad's interface appears and run normally.

$ sudo rm /usr/share/haroopad/locales/*
should do it if installed with the deb package

It appears something went bad with the languages .pak files.