[Bug 17422] New: PC_met's Toptherm does not work
http://bugs.winehq.org/show_bug.cgi?id=17422 Summary: PC_met's Toptherm does not work Product: Wine Version: 1.1.15 Platform: PC URL: http://appdb.winehq.org/objectManager.php?sClass=version &iId=15669 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: normandy(a)web.de PC_met's glider pilots part ("TopTherm") does not work. The app heavily uses ole32. Everything else I checked so far worked perfectly. Here's the shortlog: http://pastebin.com/f570e3356 (After the MessageBox() it hangs, then crashes) If you need one, I will create another, bigger log for you. I checked with dcom98 too, same crash. Sorry, but the demo does not allow you to check these products afaik. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-02-16 10:27:27 --- Does installing a VB runtime along with native oleaut32.dll help? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 --- Comment #2 from John Haywards <normandy(a)web.de> 2009-02-16 10:59:20 --- Created an attachment (id=19493) --> (http://bugs.winehq.org/attachment.cgi?id=19493) +ole,+msgbox,+seh (3MB) Installed vb6_run(time), and set oleaut32.dll override, didn't help. Same crash. Do you need an +ole32 log? Here is one. Here's the complete log from startup to crash: --- fixme:storage:StgCreateDocfile Storage share mode not implemented. fixme:ras:RasEnumEntriesA ((nil),(null),0x32f87c,0x32f874,0x32f878),stub! fixme:ras:RasEnumEntriesA ((nil),(null),0x32ec00,0x32ebf8,0x32ebfc),stub! err:module:import_dll Library LFFAX13n.dll (which is needed by L"C:\\windows\\system32\\LFTIF13N.DLL") not found err:module:import_dll Library LTCLR13N.dll (which is needed by L"C:\\windows\\system32\\LFTIF13N.DLL") not found err:module:import_dll Library LFFAX13n.dll (which is needed by L"C:\\windows\\system32\\LFTIF13N.DLL") not found err:module:import_dll Library LTCLR13N.dll (which is needed by L"C:\\windows\\system32\\LFTIF13N.DLL") not found fixme:font:WineEngCreateFontInstance Untranslated charset 255 fixme:ras:RasHangUpA (0x6e6574),stub! --- If I copy the dlls reported missing to system32, the app doesn't even startup: "wine: Call from 0x1ffcc63d to unimplemented function LTKRN13N.dll.311, aborting ", but this seems to be another error!? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-02-16 11:10:17 --- Have you installed the application under Wine? Do you 'cd' to the app's directory before running it in Wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 --- Comment #4 from John Haywards <normandy(a)web.de> 2009-02-16 11:31:01 --- Yes, both. The pictures are mostly loaded from the net, cause it's an weather application. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 --- Comment #5 from John Haywards <normandy(a)web.de> 2009-02-17 13:15:50 --- Just did a little grep-work: http://pastebin.com/f79a1e92e The file to be loaded is 0B sized, I created an new file, completely red. Application starts, sets the picture's size to "0" and says "Run-time error 481 (Invalid Picture)..." :( Setting it read-only did not help either... (Why? "-r--r--r--"). I'm not really sure this picture is the cause. The relay log is 2.3GB, tar.lzma 17MB (takes some time...): http://rapidshare.com/files/199304921/pc_met_relay_seh_msgbox_tid.log.tar.lz... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 John Haywards <normandy(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |normandy(a)web.de --- Comment #6 from John Haywards <normandy(a)web.de> 2009-02-24 11:08:11 --- Is there a chance to get the filename of the Invalid picture? Seems the program loads a picture, saving fails, and therefore reading stops at nread=0 Bytes... --- fixme:ole:OLEPictureImpl_SaveAsFile (0x10297a00)->(0xf03394, 1, (nil)), hacked stub. fixme:ole:OleLoadPictureEx (0xf03394,0,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x32f588), partially implemented. err:ole:OLEPictureImpl_Load Failure while reading picture header (hr is 0, nread is 0). err:ole:OleLoadPictureEx IPersistStream_Load failed --- -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2009-08-26 13:25:19 --- Is this still present in current (1.1.28 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 --- Comment #8 from John Haywards <normandy(a)web.de> 2009-08-26 13:32:31 --- (In reply to comment #7)
Is this still present in current (1.1.28 or newer) wine?
yes. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2010-09-07 16:48:29 CDT --- This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.2 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #10 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-09-15 18:58:49 CDT --- This is your friendly reminder that there has been no bug activity for two years. Is this still an issue in current (1.3.28 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |frederic.delanoy(a)gmail.com Resolution| |ABANDONED --- Comment #11 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-05-18 11:14:21 CDT --- Resolving abandoned, if anyone is still able to reproduce feel free to reopen. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17422 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> 2013-05-18 11:14:40 CDT --- Closing -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org