YoYoGames / GMRT-Beta

Bug Tracking for new GameMaker Runtime Beta
24 stars 0 forks source link

Building Projects: CMake failure if project contains ( ) #165

Closed scott-dunbar closed 4 months ago

scott-dunbar commented 5 months ago

Description

Attempting to build a project that has a title that includes parenthesis ( ) will fail.

Commonly occurs when downloading similar named projects "test.yyz" for example becomes "test (1).yyz" on Windows OS parenthisisFail.txt

Expected Change

No response

Steps To Reproduce

  1. Start GameMaker
  2. Create or import a project that contains parenthesis in project name
  3. Target GMRT
  4. Run
  5. See the issue

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

No response

Which operating system(s) are you seeing the problem on?

No response

Which platform(s) are you having trouble building this project for?

No response

Are you running GameMaker from inside your Steam library?

None

ui.log File

Compiler Log File

Sample .yyz File

scott-dunbar commented 4 months ago

Verified fixed in 0.8.8 Test