Greg, that eliminates many of those.
Incorrect sir. R2 included the WPF container which probably means a new Visual Studio runtime requirement at the very least.
Iām suggesting the things that Xojo is going to ask so itād be helpful to get all this verified.
Heās using Win 11. The runtimes and COM interfaces are system wide since Windows 10, version 1903. No need of new installs. And I donāt see his link breaks related with the XAML Islands Xojo implemented. But⦠ok.
- Re-installed the Windows Runtime. Same error as before.
- Admin User
- Personal Machine
- Havenāt tried a new account yet, but will
By the way folks, thank you very much for responding with ideas here. I do appreciate it. I did file a report with Xojo on Saturday and have been feeding information from this forum to it.
Man, I have been using Xojo since the RealBasic 5.5 days. Iāve never had this kind of issue before.
Hey, just out of curiosity, this i9 core Is extreme⦠how many cores does it have?
This one?
The reason I ask is that I remember one case of a Windows user who had a 16 or 32 core machine who had compilation issues and we found that the problem boiled down to a bios setting. @Travis_Hill may remember.
Core i9-7980XE which is an older version of the one you linked to.
18 Cores
36 Logical Processors
Did you try fixing the environment variables?
Not sure what to change the environment variable to.
It has your old account name in it. You said your be one was your full name?
My original observation was wrong. File browser displays it like this:

Translates to:
C:\Users\dougb\AppData\Local\Temp\
Created a new āStandard Userāā¦
Same error as before.
My account is Administrator.
Forgive me if this is naive, but since this is XML, can you just open it in a text editor and replace the invalid paths with something known to exist?
IE create a new folder at C:\images
Put your files in there
And search and replace the dougb stuff with C:\images\ ?
I was wrong about the paths. Itās in the way Windows file browser presented it vs. the actual path.
Ok.
Migrated the source to my 7th generation Lenovo X1. Windows 11 Pro, Core i7, 4 cores, 8 logical CPUās
Compiled 64bit with Xojo 2023 Release 2, and it worked.
Iām beginning to think that what @Greg_O posted about core count, might be what Iām experiencing here.
Well⦠Not the answer I was looking for, but it IS the number of logical processors! By turning off Hyperthreading in the BIOS, Xojo 2023 Release 2 compiles my project in 64bit.
This leaves 18 cores and 18 logical processers, instead of 36 logical processors. Not the solution I want for the long term, but thatās fine for now. ![]()
So, how do I up vote my error report in Xojoās issue tracker? I did upload the source without the plugins for Xojo use in testing.
Does wining help?
Upvoting is simply the thumbs up icon below the first comment.
Just so you know, IIRC, Xojo limits itself to either 8 or 10 cores when compiling anyway. Thereās a diminishing return when using lots of cores because the time it takes to spin up a new process eventually doesnāt get you anything. When we were using the 12-core (24 virtual core) builders, we found that there was just no noticeable speed benefit after a certain point.
Is it fair to say that something changed between Release 1.1 and 2? I know Iām guessing hereā¦and itās a unique problem that only affects a very small number of users. (One right now apparently.
)
Could you look at your shared build settings and see what Optimization Level you have specified?