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

FlxRadialGauge.makeShapeGraphic crashes on HashLink #450

Open
DetectiveBaldi opened this issue Oct 17, 2024 · 1 comment
Open

FlxRadialGauge.makeShapeGraphic crashes on HashLink #450

DetectiveBaldi opened this issue Oct 17, 2024 · 1 comment
Labels

Comments

@DetectiveBaldi
Copy link

package;

import flixel.FlxState;

import flixel.util.FlxColor;

import flixel.addons.display.FlxRadialGauge;

class GameState extends FlxState
{
	override function create()
	{
		super.create();

		var radialGauge:FlxRadialGauge = new FlxRadialGauge(0.0, 0.0);

                // Uncaught exception: Access violation
                // radialGauge.makeShapeGraphic(SQUARE, 60, 30, FlxColor.WHITE);
        
                add(radialGauge);
	}
}

Reproduced with stable lime, stable openfl, git flixel, and git flixel-addons

@Geokureli Geokureli added the Bug label Oct 17, 2024
@Geokureli Geokureli added this to the 3.3.0 milestone Oct 17, 2024
@Geokureli
Copy link
Member

Error seems to be from OpenFL
openfl/openfl#2754

@Geokureli Geokureli removed this from the 3.3.0 milestone Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants