SOF3 / pharynx

A tool to recompile PHP sources into a phar in PSR-0
Apache License 2.0
16 stars 3 forks source link

When compressing the plugin in .phar I get an error when starting it: Main class not found #15

Closed Nexus9w9 closed 10 months ago

Nexus9w9 commented 10 months ago

When I start it from the folder, it starts normally, but when I compact it with pharynx I get the error

[00:53:56.930] [Server thread/CRITICAL]: Could not load plugin 'DarkMatter': Main class not found

Nexus9w9 commented 10 months ago

Apparently it is discarding the files inside the folder 292-DarkMatter-cb405.zip

SOF3 commented 10 months ago

please provide full steps to reproduce the issue.

Nexus9w9 commented 10 months ago

It was just stupid of me