Leather128 / LeatherEngine

Just a little engine I decided to make since nobody seemed to have true custom mod support.
GNU General Public License v3.0
68 stars 58 forks source link

Bug Report: Downloaded latest build, crashed upon loading MILF (and my modded songs) #168

Closed Onemario1234 closed 2 years ago

Onemario1234 commented 2 years ago

What version of the game are you using?

0.4.1. I got the build from the Actions page, latest commit.

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

When I started my modded song from 0.4.0, and later MILF, the game crashed and displayed this error message.

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

image I cannot provide more detail as I'm not sure why this occurred.

Leather128 commented 2 years ago

so you got it from this page right?

JordanSantiagoYT commented 2 years ago

i tried with older action build - works, however modchart compatibility is broken

Onemario1234 commented 2 years ago

so you got it from this page right?

Yes I did.

Leather128 commented 2 years ago

well modded songs (even with modcharts) seem to work fine for me, you guys are running 64 bit not 32 bit right?

JordanSantiagoYT commented 2 years ago

yeah, i was using the linux stuff update action build

Onemario1234 commented 2 years ago

I assume so. My only option was "WindowsBuild"

JordanSantiagoYT commented 2 years ago

ok, using the latest action build didnt work, modcharts still don't work. unless the way of enabling modcharts changed

JordanSantiagoYT commented 2 years ago

update: just found out maybe health drain doesnt work on modcharts anymore as i tried a different modchart which did stuff and it worked

Leather128 commented 2 years ago

could you possibly try this actions build (once it's done) and see if it fixes it? it seems to work perfectly fine for me (yes I'm using my self compiled version but it should work the same)

Leather128 commented 2 years ago

update: just found out maybe health drain doesnt work on modcharts anymore as i tried a different modchart which did stuff and it worked

what health drain modchart are you using? im using this one:

function start(song)
    print(song)
end

function playerTwoSing(data, time, type)
    if getHealth() - 0.035 > 0 then
        setHealth(getHealth() - 0.035)
    else
        setHealth(0.035)
    end
end

and it works perfectly fine as of commit 67ba06121ac8c4e9f0972cce01c59f6c33cabafe

JordanSantiagoYT commented 2 years ago

okay, so update: i tried your health drain modchart and it worked, i guess mine was outdated then

Leather128 commented 2 years ago

yeah i guess that happens sometimes

Onemario1234 commented 2 years ago

Yep, just updated to the latest build, everything works good now.