Hacker News new | ask | show | jobs
by viraptor 2461 days ago
It's not a certification program. It's just reporting system.

And yes, it is what I meant. For software like wine, if something works in version X, you can expect it will work in X+1. Sure, there will always be some regression from time to time, but wine's whole existence is based on the idea that they support Window's APIs. These are not random features they'll decide to remove from time to time.

1 comments

> For software like wine, if something works in version X, you can expect it will work in X+1.

Anyone that expects this is setting themselves up for disappointment.

My actual experience with this has not matched yours. Wine is extremely fragile. There is a reason why things like winetricks and using dedicated wine prefixes exists, for one.

This is not a knock on wine really, but the complexity of the problem at hand.

> These are not random features they'll decide to remove from time to time.

Emulating windows APIs is extremely complicated. Even with the best intentions of not breaking something it happens, quite a bit.

You are extremely naive.