Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello again! I tried setting up HTTP state triggers via Mix It Up today, and ended up crashing RahiTuber each time I tried to implement them. I think I did it correctly per this post, but I suspect user error somewhere along the line since no-one else has reported it (I think). I slapped the log file in a pastebin here; I could not find  a .dmp file anywhere, unless I'm looking in the wrong place. I did show how I set them up around 1:51:20 in this VOD, so there's always a chance I did something super obviously incorrect and it's easily noted. It is also very possible I missed a troubleshooting step somewhere.

For reference, I did trigger it through a Stream Deck application as well as through Mix It Up itself, and both methods caused a crash. Let me know if I can dig up anything else helpful!

(1 edit) (+1)

I suggest you use 127.0.0.1 instead of localhost as it's being deprecated (maybe it has something to do)

I changed the default port to 8001 too because 8000 seemed to be used by some games or programs I use.

Also, try using the "Copy Request" button inside the states (it was added after that post you followed) just in case there's some kind of typo.

I hope all this helped 😅

(+1)

Thank you so much! It... turns out I think I had installed a version I hadn't meant to (the current, buggy one--OOPS, I could've sworn I rolled it back through the itch app). 😅

That said, I'm tucking all these in my pocket if I encounter issues in the future!

Which version were you using? v13.641 contains a fix for a crash somebody else saw whenever they used http to trigger states, maybe it's the same one.  The .dmp file should just be in the same folder as RahiTuber.exe. Sometimes it just fails to make one for various reasons. 

AHA, I'm a dummy and evidently did not correctly tell itch to roll back the app version from the latest one. :) Thank you, it's all fixed up now!

WAIT, so 13.65+ breaks the http states after that fix? But i didn't touch them 🤯

Strangely! 13.65 worked fine, 13.66 broke it, 13.661 is working fine again (updated through the Itch app just to test if that was contributing in my case, and it does not appear to be).

Very odd. Well, I'm really glad 13.661 fixed it for you!