Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thelastripper keeps crashing on my mac #14

Closed
GoogleCodeExporter opened this issue Sep 1, 2015 · 7 comments
Closed

thelastripper keeps crashing on my mac #14

GoogleCodeExporter opened this issue Sep 1, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

1. Letting it run, disappears after 2-3 songs
2. X11 keeps running but thelastripper is not there



What version of the product are you using? On what operating system?

thelastripper 0.2 beta, 10.4.8, mono 1.2.3.1 universal, powerbook



Original issue reported on code.google.com by jeff.d.b...@gmail.com on 11 Apr 2007 at 11:29

@GoogleCodeExporter
Copy link
Author

I haven't heard of these problems before, can anybody else verify the issue???

If you want to you can open the app-bundle, just right click on the .app, and 
choose
"show content of application"... Then launch the .exe file inside the app-bundle
using   mono TheLastRipper.exe in a terminal...
then hopefully it will print an error message when it dies... If you could post 
it
here, I might be able to spot the bug...

But I can't confirm your issue, and I've had TheLastRipper tested on both iBook
(Intel) and Powerbook (Intel)...

Original comment by jopsen@gmail.com on 12 Apr 2007 at 10:33

  • Added labels: OpSys-OSX

@GoogleCodeExporter
Copy link
Author

 mono TheLastRipper.exe

Gtk not found (missing LD_LIBRARY_PATH to libgtk-x11-2.0.so.0?), using built-in 
colorscheme

System.DivideByZeroException: Division by zero
  at System.Windows.Forms.ThemeWin32Classic.DrawProgressBar (System.Drawing.Graphics dc, Rectangle 
clip_rect, System.Windows.Forms.ProgressBar ctrl) [0x00000] 
  at System.Windows.Forms.ProgressBar.OnPaintInternal (System.Windows.Forms.PaintEventArgs pevent) 
[0x00000] 
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc (System.Windows.Forms.Message& m) 
[0x00000] 
  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam, IntPtr lParam) 
[0x00000] 

Original comment by jeff.d.b...@gmail.com on 12 Apr 2007 at 4:30

@GoogleCodeExporter
Copy link
Author

Okay, seams that the maximum value of the progressbar, might have been set to 
zero on
line 70 in MainForm.cs. Which causes a division by zero exception during 
repaint... 
I'll take a closer look at this soon, and fix it. Perhaps I'll push the bugfix 
as a
minor release...

By the way, thank you for your debug information :)

Original comment by jopsen@gmail.com on 12 Apr 2007 at 5:35

  • Changed state: Accepted
  • Added labels: OpSys-Windows, Priority-Critical
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

Just my two cents - I am having the same problem, but it is happening as the 
player
tunes into the first song.

Original comment by erik.webb on 29 Jun 2007 at 3:08

@GoogleCodeExporter
Copy link
Author

Same issue here:
# mono ./TheLastRipper\ 0.2\ Beta.app/Contents/Resources/TheLastRipper.exe 

Gtk not found (missing LD_LIBRARY_PATH to libgtk-x11-2.0.so.0?), using built-in
colorscheme
LastManager.ParseHandshake(): Unknown key: info_message
System.DivideByZeroException: Division by zero
  at System.Windows.Forms.ThemeWin32Classic.DrawProgressBar (System.Drawing.Graphics
dc, Rectangle clip_rect, System.Windows.Forms.ProgressBar ctrl) [0x00000] 
  at System.Windows.Forms.ProgressBar.OnPaintInternal
(System.Windows.Forms.PaintEventArgs pevent) [0x00000] 
  at System.Windows.Forms.Control.WmPaint (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage
(System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.Control+ControlNativeWindow.WndProc
(System.Windows.Forms.Message& m) [0x00000] 
  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr wParam,
IntPtr lParam) [0x00000] 

Original comment by jwebl...@gmail.com on 16 Jul 2007 at 4:35

@GoogleCodeExporter
Copy link
Author

It seams this is a bug in Mono:
http://bugzilla.ximian.com/show_bug.cgi?id=81704

It's probably fixed in the next mono release... But I've made a small 
workaround...
Haven't tested it, but it ought to work... I've attached the .app compressed in 
a
.zip archive... Try it a see if it's better...

Original comment by jopsen@gmail.com on 19 Jul 2007 at 8:32

Attachments:

@GoogleCodeExporter
Copy link
Author

This bug should be fixed in the new release for Mac: TheLastRipper 0.9 Beta...

This release also uses Cocoa# and has a new backend...

Original comment by jopsen@gmail.com on 18 Aug 2007 at 10:36

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant