http://bugs.winehq.org/show_bug.cgi?id=8988
Antonio López <amlopezalonso(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #42 from Antonio López <amlopezalonso(a)gmail.com> 2008-03-17 19:11:31 ---
OK I confirm this bug is fixed on 0.9.57. So 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.
http://bugs.winehq.org/show_bug.cgi?id=5137
Angus Lees <gus(a)inodes.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.12. |0.9.57.
--- Comment #4 from Angus Lees <gus(a)inodes.org> 2008-03-17 18:49:55 ---
(In reply to comment #3)
> Is this still an issue in current (0.9.52 or newer) wine?
Yes, this function remains unchanged.
--
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=7767
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.rosettastone.com
Summary|Reading Counts fails to |Zero-G installers (Rosetta
|install |Stone, Reading Counts, World
| |Religeons) crash
--- Comment #2 from Dan Kegel <dank(a)kegel.com> 2008-03-17 15:43:39 ---
Bug 8571 may be a dup of this one.
http://bugs.winehq.org/attachment.cgi?id=6569 shows how to
reproduce the error with a naked jre.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7390
seems to have a recipe for getting past this for at least one app.
--
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=8499
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #14 from Dan Kegel <dank(a)kegel.com> 2008-03-17 15:29:32 ---
Then do 'winetricks vcrun2005'.
For me, with today's wine, after I do
wget http://kegel.com/wine/winetricks
rm -rf .wine
sh winetricks -q mono12 gdiplus allfonts vcrun2005
wget http://dl.sourceforge.net/autowikibrowser/AutoWikiBrowser4302.zip
unzip AutoWikiBrowser4302.zip
cd AutoWikiBrowser4302
wine AutoWikiBrowser.exe
it fails with
0011:Call KERNEL32.GetTimeZoneInformation(0061ee98) ret=68f65574
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the
registry for bias 480, std (d/m/y): 2/11/2008, dlt (d/m/y): 9/03/2008
0011:Ret KERNEL32.GetTimeZoneInformation() retval=00000002 ret=68f65574
[196147 lines later...]
System.TypeInitializationException: An exception was thrown by the type
initializer for System.TimeZone ---> System.NotSupportedException: Can't get
timezone name.
at System.CurrentSystemTimeZone..ctor (Int64 lnow) [0x00000]
at System.TimeZone..cctor ()
...
That find_reg_tx_info is a very recent message, maybe this would
have gotten further with wine from a few days ago...
--
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=8499
--- Comment #13 from Max Semenik <semenik(a)fryazino.net> 2008-03-17 15:00:03 ---
(In reply to comment #12)
> backtrace with native gdiplus and fonts registered
>
> MissingMethodException
> Method not found: 'System.Windows.Forms.HtmlElement.set_Enabled'.
> at
> WikiFunctions.Browser.WebControl.set_ArticleText (System.String
> value) [0x00000]
> at (wrapper remoting-invoke-with-check)
> WikiFunctions.Browser.WebControl:set_ArticleText (string)
> at AutoWikiBrowser.MainForm.InitializeComponent () [0x00000]
That exception was an indicator of somewhat poor interface design, I've tweaked
it it AWB revision 2279. It should initialise further now, though of course
you'll need WebControl.ArticleText later to be able to edit something:)
--
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=8499
--- Comment #12 from David Gerard <dgerard(a)gmail.com> 2008-03-17 14:23:21 ---
Created an attachment (id=11453)
--> (http://bugs.winehq.org/attachment.cgi?id=11453)
backtrace with native gdiplus and fonts registered
It did indeed get further! Now it dies missing a pile of VC8.0 stuff. Here's
the backtrace. The AWB stacktrace is:
MissingMethodException
Method not found: 'System.Windows.Forms.HtmlElement.set_Enabled'.
at
WikiFunctions.Browser.WebControl.set_ArticleText (System.String
value) [0x00000]
at (wrapper remoting-invoke-with-check)
WikiFunctions.Browser.WebControl:set_ArticleText (string)
at AutoWikiBrowser.MainForm.InitializeComponent () [0x00000]
at AutoWikiBrowser.MainForm..ctor () [0x00000]
at (wrapper remoting-invoke-with-check)
AutoWikiBrowser.MainForm:.ctor ()
at AutoWikiBrowser.Program.Main (System.String[] args) [0x00000]
--
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=8499
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
--- Comment #11 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-03-17 13:55:54 ---
Try resitering some fonts: save this file
http://bugs.winehq.org/attachment.cgi?id=9204
and do 'regedit fonts.reg'
Maybe it helps something
--
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=8499
--- Comment #10 from David Gerard <dgerard(a)gmail.com> 2008-03-17 13:49:36 ---
Created an attachment (id=11452)
--> (http://bugs.winehq.org/attachment.cgi?id=11452)
backtrace with native gdiplus
The next bug is that it doesn't work with a native gdiplus (installed with
winetricks) either. Here's the .NET backtrace when I try. (Since it talked
about fonts, I tried installing corefonts, tahoma and liberation, and it gave
the same backtrace.)
--
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=8499
--- Comment #9 from David Gerard <dgerard(a)gmail.com> 2008-03-17 11:48:48 ---
The above Mono 1.9_4/Wine 0.9.57 test was with AWB 4.3.0.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.