AtmoWin - improvement discussion (1 Viewer)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    I have tested to set your atmowin with 'Win7 compatibilty' :
    It can start and i change some setting and after clicking OK -> It crash (but i think all is related to Screen issue code)
     
    B

    BassFan

    Guest
    Emil did you update GIT with your latest change ? (Like this i can try to add only the screen selection code change to confirm that it's needed for win8.1)

    i have update the last changed on Git so you can add what your want
    i have no Win8 or 8.1 and will never install it.

    greets
     
    B

    BassFan

    Guest
    I have tested to set your atmowin with 'Win7 compatibilty' :
    It can start and i change some setting and after clicking OK -> It crash (but i think all is related to Screen issue code)


    i can do what i want in Win7 without any Problem ;)
    should be good if you can changed any that it work on Win8/8.1 to

    greets
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Ok added on above branch the screen code change and atmowin can start on Win8.1. :)
    Now i always get the error after click OK button :

    upload_2014-3-30_10-41-43.png


    Code:
    Faulting application name: AtmoWinA.exe, version: 1.0.0.5, time stamp: 0x5337d780
    Faulting module name: MSVCR110.dll, version: 11.0.51106.1, time stamp: 0x5098858e
    Exception code: 0xc0000409
    Fault offset: 0x000a326c
    Faulting process id: 0xb9c8
    Faulting application start time: 0x01cf4bf362cabf6c
    Faulting application path: C:\ProgramData\Team MediaPortal\MediaPortal\Atmowin\AtmoWinA.exe
    Faulting module path: C:\WINDOWS\SYSTEM32\MSVCR110.dll
    Report Id: a549a0f3-b7e6-11e3-bf45-c86000deec57
    Faulting package full name:
    Faulting package-relative application ID:

    It seems that i can only build release version and not debug with this branch.

    On 1.0.0.4 Tagged, i can build both (release and debug)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    This is the change about screen change (Fix Display Enumeration) from nevcairiel :)
    With it, AtmoWin can start on Win8.1 (without setting Win7 compatible mode).
     
    B

    BassFan

    Guest
    i have fixed many with pure virtual call in Atmowin do
    i will check the code of virtual call again , is any called from destructor..

    greets
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Thanks :)
    I'm able to build debug build now when i change to /MDd instead of /MTd in AtmoWinA project :)
     

    Users who are viewing this thread

    Top Bottom