Page 2 of 4

Re: 0.82: Constantly hangs

Posted: Sat Oct 15, 2016 9:16 am
by xnview
jadO wrote:Today I went back to 0.81 which works without those hangs.
There is definitiey a bug with your code in 0.82 that causes these freezes.
no change here, which video player do you use? on which format?

Re: 0.82: Constantly hangs

Posted: Sat Oct 15, 2016 3:33 pm
by jadO
xnview wrote:
jadO wrote:Today I went back to 0.81 which works without those hangs.
There is definitiey a bug with your code in 0.82 that causes these freezes.
no change here, which video player do you use? on which format?
Portable XnviewMP x64 version with GOM Player.
Well, 0.81 does not freeze on the same environment. So the issue must be changes that have been done with 0.82. Can't help it.

Re: 0.82: Constantly hangs

Posted: Mon Oct 17, 2016 6:50 am
by jadO
If you want you can send me some intermediate build between 0.81 und 0.82 then I can tell you when freezing starts.

Re: 0.82: Constantly hangs

Posted: Mon Oct 17, 2016 11:57 am
by xnview
jadO wrote:
xnview wrote:
jadO wrote:Today I went back to 0.81 which works without those hangs.
There is definitiey a bug with your code in 0.82 that causes these freezes.
no change here, which video player do you use? on which format?
Portable XnviewMP x64 version with GOM Player.
Well, 0.81 does not freeze on the same environment. So the issue must be changes that have been done with 0.82. Can't help it.
i've tried with GOM player on Windows 10 x64, and no problem :(

Re: 0.82: Constantly hangs

Posted: Mon Oct 17, 2016 6:21 pm
by jadO
xnview wrote:i've tried with GOM player on Windows 10 x64, and no problem :(
I have no freezes since I reverted back to 0.81.

Re: 0.82: Constantly hangs

Posted: Tue Oct 18, 2016 7:40 am
by xnview
and if you use another media player?

Re: 0.82: Constantly hangs

Posted: Mon Nov 07, 2016 12:12 pm
by jadO
xnview wrote:and if you use another media player?
I have tried with MPC now and same behavior.

In Process Monitor I can see ReadFile operations after starting it. But then there is suddenly a CloseFile operation followed by Thread Exit. And this is when it suddenly hangs.

Re: 0.82: Constantly hangs

Posted: Mon Nov 07, 2016 3:18 pm
by xnview
are you able to try on another computer? i've tried on 3 computers, and no problem with GOM or MPC

Re: 0.82: Constantly hangs

Posted: Mon Nov 07, 2016 3:27 pm
by jadO
xnview wrote:are you able to try on another computer? i've tried on 3 computers, and no problem with GOM or MPC
I don't understand this. 0.81 does not have this. Again: If you send me intermediate builds between 0.81 and 0.82 I will be able to tell you exactly at what point this behavior starts. Then it might be easier to tell what is causing this.

Re: 0.82: Constantly hangs

Posted: Tue Nov 08, 2016 9:28 am
by xnview
jadO wrote:
xnview wrote:are you able to try on another computer? i've tried on 3 computers, and no problem with GOM or MPC
I don't understand this. 0.81 does not have this. Again: If you send me intermediate builds between 0.81 and 0.82 I will be able to tell you exactly at what point this behavior starts. Then it might be easier to tell what is causing this.
i have no intermediate build, and i have not changed code for this function...
Is it possible to make a teamviewer session?

Re: 0.82: Constantly hangs

Posted: Wed Nov 09, 2016 2:29 am
by jadO
xnview wrote:i have no intermediate build, and i have not changed code for this function...
Of course you would have to create them. If you have not changed code for this function then it seems to be an unexpected side effect of some change.
I don't know how much you have changed between 0.81 and 0.82. But I would suggest a build that has 50% of the changes between 0.81 and 0.82. After that depending on the outcome.

That is what I can offer to try to locate the issue.

Re: 0.82: Constantly hangs when viewing videos (20.000+ vide

Posted: Wed Dec 07, 2016 4:59 am
by jadO
0.84b2 freezes too

0.84b2 freezes too when viewing 20.000+ video files

Posted: Wed Dec 07, 2016 7:22 pm
by jadO
Erixx haxx wrote:Usually devs need to be able and reproduce the problem on their own machine and run a debug version to track down the bugs,
I know. This is why it would help to create builds for each changes that have occured between 0.81 and 0.82. That way the issues could be sorted out quickly.
xnview wrote:when do you have freezing? when creating thumbnails in browser? when playing? Do you have tried with videomode=true?
It happends randomly. Where and how do I set videomode=true?

Re: 0.84b2 Freezes too

Posted: Wed Dec 07, 2016 8:30 pm
by XnTriq
jadO wrote:Where and how do I set videomode=true?
  1. Go to Tools » Settings... » Integration » Paths » XnView settings and click on the Open Config Files Location button to find xnview.ini.
  2. Quit XnView MP.
  3. Open xnview.ini in your favorite text editor.
  4. Go to the [%General] section, look for the videoMode entry and change it from false to true.
  5. Save the changes.
  6. Restart XnView MP.
Related posts:

Re: 0.84b2 Freezes too

Posted: Thu Dec 08, 2016 6:33 pm
by jadO
@XnTriq: Thanks.
xnview wrote:Do you have tried with videomode=true?
With that setting to true I did not have freezes yet. I am not optimistic yet. But will go on testing with that setting.