Page 2 of 2

Re: Builder 12

Posted: Fri Jan 12, 2024 8:00 pm
by Teroni
jomitech wrote: Mon Nov 27, 2023 9:01 am Unfortunately this is a known issue with TwineCompile 5.6. Something changed in the IDE shutdown logic...
Any update on this Rad Studio 12 Twine crash issue?

Re: Builder 12

Posted: Fri Jan 12, 2024 8:12 pm
by jomitech
We're testing a fix for this right now. Should be released in a week or so.

Re: Builder 12

Posted: Wed Jan 31, 2024 5:56 am
by nightman
Still nothing

Re: Builder 12

Posted: Wed Jan 31, 2024 9:49 am
by jomitech
Apologies for the delay. We've been waiting for the issues with GetIt to be resolved so that a new update could be released there for everyone to download.

Since it's taking a while, please download the following file and extract into the TwineCompile Program Files directory. It should resolve this issue.

https://jomitech.com/downloads/CrashFix.zip

Re: Builder 12

Posted: Wed Jan 31, 2024 10:26 am
by nightman
Thank you very much.

Re: Builder 12.1

Posted: Mon Apr 08, 2024 5:54 am
by Richard_008
It seems I cannot use jtmake with the new modern Win64x compiler.

In the IDE TwineCompile works as expected (using either Win64 and Win64x) and using the (old) Win64 as platform also works fine with C++ Builder 12.1 and JTMake.

Re: Builder 12

Posted: Wed Apr 10, 2024 11:29 am
by jomitech
Can you clarify what you mean by "cannot use"? If the project build configuration is set to the new compiler, it should work automatically.

Re: Builder 12

Posted: Thu Apr 11, 2024 9:53 am
by Richard_008
When I use the option -pl"Win64x", I get "Unknown project platform win64x" and mtbcc32 closes with code 1 without compiling anything. If I do not give the option, but I have set my project to Win64x, it will compile. Also, if I use -pl"Win64" it will compile

Re: Builder 12

Posted: Sat Apr 13, 2024 2:33 pm
by jomitech
That's an issue with jtmake. Apologies for that. Please download the following file and extract into the TwineCompile Program Files directory to correct the issue:

https://jomitech.com/downloads/jtmake.zip

Re: Builder 12

Posted: Mon Apr 15, 2024 5:48 am
by Richard_008
Thanks! Building like charm again!