http://bugs.winehq.org/show_bug.cgi?id=25393
Summary: MSVCRT__invalid_parameter
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dyvazar(a)numericable.fr
using ubuntu 10.10 i386 & wine 1.3.8 (no custom tweaks)
i'm trying to install a new release of EATree (which is designed to work with
ALL the windows OS), but wine immediatly complaint: see log joined
So i cant install it. I've tried to workaround with winetricks, installing
vcrun2005 but no luck.
--
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=25349
Summary: Civilization 4: Colonization crashes on game starting
a game without native msxml3
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
With Wine 1.3.8 Colonization no longer crashes on load without winetricks
msxml3 -- it gets to the menu and you can setup a game. However, now it
crashes while launching a game.
winetricks msxml3 fixes the issue.
Attached is a console output during the run. I tried a +msxml trace but it
resulted in a 1.6 gigabyte file (37 megs compressed) -- I can provide it if
wanted.
--
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=25375
Summary: dotnet30 install fails, complains about "RGB Rast"
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To repeat:
rm -rf ~/.wine
sh winetricks dotnet30
This fails for me with a problem dialog; one of the dialogs says
Error signature
EventType: wap10setup P1 : 13855 P2 : 3.0.04506.30_waprtm_x86_sfx
...
P10 : rgb rast
~/.wine/drive_c/$LOGNAME/dank/Temp/dd_dotnetfx3error.txt
contains
[12/01/10,14:33:20] RGB Rast: [2] Error: Installation failed for component RGB
Rast. MSI returned error code 1623
[12/01/10,14:33:45] WapUI: [2] DepCheck indicates RGB Rast is not installed.
~/.wine/drive_c/users/$LOGNAME/Temp/WLFc7cd.tmp contains in part:
...
[12/01/10,14:33:20] RGB Rast: ISetupManager::GetGlobalCustomProperty() failed
to find global prop in CBaseComponent::GetGlobalCustomProperty()
[12/01/10,14:33:20] RGB Rast: Looking for InstallPackage at RGB9RAST_x86.msi
[12/01/10,14:33:20] RGB Rast: Looking for InstallPackage at
C:\users\dank\Temp\IXP01FF2.tmp\wcu\rgbrast\x86\RGB9RAST_x86.msi
[12/01/10,14:33:20] RGB Rast: Looking for InstallPackage at
c:\c212ca7a9166e6c6923997\.\wcu\rgbrast\x86\RGB9RAST_x86.msi
[12/01/10,14:33:20] RGB Rast: Found
c:\c212ca7a9166e6c6923997\wcu\rgbrast\x86\RGB9RAST_x86.msi
[12/01/10,14:33:20] RGB Rast: Installing MSI
c:\c212ca7a9166e6c6923997\wcu\rgbrast\x86\RGB9RAST_x86.msi with command-line:
REBOOT=ReallySuppress
[12/01/10,14:33:20] RGB Rast: Enabling MSI log file:
C:\users\dank\Temp\dd_rgb_retMSI1FF2.txt
[12/01/10,14:33:20] InstallReturnValue: GFN_MID RGB Rast, 0x657
[12/01/10,14:33:20] Setup.exe: AddGlobalCustomProperty
[12/01/10,14:33:20] Setup.exe: AddGlobalCustomProperty
[12/01/10,14:33:20] RGB Rast: ***ERRORLOG EVENT*** : Error: Installation failed
for component RGB Rast. MSI returned error code 1623
...
(Looks like that .msi can be extracted and installed separately, fwiw.
http://msdn.microsoft.com/en-us/library/aa964979%28VS.85%29.aspx looks useful.
I'll try that next.)
--
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=8978
--- Comment #28 from Tomas <play3man(a)gmail.com> 2010-12-01 15:17:07 CST ---
Thank you :) Now working for me :)
--
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=421
--- Comment #396 from tilman(a)dataoverload.de 2010-12-01 15:03:44 CST ---
I tried running Age Of Empires II (The Conquerors Expansion v1.0c) with a
patched wine 1.3.8 (using the patch from comment #393) on Linux 2.6.36 and it
seems to work. The only difference I have noticed between AoE II running on
Windows XP and under a patched wine is the font colour in the main menu. On
Windows, it is yellow but under wine, the text colour is blue. Not a big
problem in terms of readability (on the contrary, it's much better than black
text) but probably one in emulating Windows behaviour.
I uploaded the debug output (obtained by running wine with WINEDIB=ON
WINEDEBUG=+dibdrv) here: http://files.ax86.net/wine1.3.8-aoeII-dib_debug.log
As the file is quite large (5.3 M), I am not sure if it actually is useful for
anybody...
Images showing the differences can be found at: http://imgur.com/a/HcF0Q
Great work. Thanks!
--
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=421
kaueraal <alexanderkauer+winedb(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexanderkauer+winedb@gmail
| |.com
--
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=8978
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #27 from Austin English <austinenglish(a)gmail.com> 2010-12-01 14:27:20 CST ---
Great!
Marking fixed 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=8978
--- Comment #26 from Chen Minqiang <ptpt52(a)gmail.com> 2010-12-01 14:26:27 CST ---
(In reply to comment #25)
> (In reply to comment #23)
> > (In reply to comment #19)
> > > Created an attachment (id=32264)
--> (http://bugs.winehq.org/attachment.cgi?id=32264) [details] [details]
[details]
> > > music fix
> > >
> > > Patch from Maarten. With this, sound works for me in the trial version as well
> > > as the full version (if I remove the bundled l3codec.ax, but that's a different
> > > bug).
> > >
> > > It stutters at the beginning of streams (e.g., the first word of a sentence),
> > > but other than that, seems okay here.
> >
> > I got your patch and patch it to my wine branch and rebuild it, but the problem
> > still! It doesn't works for me! Are you sure that it really work? with a really
> > new wineprefix?
> > Could you tell me some more details?
>
> You're probably hitting bug 25368. Try 'regsvr32 /u l3codecx.ax'. You'll get an
> error about the codec missing, click ignore, and it should work.
>
> Sound will stutter at the beginning of playback, but that's bug 25378.
>
> I'll hold off marking this fixed until someone else can confirm.
confirmed! u are right, it didn't work for me just because I use a native
l3codecx.ax. Now it works! but at the first run of the game it complain about
the missing of l3codex.ax, I just choose to ignore it and then everything works
at the next time.
--
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=8978
--- Comment #25 from Austin English <austinenglish(a)gmail.com> 2010-12-01 13:37:35 CST ---
(In reply to comment #23)
> (In reply to comment #19)
> > Created an attachment (id=32264)
--> (http://bugs.winehq.org/attachment.cgi?id=32264) [details] [details]
> > music fix
> >
> > Patch from Maarten. With this, sound works for me in the trial version as well
> > as the full version (if I remove the bundled l3codec.ax, but that's a different
> > bug).
> >
> > It stutters at the beginning of streams (e.g., the first word of a sentence),
> > but other than that, seems okay here.
>
> I got your patch and patch it to my wine branch and rebuild it, but the problem
> still! It doesn't works for me! Are you sure that it really work? with a really
> new wineprefix?
> Could you tell me some more details?
You're probably hitting bug 25368. Try 'regsvr32 /u l3codecx.ax'. You'll get an
error about the codec missing, click ignore, and it should work.
Sound will stutter at the beginning of playback, but that's bug 25378.
I'll hold off marking this fixed until someone else can confirm.
--
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=8978
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #32264|0 |1
is obsolete| |
--- Comment #24 from Austin English <austinenglish(a)gmail.com> 2010-12-01 13:18:46 CST ---
(From update of attachment 32264)
Committed:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=945793722d083185d1510…
--
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.