hedge-dev / HMMCodes

Hedge Mod Manager community codes repository
14 stars 16 forks source link

[Sonic Lost World] Compilation error with "Fix Steam Profile Picture" code #136

Closed Tobylovesironman closed 4 months ago

Tobylovesironman commented 4 months ago

HMM_Snapshot_00042024194822.txt

HMM Info:

    Version: 7.12-7-9ae203e
    Args: 
    StartDir: D:\SteamLibrary\steamapps\common\Sonic Lost World
    Process Level: User
    Game: Sonic Lost World
    GameInstall: Sonic Lost World
    Update Status: Up To Date

Exception:

    Message: Error Compiling Codes
    - Lost World Essentials\Fix Steam Profile Picture
        Error @(8,27) CS1536: Invalid parameter type 'void'
        Error @(8,31) CS1001: Identifier expected
        Error @(8,56) CS1001: Identifier expected
        Error @(37,27) CS1536: Invalid parameter type 'void'
        Error @(37,31) CS1001: Identifier expected
        Error @(37,46) CS1001: Identifier expected
        Error @(8,8) CS1520: Method must have a return type
        Error @(8,8) CS0710: Static classes cannot have instance constructors
        Error @(37,8) CS1520: Method must have a return type
        Error @(37,8) CS0710: Static classes cannot have instance constructors
        Error @(8,33) CS0246: The type or namespace name 'IsTitleMenuModifiedImpl' could not be found (are you missing a using directive or an assembly reference?)
        Error @(37,33) CS0246: The type or namespace name 'UnstretchImpl' could not be found (are you missing a using directive or an assembly reference?)
        Error @(35,52) CS0103: The name 'GET_UNMANAGED_FUNCTION_PTR' does not exist in the current context
        Error @(35,79) CS0103: The name 'IsTitleMenuModifiedImpl' does not exist in the current context
        Error @(55,42) CS0103: The name 'GET_UNMANAGED_FUNCTION_PTR' does not exist in the current context
        Error @(55,69) CS0103: The name 'UnstretchImpl' does not exist in the current context
github-actions[bot] commented 4 months ago

This issue was caused by a mod and not by a code from this repository.

As a quick troubleshoot, make sure your codes are up to date by going to the Codes tab and clicking Download/Update Community Codes.

If this issue still persists after that, then contact the author(s) of the mod.

ActualMandM commented 4 months ago

Re-opening since the code used in the mod is identical to the code in the repo, aside from address formatting.

ActualMandM commented 4 months ago

Turns out it is an outdated community codes issue. Update your community codes in the Codes tab.

2024-04-03_18-24-36_HedgeModManager