[Bug 23808] New: Marmot Project - another bug
http://bugs.winehq.org/show_bug.cgi?id=23808 Summary: Marmot Project - another bug Product: WineHQ Apps Database Version: unspecified Platform: x86 URL: http://marmot.gruk.org OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: golkran(a)gmail.com After some searchs about Marmot project I tried to install it think it was ok. Using winetricks i installed : - donetfx.exe (microsoft frameworks 2.0) - MFC42.dll - Windows script shell 5.6 --> http://bugs.winehq.org/show_bug.cgi?id=5931 And unfortunately i have these logs : fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly> fixme:sync:CreateMemoryResourceNotification (0) stub fixme:advapi:LsaOpenPolicy ((null),0x32f154,0x00000800,0x32f0fc) stub fixme:advapi:LsaClose (0xcafe) stub fixme:advapi:LsaOpenPolicy ((null),0x32f0b0,0x00000800,0x32f058) stub fixme:advapi:LsaClose (0xcafe) stub fixme:gdiplus:GdipGetFamilyName No support for handling of multiple languages! fixme:gdiplus:GdipCreateHalftonePalette stub i have no idea to fix it. Regards, Golkran -- 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=23808 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|appdb-unknown |-unknown Product|WineHQ Apps Database |Wine --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2010-07-27 12:36:40 --- Not an AppDB bug. What is the problem with it? What doesn't work? Wine version? Is there a download for this program? -- 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=23808 --- Comment #2 from Golkran <golkran(a)gmail.com> 2010-07-28 01:25:59 --- (In reply to comment #1)
Not an AppDB bug.
What is the problem with it? What doesn't work? Wine version? Is there a download for this program?
It's an exe : http://marmot.gruk.org/Download.php When i start marmot net frameworks said that : See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at TheTurtle5.TheTurtleLoader.Lancer_au_demarrage(Boolean AjouterOuSupprimer) at TheTurtle5.TheTurtleLoader.TheTurtleLoader_Load(Object sender, EventArgs e) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) -- 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=23808 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net --- Comment #3 from Anastasius Focht <focht(a)gmx.net> 2010-07-28 02:02:25 --- Hello, the app looks for a registry key on startup and crashes if not present. $ wine reg add "HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" should fix it. Regards -- 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=23808 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|Marmot Project - another |Marmot Project doesn't |bug |start Ever Confirmed|0 |1 --- Comment #4 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-07-28 03:12:40 --- 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=23808 --- Comment #5 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2010-07-28 04:16:13 --- Created an attachment (id=29880) --> (http://bugs.winehq.org/attachment.cgi?id=29880) patch this patch is enough to fix bug then -- 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=23808 --- Comment #6 from Golkran <golkran(a)gmail.com> 2010-07-28 05:13:41 --- (In reply to comment #4)
Please specify the Wine version you are using (in the Version field above).
Wine 1.2 - Linux Mint 9 $ wine reg add "HKCU\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run" Fixed the bug. Thx a lot Anastasius Focht. -- 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=23808 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.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=23808 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2010-07-30 11:23:46 --- Fixed by http://source.winehq.org/git/wine.git/?a=commitdiff;h=864aa6103f9274de181296... -- 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=23808 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> 2010-07-30 12:59:51 --- Closing bugs fixed in 1.3.0. -- 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=23808 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Fixed by SHA1| |864aa6103f9274de181296f8ad1 | |6b2b905cba9c4 Component|-unknown |tools -- 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