YoYoGames / GMRT-Beta

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

The attached extension project will not generate stubs in the recent 0.9.x packages #183

Closed scott-dunbar closed 4 months ago

scott-dunbar commented 4 months ago

Description

Attempting to build the attached proejct will fail due to being unable to generate the stubs


"C:\Users\paint_000\Documents\gmpm\GMRT\Release\bin\ext2lib.exe" "--file=C:/Users/paint_000/GameMakerProjects/extensiontest/extensiontest.yyp" "--output=C:\Users\paint_000\GameMakerProjects\extensiontest\Build\build\out" "-v"
+++ GMSC serialisation:  SUCCESSFUL LOAD AND LINK TIME: 215.9435ms
Loaded Project: extensiontest
Written: C:\Users\paint_000\GameMakerProjects\extensiontest\Build\build\out\OtherCollisions.gmidl
Generating extension stubs : C:\Users\paint_000\GameMakerProjects\extensiontest\Build\build\out
---------------------------------------------------------------------------------------------------------
"C:\Users\paint_000\Documents\gmpm\GMRT\Release\bin\gmlib" "--output=C:\Users\paint_000\GameMakerProjects\extensiontest\Build\build\out\extensions" "--bo=C:\Users\paint_000\GameMakerProjects\extensiontest\Build\build\out\extensions" "--lib-stub-generator" "@C:\Users\paint_000\GameMakerProjects\extensiontest\Build\build\out\extensions.rsp"

Failed to generate the extension stub files!
C:\Users\paint_000\Documents\gmpm\GMRT\Release\bin\gmlib --output=C:\Users\paint_000\GameMakerProjects\extensiontest\Build\build\out\extensions --bo=C:\Users\paint_000\GameMakerProjects\extensiontest\Build\build\out\extensions --lib-stub-generator @C:\Users\paint_000\GameMakerProjects\extensiontest\Build\build\out\extensions.rsp

ExtensionTestFail.zip

Expected Change

No response

Steps To Reproduce

  1. Start GameMaker
  2. Import the attached project
  3. Ensure you are on the latest Test Package
  4. Attempt to 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