Coder Social home page Coder Social logo

Comments (7)

jceddy avatar jceddy commented on June 11, 2024

Took a look at your logs and I don't actually see any errors (not even the "common" ones that I address in the troubleshooting guide).

Is there a file called "DailyArenaDeckAdvisor.exe.config" in the application's install folder? (usually C:\Program Files\DailyArena\DailyArenaDeckAdvisor)

from dailyarenadeckadvisor.

jfortune0620 avatar jfortune0620 commented on June 11, 2024

Yes, that file is there.

from dailyarenadeckadvisor.

jfortune0620 avatar jfortune0620 commented on June 11, 2024

I may be due for a Windows rollback. I've experienced unexpected behaviour from a couple of other programs.

from dailyarenadeckadvisor.

jceddy avatar jceddy commented on June 11, 2024

On thing you can try is changing your bitmap scaling in the exe.config file like this:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
	<startup>
		<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
	</startup>

	<appSettings>
		<add key="BitmapScalingMode" value="Linear" />
	</appSettings>
</configuration>

But I didn't see the stuff in the log that usually indicates this is your problem.

If you do try that and it works, then it likely means you have an out of date video card driver or something similar.

from dailyarenadeckadvisor.

jfortune0620 avatar jfortune0620 commented on June 11, 2024

Thanks. I tried that; it did not change, still force closed after a couple of seconds.

from dailyarenadeckadvisor.

jceddy avatar jceddy commented on June 11, 2024

Alright. I'll try to think whether there's something else I can think of for debugging.

It seems like the program is stopping right after a background thread finishes, but I don't see any reason for it. Basically it seems like once all of my code finishes and the windows presentation stuff is left to its own devices is when it's stopping.

If you're having issues in other applications, too, though, and you just did an update I'm suspicious that your update introduced some incompatibility or something.

from dailyarenadeckadvisor.

jfortune0620 avatar jfortune0620 commented on June 11, 2024

Windows repair has fixed the issue. Thanks for your time.

from dailyarenadeckadvisor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.