http://bugs.winehq.org/show_bug.cgi?id=3718
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |3587
------- Additional Comments From infyquest(a)gmail.com 2005-31-10 22:31 -------
well im adding it to the safedisc metabug
--
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=3721
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-31-10 22:29 -------
I am closing this issue, as its solved
--
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=3383
------- Additional Comments From I-SAngeli(a)siriush.com 2005-31-10 17:13 -------
Hi Mike,
any progress with this one?
Thank you,
Spiro
--
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=3561
------- Additional Comments From I-SAngeli(a)siriush.com 2005-31-10 17:06 -------
Hi Tony,
I did not notice for a second about the duplicate bug as when I try to access
bugs posted by me, I usually go through the User Menu and therefore I did not
notice this.
Now, I will move my questions over to the thread you provided me with.
Unfortunately, thou still we users cannot install AutoCad. It would be great if
someone could solve this issue for us.
Thank you,
Spiro
--
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=3519
I-SAngeli(a)siriush.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From I-SAngeli(a)siriush.com 2005-31-10 16:59 -------
Hi,
IE portion has been solved. Now, I am left with EULA issue of msi insaller that
fails.
I have another bug report opened here for this.
I am running Autocad 2004
Thank you,
Spiro
--
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=3721
------- Additional Comments From david.ronis(a)mcgill.ca 2005-31-10 16:55 -------
make distclean didn't help.
rm `find -name "*.spec.[coh]" -print` did.
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=3721
------- Additional Comments From hans(a)it.vu.nl 2005-31-10 16:22 -------
I have seen this too. I solved by doing a 'make distclean' before
'./configure && make depend && make'. You may wan to remove the
*.spec.c files by hand. Wine no longer needs them, but a 'make clean'
will not get rid of them because you already updated your tree, so
Wine doesn't know about these files anymore.
--
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=3720
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-31-10 16:19 -------
As it worked in 20050930 it might be helpful to do a regression test to find the
patch that broke your app. Regards
--
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=3697
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-31-10 16:07 -------
I had to use a native Quartz to get the demo working. I've got a copy of the
full game but I haven't tried it yet.
--
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=3721
Summary: CVS build fails: __wine_call_from_16_long not found
Product: Wine
Version: CVS
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david.ronis(a)mcgill.ca
The subject more or less says it all. I've built wine on this box many times
before. Today I tried building from CVS using gcc-4.0.2. I updated, ran
./configure && make depend && make
The build dies as:
make[2]: Entering directory `/home/ronis/Project/notar/wine/dlls/avifil32'
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./avifil32.spec
avifile.spec.o acmstream.o api.o avifile.o editstream.o extrachunk.o factory.o
getframe.o icmstream.o regsvr.o tmpfile.o wavfile.o rsrc.res -o
avifil32.dll.so -L../../dlls -L../../dlls/msacm32 -L../../dlls/msvfw32
-L../../dlls/winmm -L../../dlls/ole32 -L../../dlls/user32 -L../../dlls/advapi32
-L../../dlls/kernel32 -L../../dlls/ntdll -lmsacm32 -lmsvfw32 -lwinmm -lole32
-luser32 -ladvapi32 -lkernel32 -lntdll -L../../libs/wine -lwine -luuid
-L../../libs/port -lwine_port
avifile.spec.o(.data.rel.ro+0x600): In function
`__wine_avifile_dll_CallFrom16_p_long_lp':
/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:136: undefined
reference to `__wine_call_from_16_long'
avifile.spec.o(.data.rel.ro+0x618):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:136:
undefined reference to `__wine_call_from_16_long'
avifile.spec.o(.data.rel.ro+0x630): In function
`__wine_avifile_dll_CallFrom16_p_long_lpl':
/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:143: undefined
reference to `__wine_call_from_16_long'
avifile.spec.o(.data.rel.ro+0x648):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:143:
undefined reference to `__wine_call_from_16_long'
avifile.spec.o(.data.rel.ro+0x660):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:144:
undefined reference to `__wine_call_from_16_long'
avifile.spec.o(.data.rel.ro+0x678):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:144:
more undefined references to `__wine_call_from_16_long' follow
collect2: ld returned 1 exit status
winegcc: /usr/bin/gcc failed.
make[2]: *** [avifil32.dll.so] Error 2
make[2]: Leaving directory `/home/ronis/Project/notar/wine/dlls/avifil32'
make[1]: *** [avifil32] Error 2
make[1]: Leaving directory `/home/ronis/Project/notar/wine/dlls'
make: *** [dlls] Error 2
Compilation exited abnormally with code 2 at Mon Oct 31 16:42:51
--
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=3508
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-31-10 15:45 -------
works 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=3299
------- Additional Comments From marcus(a)jet.franken.de 2005-31-10 15:37 -------
messages are different now:
fixme:msi:MsiInstallProductW L"C:\\temp\\FR80PE\\ABBYY FineReader 8.0
Professional Edition.msi" (null)
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"ValidateProductID"
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"CheckUILanguage")
err:msi:msi_get_dialog_record query failed for dialog L"ISInitAllUsers"
fixme:msi:ACTION_PerformUIAction unhandled msi action L"ISInitAllUsers"
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"CheckIsInstallLanguageInDistributive")
fixme:msi:msi_dialog_pathedit_control not implemented properly
err:msi:msi_dialog_set_font No font entry for L"200"
fixme:msi:ControlEvent_HandleControlEvent unhandled control event
L"SetInstallLevel" arg(L"1")
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"SetOneUILanguage")
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"SetFeaturesResModulesState")
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"WriteRebootFlagIntoRegistry")
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"CloseApplications")
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"ValidateProductID"
err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"WriteRebootFlagIntoRegistry")
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"CheckUILanguage")
fixme:msi:ACTION_PerformAction unhandled msi action L"ISInitAllUsers"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"SetODBCFolders"
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"SetOneUILanguage")
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"SetFeaturesResModulesState")
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"GetFineOCRLangID")
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveExistingProducts"
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"GetWordStartUpPathAndTemplateName")
fixme:msi:ACTION_CustomAction Rollback only action... rollbacks not supported
yet
fixme:msi:ACTION_CustomAction UNHANDLED ACTION TYPE 17 (L"InstallTools.dll"
L"WriteRebootFlagIntoRegistry")
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnpublishComponents"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnpublishFeatures"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterComPlus"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterTypeLibraries"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveODBC"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterClassInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterExtensionInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterProgIdInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"UnregisterMIMEInfo"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveShortcuts"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveDuplicateFiles"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFiles"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveFolders"
err:msi:ACTION_InstallFiles Unable to copy file (L"C:
\\temp\\FR80PE\\FR80\\Dutch.amd" -> L"c:\\Program Files\\ABBYY FineReader 8.0
Professional Edition\\Dutch.amd") (error 3)
.... more of those with other files ...
err:msi:ACTION_InstallFiles Unable to copy file (L"C:
\\temp\\FR80PE\\FR80\\SCREEN~1.EXE" -> L"c:\\Program Files\\ABBYY FineReader
8.0 Professional Edition\\ScreenshotReader.exe") (error 3)
err:msi:ACTION_InstallFiles Unable to copy file (L"C:
\\temp\\FR80PE\\FR80\\SCREEN~1.DLL" -> L"c:\\Program Files\\ABBYY FineReader
8.0 Professional Edition\\ScreenshotReaderRes.dll") (error 3)
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 3
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 3
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
--
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=3720
------- Additional Comments From Weeds2000(a)gmx.de 2005-31-10 15:35 -------
I've already tried this, doesnt't fix the error. Tested this with 0.9 and the
latest cvs (updated a few hours ago) always with a fresh .wine directory.
Also I tried to copy the CD contents to my harddrive, without any difference
in the result.
--
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
------- Additional Comments From super-greg(a)gmx.de 2005-31-10 15:03 -------
You know that I speak about the INSTALLER a no cd crack for the installer is
hardly to find ;) I try to install the Addon "Red Hammer".
I already have a no-cd crack for OFP, and btw its playable. :)
--
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=3561
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-31-10 14:26 -------
You really should not be putting these in the bug that is marked duplicate ;^)
Didn't you mean bug 3226 ...
Closing ....
--
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
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=49
Keywords| |NoAppDBEntry
--
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=3561
------- Additional Comments From I-SAngeli(a)siriush.com 2005-31-10 14:02 -------
Hi,
I tried to implement Installing native MSI. I did create in ~/.wine/ a new file
named nativemsi.reg and and followed the instructions. Install was succesfull.
Then, I tried to run setup and got setup to crash.
I will attach few files with the hope someone would take a look and see if
something is wrong.
I will also attach a debug file and what I read on konsole.
Please help if possible.
Thank you,
Spiro
--
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=3710
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |lionel.ulmer(a)free.fr
------- Additional Comments From lionel.ulmer(a)free.fr 2005-31-10 12:48 -------
Could you attach a +ddraw trace ?
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2885
------- Additional Comments From zarquon(a)t-online.de 2005-31-10 11:40 -------
> is this on a completely fresh install?
No. And why would it be?
> (so after rm -rf ~/.wine) If not , please try on a fresh install.
Not a chance in hell!
If you seriously think I'll reinstall all apps that need registry entries,
among those rather fickly ones like the SoF series, you've got another
thing coming. If you can give me a list of potentially dangerous registry
entries, I'll check for those, but I absolutely, positively draw the line
at a fresh install.
What I did try was renaming all *.reg files (and config) in my ~/.wine
directory so none of the files should have been seen by Wine, and the
program failed in the same way. That could also have been caused by
then missing registry entries, though, but that's as close to a fresh
install as I'm going to go.
The problem I'm experiencing may be related to another bug, though:
> It seems at first it is loaded by x11drv, then unloaded, and then loaded
> again by e2_d3d8_driver_mfc.dll. My Max Payne is demo v1.05.
That rings a bell: Bug 2725, which I also get when a 3D rendering context
(OpenGL in 2725) is destroyed and then immediately reopened (when it fails).
This may even be driver-specific. So just for the record: I'm running XFree86
4.3 with the 7176 NVidia drivers (I've had this problem in Wine for many
generations of the drivers, though). And no, I will neither reinstall
XF86 nor upgrade it for this. To me the problem appears to be that Wine
doesn't wait for the old context to be _properly_ destroyed before attempting
to open a new one.
--
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=3720
------- Additional Comments From marcus(a)jet.franken.de 2005-31-10 11:34 -------
can you try with a fresh fake wine setup?
or run "wineprefixcreate" once to update perhaps too old fake wine setup.
--
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=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.
http://bugs.winehq.org/show_bug.cgi?id=3641
------- Additional Comments From JulienC(a)psychologie-fr.org 2005-31-10 04:07 -------
The patch has been committed, you could consider closing this bug. 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=3449
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From dank(a)kegel.com 2005-31-10 02:33 -------
Uh, Vitaly, looks like my original report answered your question;
running winecfg and picking a version does work around the problem.
The bug is that you have to do that. We should add a
(big) table in Wine listing which apps need which Windows
version, so the autodetection is more accurate.
--
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=2885
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-31-10 02:32 -------
is this on a completely fresh install? (so after rm -rf ~/.wine) If not , please
try on a fresh install. Otherwise you might have some old regustry settings
laying around.
--
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=3714
Summary: ERMapper 7 install fails due to ole fixmes
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pabs3(a)bonedaddy.net
Was trying to install ermapper 7 under wine (80 meg download):
http://www.ermapper.com/download_files/ERMapper7.01CompactRC1.exe
ermapper is a fairly well known and used gis (geographic information
systems) application, which views and edits the popular ecw format for
storing satellite data and other geographic raster data.
In debian wine 0.9, it installs fine with OS set to winxp, except for
one thing: since it seems to use OLE/COM extensively, the main
application object doesn't get registered during installation.
During install I get this Message box 3 times:
CoCreate instance failed for the ERM Object
And I get these messages in the terminal:
fixme:font:load_VDMX Failed to retrieve vTable
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:DllRegisterServer not implemented (olepro32.dll)
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
After it brokenly installed, I tried to run it and got this message box:
ERROR in ERMAPPER registry entry.
Please specify the BASE_PATH value in the key
KHEY_LOCAL_MACHINE/Software/Earth Resource Mapping/ERMAPPER
With these messages in the terminal:
fixme:font:load_VDMX Failed to retrieve vTable
fixme:font:load_VDMX Failed to retrieve vTable
fixme:font:load_VDMX Failed to retrieve vTable
fixme:font:load_VDMX Failed to retrieve vTable
fixme:font:load_VDMX Failed to retrieve vTable
fixme:font:load_VDMX Failed to retrieve vTable
Then I used regedit, and found the following key with the correct
BASE_PATH value in it.
HKEY_LOCAL_MACHINE\Software\Earth Resource Mapping\ERMAPPER(libversion7.0)
So, then I copied that key and its contents to
HKEY_LOCAL_MACHINE\Software\Earth Resource Mapping\ERMAPPER(libversion7.0)
And ran it again.
I got lots of message boxes saying this, but eventually it got to the
licence input stage, but it went downhill from there.
CoCreate instance failed for the ERM Object
During the second run I got these messages:
fixme:font:load_VDMX Failed to retrieve vTable
fixme:font:load_VDMX Failed to retrieve vTable
fixme:font:load_VDMX Failed to retrieve vTable
fixme:font:load_VDMX Failed to retrieve vTable
fixme:font:load_VDMX Failed to retrieve vTable
fixme:font:load_VDMX Failed to retrieve vTable
fixme:ver:RtlVerifyVersionInfo (0x7fb4ee3c,64,180000): Not all cases correctly
implemented yet
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
fixme:ver:RtlVerifyVersionInfo (0x7fb4d204,64,180000): Not all cases correctly
implemented yet
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{47d72ac6-6ef6-11d7-b912-0050dabaf658}, hres is 0x80004002
Any ideas about how to debug this further?
--
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=3449
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2005-31-10 02:02 -------
No responce.
Should be fixed in 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=3690
------- Additional Comments From vitaliy(a)kievinfo.com 2005-31-10 01:56 -------
Are there are any console messages? Have you tried the Virtual Desktop mode?
--
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=3713
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
Version|20050930 |0.9
--
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=3713
------- Additional Comments From tjmyahoo-wine(a)yahoo.com 2005-31-10 01:24 -------
Realized Gentoo package version stuff has a bug right now and 20050930 isn't the
"latest"....so I installed wine-0.9 and tried again. Same result - graphs are
invisible. It takes me about a half-hour to compile a version from scratch, so
I'm willing to walk backwards through patches from 20050930 to 20050725 to see
where this broke, baring some other suggstions...
--
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=3713
Summary: Quicken 2005 Report Graphics broken
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tjmyahoo-wine(a)yahoo.com
Using wine-20050930 on a Gentoo Linux system, bar graphs on reports are
invisible in Quicken 2005 Premiere. If I hover the mouse cursor over where the
bar graphs should be in the report window, $ amount pop-ups appear (which is the
normal thing to happen) but the bar graphs themselves remain invisible.
My wine install was done through the Gentoo emerge system ("emerge wine", with
USE including ~x86 flag).
For the install of wine-20050725 (latest "stable" Gentoo package) bar graph
reports work.
--
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=3712
Summary: Using Pixel Shaders in Half-Life 2 or Counter-Strike
Source causes screen to blank white on startup
Product: Wine
Version: 0.9
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jrliggett(a)cox.net
When trying to start either Half-Life 2, Half-Life 2 Deatmatch, or
Counter-Strike: Source when a non-animated background for the menu is used, the
screen blanks white, and the game is unusable if pixel shaders are enabled in
WineCfg. It is not totally frozen however; if you happen to move the cursor over
a menu entry, it will make sounds as it normally would, but you cannot see
anything.
--
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=2013
------- Additional Comments From the3dfxdude(a)gmail.com 2005-30-10 22:55 -------
This bug must have been fixed because I haven't experienced the problem with
sound playing too fast in Diablo II for a long time 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=3704
------- Additional Comments From cesarliws(a)gmail.com 2005-30-10 22:54 -------
Delphi 7 with updates
Tomorrow with try debug the app with wine, Im not a wine expert, so will try get
what really happen.
--
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=3704
------- Additional Comments From vitaliy(a)kievinfo.com 2005-30-10 22:05 -------
Also please tell as what exact functions fail. And how do you call them and what
do you axpecting back.
You should be able to debug delphi app on wine.
--
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=3705
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-30-10 21:25 -------
I am closing this issue as msvcp60.dll is missing, just copy it it to system32.
--
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=3711
Summary: Musicmatch fails to install (missing registry key,
HTTP_HttpOpenRequest() problem)
Product: Wine
Version: CVS
Platform: Other
URL: http://www.musicmatch.com/download/free
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The bug was easy to reproduce after the failure
by cd'ing into where Musicmatch had started to install itself,
and running the MMUpdateMgr.exe app directly;
it failed very quickly, so logging with +all was useful.
0009:Call advapi32.RegQueryValueExA(00000074,7b92f860
"ProxyEnable",00000000,7b92f4ac,00000000,00000000) ret=0041d673
0009:trace:reg:RegQueryValueExA (0x74,"ProxyEnable",(nil),0x7b92f4ac,(nil),(nil)=0)
0009:Call ntdll.RtlInitAnsiString(7b92f0f0,7b92f860 "ProxyEnable") ret=7b5f0344
0009:Ret ntdll.RtlInitAnsiString() retval=00000000 ret=7b5f0344
0009:Call ntdll.RtlAnsiStringToUnicodeString(7bd98bf8,7b92f0f0,00000000)
ret=7b5f035e
0009:Ret ntdll.RtlAnsiStringToUnicodeString() retval=00000000 ret=7b5f035e
0009:Call
ntdll.NtQueryValueKey(00000074,7bd98bf8,00000002,7b92f0f8,00000100,7b92f0ec)
ret=7b5f038e
0009:trace:reg:NtQueryValueKey (0x74,L"ProxyEnable",2,0x7b92f0f8,256)
0009: get_key_value( hkey=0x74, name=L"ProxyEnable" )
0009: get_key_value() = OBJECT_NAME_NOT_FOUND { type=-1, total=0, data={} }
0009:Ret ntdll.NtQueryValueKey() retval=c0000034 ret=7b5f038e
0009:Call ntdll.RtlNtStatusToDosError(c0000034) ret=7b5f0442
0009:Ret ntdll.RtlNtStatusToDosError() retval=00000002 ret=7b5f0442
0009:Ret advapi32.RegQueryValueExA() retval=00000002 ret=0041d673
============================================================== Throwing
Musicmatch Exception:
------------------------------
- Description:
RegQueryValueEx(SOFTWARE\Microsoft\Windows\CurrentVersion\Internet
Settings\ProxyEnable) returned 2.
- File: \mmjb\src\global_services\Core\Common\RegistryKey.cpp
- Function: core::registry::RegistryKey::GetValueType
- Line: 683
==============================================================
Well, that's pretty clear!
Looking at http://www.winguides.com/registry/display.php/292/
I see that registry key is supposed to be under HKEY_CURRENT_USER.
Adding it fixes things. Here's what I see if I export the registry
and look for that key:
[HKEY_USERS\S-1-5-4\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
@=""
"ProxyEnable"=dword:00000000
S-1-5-4 is the predefined "Interactive" SID, so this
looks fine. And sure enough, the following patch makes
wineprefixcreate set the ProxyEnable flag on first init:
--- tools/wine.inf 19 Oct 2005 19:07:30 -0000 1.44
+++ tools/wine.inf 31 Oct 2005 02:49:59 -0000
@@ -253,6 +253,7 @@
HKLM,System\CurrentControlSet\Control\VMM32Files,,,""
HKLM,System\CurrentControlSet\Services\VxD\MSTCP,,,""
HKCU,Software\Wine\shdocvw,"MozillaUrl",,"http://source.winehq.org/mozactivex"
+HKCU,Software\Microsoft\Windows\CurrentVersion\Internet
Settings,"ProxyEnable",0x10001,0x00000000
[Nls]
HKLM,System\CurrentControlSet\Control\Nls\Codepage,"37",,""
(I haven't sent that patch in yet.)
The next problem is that the updater (really, Marimba) can't connect to download
the real app. The console shows:
err:wininet:HTTP_HttpOpenRequestW Unable to escape
string!(L"/mmjb/ev/dlm?product=MMJB&productVer=&channel=&event=updateFail&type=1025:
&uid=CBE6E800-49C1-11DA-C687-000FB04C44B7&mfg=MMD&version=2.20.0043&connection=LAN&updatemode=seed")
(-2147467261)
--
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=3710
Summary: Specular Lighting
Product: Wine
Version: CVS
Platform: Other
URL: http://www.anarchyonline.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)eternaldusk.com
Anarchy Online is working (when set to run fullscreen), but many of the textures
appear completely black. The console shows the following errors repeated:
err:ddraw:set_render_state Specular Lighting not supported yet.
err:ddraw:GL_IDirect3DDeviceImpl_7_SetLight dvTheta not fully supported yet !
err:ddraw:GL_IDirect3DDeviceImpl_7_SetLight dvTheta not fully supported yet !
I'm submitting this bug to show interest in getting the missing functions
implemented.
--
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=3035
------- Additional Comments From Rincebrain(a)gmail.com 2005-30-10 19:52 -------
Does this bug persist in latest WINE? Also, have you tried wineoss.drv?
--
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=3709
Summary: Adobe Photoshop Elements 4 trial installer exits
silently
Product: Wine
Version: CVS
Platform: Other
URL: http://www.adobe.com/products/tryadobe/main.jsp#product=
40
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Adobe Photoshop Elements 4 trial installer exits silently
without even putting up a dialog.
--
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=3708
Summary: Ulead Photoimpact fails to install
Product: Wine
Version: CVS
Platform: Other
URL: http://www.ulead.com/pi/trial.htm
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
Installing Ulead Photoimpact trial fails at end with
dialog box
"Unhandled Exception
Error Number: 0x80070057
Description:
Setup will now terminate."
Here are the last few lines of the log.
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7b93d3c4,0x7b93d3c8), stub!
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0x2) 7beb0001
fixme:ole:VARIANT_UserFree handle unknown complex type
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7b93d4c0,0x7b93d4c4), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7b93d3c4,0x7b93d3c8), stub!
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x3
-> 0xb) 000fffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x3
-> 0xb) 00060000
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x3
-> 0xb) 0006ffff
err:menubuilder:extract_icon32 LoadLibraryExW (L"c:\\Program Files\\Ulead
Systems\\Ulead PhotoImpact 11\\BatchDL.exe") failed, error 126
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
err:variant:SafeArrayPutElement Invalid pvData would crash under Win32!
err:seh:setup_exception stack overflow 0 bytes in thread 001a eip 7bedf48e esp
7b841000 stack 0x7b840000-0x7b940000
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7a8ce6e4,0x7a8ce6e8), stub
--
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=3707
Summary: Family Archive Viewer 6 quits with "not enough memory to
open proper dialog" error
Product: Wine
Version: CVS
Platform: Other
URL: http://familytreemaker.genealogy.com/abtffiv.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install FAV 6, try to load a nonexistant file, click
'cancel'. You'll get a dialog saying there's not enough memory.
(FAV 6 is more or less a demo version of Family Tree Maker 6.)
err:x11drv:X11DRV_CreateWindow invalid window height -23
err:x11drv:X11DRV_CreateWindow invalid window width -6
fixme:ole:CoRegisterMessageFilter stub
fixme:storage:StorageImpl_Commit (1): stub!
fixme:storage:StorageImpl_Commit (3): stub!
fixme:commdlg:GetFileName95 Flags 0x00008000 not yet implemented
fixme:storage:StorageImpl_Commit (3): stub!
fixme:ole:CoRegisterMessageFilter stub
--
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=3704
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-30-10 18:20 -------
what version of Delphi is used to compile this program
--
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=2827
------- Additional Comments From dank(a)kegel.com 2005-30-10 17:37 -------
[Adding text Microsoft Office 97 to make it easier to search for Office bugs.]
--
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=2093
------- Additional Comments From dank(a)kegel.com 2005-30-10 17:36 -------
[Adding text Microsoft Office 97 so searches pick it 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=2675
------- Additional Comments From dank(a)kegel.com 2005-30-10 17:34 -------
[This is part of Microsoft Office 97. Just adding text so searches will pick
it 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=3689
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Office 97 fails to install: |Microsoft Office 97 fails to
|"accwiz.dll failed to |install: "accwiz.dll failed
|register itself" |to register itself"
------- Additional Comments From dank(a)kegel.com 2005-30-10 17:31 -------
I should have written "Microsoft Office 97". Forgot to mention the vendor.
--
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=3680
------- Additional Comments From zarquon(a)t-online.de 2005-30-10 17:18 -------
OK, I checked this and it appears to work. winecfg _really_ doesn't like it,
though: when you open the entry, the offsets end up in the y-field and any
attempt to edit this field crashes the program here. So you may want to reopen
this bug in one form or another...
--
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=2885
------- Additional Comments From zarquon(a)t-online.de 2005-30-10 17:12 -------
Created an attachment (id=1276)
--> (http://bugs.winehq.org/attachment.cgi?id=1276&action=view)
Logfile running MaxPayne Demo with +loaddll,+d3d
OK, I installed the Max Payne demo plus the 1.05 patch on my machine. As you
can see from the log, it fails just like the full version does. Any further
suggestions? I did get some games to work with hardware acceleration and all,
so I don't think there are fundamental problems with my setup or machine.
--
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=3706
Summary: comctl32 doesn't support Japanese word order
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsk_n(a)mail.goo.ne.jp
Line 23 of comctl_En.rc:
CAPTION "Properties for "
This caption is used to specify the titlebar of control panel.
But this format of caption doesn't support Japanese word order.
(Japanese word order is "%s のプロパティ".)
Please look at line 209 of winefile/en.rc:
CAPTION "Properties for %s"
This format supports Japanese word order.
So please change caption format of comctl32 to that of winefile.
--
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=3561
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-30-10 15:53 -------
| winecvs is alwasy the most up to date version of wine and obviously
| would be >= to 0.9, correct?
Right, if you change sign to a '>'. :)
Equality was true only for one day or so.
| there is instru for either Since Wine-20050628 or Up to and including
| Wine-20050524. What about winecvs or 0.9? Should for those just
| follow Since Wine-20050628?
Yes, as CVS > 0.9 > 2005.09.30 >> 20050628.
In other words: if you have config-file, use config-file.
If no, use winecfg or regedit. I prefer regedit.
| with curent winecvs where is this nativemsi.reg file? Am I supposed to have it?
No, it comes from the same WineWiki page. Just copy the first quote into a file
'nativemsi.reg'.
--
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=3561
------- Additional Comments From I-SAngeli(a)siriush.com 2005-30-10 15:34 -------
Hi saulius,
thank you for your reply and link.
I have couple of questions:
1) wine 0.9 is now out. winecvs is alwasy the most up to date version of wine
and obviously would be >= to 0.9, correct? I ask this because if I run winecvs I
can disreguard upcoming releases. So, I need to correctly understand.
2) your link presents two options based on wine release number. there is instru
for either Since Wine-20050628 or Up to and including Wine-20050524. What about
winecvs or 0.9?
Should for those just follow Since Wine-20050628?
3) section Since Wine-20050628 shows this way:
$ wine winecfg
or
$ wine regedit nativemsi.reg
with curent winecvs where is this nativemsi.reg file? Am I supposed to have it?
These are the files I currently have in .wine:
dosdevices drive_c system.reg userdef.reg user.reg
Which one would it be compared to the nativemsi.reg file, if one of those?
Thank you,
Spiro
--
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=3705
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-30-10 15:33 -------
If i'm not mistaken adding MSVCP60.dll to ~.wine/drive_c/windows/system32 makes
this bug go away. Not sure, so please test.
--
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=2989
------- Additional Comments From julliard(a)winehq.com 2005-30-10 15:28 -------
Sounds like a bug in one of the system libraries, like openGL or xf86dga. Wine
itself uses the correct display since you get the winecfg window.
--
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=3705
Summary: "The Mozilla control was unable to detect where your
Mozilla layout libraries may be found"
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knuckles(a)wanadoo.fr
Hi all,
I use wine 9.0 on my debian unstable (package version and compiled version).
When I try to install WinRAR 3.51 and earlier versions, I got these messages :
$ rm -rf ~/.wine
$ wine notepad
- notepad runs correctly
$ wine wrar345.exe
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:shell:SHAutoComplete SHAutoComplete stub
fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 Setup" of
other process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 Setup" of
other process window (nil) should not use SendMessage
err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\\Program
Files\\Mozilla ActiveX Control v1.7.12\\mozctl.dll") not found
"The Mozilla control was unable to detect where your Mozilla layout libraries
may be found. You will now be shown a directory picker for you to locate them."
You need to install the Mozilla ActiveX control to
use Wine's builtin CLSID_WebBrowser from SHDOCVW.DLL
fixme:shdocvw:PersistStreamInit_InitNew (0x7fd85800)
fixme:shdocvw:OleObject_DoVerb (0x7fd85800)->(-5 (nil) 0x7fd815f8 0 0x1003e
0x7fd81614)
fixme:shdocvw:OleObject_DoVerb stub for OLEIVERB_INPLACEACTIVATE
fixme:shdocvw:OleObject_DoVerb (0x7fd85800)->(-1 (nil) 0x7fd815f8 0 0x1003e
0x7fd81614)
fixme:shdocvw:OleObject_DoVerb (0x7fd85800)->(-4 (nil) 0x7fd815f8 0 0x1003e
0x7fd81614)
"The Mozilla control could not be loaded correctly. This is could be due to an
invalid locatin being specified for the Mozilla layout librairies or missing
files from your installation.
Visit http://www.iol.ie/~locka/mozilla/mozilla.htm for in-depthtroubleshooting
advice."
fixme:shdocvw:WebBrowser_put_Offline (0x7fd85800)->(1)
fixme:shdocvw:WebBrowser_Navigate (0x7fd85800)->(L"about:blank" (nil) (nil)
(nil) (nil))
fixme:shdocvw:WebBrowser_get_Document (0x7fd85800)->(0x7fa5c2fc)
fixme:shdocvw:WebBrowser_get_Document (0x7fd85800)->(0x7fa5c2fc)
fixme:shdocvw:WebBrowser_get_Document (0x7fd85800)->(0x7fa5c2fc)
fixme:shdocvw:WebBrowser_get_Document (0x7fd85800)->(0x7fa5c2fc)
... (infinite loop)
After installing "vcredist.exe" from the Visual Studio SP5 "VS6sp5.exe", it's OK :
$ wine wrar351.exe
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:shell:SHAutoComplete SHAutoComplete stub
fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 Setup" of
other process window (nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "Mozilla ActiveX Control v1.7.12 Setup" of
other process window (nil) should not use SendMessage
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:exec:SHELL_execute flags ignored: 0x00000580
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
Wine exited with a successful status
I hope these information will help you, wine is a good work ;)
--
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=922
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2005-30-10 14:52 -------
I just tried to install Baldurs Gate II using todays cvs (last change done
2005-10-30 20:23) and get a similar the same behaviour.
- The license agreement shows up empty, but can still be accepted.
- If I try to change the installation path, it dies with
Error Number: 0x80040707
Description: Dll function call crashed: ISRT._BrowseForFolder
Setup will now terminate
- If I accept the default path instead, it dies with
Error Number: 0x80040706
Description: Object reference not set
Setup will now terminate
--
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=3561
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-30-10 14:42 -------
Sorry, Spiro, I haven't looked at similar but report:
| Also, I did install msi from Microsoft again just in case it would solve it but
| nothing happened.
Did you overrode msi dlls to be loaded as native?
--
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=3697
------- Additional Comments From willie(a)froq.net 2005-30-10 13:50 -------
Is Evil Genius supposed to run at all? Even with the crack, it crashes for me
at the loading screen (page fault, something about joysticks, in
elibinput-release)...
--
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=3704
Summary: Delphi app problems with wine 0.9
Product: Wine
Version: 0.9
Platform: Other
URL: http://www.firebirdsql.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cesarliws(a)gmail.com
I app developed with delphi, the apps look run ok but 2 main components does not
works with wine 0.9 and even Crossover 5.0 trial.
I try several times to install firebird sql client, but the installer does not
works at all, after try oldest installer I can install but when I try to start
app I got message "cant load gds32.dll" (firebird client driver) that is in
system32 dir.
Other problem is I create my own installer for my app, that is a little app that
find a file \windows\liws.ini looking for a url, if not found the create and
ask for url.
after make a connection with the url, by HTTP channel and download the files
and make the installation, but the Systall.exe does not run at all.
The URL for Systall is:
http://200.195.172.61/download/Systall.exe
[]s
Cesar Romero
--
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=3570
------- Additional Comments From willie(a)froq.net 2005-30-10 13:07 -------
Nice catch! OK, I tried with Cedega and WINVER=nt40. It doesn't crash, but it
also shows all hope is lost... :-(
A different message box came up, stating:
"This application cannot be run by a Guest user. Please log on to a non-Guest
account, or contact an Administrator to set the below service's startup type
to automatic.
License Management Service ESD"
It seems we won't get many professional applications to work as long as Wine
doesn't support services. Anyway, I'll attach the trace you requested, Wine
obviously has one more error, it doesn't even install the service...
--
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=3570
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-30-10 12:35 -------
So does this mean the app won't work in Cedega if you set version to nt40?
One more blind guess. Try this combination of debug flags:
'+process,+loaddll,+tid', and attach output to your next msg.
--
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=3703
------- Additional Comments From infyquest(a)gmail.com 2005-30-10 12:34 -------
This could be an issue of incomplete resource files
could you please check out the winecfg Resource files and send us a patch about
missing names
--
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=3697
oliver_stieber(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |2896
nThis| |
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-30-10 12:17 -------
This is a problem with the 'copy protection' used by the game, you can bypass
the copy protection with the patch from this site
http://www.megagames.com/cracks/html/c913550_0.htm
--
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=3570
------- Additional Comments From willie(a)froq.net 2005-30-10 12:13 -------
+tid gives no output as well. Cedega seems to be unaffected (crashes later,
trying to run a VxD I'd say), but Wine and cxoffice 5.0 won't work. On a side
note, a +relay or +all trace makes ZBrush2 stop even sooner - the message box
doesn't even appear, it simply quits. One of the spawned processes seems to
crash ("WineDbg starting on pid 0x35" appears in the log), can't say if that's
due to the relay trace, or if this always happens.
Anyway, after trying to run ZBrush with Cedega, I found this:
Once you run the ZBrush2 executable, it creates the already mentioned file in
the temp dir, as well as several other files, and executes it. This is an
installer that installs stuff in "Common Files/element5 shared". And I guess
it's all over from there on, as the element5 ESD tries to load a VxD
("element5 shared/Service/ELEM5LSV.VXD"). However, Wine doesn't even succeed
to install that stuff to "Common Files".
--
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=3475
agbr(a)hotbox.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9 |20050930
--
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=3475
agbr(a)hotbox.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20050930 |0.9
--
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=3703
------- Additional Comments From hurtta+wine2(a)leija.mh.fmi.fi 2005-30-10 11:38 -------
This is wine 0.9
[hurtta@jalmari hurtta]$ wine --version
Wine 0.9
[hurtta@jalmari hurtta]$ echo $DISPLAY
localhost:10.0
[hurtta@jalmari hurtta]$
--
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.