Jump to content

woondal

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by woondal

  1. On 5/1/2021 at 1:03 AM, calbzam said:

    Thank you for reporting this issue to us. Can you please let us know if there is any correlation between the files affected and whether you are only seeing this issue on one project or many?

    Do you have any reproducible steps?

    is it happening with a Unity project using the plugin?

    Regards,

    Carlos.


    Hello.

    First, thank you for fixing the issue with shelves freezing Rider UI (that I have reported in other thread)

    I also have been suffering from this issue, and I found some clues.

     

    SNAG_2021-08-25_16_51_45.thumb.png.333390b31216ff7781696a5fae01f979.png

    SNAG_2021-08-25_17_01_55.thumb.png.d4df12103b401a8c32d1d4dc5353a634.png

     

    This issue seems to happen mostly when Unity modifies or saves files automatically. (files like .mat, .controller etc.)

    And there seems to be something with PlasticSCM's line ending recognition.

     

    As you can see in the picture above,

    PSCM GUI client says the files are identical, but the PSCM Rider plugin says that 'Contents have differences only in line separators'.

    The PSCM Rider plugin recognized that the line endings changed from CRLF to LF, but the line endings are actually LF in both of the two revisions.

     

    SNAG_2021-08-25_17_24_15.png.fbdd79bec29939ddbd7be2f72163b02e.png


    I have double checked all revisions of the file, but the line endings have always been LF.

     

    In summary,

    1) PSCM Rider plugin misrecognized the line endings of previous revision.

    2) Some rules(and options with it) might be needed to decide whether two files are identical in case only line endings are changed.
     

    I hope this will help to solve the issue.

  2. On 2/15/2021 at 8:48 PM, ollieblanks said:

    Hey @Luke Hedditch,

    Thanks for reaching out to us. This is unfortunately a known issue that we are currently investigating as a high priority.

    There isn't a currently known workaround at this time, but the plugin can be disabled in Rider by doing the following:

    1. Navigate to  File > Settings > Plugins in Rider.
    2. Find the Plastic SCM Integration plugin within the list of plugins and uncheck the checkbox.
    3. Click Save to save changes, a restart of Rider will be required.

    I will make sure to keep you updated of progress of a fix.

     

    Any update with that?

     

    I am suffering freezing Rider UI by PSCM(plugin).

    This happens when I editing specific files, and I found these files(changes) are from shelve.

    I have tried everything, but the freeze was only solved when I reverted the changes from shelve.

     

    You can find hint also in below link (comment from Rafał Polito)

    https://youtrack.jetbrains.com/issue/RIDER-54439

     

    I have checked rider.log file and found something.

    https://jygames-my.sharepoint.com/:u:/g/personal/wjeong_jygames_co_kr/EX_ov5q9yZlGqCLWnpZqog8BFB6SbzQ1TXhBgTZ5nY8hpQ?e=ovklMW

     

    pscm_rider_freeze_log.thumb.png.6e1a995febc8d33486e4434d7cbc0565.png

     

    • FishWorldBase.cs
    • Fish.cs
    • Path.cs

     

    All these 3 files were causing rider to freeze, and they were all from shelve.

    You can find repeating 'Can't get annotations from VCS' warnings, and 'UI was frozen' over 30 seconds for these files.

    Would you check this please?

×
×
  • Create New...