lunarcleint / Wednesdays-Infidelity

The GitHub repository for Wednesday's Infidelity Part 2.
Apache License 2.0
44 stars 77 forks source link

HOW DO I SOLVE THIS PROBLEM?! PLEASE, HELP! #27

Closed MaksPRO12667 closed 7 months ago

MaksPRO12667 commented 7 months ago

Describe your problem here.

source/data/SpecsDetector.hx:39: characters 14-25 : Cannot compare cpp.UInt64 and Int source/util/Paths.hx:4: characters 8-25 : You cannot access the flash package while in a macro (for flash.media.Sound) C:\Users\MaksonKolivan\Desktop\asshackin\Wednesdays-Infidelity-master\Wednesdays-Infidelity-master\source\import.hx:1: characters 8-18 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,1,1/src/lime/app/Application.hx:654: characters 53-100 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,1,1/src/lime/system/ThreadPool.hx:4: characters 8-28 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,1,1/src/lime/app/Future.hx:4: characters 8-30 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,1,1/src/lime/utils/Bytes.hx:10: characters 8-23 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,1,1/src/lime/utils/BytePointer.hx:5: characters 8-24 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,1,1/src/lime/graphics/opengl/GL.hx:8: characters 8-30 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,1,1/src/lime/graphics/opengl/GLBuffer.hx:5: characters 8-31 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,1,1/src/lime/_internal/backend/native/NativeCFFI.hx:4: characters 8-37 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,1,1/src/lime/system/System.hx:4: characters 8-48 : ... referenced here C:/HaxeToolkit/haxe/lib/lime/8,1,1/src/haxe/Timer.hx:219: characters 8-26 : ... referenced here C:\HaxeToolkit\haxe\std/haxe/MainLoop.hx:33: characters 50-60 : ... referenced here

PLEASE HELP, I'VE BEEN SUFFERING WITH THIS COMPILATION FOR A YEAR ALREADY! (lol "suffering" sounds funny)

Are you modding a build from source or with Lua?

Source

What is your build target?

Windows x64

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

No

moxie-coder commented 7 months ago

you’re supposed to use haxe 4.2.5

MaksPRO12667 commented 7 months ago

you’re supposed to use haxe 4.2.5

Ok.. I try it

MaksPRO12667 commented 7 months ago

you’re supposed to use haxe 4.2.5

C:/HaxeToolkit/haxe/lib/flixel-addons/3,2,1/flixel/addons/transition/FlxTransitionableState.hx:81: characters 20-30 : Field startOutro is declared 'override' but doesn't override any field

One error

moxie-coder commented 7 months ago

you’re supposed to use haxe 4.2.5

C:/HaxeToolkit/haxe/lib/flixel-addons/3,2,1/flixel/addons/transition/FlxTransitionableState.hx:81: characters 20-30 : Field startOutro is declared 'override' but doesn't override any field

One error

use flixel addons 3.0.2 and flixel 5.2.2

MaksPRO12667 commented 7 months ago

use flixel addons 3.0.2 and flixel 5.2.2

C:/HaxeToolkit/haxe/lib/flixel/5,2,2/flixel/system/FlxSound.hx:752: characters 17-25 : flash.media.SoundChannel has no field source C:/HaxeToolkit/haxe/lib/flixel/5,2,2/flixel/system/FlxSound.hx:753: characters 14-22 : flash.media.SoundChannel has no field source source/Main.hx:129: characters 53-57 : Float should be Int source/Main.hx:129: characters 53-57 : ... For optional function argument 'updateFramerate' source/Main.hx:129: characters 53-57 : ... For function argument 'child'

2JENO commented 7 months ago

use flixel addons 3.0.2 and flixel 5.2.2

C:/HaxeToolkit/haxe/lib/flixel/5,2,2/flixel/system/FlxSound.hx:752: characters 17-25 : flash.media.SoundChannel has no field source C:/HaxeToolkit/haxe/lib/flixel/5,2,2/flixel/system/FlxSound.hx:753: characters 14-22 : flash.media.SoundChannel has no field source source/Main.hx:129: characters 53-57 : Float should be Int source/Main.hx:129: characters 53-57 : ... For optional function argument 'updateFramerate' source/Main.hx:129: characters 53-57 : ... For function argument 'child'

use flixel 4.11.0

MaksPRO12667 commented 7 months ago

use flixel 4.11.0

THANK YOU! It helped me! I thank everyone who helped me with this... FINALLY A YEAR OF TORMENT IS OVER! THANKS A LOT!

2JENO commented 6 months ago

use flixel 4.11.0

THANK YOU! It helped me! I thank everyone who helped me with this... FINALLY A YEAR OF TORMENT IS OVER! THANKS A LOT!

no problem

MaksPRO12667 commented 6 months ago

no problem

Cool, but i have new problem after compilation: When click on the mouse button, the game starts to crash with the error "Invalid field:clickCount" I don't know how to fix it, and the song "Leak Ma Balls" also does not start and the game crashes. Help solve problems

I dunno how fix it

2JENO commented 6 months ago

no problem

Cool, but i have new problem after compilation: When click on the mouse button, the game starts to crash with the error "Invalid field:clickCount" I don't know how to fix it, and the song "Leak Ma Balls" also does not start and the game crashes. Help solve problems

I dunno how fix it

maybe you should use flixel-addons 2.11.0

2JENO commented 6 months ago

I dunno how fix it

haxelib set lime 8.0.0 haxelib set openfl 9.2.2 haxelib set flixel 4.11.0 haxelib set flixel-addons 2.11.0 haxelib set flixel-ui 2.5.0 haxelib set hscript 2.5.0 haxelib set flixel-tools 1.5.1

set lib this

MaksPRO12667 commented 6 months ago

haxelib set lime 8.0.0 haxelib set openfl 9.2.2 haxelib set flixel 4.11.0 haxelib set flixel-addons 2.11.0 haxelib set flixel-ui 2.5.0 haxelib set hscript 2.5.0 haxelib set flixel-tools 1.5.1

set lib this

"Invalid field:clickCount" error is destroyed, but the song "Leak Ma Balls" also crashes Credits crashes too

MaksPRO12667 commented 6 months ago

The game crashes because: 1) Credits Error: source/util/Paths.hx:310: oh no its returning null NOOOO assets/images/credits/Jhaix.png,null 2) Song: Leak Ma Balls Errors: source/song/Conductor.hx:78: new BPM map BUDDY [] source/util/Paths.hx:310: oh no its returning null NOOOO assets/images/backgrounds/leakers/oswald.png,shared

2JENO commented 5 months ago

that error is happen if file is not found