Skip to content
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

[Question] Windows 10 lightspark testing in chromium #518

Open
6 of 21 tasks
JeimeRhee opened this issue Jun 25, 2020 · 10 comments
Open
6 of 21 tasks

[Question] Windows 10 lightspark testing in chromium #518

JeimeRhee opened this issue Jun 25, 2020 · 10 comments

Comments

@JeimeRhee
Copy link

In order to help us understand your issue, please follow the guide below

  • You will be asked some questions and requested to provide some information, please read them carefully and answer honestly
  • Put an x into all the boxes [ ] relevant to your issue (like this: [x])
  • Please fill in the sections relevant to your issue and delete the rest.
  • Use the Preview tab to see what your issue will actually look like

What is the purpose of your issue?

  • Site Support Request: Lightspark does not work correctly on a specific website.
  • Bug: Lightspark has the same problem across multiple websites or SWF files.
  • Feature request: a request for new features or support for new platforms, not sites or SWF files.
  • Question, Comment, or Suggestion
  • If none of the above apply, check this box.

The following sections should be filled in based on the purpose listed above. Erase any section (the contents between triple ---) that does not apply.


Provide the Lightspark version

Output of lightspark -v:

INFO: Lightspark version 0.8.2-git Copyright 2009-2013 Alessandro Pignotti and others

What operating system are you are running on?

  • Windows 7, 8 or 10
  • Windows XP, Vista or older
  • Linux: <specify distro and version here, such as Ubuntu 18.04>
  • Mac OS X: <specify version here, such as 10.8.1>
  • Other:

How are you are running Lightspark?

  • Browser plugin for Chrome or Chromium:
  • Browser plugin for Waterfox:
  • Browser plugin for other browser:
  • Lightspark executable on the command line

Identify the type of request:

  • Support for a new OS:
  • Support for a new browser: <Chromium 78>
  • Support for embedding in an application:

If this issue is a question, comment, or suggestion:

Identify the subject of this issue:

  • The documentation of how to use Lightspark, including the wiki
  • The build instructions to compile Lightspark from source
  • The project and how it is managed (people, process, and so on)
  • Other subject matter not listed

Description of your issue

I downloaded "Lightspark-0.8.2-git-win64.exe" and I installed it.

I want testing lightspark flash plugin in chromium browser.

So I launched chromium with "--ppapi-flash-path C:\Program Files\Lightspark\nplightsparkplugin.dll"

But chromium can't display flash game

I try to using "C:\Program Files\Lightspark\lightspark.dll" and "C:\Program Files\Lightspark\PepperFlash\libpepflashplayer.dll", but still can't display flash game.

image

Does anyone can help me?

@dbluelle
Copy link
Collaborator

I can't test this because I don't have a Windows machine so take the following with a grain of salt:

  • The correct library to use is libpepflashplayer.dll.
  • You have to make sure the manifest.json file is in the same directory as libpepflashplayer.dll
  • libpepflashplayer.dll depends on lightspark.dll, so make sure lightspark.dll is in a location where chromium can find it
    (try putting it in the same directory as libpepflashplayer.dll)

@huwdp
Copy link
Collaborator

huwdp commented Jun 27, 2020

I wanted to see if I could reproduce the issue so I went ahead and added added --ppapi-flash-path="C:\Program Files\Lightspark\PepperFlash\libpepflashplayer.dll" to the end of the a chromium path and copied libspark.dll to the PepperFlash directory. The player crashes in the web browser while viewing viewing a swf in a web page. I can't find any errors within EventViewer to help with this

image

@dbluelle
Copy link
Collaborator

Maybe the crash has the same source as #496

@huwdp
Copy link
Collaborator

huwdp commented Jul 6, 2020

I'll test out the new version of Lightspark tomorrow, see if this works

@huwdp
Copy link
Collaborator

huwdp commented Jul 8, 2020

I have not been able to use updated Lightspark version within Chromium. I have copied libspark to Pepperflash and have added the argument to chromium shortcut.

I have tried the links below:
https://condor.depaul.edu/sjost/hci430/flash-examples/Examples1/Examples1.htm
https://www.miniclip.com/games/commando-3/en/#t-c-f-C

@ThanoS-max
Copy link

Yes even I am experiencing some difficulties to able to use updated Lightspark version within Chromium. Can you give me updates regarding this please?

@huwdp
Copy link
Collaborator

huwdp commented Jan 3, 2021

FYI: The next versions of Firefox/Chrome will have flash support removed completely, so the plugins will not work anymore.

Pale Moon allows the use of NPAPI so you could try that. Also Lightspark can be used on Windows standalone if you were to use command line, I only use Lightspark from command line.

https://support.mozilla.org/en-US/kb/end-support-adobe-flash
https://www.blog.google/products/chrome/saying-goodbye-flash-chrome/

@dbluelle
Copy link
Collaborator

dbluelle commented Jan 3, 2021

So far nobody could find out why it doesn't work, because there are no entries regarding lightspark or flash anywhere in the debug log, so there is no real progress on that issue.

@viveksh1
Copy link

viveksh1 commented Jan 1, 2022

Any progress? How do I install the plugin on Microsoft Edge (Chromium)?

@huwdp
Copy link
Collaborator

huwdp commented Jan 2, 2022

It's not possible in Microsoft Edge. Only a few websites browsers supports plugins now (https://github.com/lightspark/lightspark/wiki/Getting-Lightspark-up-and-running-in-Web-Browser)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants