Spastic Hamburger

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 2 weeks ago

    So that error is now gone even though it was showing up all the time the other day and I didn’t change anything in the build script. Meson didn’t get an update either. Looks like an obscure parsing bug.

    No idea how to upload the log. Added the upload commands to the action file but apparently it stops the run at the first error so I’m unable to…[Read more]

  • Spastic Hamburger replied to the topic Random in the forum Discussion 6 months, 3 weeks ago

    Good list! Yep, many of the sites are definitely recent. I do notice that they leave off artificial lakes that store power for hydropower plants.

    Found it! I see that that kit comes in O-scale. Model trains, anyone? Still want to get into the hobby, just don’t know where I’d put the table! πŸ˜›

  • Whelp. They just added yet another gameplay mechanic to Lorcana, increasing its complexity. I may drop it at the end of this season. I like it because it’s simple and it’s a way to relax when I’m don’t want to deal with a lot of stuff going on like I do with other card games that I play

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 3 weeks ago

    Progress on MWEdit is currently on hold as I wait to see if the Meson devs can help with the issues. If we can’t get Meson working, I’ll go ahead and use CMake. It isn’t as user friendly but it’s more mature so it should work better. I’ll give them a good week or so to get back to me before I start re-learning how to use CMake

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 3 weeks ago

    Still banging about. There’s not much about how to link an included binary. When I thought I figured that out, Meson then complained that it wasn’t running under a VS environment even though it was running in a VS environment….

    So I changed the backend to use VS as an experiment and then Python crapped out with missing file errors. You can see…[Read more]

  • Sorry, was focused on MWEdit and missed some of this.

    We’ve had some Labubus cropping up here but definitely not the intensity that other areas are seeing. In fact, it’s mostly died out here after a few weeks of interest.

    Ugh, messing up post history like that is always a pain in the rear. πŸ™

    On the old site, we actually did a lot of work to…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 3 weeks ago

    Okay, esm/EsmWinUtils contains only a few things and they’re duplicates of those in project/EsmUtils. The latter is used more often so I’ve commented out the stuff in the former. Not going to delete it just yet as we may change up the structure once things are working but I’ll go ahead and add the two files to the dead code review issue.

    Not sure…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 3 weeks ago

    Okay, almost got it. Now we’re left with some linking logs after the obvious source issues have been taken care of:
    [198/198] "link" @MWEdit.exe.rsp
    FAILED: MWEdit.exe
    "link" @MWEdit.exe.rsp
    project_EsmUtils.cpp.obj : error LNK2005: "void __cdecl FindMWRegistryPath(void)" (?FindMWRegistryPath@@YAXXZ) already defined in…
    [Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 3 weeks ago

    Thanks. πŸ™‚

    Looked at it more closely and ON_WM_TIMER() is supposed to map to an UINT_PTR while the code is trying to use just UINT. Probably a change in MFC signatures at some point over the last couple of decades. That fixed that error when I changed the type. Got some more, which isn’t unexpected. It was able to work through 92 files this time…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 4 weeks ago

    So it sounds like there’s a switch being used for MSVC to relax the casting rules for C++. Sorry, things are still coming back to me but I’m getting there. πŸ™‚

    Would be better to fix it manually, anyways, so I guess I’ll fix up the required casts for now. Was hoping to do them later but, hey, it’s all part of improving the code quality. It’ll also…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 4 weeks ago

    I’ve temporarily turned off all of the extra warnings until we get things working.

    New issue! This has to deal with the message maps that the MFC API uses. It’s complaining about bad casting even though it works in the VS project files, just not the Meson script so I suspect there’s a setting in there that may need to be transferred over as well.…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 4 weeks ago

    Okay, got that minor issue fixed. Had to add this to the Meson script:
    add_project_arguments('-D_AFXDLL',
    language: 'cpp')

    Now that it’s using C++20 as the standard, it’s exposed a few other real code errors that I’m working on fixing. πŸ™‚

  • Yep, the boar of soap was near the end. Yep, the turtle portion was fun! Duck and cover! πŸ˜€

    Saw Night Tide yesterday. Wasn’t bad but it didn’t do much to actually build the conflict. It felt more like a narrative than a film

    Haven’t seen No Country for Old Men but, then again, Westerns aren’t exactly my…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 6 months, 4 weeks ago

    Hit a bit of a snag while updating the build scripts. Now I’m getting this error in the Meson branch while the main branch builds without issue:
    [1/199] "cl" "-IMWEdit.exe.p" "-I." "-I.." "/MD" "/nologo" "/showIncludes" "/utf-8" "/Zc:__cplusplus" "/W4" "/EHsc" "/std:c++20" "/permissive-" "/O2" "/Gw" "/FdMWEdit.exe.pCommon_File_CfgFile.cpp.pdb"…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 7 months ago

    Okay, I updated the Meson PR with the updates to the include paths. Should be ready for testing now if you want to give it a whirl. πŸ™‚

  • Spastic Hamburger replied to the topic Films & TV Shows in the forum Discussion 7 months ago

    Tron is great. Haven’t seen it in a while, though. Looks like the 4k version is hard to find. Supposedly, a Steelbook was released on Amazon two weeks ago but the listing says it’s unavailable and that they don’t know if it’ll be in. The regular 1080p version is easy to get, however. See something similar with a lot of Disney films.

    Gaslight…[Read more]

  • Spastic Hamburger replied to the topic MWEdit in the forum Projects 7 months, 1 week ago

    Merged that in this morning and started on the include paths. πŸ™‚

    Ultimately, the pragmas will need investigating to see if they’re needed. Some disable warnings, which can likely be removed. It would be better to fix the issues in those cases instead of suppressing the problems

  • Spastic Hamburger replied to the topic Random in the forum Discussion 7 months, 1 week ago

    On August 14, 2025 at 5:30 pm Spastic Hamburger said I think the heightmaps need to be processed before they can be used in the tools for the Elderscrolls but I’m not entirely sure how that works. Can try to find out, though!
    Not necessarily! In theory, archive formats support sizes of several exabytes. As for downloading speed, it’d be a pain on…

    [Read more]

  • Spastic Hamburger replied to the topic Random in the forum Discussion 7 months, 1 week ago

    As much as I like Redshirts, it’s probably Starter Villain. While it’s a James Bond parody on the surface, it runs much deeper than that.

    It may be, too, that he’s referring to the trend in school where instructors insist that you over analyze works and everyone comes up with something totally different. He’s got some other good quotes,…[Read more]

  • The trick is getting the opportunity to watch it πŸ˜›

    Going to try and watch it today πŸ™‚

    Yep, Tubi is a weird place. It’s a gold mine if you love B-movies but quality films do sneak in from time to time. πŸ˜›

    They’ve also got a decent selection of classics.

    Speaking of, it’s been years since I watched the Benny Hill Show. Kind of been in the mood…[Read more]

  • Load More