Share via

Vector Unit Beach Buggy Racing Crashes after starting

Anonymous
2024-01-26T06:41:40+00:00

I'm trying to run Beach Buggy Racing and it crashes on me so far ive tried uninstalling all C++ redistributables and only installing VCLibs 120 appx which i got from Microsoft Store - Generation Project (v1.2.3) [by @rgadguard & mkuba50] (rg-adguard.net)
using this link https://apps.microsoft.com/detail/9WZDNCRDV0L0

but nothings worked so far here are the logs from event viewer

this is the only files that i was able to get from the Information logs JonJon565/JohnsDDLs (github.com)

let me know if you all need anything else.

Error:

Faulting application name: PurpleWinStore.exe, version: 0.0.0.0, time stamp: 0x55f30334

Faulting module name: KERNELBASE.dll, version: 10.0.19041.3930, time stamp: 0x9141f979

Exception code: 0xc000027b

Fault offset: 0x000000000012db22

Faulting process id: 0x25e4

Faulting application start time: 0x01da5021829d6b37

Faulting application path: C:\Program Files\WindowsApps\VectorUnit.BeachBuggyRacing_1.2.7.0_x64__hvbhrzr8672s2\PurpleWinStore.exe

Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll

Report Id: 1b75a9a8-22b7-4b84-b1a6-4e1d831fcd0e

Faulting package full name: VectorUnit.BeachBuggyRacing_1.2.7.0_x64__hvbhrzr8672s2

Faulting package-relative application ID: App

Information:

Fault bucket 2105132287534433286, type 5

Event Name: MoAppCrash

Response: Not available

Cab Id: 0

Problem signature:

P1: VectorUnit.BeachBuggyRacing_1.2.7.0_x64__hvbhrzr8672s2

P2: praid:App

P3: 0.0.0.0

P4: 55f30334

P5: combase.dll

P6: 10.0.19041.3636

P7: 613e7d3d

P8: 80004002

P9: 000000000001ccfa

P10: 

Attached files:

\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2A8E.tmp.dmp

\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2BD7.tmp.WERInternalMetadata.xml

\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2C46.tmp.xml

\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2C53.tmp.csv

\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER2C83.tmp.txt

These files may be available here:

\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_VectorUnit.Beach_94db6c80a9c8a6d8353f55cc72fae46ec65917_63cd640f_b0e0a37d-af49-4d6d-a411-f0946870c9dd

Analysis symbol: 

Rechecking for solution: 0

Report Id: 1b75a9a8-22b7-4b84-b1a6-4e1d831fcd0e

Report Status: 268435456

Hashed bucket: 3ddc1eae9ee877864d36eea97bb20406

Cab Guid: 0

Windows for home | Windows 10 | Gaming

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

10 answers

Sort by: Most helpful
  1. Emmanuel Santana 39,035 Reputation points Independent Advisor
    2024-01-27T14:16:33+00:00

    It's completely valid to worry about an expired certificate. Certificates do come with expiration dates, and if the game relies on one for validation, encountering issues when it expires is a genuine concern. However, the game might have features to easily handle certificate expiration.

    For a quick solution, try running the game in compatibility mode. Simply right-click on the game executable, go to Properties, and navigate to the Compatibility tab. Give it a shot by running it in compatibility mode for an earlier version of Windows.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-01-27T06:46:48+00:00

    also, I got the Hard Drive from the HP and ran Beach Buggy Racing on it and it hung for like 15 seconds with the wheel spinning twice then it crashed could this mean an expired certificate?
    the game was made in 2013-2014 which is a decade i don't know how long certificates last but maybe that's the issue

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-01-27T20:32:41+00:00

    I Tried running it in compatibility mode and it doesn't work... have no idea what to do now

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-01-26T23:26:31+00:00

    OK so that powershell command didnt work but i fixed it up so now it does

    Get-AppxPackage -AllUsers | Foreach-Object {
    
        if ($_.InstallLocation -ne $null) {
    
            $manifestPath = Join-Path $_.InstallLocation "AppxManifest.xml"
    
            $manifest = [xml](Get-Content $manifestPath)
    
            $packageName = $manifest.Package.Identity.Name
    
            $packageVersion = $manifest.Package.Identity.Version
    
            Write-Host "Package: $packageName $packageVersion"
    
        } else {
    
            Write-Host "Package: Unable to determine InstallLocation for $_.Name"
    
        }
    
    }
    

    Package: VectorUnit.BeachBuggyRacing 1.2.7.0

    but anyway I tried running this game on my Dell Inspiron and it also crashed there i do have an HP laptop that i installed Beach Buggy on like 4 years ago so I will test it out later but for now, whenever I run beach buggy racing and go to the WER temp folder it shows the files but after the app crashes it deletes the logs, i was able to copy them and got the files, here they are JonJon565/JohnsDDLs (github.com) its the ones that have - Copy at the end.
    you can also try installing the game yourself and seeing what's happening.

    Was this answer helpful?

    0 comments No comments
  5. Emmanuel Santana 39,035 Reputation points Independent Advisor
    2024-01-26T08:15:53+00:00

    Hello Jon, thank you for reaching out to the Microsoft Community. I am here to help and provide assistance with any questions or concerns you may have.

    Based on the information you provided, it appears to be crashing upon startup with an error related to KERNELBASE.dll.

    Could you verify if there are any minidump files generated on the C: drive? If so, could you please upload and share them on OneDrive?

    Also, the error report mentions "praid:App", which suggests the crash might be related to some AppX package issue. You can try checking for AppX package health using this PowerShell command:

    Get-AppxPackage -AllUsers | Foreach-Object { Add-Type -AssemblyName System.Management.Automation; <span class="math-inline">manifest = [Xml]</span>($_.installLocation + "\AppManifest.xml"); Write-Host "Package: $($manifest.Package.Name) $($manifest.Package.Version)" }

    To open PowerShell, right-click the start button and select "PowerShell(Admin)".

    Was this answer helpful?

    0 comments No comments