Re: New SHM server broken?
Peter Hunnisett <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
Matthijs Kooijman wrote: > >>To increase the size of the shm segment just increase the define for >>initial_size in shm.c and recompile. Let me know if it still runs out of >>memory. To be able to look at the shm mallocs/frees if you recompile >>libwineserver with PH_TRACE you should be able to have a closer look. >> >> >Yeah, I tried that... But, 4M is the maximum Shared Segment Size on >Linux (so said some man page on the inet. When I increased the size, the >function that allocates the segment [don't remember the name] gave an >illegal argument error...) > > > >>What application is the you're seeing this problem with? >> >> >I've tried regedit, calc, diablo2 and then concluded that it will >probably break for all applications... > > Well then I'm very interested since I, obviously, don't see that problem :) Could you check if starting the wineserver by itself works? I'd be interested in seeing the output from the wineserver when you recompile and turn on the shm memory output I mentioned above. To start the wineserver by itself, run wineserver -p for persistent and it's probably worth also throwing in -d 2 for debug output in this case. >Gr. > >Matthijs > > > Ciao, Peter