-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
app with v8 snapshot doesn't work in Mac OS #1316
Comments
like #1266, Would you please provide your demo? |
Yes, I just found out that on Windows our project doesn't work either (maybe like #1266), with NW 0.8.0. Will try to make a small demo, later, if you need it. The version 0.6.2 working perfectly for me on both platforms Win and Mac. node-webkit 0.8.0 Extension or internal compilation error in v8/i18n at line 1678. node.js:0 node-webkit 0.7.2 Stacktrace (dead0000-dead0001) 0x21c38b19 0x3b008c11: Security context: 0x21c38a11 #0# ==== Details ================================================ [1]: DefaultString [native runtime.js:664](this=0x21c2cb4d #1#,a=0x21c38b19 #2#) { function DefaultString(a){?var b=a.toString;?if((%_ClassOf(b)==='Function')){?var c=%_CallFunction(a,b);?if(%IsPrimitive(c))return c;?}??var d=a.valueOf;?if((%_ClassOf(d)==='Function')){?var e=%_CallFunction(a,d);?if(%IsPrimitive(e))return e;?}??throw %MakeTypeError('cannot_convert_to_primitive',[]);?}} [2]: ToString [native runtime.js:566](this=0x21c2cb4d #1#,a=0x21c38b19 #2#) { function ToString(a){?if((typeof(a)==='string'))return a;?if((typeof(a)==='number'))return %_NumberToString(a);?if((typeof(a)==='boolean'))return a?'true':'false';?if((typeof(a)==='undefined'))return'undefined';?return((a===null))?'null':%ToString(%DefaultString(a));?}} [3]: URIDecode(aka decodeURI) [native uri.js:303](this=0x21c2cb4d #1#,a=0x21c38b19 #2#) { function decodeURI(a){?var b=function(c){??if(35<=c&&c<=36)return true;??if(c==38)return true;??if(43<=c&&c<=44)return true;??if(c==47)return true;??if(58<=c&&c<=59)return true;??if(c==61)return true;??if(63<=c&&c<=64)return true;??return false;?};?var d=ToString(a);?return Decode(d,b);?}} [4]: arguments adaptor frame: 2->1 { [5]: Instantiate [native apinatives.js:49](this=0x21c2cb4d #1#,a=0x21c38b19 #2#,b=0x21c08091 <undefined) { } [6]: arguments adaptor frame: 1->2 { ==== Key ============================================ #0# 0x21c38a11: 0x21c38a11 #3# 0x5570878d: 0x5570878d <JS Function b (SharedFunctionInfo 0x21c38bf1)> |
This should be fixed in 0.9.x. If it's not working for you, feel free to reopen it. |
Hi, I work on a project based on node-webkit for several months.
Mostly on Windows, just test Mac version from time to time.
(So I had very old NW version on my Mac, but it worked.)
After update to the latest NW the project doesn't work.
It looks like because of snapshot.bin.
Been trying to downgrade the version,
versions 7.2 - 8.0 have a problem, for sure.
(Or maybe I do something wrong?)
Of course I create new snapshot.bin using the nwsnapshot file each time I change the NW version.
The text was updated successfully, but these errors were encountered: