About Store Forum Documentation Contact



Post Reply 
Web Error
Author Message
Pherael Offline
Member

Post: #1
Web Error
I wanted to try buid Web App from tutorial, but I can't make it work.
I installed Emscripten and VS Studio 2010 but still cant buid tutorial example.

Output from Esenthel Editor:
Code:
E:\Solar Ocelot Games\Esenthel 3.0\Projects\_Build_\Web App\Project.vcxproj : warning  : Platform 'x64' referenced in the project file 'Web App' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.
1>------ Build started: Project: Web App, Configuration: Debug DX9 Emscripten ------
1>  Traceback (most recent call last):
1>    File "C:\Program Files\Emscripten\emscripten\1.12.0\\emcc", line 899, in <module>
1>      assert newargs[i+1] == '0', '0 is the only supported option for --minify; 1 has been deprecated'
1>  AssertionError: 0 is the only supported option for --minify; 1 has been deprecated
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\Emscripten\Microsoft.Cpp.Emscripten.T​argets(117,5): error MSB6006: "C:\Program Files\Emscripten\emscripten\1.12.0\emcc.bat" exited with code 1.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
[/code]
09-08-2015 11:36 AM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #2
RE: Web Error
Have you tried compiling in 32-bit?
09-08-2015 02:32 PM
Find all posts by this user Quote this message in a reply
Pherael Offline
Member

Post: #3
RE: Web Error
Yes, I have. In 32-bit and 64-bit. Looking the same.
(This post was last modified: 09-08-2015 02:50 PM by Pherael.)
09-08-2015 02:49 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Web Error
I will check this
09-09-2015 01:54 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: Web Error
Hi, this will take a few more days still (as I'm improving many things smile ) so in the meantime you can try using an older version of Emscripten that was known to work.
I believe I had 1.29 before (I recommend the "full" installer version), once you download it, then uninstall your current one first, and then install the old one.
09-14-2015 09:56 AM
Find all posts by this user Quote this message in a reply
Pherael Offline
Member

Post: #6
RE: Web Error
Thanks for your support smile
I will try reinstall to older version, but If it not work, I'll just wait, since I also busy with others things and few more days, doesn't make me any difference.
09-14-2015 10:40 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #7
RE: Web Error
I've just tried using the latest Emscripten version 1.34.1 which has a different kind of bug, preventing me from testing it.
I need to wait for a newer version to be released.
For now please use an older version, thank you.
10-10-2015 07:48 AM
Find all posts by this user Quote this message in a reply
Post Reply