sam-ludlow / mame-ao

Run MAME easily, automatic download and setup for binaries and ROMs from archive.org
MIT License
91 stars 13 forks source link

Running two at same time. #28

Closed paulmortlock closed 5 months ago

paulmortlock commented 6 months ago

Not that you need two going but if you try this happens.

image

https://stackoverflow.com/questions/93989/prevent-multiple-instances-of-a-given-app-in-net

sam-ludlow commented 6 months ago

Hello Paul yeah it kind of could if the web server listened on another port number, but defiantly not supported.

I may improve the error response.

Cheers Sam

cewatkins commented 6 months ago

The hack change I did just got a machine address ( for linux in this case ), but I dont have them handy and yes, if you do it remotely, you only get one a time and there's a number of reasons, I see why I think that's probably a good thing. but that's me. Would be nice, it wasn't hard and I don't know the language.

sam-ludlow commented 5 months ago

Made the error a bit better.

image

Fixed https://github.com/sam-ludlow/mame-ao/releases/tag/1.88

Closing