https://bugs.winehq.org/show_bug.cgi?id=39003
Bug ID: 39003 Summary: Problem related to opening html and xml files. Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: kartik.grover@webyog.com Distribution: ---
Created attachment 51961 --> https://bugs.winehq.org/attachment.cgi?id=51961 Unhandled exception: page fault on read access to 0x00000064 in 64-bit code (0x00007f7a90f966d5). Register dump: rip:00007f7a90f966d5 rsp:000000000023f810 rbp:0000000000000000 eflags:00010202 ( R- -
While using SQLyog, it launches an html and xml file during one of the tasks. This is when we receive the attached backtrace.txt file. The problem is we are able to open the files from outside SQLyog, but when using SQLyog, it automatically tries to open those files. We get this error.
https://bugs.winehq.org/show_bug.cgi?id=39003
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msxml3 |-unknown Version|unspecified |1.6.2
https://bugs.winehq.org/show_bug.cgi?id=39003
--- Comment #1 from Austin English austinenglish@gmail.com --- 1.6.2 is very old, please retest in 1.7.48 and if still present, attach the full terminal output.
https://bugs.winehq.org/show_bug.cgi?id=39003
--- Comment #2 from kartik.grover@webyog.com --- Created attachment 51981 --> https://bugs.winehq.org/attachment.cgi?id=51981 Attached the backtrace with the latest wine version.
Upgraded to latest wine verion and still the problem persists.
https://bugs.winehq.org/show_bug.cgi?id=39003
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #3 from winetest@luukku.com --- At least the crash location is clear.
RtlDosPathNameToNtPathName
Maybe it's confused with windows and linux path names, like some other bugs.