alvin0319

Results 47 comments of alvin0319

I wonder if this is a Windows-specific error, I've tried enabling Xdebug on Ubuntu 22.04 (on VM) and it worked fine. (and debugger connection was successful too)

[Wed_Sep_6-09.34.51-UTC_2023.log](https://github.com/pmmp/PocketMine-MP/files/12535840/Wed_Sep_6-09.34.51-UTC_2023.log) The issue still persists. Apart from the crashing, my plugins that make external connections (127.0.0.1, or other external IPs) aren't established successfully. (My plugins block a main thread to...

Bump, The issue still happens on my PC. By the way, not sure if it's related, compiling PHP binary on my PC fails on xdebug compilation. ``` NMAKE : fatal...

Good luck with your future, Thank you for your hard work here.

> Do we really want to force an API to everyone ? I can only think about the Form API. Wouldn't it be the function of a virion to do...

It isn't same with forms. Trade needs a lot of reflection hacks and closure hacks to work on plugins.

> > «However, the resource packs still need to be loaded into PocketMine.» > > It should automatically download the pack from the url and cache the metadata, shouldn’t it?...

Well, the problem is that: 1. We can't download the resource packs from CDN every time we turn on the server. 2. If we cache the downloaded resource pack, we...

This will be fixed whenever api/pm5 branch gets merged.