-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft JScript compilation error 800A03EE. #44
Comments
I've seen that error on older versions of Windows. Can you run |
"Windows" "7 x64" "build 7601, Service Pack 1" |
All the files in your For details, check out |
I figured out what was going on with the R Functions, however i am getting the original problem again. Originally I could choose the destination folder to be Public (during installation) and that fixed the problem, Now it doesn't give me that option when I go through the RInno_installer in the app. Any Ideas? |
That option is controlled by the |
I am getting the same error when trying to open an app: Here is the result of sysname |
I am getting the exact same error using Windows 10: Here is the result of Sys.info():
Any help greatly appreciated! Thank you, Antony |
Gentleman, Has this issues been resolved? I obtain an identical to other posters above, following the example provided on the Rinno home page: The error is given as follow: This package has a lot of promise, if the error can be resolved! |
Unfortunately, not. It's a shame as I'd love to use R to make distributable programs. I need Rinno because the files it has to load up are just too big to use for web. I really don't want to move to Python. Hope it can be solved! )) |
@peaceengine Thanks for the update. I ended up programming a solution using: However, the above methodology is not as elegant as what Rinno seems to offer, and generates a hefty sized package to distribute to the user. @Dripdrop12 please update users when this is resolved and I'll be sure to retest. |
I am not able to reproduce this error, and don't know java but you those of you having issues might try replacing in |
I have the same issue. I just tried replacing the json2.js file but it did not solve the issue. |
It looks like IE does some syntax checking on JScript (which it wrongly recognizes as Java Script), and it expects a ")" in that possition... here is a link that may help in one-off situations. Is this also happening for people using Chrome? Regardless, the long term fix is to remove all browsers from the framework by creating a stand-alone UI #21 (thanks @trybik for the inspiration here). |
I use Chrome but also have IE installed. I followed the instructions from the link but still have the issue. Using Windows 10. |
I am using Windows 10 and tried with Firefox, Chrome and Edge. |
Is there any update on this thread? I'm also facing the same issue. |
I'm not able to reproduce the error. I've tried it on multiple machines with different configurations, but never gotten it. If someone can figure out what is causing it on their machines, I'd be happy to address it! |
I get this problem with both my own project and the demonstration example. I have tried it on win 10 and win 7. I have set the default browser to firefox and chrome on the win 10 machine. I tried it with 32 bit and 64 bit R. I don't know if this matters, but R is installed in the Documents folder instead of programs folder and did all programming in RStudio. |
Is your R library in Documents (that is normal)? Or is the rscript.exe installed there as well? |
I take back what I said earlier. R is in Programs/, the library is in Documents/. (I didn't see an R folder in the x86 Programs folder and assumed the bin/ was under Documents/R/). |
I was having the same issue. I included all the library dependencies on the ui.R file, and seems to work now. |
I think I have narrowed it down to adding the closing part in server.R. Once I add the session section:
Then I start getting this error. It works before adding in the session section but it does not close properly. |
@J-Sieber I started experiencing this error message when adding the onSessionEnded function to my server function as well. Hope this helps |
Has this been resolved yet? I am stuck at this point. |
I have managed to reproduce the bug and also to get rid of it. When I followed the minimal example (https://cran.r-project.org/web/packages/RInno/vignettes/Introduction.html) it ended up with the error message. But when I also specified the arguments
|
@stitam : Unfortunately none of the other approaches for resolving worked neither. |
Has any progress been made toward solving this issue? I've attempted builds on Windows 7 and Windows 10 and I've used the |
I literally learnt Python because I couldn’t do this in R. Such a shame R doesn’t have this ability. Hope things change.
From: Max Feinberg <[email protected]>
Sent: 07 September 2019 21:31
To: ficonsulting/RInno <[email protected]>
Cc: Antony Butts <[email protected]>; Mention <[email protected]>
Subject: Re: [ficonsulting/RInno] Microsoft JScript compilation error 800A03EE. (#44)
@tobiasblasberg <https://github.com/tobiasblasberg> @stitam <https://github.com/stitam>
Has any progress been made toward solving this issue? I've attempted builds on Windows 7 and Windows 10 and I've used the include_R and include_RTools flag but I'm still experiencing the same error.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#44?email_source=notifications&email_token=ACVGCFVMDIFGHX5Y2UURWXLQIQFRVA5CNFSM4EKJTX72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6FBWTA#issuecomment-529144652> , or mute the thread <https://github.com/notifications/unsubscribe-auth/ACVGCFXHNE5VXTDIX6PCNIDQIQFRVANCNFSM4EKJTX7Q> . <https://github.com/notifications/beacon/ACVGCFRGCTVEIAJ6I2HRRRTQIQFRVA5CNFSM4EKJTX72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6FBWTA.gif>
|
@Dripdrop12 do you have any input? |
Tengo un problema similar, pero creo que es anterior pues cuando instalo la aplicación me entrega un mensaje de error |
Is there any solution? I get the same error |
I get the same error |
It is because your all Also to execute js files in other apps we rather should use |
That's the real issue, Windows doesn't have something like the shebang line on *nix. Scripts should be executed by opening their interpreters explicitly instead of praying the user has set their file handlers correctly. |
I had an error when opening the app. it seems to have trouble running json2.js. This line in particular:
j = eval('(' + text + ')');
i ran the example and everything was fine. Any ideas on what is happening?
The text was updated successfully, but these errors were encountered: