Code Monkey home page Code Monkey logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
The division by zero error have also been reported in issue 14.
But as far as I know it's only relevant for those running mono, I've look at 
mono's 
bugzilla and there's a report for the issue:
http://bugzilla.ximian.com/show_bug.cgi?id=81704

Are you sure you could reproduce it under Microsoft .Net 2.0??
AFAIK it only happens under Mono when ProgressBar.Maximum is 0.

Original comment by [email protected] on 7 Aug 2007 at 6:07

from thelastripper.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I have tested it again and must correct my Issue:

- mono/windows: bug occures like described
- ms dot net: bug occures different: no status bar progress is displayed, 
ripping is fine

off topic: i have implemented a proxy configuration in gui - works fine with
http-proxy with no auth. how can i commit my changes? contact email is
[email protected]

Original comment by [email protected] on 7 Aug 2007 at 7:39

from thelastripper.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Okay, I think we better fix this bug... I can't imagine that it would be hard 
either
:)

Off topic: Check your mail...

Original comment by [email protected] on 8 Aug 2007 at 9:00

  • Changed state: Accepted

from thelastripper.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
i think this cant be fixed so easily - the error occurs not only when progress 
bar is
full, so i disabled the progress bar. Might another component, like a "xx%" 
Text as
progressbar would be fine?

Original comment by [email protected] on 8 Aug 2007 at 2:27

from thelastripper.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I think the progress bar calculates percentages... Using an equation similar to:
value / maximum * length, where value is how far the song is; maximum is the 
length 
of the song; and length is the physical length of the progressbar.
The devision by zero, happens when maximum is set to 0. This may happen if 
invalied 
metadata is returned.

Anyway, I've prevented the maximum value from being set to anything under 1. 
That is 
how I fixed a similar bug that occured with GTK#, I think this issue is closed 
now. 
Though I haven't tested it, if not feel free to not reopen it...

Original comment by [email protected] on 8 Aug 2007 at 3:18

  • Changed state: Fixed

from thelastripper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.