http://bugs.winehq.org/show_bug.cgi?id=4264
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://t4c.eacceleration.com
| |/
Severity|blocker |major
Component|wine-programs |wine-binary
Keywords| |download
OS/Version|Windows 98 |Linux
Priority|P2 |P3
Summary|the 4th coming runs but |the 4th coming runs but
|crashes after a few seconds |deadlocks after a few
|(and mouse is frozen all |seconds (and mouse is frozen
|along) |all along)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4265
Summary: TestComplete painful install, won't start once installed
Product: Wine
Version: 0.9.5.
Platform: Other
URL: http://automatedqa.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
TestComplete's installer tickles a lot of err's and fixme's.
Surprisingly, the installation completes anyway, but
the app won't run. Here's a log of trying to start the app:
[dank@localhost Bin]$ ~/wine/wine TestComplete.exe
fixme:advapi:RegisterEventSourceA ((null),"AQA"): stub
fixme:advapi:RegisterEventSourceW (L"",L"AQA"): stub
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,3,(nil),0,(nil)) - stub!
err:ole:RunningObjectTableImpl_Register Invalid combination of ROTFLAGS: 3
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
fixme:advapi:RegisterEventSourceA ((null),"TestComplete Service"): stub
fixme:advapi:RegisterEventSourceW (L"",L"TestComplete Service"): stub
The app then puts up a dialog box saying
"An error occurred when starting DebuggerService.
The internal COM object used by the service is not registered.
Please contact our support team at support(a)automatedqa.com."
I'll upload a full log of the install and run.
To repeat: first you have to install msvcp60.dll because
otherwise the Mozilla ActiveX control fails to install
(see bug 4064), and you have to set a registry key
(else the app's installer complains you don't have IE):
$ rm -rf ~/.wine #(be clean and reproducible)
$ notepad #(and quit; this creates the .wine directory)
$ wineserver -k #(so you can modify the registry files)
$ cat >> ~/.wine/system.reg <<"_EOF_"
[Software\\Microsoft\\Internet Explorer]
"Version"="6.0.2900.2180"
_EOF_
$ cp msvcp60.dll .wine/drive_c/windows/system32/
$ wine testcomplete4demo.exe
Annoyingly, when the installer gets to the point where it's
asking you which options you want installed,
it seems to want you to use control-click to highlight
multiple choices -- but really it wants you to check
checkboxes which are scrolled off to the left. I had
to play around with this a few times before I saw
it wasn't broken.
Towards the end of the installation,
a dialog box pops up saying
"Unable to launch tcrea4.exe.
Please try to launch it manually
after the installation process is completed."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4264
------- Additional Comments From shourn(a)msn.com 2006-08-01 15:26 -------
Created an attachment (id=1644)
--> (http://bugs.winehq.org/attachment.cgi?id=1644&action=view)
WINEDEBUG=+tid,+seh,+relay WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine
t4c.exe &> /tmp/relay.log && grep -A 20 -B 300 "seh:" /tmp/relay.log >
/tmp/relay.txt
eroor logs zipped with bzip2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4264
Summary: the 4th coming runs but crashes after a few seconds (and
mouse is frozen all along)
Product: Wine
Version: 0.9.5.
Platform: PC
OS/Version: Windows 98
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shourn(a)msn.com
i'm trying to run the 4th coming, an old windows mmorpg, and i get these errors
(sometimes i get more errors, but playing with configuration and following a few
hints ppl in the irc chat gave i could remove some errors, these are the ones i
get everytime):
WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine t4c.exe
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7cb401f8)->(0x10022,00000011)
fixme:ddrawIB_DirectDrawSurface_Blt Can't handle DDBLT_WAIT flag right now.
fixme:dinput:IDirectInputAImpl_GetDeviceStatus
(0x7cb460d8)->({6f1d2b61-d5a0-11cf-bfc7-444553540000}): stub
err:ntdll:RtlpWaitForCriticalSection section 0x8a0300 "?" wait timed out in
thread 000e, blocked by 0017, retrying (60 sec)
for readability i deleted the lines that came several times. the very first
line is the command i run to launch the game. the last "err" comes many more
times until the game crashes.
the game actually runs for a few seconds and then crash, it seems like keyboard
input makes it crash faster .. and the mouse doesn't work at all
in attachment i put the result of WINEDEBUG=+tid,+seh,+relay
WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine t4c.exe && grep -A 20 -B 300
"seh:" /tmp/relay.log > /tmp/relay.txt (as suggested by someone on the winehq
irc chat)
thank you very much for your help, i hope it can be fixed for wine 1.0.0 =)
(i've put some more informations on the "the 4th coming" entry in the database
just in case)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4253
------- Additional Comments From vesuri(a)jormas.com 2006-08-01 14:00 -------
When applied to Wine 0.9.5 the proposed patch fixes bug 2689.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 2837, which changed state.
Bug 2837 Summary: Exception when starting Microsoft Train Simulator Setup
http://bugs.winehq.org/show_bug.cgi?id=2837
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2837
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-08-01 13:52 -------
Changing status to FIXED as per comments #4 and #6
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.