Posts: 49
Threads: 27
Joined: May 2021
Reputation:
1
Hello,
It seems that something is wrong with the local online library after installing ver.5.3.
I can not remove the check “open on a browser” on Tool > Option, and RoboDK sometimes crashes down when opening the Online library.
I hope someone will help me to solve this issue.
Best Regards,
Hiroe Ota
Posts: 3,470
Threads: 2
Joined: Apr 2018
Reputation:
165
I'm unable to reproduce this issue. Are you using the RoboDK version for Windows 64 bit?
You want to open the library inside RoboDK software, correct?
Does it work if you run the HTML file located here:
C:/RoboDK/Robot Library/Robot-Library.html
Posts: 3,470
Threads: 2
Joined: Apr 2018
Reputation:
165
This is strange... Can you try this:
Select Tools-Options
Select Set default settings
The "Open on a browser" should be unchecked.
If it doesn't work you can then run this file using administrator privileges:
C:/RoboDK/RoboDK-Set-Defaults.bat
Let me know if you still have issues.
Posts: 49
Threads: 27
Joined: May 2021
Reputation:
1
Hello,
Thank you for the information.
Although I implemented your above advice, the situation remained unchanged.
For your reference, below is the error log in the event viewer in Windows.
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="VSS" />
<EventID Qualifiers="0">8193</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2021-11-01T05:03:57.3071063Z" />
<EventRecordID>24804</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>C-LATI7290-153.izumi.idec.co.jp</Computer>
<Security />
</System>
- <EventData>
<Data>CoCreateInstance</Data>
<Data>0x8007045b, システム シャットダウンが実行中です。</Data>
<Data />
<Binary>2D20436F64653A20575254575254494330303030343933302D2043616C6C3A20575254575254494330303030343931362D205049443A202030303030353533322D205449443A202030303030353436382D20434D443A2020433A5C57494E444F57535C73797374656D33325C737663686F73742E657865202D6B204E6574776F726B53657276696365202D70202D732043727970745376632D20557365723A204E616D653A204E5420415554484F524954595C4E4554574F524B20534552564943452C205349443A532D312D352D3230</Binary>
</EventData>
</Event>
The Japanese in the log says “The system shutdown is in progress” .
Best Regards,