AndrewBindon
AndrewBindon
CC#
Created by AndrewBindon on 4/29/2024 in #help
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
Yes, I've been told that before.
47 replies
CC#
Created by AndrewBindon on 4/29/2024 in #help
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
Ah, ok, so if I did "Framework Dependent" , I could do "Portable", but then I might have to get them to install some version of the .Net framework ?
47 replies
CC#
Created by AndrewBindon on 4/29/2024 in #help
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
Doesn't it? Oh. I did not know that.
47 replies
CC#
Created by AndrewBindon on 4/29/2024 in #help
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
How about ARM though?
47 replies
CC#
Created by AndrewBindon on 4/29/2024 in #help
Do I have to target specific runtimes? (I used to be able to have one installer for everyone)
Ah, ok.
47 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
You have helped a lot already ... given me plenty to think about.
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
Not quite the same codebase, most of it is the same.
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
I have built from the same code base to AOT for Android.
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
I am using KNI which is a derivative of MonoGame. https://github.com/kniEngine/kni
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
No description
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
Apparently I can use DbgHelpBrowser with PDB file to map the relative address where the crash happens back something in the App !
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
That's from 2013 but probably still relevant?
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
The windows event view says: Exception code: 0xc0000409
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
The app runs fine in Debug and Release. It is only when I come to try to publish to AOT Win-x64 and then try to run the resulting .exe that I get this problem.
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
On the assumption that this failing to start is not a consequence of any of the code I've written, I'm wondering how to debug this or troubleshoot the problem.
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
Actually I think it may not be even starting... When I look at the task list I don't see it starting and then stopping ... I just don't see it at all.
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
I'm thinking that it is crashing before the first line of my code, but I suppose it might be crashing ON the first line of my code. In any case, the first thing the app does is write to a debug log, and this is not happening. The App starts and then immediately stops again.
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
Thank you very much that helped a lot... I am now able to publish to AOT Win_x64 etc. However the resulting compiled .exe appears to be crashing as soon as it is started, and this appears to be happening before it even executes the first line of my code.
52 replies
CC#
Created by AndrewBindon on 4/12/2024 in #help
When I set PublishAot to true, I get "Publish has encountered an error.
Thanks, I'll try that
52 replies