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

I am not able to create an .exe in the engine. #8322

Closed
LukaYG03 opened this issue Apr 25, 2022 · 3 comments
Closed

I am not able to create an .exe in the engine. #8322

LukaYG03 opened this issue Apr 25, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@LukaYG03
Copy link

Describe your bug here.

Hi, I'm having a problem with the Psych Engine. Instead of generating a new .exe/opening the game... it showing messages that I can't understand very well...

Could anyone help me solve this?!

Command Prompt/Terminal logs (if existing)

C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:1810: characters 22-28 : lime.utils.Float32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:1810: characters 22-28 : ... For function argument 'params'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:1815: characters 22-28 : lime.utils.Float32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:1815: characters 22-28 : ... For function argument 'params'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:1831: characters 24-30 : lime.utils.UInt32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:1831: characters 24-30 : ... For function argument 'params'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:1836: characters 24-30 : lime.utils.Int32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:1836: characters 24-30 : ... For function argument 'params'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:1841: characters 24-30 : lime.utils.Int32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:1841: characters 24-30 : ... For function argument 'params'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeWindow.hx:143: characters 5-23 : lime._internal.backend.native.NativeOpenGLRenderContext should be lime.graphics.OpenGLES2RenderContext
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeWindow.hx:144: characters 5-23 : lime._internal.backend.native.NativeOpenGLRenderContext should be lime.graphics.WebGLRenderContext
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeWindow.hx:150: characters 6-24 : lime._internal.backend.native.NativeOpenGLRenderContext should be lime.graphics.OpenGLES3RenderContext
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeWindow.hx:151: characters 6-25 : lime._internal.backend.native.NativeOpenGLRenderContext should be lime.graphics.WebGL2RenderContext
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/math/FlxPoint.hx:31: characters 3-15 : flixel.math.FlxPoint should be { _inPool : Bool }
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/math/FlxPoint.hx:31: characters 3-15 : ... The field _inPool is not public
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4740: characters 74-75 : lime.utils.Float32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4740: characters 74-75 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/math/FlxPoint.hx:17: characters 2-53 : error: The field _inPool is not public
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/math/FlxPoint.hx:17: characters 2-53 : ... have: { get: (...) -> { set: (...) -> flixel.math.FlxPoint } }
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/math/FlxPoint.hx:17: characters 2-53 : ... want: { get: (...) -> { set: (...) -> { _inPool } } }
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/math/FlxPoint.hx:70: characters 10-19 : { get : () -> { set : (Float, Float) -> { _inPool : Bool } } } has no field putUnsafe
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/group/FlxGroup.hx:473: characters 80-91 : Type not found : ObjectClass
C:/HaxeToolkit/haxe/lib/flixel-addons/git/flixel/addons/display/FlxExtendedSprite.hx:11: characters 8-37 : Type not found : flixel.util.FlxDirectionFlags
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/system/frontEnds/PluginFrontEnd.hx:47: characters 19-28 : Type not found : ClassType
C:/HaxeToolkit/haxe/lib/flixel-addons/git/flixel/addons/display/FlxExtendedSprite.hx:484: characters 21-25 : Unknown identifier : WALL
C:/HaxeToolkit/haxe/lib/flixel-addons/git/flixel/addons/display/FlxExtendedSprite.hx:504: characters 21-25 : Unknown identifier : WALL
C:/HaxeToolkit/haxe/lib/flixel-addons/git/flixel/addons/display/FlxExtendedSprite.hx:530: characters 21-28 : Unknown identifier : CEILING
C:/HaxeToolkit/haxe/lib/flixel-addons/git/flixel/addons/display/FlxExtendedSprite.hx:550: characters 21-26 : Unknown identifier : FLOOR
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:7: characters 8-37 : Type not found : flixel.util.FlxDirectionFlags
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:24: characters 34-51 : Type not found : FlxDirectionFlags
source/editors/ChartingState.hx:56: lines 56-2817 : ... Defined in this class
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:23: characters 2-39 : Method set_angle required by property angle is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field acceleration needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field alpha needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field drag needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field facing needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field maxVelocity needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field moves needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field offset needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field origin needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field reset needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field scale needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field scrollFactor needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field setPosition needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field set_alpha needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field set_angle needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field set_facing needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field set_moves needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field set_x needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field set_y needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field velocity needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field x needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field y needed by flixel.IFlxSprite is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field get_height needed by flixel.addons.ui.interfaces.IFlxUIWidget is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field get_width needed by flixel.addons.ui.interfaces.IFlxUIWidget is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field height needed by flixel.addons.ui.interfaces.IFlxUIWidget is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field set_height needed by flixel.addons.ui.interfaces.IFlxUIWidget is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field set_width needed by flixel.addons.ui.interfaces.IFlxUIWidget is missing
C:/HaxeToolkit/haxe/lib/flixel-ui/2,4,0/flixel/addons/ui/FlxUIPopup.hx:9: characters 7-17 : Field width needed by flixel.addons.ui.interfaces.IFlxUIWidget is missing
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:2313: characters 36-42 : lime.utils.Int32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:2313: characters 36-42 : ... For function argument 'params'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:2319: characters 36-42 : lime.utils.Float32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/_internal/backend/native/NativeOpenGLRenderContext.hx:2319: characters 36-42 : ... For function argument 'params'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4617: characters 63-64 : lime.utils.Float32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4617: characters 63-64 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4631: characters 64-65 : lime.utils.Int32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4631: characters 64-65 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4639: characters 66-67 : lime.utils.UInt32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4639: characters 66-67 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4655: characters 70-71 : lime.utils.Float32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4655: characters 70-71 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4669: characters 71-72 : lime.utils.Int32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4669: characters 71-72 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4678: characters 73-74 : lime.utils.UInt32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4678: characters 73-74 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4696: characters 80-81 : lime.utils.Float32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4696: characters 80-81 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4712: characters 81-82 : lime.utils.Int32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4712: characters 81-82 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4721: characters 83-84 : lime.utils.UInt32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4721: characters 83-84 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4757: characters 75-76 : lime.utils.Int32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4757: characters 75-76 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4767: characters 77-78 : lime.utils.UInt32Array should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/graphics/WebGL2RenderContext.hx:4767: characters 77-78 : ... For function argument 'v'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/math/ColorMatrix.hx:117: characters 12-17 : lime.math.ColorMatrix should be Null<lime.utils.ArrayBufferView>
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/math/ColorMatrix.hx:117: characters 12-17 : ... For optional function argument 'view'
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/media/OpenALAudioContext.hx:573: characters 3-40 : lime.media.openal.ALBuffer should be Int
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/text/harfbuzz/HBBlob.hx:47: characters 3-48 : Float should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/text/harfbuzz/HBBlob.hx:56: characters 3-57 : Float should be lime.utils.DataPointer
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/math/Matrix4.hx:235: characters 12-17 : lime.math.Matrix4 should be Null<lime.utils.ArrayBufferView>
C:/HaxeToolkit/haxe/lib/lime/7,8,0/src/lime/math/Matrix4.hx:235: characters 12-17 : ... For optional function argument 'view'
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/group/FlxGroup.hx:852: characters 19-30 : Type not found : ObjectClass
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/system/frontEnds/PluginFrontEnd.hx:94: characters 20-29 : Type not found : ClassType
C:/HaxeToolkit/haxe/lib/flixel/4,8,1/flixel/math/FlxPoint.hx:485: characters 3-15 : { get : () -> { set : (Float, Float) -> { _inPool : Bool } } } should be flixel.util.IFlxPool<flixel.math.FlxPoint>

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows

Did you edit anything in this build? If so, mention or summarize your changes.

Yes, I added the APIStuff file to the Source folder.

@LukaYG03 LukaYG03 added the bug Something isn't working label Apr 25, 2022
@frantastic24
Copy link

seems like you need to update haxe

@LukaYG03
Copy link
Author

LukaYG03 commented Apr 25, 2022

seems like you need to update haxe

I tried to download version 4.2.5 but it still gives error, even with it installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants
@frantastic24 @LukaYG03 and others