http://bugs.winehq.org/show_bug.cgi?id=3720
Summary: InstallShield fails with error Code 80040706
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Weeds2000(a)gmx.de
Ok, I've tested some more apps, and this seems to be an InstallShield bug.
All of them give the error message:
Error Number: 0x80040706
Description: Object reference not set
Setup will now terminate
Apps I've tested so far.
Errr occurs when InstallShield should start installing files (ater making all
necessary decisions about path, install size...)
Baldurs Gate 2 (worked in 20050930)
--> MessageBox pops up.
American McGees's Alice
Installer tells me:
Installing
c:/windows/temp/{77b5ad60-8f14-11d4-9bc9-0050041a1090}/setup.inx
--> MessageBox pops up.
Clive Barkers Undying
Installer tells me:
c:/windows/temp/{631A0B87-B0B7-4B47-00A2-119A4B942EB6}/setup.inx
--> MessageBox pops up.
--
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=3635
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-31-10 10:42 -------
patch was applied. thanks!
--
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=3718
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|OFP Gold Upgrade Installer |safedisc/secdrv.sys/ OFP
|fails (Library ntoskrnl.exe |Gold Upgrade Installer fails
|not found) |(Library ntoskrnl.exe not
| |found)
------- Additional Comments From marcus(a)jet.franken.de 2005-31-10 10:41 -------
We do not support secdrv.sys as of now.
Work is however in progress for this copy protection.
Until then, use a NoCD crack.
--
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=3702
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-31-10 10:37 -------
can confirm this.
The packer does very strange things with the MZ and PE header.
I sent a first patch to fix this, but it is still not working afterwards.
--
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=3719
Summary: RtlpWaitForCriticalSection: "syslevel.c: Win16Mutex"
wait timed out
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cus(a)fazekas.hu
When I start the MATLAB4 application I got the following error:
err:ntdll:RtlpWaitForCriticalSection section 0x55ab5420 "syslevel.c: Win16Mutex"
wait timed out in thread 0009, blocked by 000a, retrying (60 sec)
And after 60 sec:
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image D:\matlab\MATLAB4\BIN\MATLAB.EXE
First chance exception: page fault in 16-bit code (11df:a437).
In 16 bit mode.
Register dump:
CS:11df SS:11ef DS:11ef ES:11ef FS:006b GS:11ef
IP:a437 SP:5aa0 BP:5ab2 FLAGS:0212( - 00 - RIA1)
AX:0007 BX:1217 CX:5f64 DX:e65c SI:2760 DI:ffff
Stack dump:
0x11ef:0x5aa0: 0001 11ef 06fc 001c e65c 0000 0000 e65c
0x11ef:0x5ab0: 5f64 fee4 e640 05c4 096b fee0 0006 0ec4
0x11ef:0x5ac0: fee0 0006 2646 0000 5acd 091a 0000 e67b
023d: sel=11ef base=559135e0 limit=0000831f 16-bit rw-
Backtrace:
=>1 0x11df:0xa437 (0x11ef:0x5ab2)
2 0x0000:0xe640 (0x11ef:0xfee4)
3 0x55a4777c K32WOWCallback16Ex+0xcc in kernel32 (0x5f474e2c)
4 0x55a13a83 NE_StartTask+0x2a3 in kernel32 (0x5f47514c)
5 0x55a39c8b task_start+0x6b in kernel32 (0x5f47516c)
6 0x55a3a9f0 THREAD_Start+0x130 in kernel32 (0x5f475244)
7 0x5572d9db start_thread+0x1ab in ntdll (0x5f475a98)
8 0x555b37f3 start_thread+0xa3 in libpthread.so.0 (0x5f475b0c)
9 0x5567762a __clone+0x5a in libc.so.6 (0x00000000)
0x11df:0xa437: int $0x31
And now comes the best thing: If i start the prog with:
WINEDEBUG=all wine MATLAB.EXE
then it works.
I have uploaded MATLAB.EXE to
http://www.passwd.hu/~cus/matlab/MATLAB.EXE.bz2
Without license file, it should give a license error in a message box, and quit,
but it's useful for the CriticalSection timeout testing.
--
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=3718
Summary: OFP Gold Upgrade Installer fails (Library ntoskrnl.exe
not found)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: super-greg(a)gmx.de
Operation Flashpoint Gold Upgrade Installer fails with:
err:module:import_dll Library ntoskrnl.exe (which is needed by
L"C:\\windows\\system32\\drivers\\SECDRV.SYS") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\drivers\\SECDRV.SYS" failed, status c0000135
This seams to be a copy protection error.
With WINVER=win98 it fails with: "A Debugger has been detected, pls unload and
try again."
--
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=3717
Summary: P-CAD 2000's toolbar buttons aren't displayed properly
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcos_vc(a)coel.com.br
P-CAD 2000's toolbar buttons aren't displayed properly in wine 0.9, see a
screenshot attached
--
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=2172
------- Additional Comments From marcus(a)jet.franken.de 2005-31-10 09:01 -------
please try again with current cvs, the last error is probably fixed now.
--
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=3471
------- Additional Comments From marcus(a)jet.franken.de 2005-31-10 09:00 -------
please check against current cvs. the "exception frame is not in stack limits"
is likely fixed now. the other issue likely not.
--
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=3438
------- Additional Comments From marcus(a)jet.franken.de 2005-31-10 08:58 -------
can you please try current CVS? I fixed a bug there that might have caused
this problem.
--
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=2778
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-31-10 08:57 -------
(slightly different) patch is in CVS now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3641
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-31-10 07:27 -------
closing as patch has been commited
--
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=3716
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-31-10 07:21 -------
yip, problem here too. I was always wondering if i had configurd something wrong
but i guess it's a bug in wine after all
--
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=2731
------- Additional Comments From robust(a)gentoo.se 2005-31-10 06:57 -------
I have Warcraft Frozen Throne version 1.20 running on two computers using Wine
0.9 and the latest CVS and it works great. But that doesn't mean that some users
has problems with it. I have tested Warcraft on several other computers and it
works great there also...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2814
------- Additional Comments From robust(a)gentoo.se 2005-31-10 06:51 -------
World Of Warcraft works fine with Wine 0.9, the only problems that I have
witnessed is the problem with the cursors (you can't select enemies or loot or
talk to npc's) But I found a quick hack to fix it :
1. To fix the targeting circles, edit the file <winesrc>/dlls/opengl32/opengl_norm.c
2. search for 'glPolygonOffset''
3. a few lines down is the line 'glPolygonOffset( factor, units );'
4. change it to read 'glPolygonOffset( -factor, units );'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3716
Summary: auto-detection of audio devices in winecfg isn't working
Product: Wine
Version: 0.9
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robust(a)gentoo.se
I have completely removed OSS but the auto-detect feature "detects" it either
way. I only have ALSA installed and no OSS-emulation.
--
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=3715
Summary: winecfg doesn't use any soundsystems by default
Product: Wine
Version: 0.9
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robust(a)gentoo.se
Currently the ~/.wine directory is created when you use wine for the first time.
If you use winecfg and look at Audio you can see that ALSA is picked as the
soundoutput, although this isn't the case. By default there doesn't seem to be
an active soundsystem. If you look in user.reg there is no mention of ALSA. You
have to choose something else in the Audio menu, and after that you can pick
ALSA and click Apply. And then the sound works. (I have tested wine 0.9 and the
latest cvs)
--
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=3355
robust(a)gentoo.se changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Configure arts sound driver |Configure arts sound driver
|twice using winecfg crashes |twice using winecfg crashes
------- Additional Comments From robust(a)gentoo.se 2005-31-10 06:26 -------
You should try this with the new version of wine. (Wine 0.9) And then report
back with information on what the current situation is.
--
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=3080
------- Additional Comments From robust(a)gentoo.se 2005-31-10 06:23 -------
Update : Tested with World Of Warcraft and Counter-strike and the sound worked
great. no worries. Also tested on another computer (my brothers) Before wine 0.9
when I used OSS without knowing it I had alot of problems with sound but with
alsa right now .. none.
--
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=3309
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)codeweavers.com 2005-31-10 06:12 -------
The fix is in the WineHQ cvs now. Please check and reopen this bug if it still
doesn't work.
http://www.winehq.org/pipermail/wine-cvs/2005-October/018966.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.