[Bug 24526] New: cant install eatree
http://bugs.winehq.org/show_bug.cgi?id=24526 Summary: cant install eatree Product: WineHQ Apps Database Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: dyvazar(a)numericable.fr i'm trying to install eatree (eatree-v1-0-win-xp-vista.exe) but got: wine debugger: Can't attach process 001b: error 5 xsession.eroors: fixme:system:SetProcessDPIAware stub! fixme:iphlpapi:NotifyAddrChange (Handle 0x8fee914, overlapped 0x8fee918): stub wine: configuration in '/home/oem/.wine' has been updated. fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.DebugCRT" (9.0.21022.8) fixme:msvcrt:_controlfp_s ((nil) 65536 196608) semi-stub wine: Call from 0x7b836912 to unimplemented function msvcp90.dll.??4?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAEAAV01(a)PBD@Z, aborting wine: Unimplemented function msvcp90.dll.??4?$basic_string(a)DU?$char_traits(a)D@std@@V?$allocator(a)D@2@@std@@QAEAAV01(a)PBD@Z called at address 0x7b836912 (thread 002d), starting debugger... note: i've previously installed msvcp90 & msvcr90 from winetricks, then added them to wineconfig libs tab ( as this prog need vc++ 2008) -- 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=24526 --- Comment #1 from dino <dyvazar(a)numericable.fr> 2010-09-26 05:45:19 CDT --- Created an attachment (id=30956) --> (http://bugs.winehq.org/attachment.cgi?id=30956) eatree 1 -- 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=24526 --- Comment #2 from dino <dyvazar(a)numericable.fr> 2010-09-26 05:46:16 CDT --- Created an attachment (id=30957) --> (http://bugs.winehq.org/attachment.cgi?id=30957) eatree 2 -- 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=24526 --- Comment #3 from dino <dyvazar(a)numericable.fr> 2010-09-26 06:43:01 CDT --- Created an attachment (id=30959) --> (http://bugs.winehq.org/attachment.cgi?id=30959) eatree 3 -- 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=24526 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|appdb-unknown |msvcp Product|WineHQ Apps Database |Wine --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2010-09-26 16:04:49 CDT --- Not appdb bug. Use 'winetricks vcrun2008' to workaround it. -- 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=24526 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2010-09-26 16:05:38 CDT --- (In reply to comment #4)
Not appdb bug. Use 'winetricks vcrun2008' to workaround it.
Err, missed that part of your comment. What overrides do you have set in winecfg? -- 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=24526 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)kegel.com --- Comment #6 from Dan Kegel <dank(a)kegel.com> 2010-09-26 17:45:33 CDT --- What happens with a clean .wine directory and just 'winetricks vcrun2008' ? -- 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=24526 --- Comment #7 from dino <dyvazar(a)numericable.fr> 2010-09-27 02:47:12 CDT --- So i've made a clean install from scratch: ubuntu lucid i386 + wine team package, only builtin, no overrides: - wine + MT5 works nicely - winetricks vcrun2008 (from r1629): install ok, MT5 works but it immediatly crash if i want to add an indicator or an EA (on built latest 338 ) - winetricks + alldlls=builin + alldlls=default: everything works back nicely So it seems there is a conflict, got this error logged (but i'm not sure if its related or not), its happen with vcrun2008 installed: ptrace of non-child pid 4994 was attempted by: wineserver (pid 4974) -- 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=24526 --- Comment #8 from Dan Kegel <dank(a)kegel.com> 2010-09-27 03:35:31 CDT --- What version of linux? Does echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope (from https://wiki.ubuntu.com/SecurityTeam/Roadmap/KernelHardening#ptrace%20Protec... ) 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=24526 --- Comment #9 from Dan Kegel <dank(a)kegel.com> 2010-09-27 03:42:05 CDT --- What version of linux? Does echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope (from https://wiki.ubuntu.com/SecurityTeam/Roadmap/KernelHardening#ptrace%20Protec... ) 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=24526 --- Comment #10 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-09-27 04:05:35 CDT --- Please specify the Wine version you are using (in the Version field above). -- 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=24526 dino <dyvazar(a)numericable.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.3.3 --- Comment #11 from dino <dyvazar(a)numericable.fr> 2010-09-27 10:16:54 CDT --- @Dan from post #8, return : 0 from post #9, return a bunch of dates: the last ones:
From root(a)dub.rez Mon Sep 27 16:00:18 2010 bash: https://wiki.ubuntu.com/SecurityTeam/Roadmap/KernelHardening#ptrace%20Protec...: no such file or folder
-- 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=24526 --- Comment #12 from Dan Kegel <dank(a)kegel.com> 2010-09-27 10:31:46 CDT --- um, no. What version of Linux are you using? -- 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=24526 --- Comment #13 from dino <dyvazar(a)numericable.fr> 2010-09-27 10:34:58 CDT --- tested on ubuntu lucid i386 (gnome + latest genuine kernel), and maverick i386 (gnome + 2.6.35-22-generic-pae) -- 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=24526 --- Comment #14 from Dan Kegel <dank(a)kegel.com> 2010-09-27 10:51:42 CDT --- Maverick has a known problem, see https://wiki.ubuntu.com/SecurityTeam/Roadmap/KernelHardening#ptrace%20Protec... The workaround for the Maverick problem is echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope After that, if you install the app into an empty .wine, you probably shouldn't see the warning you saw before: ptrace of non-child pid 4994 was attempted by: wineserver (pid 4974) Does that 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=24526 --- Comment #15 from dino <dyvazar(a)numericable.fr> 2010-09-27 11:10:27 CDT --- Thanks Dan, will try it but the story is the same on Lucid: cant install that prog. Maybe you can install it on your side: see attached files. Does the "ptrace" warning/error matter in this case ? -- 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=24526 --- Comment #16 from Dan Kegel <dank(a)kegel.com> 2010-09-27 11:18:48 CDT --- Sorry, doesn't look like there's a free trial. -- 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=24526 --- Comment #17 from dino <dyvazar(a)numericable.fr> 2010-09-27 11:30:17 CDT --- eatree 3 above is the prog (without activation code as its not a free software) -- 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=24526 --- Comment #18 from Dan Kegel <dank(a)kegel.com> 2010-09-27 11:32:56 CDT --- The content of attachment 30959 has been deleted by Dan Kegel <dank(a)kegel.com> who provided the following reason: copyright violation The token used to delete this attachment was generated at 2010-09-27 11:32:40 CDT. -- 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=24526 --- Comment #19 from Dan Kegel <dank(a)kegel.com> 2010-09-27 11:33:49 CDT --- Sorry, you can't attach copyrighted files in bugzilla, that could land us in hot water. -- 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=24526 --- Comment #20 from dino <dyvazar(a)numericable.fr> 2010-09-27 11:56:40 CDT --- hey Dan whats the problem ? You misunderstood i guess, i own this prog and have not attached the activation code, so where is the "hot water" ? There is no violation at all, i only try to install it with wine as i dont use windows directly. Anyway, thanks for your time around it and i'm ready to attach it again if you need it to better understand where is the installation problem. -- 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=24526 --- Comment #21 from Austin English <austinenglish(a)gmail.com> 2010-09-27 12:27:17 CDT --- (In reply to comment #20)
hey Dan whats the problem ? You misunderstood i guess, i own this prog and have not attached the activation code, so where is the "hot water" ?
You own the program as in you bought a copy, or you originally wrote it and own the copyright? I'm thinking it's the former... -- 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=24526 --- Comment #22 from Austin English <austinenglish(a)gmail.com> 2010-09-27 12:34:46 CDT --- FWIW, that function is now implemented in git, http://source.winehq.org/git/wine.git/?a=commitdiff;h=6fa52cd37da936aff9b873... -- 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=24526 --- Comment #23 from dino <dyvazar(a)numericable.fr> 2010-09-28 02:02:32 CDT --- Thanks Austin will wait for 1.3.4 -- 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=24526 --- Comment #24 from dino <dyvazar(a)numericable.fr> 2010-09-30 09:26:52 CDT --- Finally got it to load and work using wine 1.3.3 and winetricks (r1635) but some tweaks are needed because: - wine set to xp + vcrun2008: fail due to vcrun2008 aborting on install - wine set to w7 + vcrun2010: no conflict, vcrun2010 is installed with no complaint, and EATree (release for w7) load immediatly. Need more testing to find issue if any. -- 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=24526 --- Comment #25 from dino <dyvazar(a)numericable.fr> 2010-10-02 09:55:21 CDT --- Created an attachment (id=31065) --> (http://bugs.winehq.org/attachment.cgi?id=31065) vcrun2010 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=24526 dino <dyvazar(a)numericable.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.3 |1.3.4 Summary|cant install eatree |install eatree tweak -- 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=24526 dino <dyvazar(a)numericable.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.4 |1.3.3 --- Comment #26 from dino <dyvazar(a)numericable.fr> 2010-10-02 09:58:14 CDT --- so i've installed a fresh 1.3.4 (deleted previous .wine) and updated winetricks to r1648. observations: - wine 1.3.4 has msvcrt100 builtin but not msvcp100, so need to install vcrun2010 with winetricks, but get some errors (see attachment) - EATree and MT5 run as they have to. -- 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=24526 dino <dyvazar(a)numericable.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.3 |1.3.4 -- 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=24526 --- Comment #27 from Dan Kegel <dank(a)kegel.com> 2010-10-02 10:12:20 CDT --- If 'winetricks vcrun2010' lets the app work, we don't care what warnings show up during winetricks. More interesting would be to know if the non-win7 version of the app installs and runs on wine-1.3.4 without winetricks, since the function it needed is implemented now. (And I guess we need an msvcp100 implementation.) -- 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=24526 --- Comment #28 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-10-02 10:15:47 CDT --- Yes, VC 2010 runtime fails to install, it's a bug 23427. -- 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=24526 --- Comment #29 from Dan Kegel <dank(a)kegel.com> 2010-10-02 10:25:03 CDT --- True, but regardless, please don't post logs of winetricks running just because they show some warnings. -- 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=24526 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|1.3.4 |1.3.3 --- Comment #30 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-10-03 00:32:52 CDT --- Please don't change an originally reported Wine version. -- 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=24526 dino <dyvazar(a)numericable.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #31 from dino <dyvazar(a)numericable.fr> 2010-12-02 08:13:25 CST --- work with wine > 1.3.4 -- 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=24526 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #32 from Alexandre Julliard <julliard(a)winehq.org> 2010-12-10 13:45:48 CST --- Closing bugs fixed in 1.3.9. -- 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