search for: winepreload

Displaying 4 results from an estimated 4 matches for "winepreload".

Did you mean: winepreloader
2006 Jan 06
1
StreetSmart Pro - hang during install
Hi, I built Wine-0.9.5 this morning from portage on one of our Gentoo machines. I then tried installing the StreeSmart Pro Simulator application from Charles Schwab. The install hung very quickly and got to the point where a winepreloader process was using 100% CPU but was making no apparent forward progress. When I hit Ctrl-C in the terminal where I was running I got this info in an error box: Error Code: -5006 : 0x8000ffff Error Information: >SetupDLL\SetupDLL.cpp (1331) pAPP:StreetSmart Pro Simulator PVENDOR:CyberTrader PGU...
2001 Nov 19
3
WineLib Seg Fault?
...0 and with this version of wine clean compiled and installed I can run several windows programs very successfully :). Then I use winemaker to create a WineLib 'so' file and the compile and link again runs clean. But when I run the resulting 'so' file using this command line: $ WINEPRELOAD=./x_zeus.so wine --debugmsg +all I get the following trace file and resulting segment fault: 0806d080:trace:heap:HeapAlloc (40360000,00000002,00000808): returning 4036074c 0806d080:trace:heap:HeapSize (40360000,00000002,4036009c): returning 00000680 0806d080:trace:heap:HeapReAlloc (40360000,00000...
2001 Nov 30
1
debugging my application
My application seems to come up under wine; I get a window that comes up, but it never redraws, so I can't tell if my application has crashed or what is going on. I would like to try to add in some printfs or other type of debug statements to my code to see what is going on. How do I go about doing this? Just adding printfs doesn't seem to do anything. I don't see any debug
2008 Apr 25
18
Wine memory problem
I have program which memory use 500MB for OS Windows, but this program + wine in OS Linux use 3.6 GB. 1 wine+ program process use 3.6 GB virtual memory. How to reduce quantity of used memory for 1 process?