search for: desiredi

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

Did you mean: desired
2007 Mar 19
2
Wine crash
Hello, I can't use Wine from version >=0.9.18 anymore. It compiles ok and then it crashes somewhere in the middle of installation, I think when Wine tries to execute something. Even when I try to run winecfg it crashes. It worked with Wine version 0.9.17 and lower. Anyone have any idea what's wrong ? I'm running Slackware 10.0. Below is what happens when I try to run winecfg.
2010 Aug 26
4
UT3 hangs at start
Hi!When start game through steam or shortcut on desktop,game halt when push "launch" button, after 2-5 seconds and unreal logo becomes gray.In terminal i have "wine: Unhandled stack overflow at address 0x34c7a12 (thread 0044), starting debugger..." and no more.Close game with compulsory exit.Before that game start perfectly on wine 1.2 or wine 1.3,the problem has appeared
2012 Mar 14
5
mouse glitch in fullscreen game (borderlands)
I'm running wine 1.4, compiled myself (to ensure --with-xinput2) on Arch. I have tried all combinations of MouseWarpOverride and "automatically capture mouse in fullscreen windows" and can't alleviate this problem. Once in a while, everything's fine (360 degrees rotation, smooth mouse action), but eventually (or most of the time, as soon as I start the game), the screen
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
Hooray, I got gdb to do what I need, to skip the first exception and break before the second. The key commands are: gdb (winepath)/bin/wine Set the arguments: > set args --winver nt40 yourapp Tell gdb to pass segmentation faults to the program: > handle SIGSEGV nostop pass Set a breakpoint at main: > b main Run the program: > run This loads all the shared libraries, and