TheRealJake12 / Kade-Engine-Community

Kade Engine Community is a fork of Kade Engine that aims to fix most of its issues. Tons of Optimizations, Options, and a great legacy preserved
https://therealjake12.github.io/Kade-Engine-Community/
Do What The F*ck You Want To Public License
37 stars 21 forks source link

help? #34

Open LeonGamerPS1 opened 2 months ago

LeonGamerPS1 commented 2 months ago

Please check for duplicates, similar issues or closed issues with the same problem, as well performing simple troubleshooting steps (such as deleting the export folder if it's an issue with compiling, reinstalling Kade Engine) before submitting an issue.

If you are playing a downloaded version of the game, what operating system are you using?

Windows (x86), Windows (x86_64), Linux, or macOS? Specify below.

What version of the game are you using? Look in the bottom left corner of the main menu.

???

Have you identified any steps to reproduce the bug? If so, please describe them below. Use images if possible.

????

Please describe your issue. Provide extensive detail and images if possible.

even by installing haxe 4.2.5 and running easysetup.bat i get this shit:

D:/haxerepos/hscript-improved/git/hscript/macros/ClassExtendMacro.hx:30: characters 4-89 : Warning : switchTo is deprecated, use startOutro
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodExprEx.hx:63: characters 11-16 : Unmatched patterns: EAlreadyExistingClass | EInvalidClass
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:223: characters 19-45 : Object requires field depth
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:223: characters 19-45 : ... For function argument 'x'
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:225: characters 19-30 : Object requires field depth
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:225: characters 19-30 : ... For function argument 'value'
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:286: characters 37-49 : Object requires field depth
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:286: characters 37-49 : ... For function argument 'value'
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:347: characters 21-53 : Object requires field depth
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:347: characters 21-53 : ... For function argument 'x'
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:349: characters 24-27 : { r : (args : Array<Dynamic>) -> Unknown<0> } should be { r : Dynamic, depth : Int }
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:349: characters 24-27 : ... { r : (args : Array<Dynamic>) -> Unknown<0> } has no field depth
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:349: characters 24-27 : ... For function argument 'value'
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:350: characters 32-35 : { r : (args : Array<Dynamic>) -> Unknown<0> } should be Null<{ r : Dynamic, depth : Int }>
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:350: characters 32-35 : ... { r : (args : Array<Dynamic>) -> Unknown<0> } has no field depth
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:350: characters 32-35 : ... For function argument 'value'
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:610: characters 20-27 : Field resolve overrides parent class with different or incomplete type
D:/haxerepos/hscript-improved/git/hscript/Interp.hx:444: characters 18-25 : ... Base field is defined here
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:610: characters 20-27 : ... Different number of function arguments
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:362: characters 20-32 : Field makeIterator overrides parent class with different or incomplete type
D:/haxerepos/hscript-improved/git/hscript/Interp.hx:919: characters 11-23 : ... Base field is defined here
D:/haxerepos/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:362: characters 20-32 : ... Different number of function arguments
TheRealJake12 commented 2 months ago

install haxe 4.3.5 then compile. should fix the problems

LeonGamerPS1 commented 2 months ago

didnt do anything :/ image

TheRealJake12 commented 2 months ago

haxelib remove polymod haxelib git polymod https://github.com/swordcube/scriptless-polymod.git

maybe remove polymod and re install it. it shouldn't have script errors.

CaptainDumb commented 2 months ago

im not sure, but I think polymod is the issue