Good morning, I am using a third-party program, which was made for Windows with Wine, but some routines of this program require much processing and just closing the application, this does not happen in windows, is there some setting in the wine for this happening? Thanks :D
fabito wrote:> Good morning, > > I am using a third-party program, which was made for Windows with Wine, but some routines of this program require much processing and just closing the application, this does not happen in windows, is there some setting in the wine for this happening? >What happens if you start the program from a terminal? There should be some sort of error output that can give us some idea of what happens. If it is too large (>100 lines) please use pastebin and then provide the location of the output. James McKenzie
James Goodnight, Ran in the terminal as requested, but was not given any error, the system opens, is apparently a lack of memory that only happens with some heavy routines implemented it, is there any special configuration for memory management in Wine? Thank you.