http://bugs.winehq.org/show_bug.cgi?id=13408
Summary: ActiveSync 4.5 don't install - error richedit
ReadStyleSheet and others
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=9E641C34-6F7F-404D-A04B-DC09F8141141&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shakaran(a)gmail.com
I'm trying to get my PDA (HTC P3600) connected with Ubuntu 8.04 hardy, and so
far nothing has worked at all. Running ActiveSync under WINE is my last hope.
I've tried this with ActiveSync 4.5.
I run (point 0):
$ msiexec /i ActiveSync\ 4.5.msi
fixme:advapi:LookupAccountNameW (null) L"shakaran" (nil) 0x32f7fc (nil)
0x32f800 0x32f7f4 - stub
fixme:advapi:LookupAccountNameW (null) L"shakaran" 0x17d530 0x32f7fc 0x130da0
0x32f800 0x32f7f4 - stub
fixme:wtsapi:WTSQuerySessionInformationA Stub (nil) 0xffffffff 5 0x7e2cc244
0x7e2cc240
fixme:wtsapi:WTSFreeMemory Stub (nil)
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored
L"Upgrade" table values
After it prompts with the EULA, it says "there is already a version of
ActiveSync on your computer" (there isn't), then it tells me to remove it and
try the setup again. Then appear (point 1):
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination (12
times more of this line)
I just continue, it says it'll replace the existing application, however the
install location seems messed (it's given as "\") and it won't let me change
it. Then appear(point 2):
err:msi:msi_dialog_maskedit_control mask template is empty
err:msi:ITERATE_Actions Execution halted, action L"CA_AbortSetup" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
After when it starts installing it immediately stops with an error and I have
choose "Finish".
Well, installing winetricks (point 0):
fixme:ole:DllRegisterServer stub
fixme:advapi:LookupAccountNameW (null) L"shakaran" (nil) 0x32f7fc (nil)
0x32f800 0x32f7f4 - stub
fixme:advapi:LookupAccountNameW (null) L"shakaran" 0x17d5c8 0x32f7fc 0x130e08
0x32f800 0x32f7f4 - stub
fixme:wtsapi:WTSQuerySessionInformationA Stub (nil) 0xffffffff 5 0x7e2a4244
0x7e2a4240
fixme:wtsapi:WTSFreeMemory Stub (nil)
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored
L"Upgrade" table values
Then appear (point 1):
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination (12
times more of this line)
In the point 3:
err:msi:msi_dialog_maskedit_control mask template is empty
err:msi:ITERATE_Actions Execution halted, action L"CA_AbortSetup" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
This bug NOT is a dupe of http://bugs.winehq.org/show_bug.cgi?id=7500
I am testing with wine 1.0-rc2
That's all.
--
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=13281
Summary: Unable to install. This worked on earlier versions
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
URL: http://www.virtualmechanics.com/products/engine/
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nlaw(a)nildram.co.uk
Created an attachment (id=13132)
--> (http://bugs.winehq.org/attachment.cgi?id=13132)
Installation dialog box appears then after clicking next wine crashes
Cannot Install.
--
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=13116
Summary: wxDev-C++: Problem building projects
Product: Wine
Version: 0.9.61.
Platform: PC-x86-64
URL: http://wxdsgn.sourceforge.net
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nicocarbone(a)gmail.com
Created an attachment (id=12897)
--> (http://bugs.winehq.org/attachment.cgi?id=12897)
Source files of a wxWidgets project
wxDev-C++ installs and works flawlessly until I tried to compile the project
using MinGW, witch came bundled with wxDev. It compiles the individual files
with no problems, but fails somewhere in the linker or while making the exe.
The error is:
C:\Proyecto\Makefile.win [Build Error] exe: ***
[Objects/MingW/Proyecto_1_private.res] Error -1073741819
(Proyecto 1 is the project's name)
There is no Proyecto_1_private.res in the Objects/MingW folder, but i have no
clue of the reason of this.
Running wxDev from the terminal, appears this error, at the same time the
compiler fails:
wine: Unhandled page fault on read access to 0x00000000 at address 0x7ee153de
(thread 0021), starting debugger...
The same project compiles with no problem in Windows XP, using the same version
of wxDev.
I am using Ubuntu 8.04 (in spanish) and wine 0.9.61
wxWidgets can be downloaded for free from:
http://downloads.sourceforge.net/wxdsgn/wxdevcpp_6.10.2_setup.exe?modtime=1…
I attached an example of a wxWidgets project, which compiles perfectly under
Windows XP, but fails under wine.
To reproduce the crash:
-Install wxDev-C++ with defaults options
-Run wxDev-C++, go to File -> Open Project o File... and open EjemploFrm.dev
-Build and compile the project (go to Execute -> Rebuild All)
--
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=13112
Summary: comctl32 trackbar setPos() should not call oncustomdraw
if value hasn't changed
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaz(a)pastnotecut.org
Created an attachment (id=12893)
--> (http://bugs.winehq.org/attachment.cgi?id=12893)
patch against comctl32 for the setpos bug
The SetPos() function of the trackbar component of comctl32 is calling the
OnCustomDrawMessage even if it doesn't change the value.
This wouldn't be a problem per se, but in my application I was doing a setFocus
inside the oncustomdraw, as well as doing the setpos in a timer.
This caused all the buttons in the UI to not operate, because the timer took
precedence, and the focus no longer kept at the supposed place.
I've already fixed this in my application (since i can do the check), but could
affect other applications.
I attach the patch that i've tested which solves 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=12774
Summary: Caesar 3: After end of work wine crushes
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dduck(a)rambler.ru
Caesar 3 works correcly, but after exit from application wine crushes with lots
of info.
--
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=12550
Summary: Regression: Farb-Rausch demo 30 "candytron" doesn't
render past the loading screen.
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://www.scene.org/file.php?file=/demos/groups/farb-
rausch/fr-030_candytron_final.zip&fileinfo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mitch074(a)gmail.com
Regression: Farb-Rausch demo 30 "candytron" doesn't render past the loading
screen. Error changed from
wine 0.9.55:
fixme:win:EnumDisplayDevicesW ((null),0,0x33fa30,0x00000000), stub!
wine 0.9.56 and beyond:
fixme:win:EnumDisplayDevicesW ((null),0,0x33fa10,0x00000000), stub!
--
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=12100
Summary: lego star wars crashes entering first level
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajw1980(a)gmail.com
Created an attachment (id=11488)
--> (http://bugs.winehq.org/attachment.cgi?id=11488)
lego star wars crash output
Lego Star Wars (episodes I-III) crashes when trying to start a new game. The
music starts playing, but the screen remains blank. I'll attach the output.
The err:seh:setup_exception happens when the screen goes blank.
--
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=11777
Summary: Guitar Hero 3 fails to start
Product: Wine
Version: 0.9.56.
Platform: PC-x86-64
URL: http://www.guitarherogame.com/gh3/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=11034)
--> (http://bugs.winehq.org/attachment.cgi?id=11034)
Outpu with wine-0.9.56-217-gcfcacdf
Guitar Hero 3 fails to start, attached is the console output of it trying to
start with the latest Git.
I've also tried patching the game to version 1.1, which has the same crash.
There is no demo of this game as far as I know.
--
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=11772
Summary: Mathematica 5.1, Help Browser crash everything.
Product: Wine
Version: 0.9.55.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
Hello.
I have previously filed a bug about Mathematica not being able to install:
URL: http://bugs.winehq.org/show_bug.cgi?id=11725
And this same bug in one report which will be marked as invalid:
http://bugs.winehq.org/show_bug.cgi?id=11765
The error of this report is:
- Opening the Help Browser makes it crash after generating the help data.
Mathematica has a really usefull help browser, and it is a key feature. One can
not know what or how Mathematica can do its stuff without this, so unless you
are a complete expert on Mathematica, it will not be usefull for anyone.
Wine debug outputs of this is on the second attached file.
All this errors were tested on ubuntu 7.10 AMD64 and with wine 0.9.55 (becouse
.56 is not available yet for ubuntu on your repos) and with all builtin dlls,
but also some natives does the same results.
It is only one of other errors of Mathematica.
I couldnt upload the logs here, so i uploaded it to esnips. Freely
doenloadable.
http://www.esnips.com/doc/b78736e6-776f-432c-bd58-ec671da40df7/mathematica_…http://www.esnips.com/doc/1f2d4af6-da13-42f7-91be-71b22278d4d5/mathematica_…
Cheers.
Diego
--
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=11663
Summary: Guild Wars seems to hang with intel X3100
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scruffy.mogwai(a)gmail.com
Created an attachment (id=10876)
--> (http://bugs.winehq.org/attachment.cgi?id=10876)
Error Messages from running wine Gw.exe
gw.exe seems to hang when running on my laptop with a Intel GMA X3100.
End process does not work, have to kill.
Usually get nothing. If I specify "Emulate a Virtual Desktop", I just get a
blank window and still nothing happens.
Not sure if this is a driver issue (X3100 is a relatively new card).
--
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.