Hello,
I have an old PC game that I enjoy playing. It installs fine but when running i get an error saying there is 0mb of memory available. I have set compatibility to Windows 95 as it would only see a minus amount of space to install. I know there is a command in Wineskin called -ulimit -m 32768 which worked on wineskin but how do i incorporate this into my shortcut below? That is of course if I even can
Sorry I have just noticed this has been moved and it is my mistake, I should have said I previously used wineskin on a Mac with the ulimit command but now I'm using Linux I was wondering if the command still exists and if so how can I incorporate this into my command?
To run old games on linux you might be better off with DosBox.
As for wine and memory limits, I do not know, I did not play with this. All I can say is that as you probably know already WINE is not an emulator nor is it a virtual machine, it is just a translation layer between windows system calls and linux ones, therefore playing with memory limits might be tricky.
Hi, thanks for the reply. The game isn't a dos game it is just for windows. I am now running linux but I had this game running on MacOSX using wineskin and having a command limiting the main memory that wine use at (32768) 32mb as todays sytems seem to send it a little mad by having too much! The command was ulimit in wineskin I am just wondering if it is a command specific to wineskin or if there is something incorporated into wine itself that does the same