https://bugs.winehq.org/show_bug.cgi?id=44723
Bug ID: 44723 Summary: .n3r File Extension Product: Wine Version: unspecified Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jarrod@dellachiesahospitality.com
Created attachment 60723 --> https://bugs.winehq.org/attachment.cgi?id=60723 Back Trace . TXT
.n3r File Extension won't open with Wine.
https://bugs.winehq.org/show_bug.cgi?id=44723
Jarrod DellaChiesa jarrod@dellachiesahospitality.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jarrod@dellachiesahospitali | |ty.com
https://bugs.winehq.org/show_bug.cgi?id=44723
Jarrod DellaChiesa jarrod@dellachiesahospitality.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.8.3
https://bugs.winehq.org/show_bug.cgi?id=44723
Jarrod DellaChiesa jarrod@dellachiesahospitality.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|1.8.3 |3.0
https://bugs.winehq.org/show_bug.cgi?id=44723
Jarrod DellaChiesa jarrod@dellachiesahospitality.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #60723|0 |1 is obsolete| |
--- Comment #1 from Jarrod DellaChiesa jarrod@dellachiesahospitality.com --- Created attachment 60725 --> https://bugs.winehq.org/attachment.cgi?id=60725 Backtrace log from 3.0
https://bugs.winehq.org/show_bug.cgi?id=44723
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Things to add to make bugreport more useful:
- attach conoleoutput before the crash
- run the app like WINEDEBUG=+seh,+relay wine ./nd_viewer.exe >>log.txt 2>&1
and attach the (bzipped2) file log.txt to t this bugreport
Regards
https://bugs.winehq.org/show_bug.cgi?id=44723
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Created attachment 60729 --> https://bugs.winehq.org/attachment.cgi?id=60729 Crashlog with "winetricks mfc42 quartz"
The program needs mfc42. It also complains about missing quartz interfaces, but native quartz doesn't seem to help.
https://bugs.winehq.org/show_bug.cgi?id=44723
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW Severity|blocker |normal
--- Comment #4 from Fabian Maurer dark.shadow4@web.de --- Not a blocker.
https://bugs.winehq.org/show_bug.cgi?id=44723
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|.n3r File Extension |ND Viewer 2012 crashes when | |opening .n3r video file
https://bugs.winehq.org/show_bug.cgi?id=44723
--- Comment #5 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Fabian Maurer from comment #3)
Created attachment 60729 [details] Crashlog with "winetricks mfc42 quartz"
The program needs mfc42. It also complains about missing quartz interfaces, but native quartz doesn't seem to help.
Does native qedit help anything/
Also, is this program free to download? I couldn` t find a link
https://bugs.winehq.org/show_bug.cgi?id=44723
--- Comment #6 from Fabian Maurer dark.shadow4@web.de ---
Does native qedit help anything/
No, not at all.
Also, is this program free to download? I couldn` t find a link
OP provided a link in the forums: https://forum.winehq.org/viewtopic.php?f=9&t=30336
https://bugs.winehq.org/show_bug.cgi?id=44723
--- Comment #7 from Jarrod DellaChiesa jarrod@dellachiesahospitality.com --- Here is a link to the program. I am working on getting a direct download link from Panasonic from the vendor (I can't find it but supposedly it exists)...
https://drive.google.com/drive/folders/1Qk1z9dlB3YezYmhDR5u1SrEHPvK3T97c?usp...
https://bugs.winehq.org/show_bug.cgi?id=44723
--- Comment #8 from Jarrod DellaChiesa jarrod@dellachiesahospitality.com --- Created attachment 60731 --> https://bugs.winehq.org/attachment.cgi?id=60731 Console Output
As requested, here is a console output starting right before I open ND Viewer and ending after the error and me closing out of ND Viewer.
Please let me know if I can provide anything else.
Thank you!
Jarrod
https://bugs.winehq.org/show_bug.cgi?id=44723
--- Comment #9 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 60736 --> https://bugs.winehq.org/attachment.cgi?id=60736 debuglog
Attached a debuglog +relay,seh,+tid,+win,+dialog
I was able to start the application with totally wrong hack below (that breaks probably every other app), but the sad hack shows at least that the problem is probably not in quartz/qedit.
diff --git a/dlls/user32/dialog.c b/dlls/user32/dialog.c index 46220b0..56ad136 100644 --- a/dlls/user32/dialog.c +++ b/dlls/user32/dialog.c @@ -1315,7 +1315,7 @@ HWND WINAPI GetDlgItem( HWND hwndDlg, INT id ) HWND *list = WIN_ListChildren( hwndDlg ); HWND ret = 0;
- if (!list) return 0; + if (!list) return GetDesktopWindow();
for (i = 0; list[i]; i++) if (GetWindowLongPtrW( list[i], GWLP_ID ) == id) break; ret = list[i];
https://bugs.winehq.org/show_bug.cgi?id=44723
Roman Pišl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rpisl@seznam.cz
--- Comment #10 from Roman Pišl rpisl@seznam.cz --- I was able to start, open and play the .n3r file without any hacks in Wine 5.1. Only winetricks mfc42 is needed.