You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to Vuetify 2.0 and taking all last updates of libs, now i get sometimes this exception:
Neutronium - Browser Log: Message: Uncaught (in promise) NavigationDuplicated: Avoided redundant navigation to current location: "/main"., source: https://application/View/dist/js/chunk-vendors.js, line number: 11, page: pack://application:,,,/View/dist/index.html
The program '[38632] Ornette.exe: Program Trace' has exited with code 0 (0x0).
The program '[38632] Ornette.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.
@David-Desmaisons i got some feedback from people here from another app, that uses libcef and they mention that newer versions of libcef are better and dont crash... 88x or above.
@David-Desmaisons banging my head here, apparently https://bitbucket.org/chromiumfx/chromiumfx is dead? tried to look for it, but the version i found was 2 old so it refused to run! So whats the alternative here, even if i want to try to fix this.... any pointers
Hi,
After upgrading to Vuetify 2.0 and taking all last updates of libs, now i get sometimes this exception:
Neutronium - Browser Log: Message: Uncaught (in promise) NavigationDuplicated: Avoided redundant navigation to current location: "/main"., source: https://application/View/dist/js/chunk-vendors.js, line number: 11, page: pack://application:,,,/View/dist/index.html
The program '[38632] Ornette.exe: Program Trace' has exited with code 0 (0x0).
The program '[38632] Ornette.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.
Faulting application name: Ornette.exe, version: 1.0.0.0, time stamp: 0x600fe3aa
Faulting module name: libcef.dll, version: 77.1.18.0, time stamp: 0x5d9d2608
Exception code: 0xc0000005
Fault offset: 0x00000000038abee3
Faulting process id: 0x96e8
Faulting application start time: 0x01d6f3c759ea6a2b
Faulting application path: D:\prod\OSS\Ornette\Ornette\bin\Debug\Ornette.exe
Faulting module path: D:\prod\OSS\Ornette\Ornette\bin\Debug\cef64\Release\libcef.dll
Report Id: 2d4a1f73-24f3-46ee-aee6-bb675841b36f
Faulting package full name:
Faulting package-relative application ID:
Funny part is that for some reason,
Is not being called on exit, probably this is the reason for the crash. So application is not disposing libcef
Can u verify this in the Ornette app also?
thanks
The text was updated successfully, but these errors were encountered: