Schuttwegraeumer <wineforum-user at winehq.org> wrote:>Sent: Aug 3, 2010 11:21 AM >To: wine-users at winehq.org >Subject: [Wine] Re: How to fix the SSL/https problem? > >Is that usefull?:If you want us to tell you that you are doing this right, yes. For location of errors, no.> > >> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect start >> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect good wine-1.0Wow. This is a long time ago (over two years if I'm correct).>> schutti at hell:~/Desktop/X/WINE/wine-git$ git bisect bad wine-1.2This was just released....>> Bisecting: 11529 revisions left to test after this (roughly 14 steps)This means there wer about 23000 revisions between the two releases. The number of steps is just about right, however (2*13).>> [5f581975dcf83f4f32432137990c72c26b415e3b] wined3d: Introduce surface_init() to handle most of the surface initialization.This is just the marker for the current commit (revision). You have a LONG way to go until the problem is found. If you can run your program after this bisect, then you have to say that the bisect is good to get to the next revision. If it does not work you have to say that the bisect is bad. This may take a while, depending on how fast you can configure/make/test program (and you may have to re-install it as well.) Good luck. When you do find the bad commit, you will have an additional step which is to build Wine 1.2 without the commit. Regression testing states how. James McKenzie
That's not really helpfull here. :( I never made my own builts because it was not nessesary. to set up the build environment is not easy for a beginner like me. It looks like i am the only user with this problem. that means that the bug will not be found and fixed in usefull time. I will stop the bug search for a while because the 1.0.1 works well for me.
In any case, your not the only one with the problem, Schuttwegraeumer, me thinks, cause i'm having it too. Can't be sure though, cause the error appears for me in the winhttp module. Code: err:winhttp:netconn_secure_connect couldn't verify server certificate (12157) This happens when a game i'm trying to get working on OS X 10.6, namely Anno 1404 (a.k.a Dawn of Discovery), tries to connect my online profile. It appears the latest version (9.0.1) of Codeweavers 'CrossOver Games' has the same issue, cause i couldn't get that part working either. After some reading up on this matter, i realized i'ld have some compiling to do anyway, so decided to install wine with macports and give it a try and see if it worked this way. But no luck. A pitty you didn't get through the hassle of the regression tests and file a bug report, cause imo you were going pretty well there. Anyway, as i don't have any reference of a version of wine that does work for this game, i will do some more testing in the next couple of days and if i do find a working version, read up on the regression tests part and file a bug-report myself. Keep you posted...
Btw, if anyone could give me some tips, they are most welcome. Also, there appears to be a difference in the spellilng of netcon in the error message. Notice the netcon in Schuttwegraeumer code snippet and the netconn in mine.