MCJack123 / craftos2

A fast, modern, and feature-filled ComputerCraft emulator written in C++.

Home Page:https://www.craftos-pc.cc

Repository from Github https://github.comMCJack123/craftos2Repository from Github https://github.comMCJack123/craftos2

CraftOS-PC Crashes on launch. This is first time launching it.

Pix3lM0on opened this issue · comments

Describe the bug

---------------------------
Application Error
---------------------------
Uh oh, CraftOS-PC has crashed! Please report this to https://www.craftos-pc.cc/bugreport. When writing the report, attach the latest CraftOS-PC.exe .dmp file located here (you can type this into the File Explorer): '%LOCALAPPDATA%\CrashDumps'. Add this text to the report as well: "Last C function: (none!)". CraftOS-PC will now close.
---------------------------
OK   
---------------------------

CraftOS-PC.exe.11628.dmp

To Reproduce
Steps to reproduce the behavior:

  1. Open CraftOS-PC

Expected behavior
I expected CraftOS-PC to open.

Screenshots
Image

Environment (please complete the following information):

  • OS: Windows 10
  • OS Version: 22H2
  • CraftOS-PC Version: The latest (as of now)
  • Compiled from source? No.

Additional context
I just now installed it.

Seems to be a copy of #385

Duplicate of #369. Please install the latest Visual C++ 2022 redistributable.

Duplicate of #369. Please install the latest Visual C++ 2022 redistributable.

Thanks, That fixed the issue. I think it would be much better to have the program check if the latest Visual C++ 2022 redistributable is installed instead of throwing an error.

Duplicate of #369. Please install the latest Visual C++ 2022 redistributable.

Thanks, That fixed the issue. I think it would be much better to have the program check if the latest Visual C++ 2022 redistributable is installed instead of throwing an error.

The issue is that the version bundled with the current installer is the wrong version, and fixing it (pushing a new update) requires at least 12 hours straight of work updating a whole bunch of dependencies and build tasks, which I don't have time for. The right version will be included in the next update, but I don't have an estimate on when that will happen.