binji / love-nacl

Port of LÖVE to Native Client
http://binji.github.io/love-nacl/
Other
43 stars 6 forks source link

"Only unpacked extensions and apps installed from the Chrome Web Store can load NaCl modules without enabling Native Client in about:flags" #24

Closed binji closed 11 years ago

binji commented 11 years ago

From easy82 ( in #22 ): I hate to bring this up again, but it does not work for me. Left or right click on a LÖVE game generates the following error message in the console: "Only unpacked extensions and apps installed from the Chrome Web Store can load NaCl modules without enabling Native Client in about:flags.", while "Open with LÖVELINESS" option works flawlessly! I'm on version 0.2.1.

binji commented 11 years ago

This is a Chrome 27 bug. It is fixed in Chrome 28, but is unlikely to be fixed in Chrome 27, so you have 3 options: 1) Upgrade to Chrome 28 where the bug is fixed (i.e. use the Beta channel) 2) Turn on "Native Client" in about:flags 3) Always right-click to open a .love file

option 2 is probably the easiest.

binji commented 11 years ago

Chrome 28 is now stable, closing this bug.