#42 √ resolved
tape0

Surface#convert tries to use non-existing Module ScreenFFI

Reported by tape0 | March 29th, 2010 @ 04:43 AM | in 2.6.3

If Surface#convert gets called without arguments, it tries to get the Screen surface using ScreenFFI.get_surface(). ScreenFFI is undefined in 2.6.2.

In surface.rb line 518:

    other = Rubygame::ScreenFFI.get_surface
should be replaced with:
    other = Rubygame::Screen.get_surface

Comments and changes to this ticket

  • John Croisant

    John Croisant April 1st, 2010 @ 12:25 AM

    • → State changed from “new” to “resolved”
    • → Tag set to @bug, surface
    • → Milestone set to 2.6.3

    Thanks for the bug report. This is now fixed in version 2.6.3. :)

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Flexible library for making games with the Ruby language.

http://rubygame.org

Shared Ticket Bins

People watching this ticket

Tags