http://bugs.winehq.org/show_bug.cgi?id=58138
Bug ID: 58138 Summary: Page fault Unable to access file '/usr/src/packages/BUILD/dlls/kernelbase/locale.c' Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: w9uwm@icloud.com Distribution: ---
Created attachment 78419 --> http://bugs.winehq.org/attachment.cgi?id=78419 Backtrace of error
Error received using RT Systems Version 5 software. Seems to load fine, then the error above appears on startup.
http://bugs.winehq.org/show_bug.cgi?id=58138
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- Attach the whole console output.
Which locale are you running the program in ? Any ideas what that garbage dst value in MultiByteToWideChar call might be referring to ?
http://bugs.winehq.org/show_bug.cgi?id=58138
--- Comment #2 from Rafał Mużyło galtgendo@o2.pl ---
Any ideas what that garbage dst value in MultiByteToWideChar call might be referring to ?
Sorry, that's both stupid and irrelevant question.
But there's a better one: is your version of wine locally patched ? The source lines in the backtrace don't seem to align with the vanilla tree...
http://bugs.winehq.org/show_bug.cgi?id=58138
--- Comment #3 from Austin English austinenglish@gmail.com --- (In reply to Rafał Mużyło from comment #2)
Sorry, that's both stupid and irrelevant question.
There's no need to be rude.
=>0 0x7b646e47 mbstowcs_sbcs+0x207(info=<internal error>, dstlen=<internal error>, dst=<internal error>, srclen=<internal error>, src=<internal error>) [/usr/src/packages/BUILD/dlls/kernelbase/locale.c:2688] in kernelbase (0x008ced80)
Where did you install wine from? Was this from winehq packages or your distribution's package repository?
http://bugs.winehq.org/show_bug.cgi?id=58138
--- Comment #4 from Glen w9uwm@icloud.com --- Please bear with me, I'm new to Mint and Wine.
I initially downloaded Wine from Software Manager. I tried to follow the directions here to update to the latest version.
As to the locale, I have no idea. I have tried to run Version 5 from both the desktop link that was created as well as the icon within the Wine menu from the start menu.
http://bugs.winehq.org/show_bug.cgi?id=58138
--- Comment #5 from Rafał Mużyło galtgendo@o2.pl --- (In reply to Austin English from comment #3)
(In reply to Rafał Mużyło from comment #2)
Sorry, that's both stupid and irrelevant question.
There's no need to be rude.
...:sigh:...
If you've missed it, that was referring to the question *I* have asked.
...:ugh:, really...
http://bugs.winehq.org/show_bug.cgi?id=58138
--- Comment #6 from Rafał Mużyło galtgendo@o2.pl --- (In reply to Glen from comment #4)
Please bear with me, I'm new to Mint and Wine.
To Mint or to linux in general ?
Anyway, running 'locale' in the terminal will show you the locale variables values (most likely all of them will be the same).
As for ......how to get full console output.....there a link in the relevant section of https://gitlab.winehq.org/wine/wine/-/wikis/Bugs
(my personal preference is 'wine <program executable> 2>&1 | tee <semi-random name for the logfile>', YMMV (this assumes you're already in the program's dir, even though running with a full path is supported))
(if that RT Systems software is the first thing that comes up in google, that radio software doesn't look like something that should have locale problems)