0:02 AM
jarkko
DarkPlayer: i tested your large icons patch
0:02 AM
works
0:02 AM
DarkPlayer
jarkko: how often do you change your nick?
0:03 AM
shomy joined the channel
0:04 AM
jarkko
but the icons arent drawn, toolbar is missing something also the icons your patch draws now bigger. but i quess its another issue
0:05 AM
DarkPlayer
"also the icons your patch draws now bigger" i think this is the expected behavior
0:07 AM
jarkko
that is, but what's the cause that toolbar is missing some content and also the icons that your patch fixes
0:07 AM
0:07 AM
NP-HardBot
04Bug 24785: minor, P2, ---, wine-bugs, UNCONFIRMED , Explorer++: tile view doesn't work
0:07 AM
jarkko
i definitely see something change when i use that title
0:24 AM
puk2 has quit
0:33 AM
ehoover joined the channel
0:39 AM
shomy has quit
0:56 AM
ehoover
slackner: shutdown deadlock?!?!
0:56 AM
slackner
ehoover: yes, shutdown deadlock and thread refcounting issues
0:56 AM
ehoover: the refcounter got below zero
0:57 AM
ehoover: i was hoping that i could ignore this error (that was the reason for the Sleep(...) in my recently submitted patch)
0:57 AM
ehoover: but seems like AJ doesn't want me to work around unrelated wine bugs xD
1:02 AM
ehoover
slackner: lol, how long has this bug existed?
1:02 AM
slackner
ehoover: i guess forever
1:03 AM
ehoover: my patch most likely also doesn't fix all the issues .. the wine loader stuff is really messed up
1:03 AM
ehoover: reactos has a nice and clean implementation ... but wine? all totally messed up xD
1:03 AM
ehoover: i already suggested DarkPlayer that we should compile all libs with mingw, and then replace the wine loader code with code from reactos ^^
1:03 AM
jarkko
slackner: how to find bugs that your patch fixes?
1:03 AM
shomy joined the channel
1:04 AM
DarkPlayer
slackner: i found the issue with the shlfileop patch
1:04 AM
slackner
jarkko: not sure, it could help for apps which hang on shutdown
1:05 AM
jarkko: or for apps which unexpectly shutdown
1:05 AM
DarkPlayer: what was it ?
1:05 AM
DarkPlayer
slackner: initializing ole using CoInitialize breaks the installation
1:05 AM
slackner
oh, that means reactos is affected by this bug too, right ?
1:05 AM
AmineKhaldi: ^^^
1:05 AM
DarkPlayer
yes
1:06 AM
slackner
hm, that means we have to implement a progress dialog without using OLE? :(
1:06 AM
DarkPlayer
or find the reason why anno doesn't like ole32
1:07 AM
slackner
DarkPlayer: well, its weird because you uninitialize again afterwards
1:07 AM
ariscop
not sure how much i can really shrink the patch
1:07 AM
DarkPlayer
maybe related to the apartment model of ole?
1:08 AM
i think the installer users multiple threads
1:08 AM
slackner
ariscop: don't spend too much time with that, we are a staging tree ;) i assume you wanted to submit to us before you do the next upstreaming attempt, right ?
1:08 AM
ariscop
slackner, yeah
1:08 AM
either way it's making me clean up a few things
1:09 AM
don't know why i did the set info function that way
1:10 AM
shomy
btw guys i am not able to see a window whenever i use uTorrent
1:13 AM
DarkPlayer
the installer seems to use ole too: err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
1:13 AM
slackner
1:13 AM
NP-HardBot
04Bug 24946: minor, P3, ---, wine-bugs, NEW , uTorrent 2.2.0 hangs on startup
1:14 AM
shomy
ok ...is there priority on any of these ??
1:14 AM
austin_laptop is now known as austin987
1:17 AM
slackner
shomy: the bug already exists since a very long time, don't think anyone is working on it atm
1:17 AM
shomy: moreover, also not sure if its the same bug you experience, but might be possible
1:18 AM
jarkko
also there is workaround to use another version or native
1:21 AM
DarkPlayer
shomy: again the question: why not use the linux version of it? ;-)
1:22 AM
jarkko
i am trying to test the patch slackner but i have issues getting into steam now
1:22 AM
shomy
i'm curently using deluge ...but i'm seeing crashes in /var/crash/ ...and i dont like the minimalistic interface of transmission
1:28 AM
DarkPlayer
slackner: argh, it was my mistake :-(
1:28 AM
slackner: my anno fix added a return path which didn't call CoUninitialize()
1:28 AM
slackner
DarkPlayer: ah :/
1:29 AM
DarkPlayer
slackner: though what should we do if the application already initialized ole with a different apartment model?
1:30 AM
slackner: check for RPC_E_CHANGED_MODE as return value and reuse the existing one?
1:30 AM
slackner
well, i assume you know that CoInitialize always increments the refcount
1:30 AM
so you could theoretically ignore the return value
1:31 AM
DarkPlayer
ah, you are right, didn't know that
1:36 AM
shomy
slackner: i got wine to start by copying the native dnsapi.dll into the "c:\windows\system32" folder
1:36 AM
slackner
shomy: which app do you mean? utorrent ?
1:36 AM
shomy
yes
1:38 AM
slackner
shomy: hm, normally wine already has a builtin version of that, but i guess its too buggy to work with utorrent then
1:39 AM
shomy
it seems so ...
1:39 AM
gonna try aactually download something
1:41 AM
DarkPlayer
slackner: btw, there is a reason why we don't see any progress with wine
1:41 AM
BOOL WINAPI CopyFileExW(LPCWSTR source, LPCWSTR dest,
1:41 AM
LPPROGRESS_ROUTINE progress, LPVOID param,
1:41 AM
LPBOOL cancel_ptr, DWORD flags)
1:41 AM
slackner: wine ignores the progress argument ;-)
1:41 AM
slackner
progress routine is ignored ?
1:42 AM
ah xD
1:42 AM
DarkPlayer
however, this should be easy to fix since wine already copies the file manually
1:45 AM
shomy
slackner: it's downloading ..yay
1:47 AM
slackner
shomy: :)
1:47 AM
jarkko
shomy: you should say something at the bug thread
1:49 AM
shomy
jarkko: ok what should i say for that bug?
1:49 AM
1:49 AM
NP-HardBot
04Bug 37950: normal, P2, ---, wine-bugs, UNCONFIRMED , Listview in uTorrent 3.4.2 (32-bit) unresponsive when removing torrent
1:50 AM
jarkko
shomy: wine version used, confirm what utorrent you have and explain the workaround
1:50 AM
slackner
shomy: jarkko: you should create a new bug report when its not already covered by an existing one
1:51 AM
and only one problem per workaround
1:51 AM
-workaround +bug report
1:51 AM
lol
1:52 AM
DarkPlayer
slackner: don't dare to create a workaround that solves more than 1 bug! ;-)
1:53 AM
slackner
lol
1:56 AM
NP-HardBot
1:56 AM
1:56 AM
shomy
slackner: how do i restore the original wine dll ? ...so i need to apt-get --reinstall ??
1:56 AM
slackner
shomy: no, you only replaced it in the current wineprefix ~/.wine
1:56 AM
shomy
slackner:gonna put the console log s an attachment to the bug
1:57 AM
slackner
shomy: did you set dnsapi to native in winecfg?
1:57 AM
shomy: just undo that again, then wine will prefer the builtin dll
1:57 AM
shomy: (even if c:\windows\system32 still contains the native one)
1:57 AM
shomy
yes i used winecfg ...after copying the windows dnsapi.dll over the wine version
1:58 AM
ok cool
2:04 AM
slackner
shomy: if possible try to fill out a couple more fields like URL (download link, if available)
2:04 AM
shomy: and the version of utorrent
2:05 AM
different version could also mean that it doesn't encounter this bug or behaves differently
2:11 AM
shomy
slackner: just for the fun of it i'm gonna try counter strike again
2:12 AM
brb
2:15 AM
slacker: no luck with that :(
2:18 AM
wine-loader crashes
2:18 AM
wine-preloader
2:19 AM
it's already detailed in my bug report earlier
2:19 AM
slackner
shomy: didn't have time to look yet ... but i'm wondering a bit because usually you shouldn't get any core dump
2:20 AM
shomy: wine catches all errors, and prints a stack trace instead of showing the full info
2:20 AM
ariscop
slackner, so i've got the patchset, what now?
2:20 AM
open a bug or pull request
2:21 AM
slackner
ariscop: whatever you prefer - a bug report might be easier, especially when we probably might have to rebase them on top of our other staging patches
2:21 AM
ariscop: or when we have other comments
2:21 AM
ariscop
they're rebased against the current wine-staging head
2:22 AM
slackner
ariscop: well, as i said, whatever you prefer ;)
2:24 AM
ariscop
might have to be a pull request, bugzilla is taking a while to send the email
2:24 AM
slackner
ariscop: which mail do you mean? registration confirmation mails should be send immediately
2:25 AM
ariscop
registration
2:25 AM
oh derp, wrong email
2:25 AM
berz3rk has quit
2:25 AM
DarkPlayer
hmm which header file should i choose?
2:25 AM
Header
2:25 AM
WinBase.h (include Windows.h);
2:25 AM
FileExtd.h on Windows Server 2003 and Windows XP
2:26 AM
winbase or fileextd.h ?
2:26 AM
slackner
i assume fileextd doesnt exist in wine, right?
2:26 AM
then use winbase
2:26 AM
DarkPlayer
yeah, i also just noticed this, so i go for winbase.h ;-)
2:41 AM
NP-HardBot
2:41 AM
2:41 AM
slackner
ariscop: thx :) just debugging on a different bug, but will start reviewing immediately afterwards and keep you updated
2:43 AM
ariscop
^_^
2:51 AM
shomy has quit
2:56 AM
NP-Hardass
going to take the bot offline for a few, okay?
2:57 AM
slackner
NP-Hardass: kk
2:57 AM
NP-Hardass
@quit
2:57 AM
NP-HardBot has quit
2:59 AM
NP-HardBot joined the channel
3:16 AM
NP-HardBot has quit
3:17 AM
jarkko has quit
3:18 AM
NP-HardBot joined the channel
3:32 AM
NP-HardBot
[06staging/master] 02Sebastian Lackner: Added patch to fallback to global key state for threads without a queue.
3:32 AM
4:11 AM
4:11 AM
4:44 AM
fracting has quit
4:47 AM
mogorva joined the channel
5:06 AM
fracting joined the channel