awvalenti / bauhinia

Cross-platform Wii Remote Java library and remote controller application
GNU General Public License v3.0
6 stars 0 forks source link

Improve error message when dll/so files extraction fails #23

Open awvalenti opened 7 years ago

awvalenti commented 7 years ago

This happens when trying to execute two coronata applications at the same time. Must decide whether this will be allowed or not. Allowing it may cause security risks (i.e., running arbitrary native code) and requires detecting the dll/so file extraction failure. Prohibiting it is both easier and safer, but disallows two coronata applications running at the same time, which might not be useful in practice anyway.

awvalenti commented 7 years ago

Should do #43 first.