search for: winehacks

Displaying 8 results from an estimated 8 matches for "winehacks".

Did you mean: linejacks
2007 Aug 25
1
IRC Logs for #winehq and #winehackers
Hi all, does anyone know where I can find the logs for the wine channels? Thanks, Klaus -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20070825/45a734b0/attachment.pgp
2007 Mar 19
4
Kernal32 -- Known to do
I am an undergraduation and I am planning to do a known to do ( KERNAL 32) as my Final Year Project. I was wondering what should be the capabilities to successfully complete it within one year. Keeping in mind, I am new to this emulator.
2009 May 13
0
Anyone able to manually confirm a wine-users account?
I registered "Adys" a couple of months ago on here, asked in winehackers a couple of times but no one able to confirm it was around. The confirmation mail didn't work, password recovery doesn't do anything and if I log in I get "Incorrect or inactive username". Registering Adys again says the username is taken.
2010 Feb 18
3
star trek online
does it work ? and if so how does it run? thanks
2011 May 19
1
No newline in wine printf with multibyte string
Hello. This code: http://paste.pocoo.org/show/391911/ seems to work incorrectly with wine (at least with my 1.3.20-ubuntu6 version), while working well with native linux and native windows. When mingw32-compiled binary is executed under wine it just does not print newline character properly in the end of code, at printf on line #37; if non-ascii characters in printing string are present. This
2011 May 23
2
How to contact a lead Wine developer?
Hi all, I was looking here: http://bugs.winehq.org/show_bug.cgi?id=8051 , and in comment 81 it was recommended to contact the lead Wine developer(s) about the bug in question. I'm not sure who to contact, though. Might someone be able to tell me who would be an appropriate person/people to contact, please? Thanks! Hibba.
2009 Jul 20
0
Doing better than barely keeping up with bug reports - Bug Day this Monday (July 20)
Scott Ritchie wrote: > So, briefly: > > Over the past few months, users have added an average of between 12 and > 14 bugs every day. > > Since June 1st: > - 412 total bugs filed > - 87 bugs resolved invalid > - 227 bugs resolved fixed > - 133 bugs confirmed but not resolved (status new) > - 292 bugs created but unconfirmed > > Doing some subtraction that
2010 Jun 06
3
Profiling WINE (Game)
Hello, I have a game which runs almost perfectly (Europa Universalis III), there's just one problem: when you click a province to open the dialog, there is a noticeable delay. Since it's a specific problem to diagnose, I'm hoping it'll be as simple as running a profiler to see which WINE function(s) the game calls to complete this task, and hopefully fix the problem function.