http://bugs.winehq.org/show_bug.cgi?id=10050
Summary: oleaut32 and ITypeInfo::Invoke arguments
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
I'm trying to see an application (a cnc simulator/manager called ZFlash) in
wine. It is a …
[View More]quite big VB6 application and I hope one day (not so distant)
will run in linux. There are strange (for me :) errors:
...
ab},x=0,y=0,f=0,0x33e8b8), partially implemented.
fixme:ole:OleLoadPictureEx
(0x1451a0c,3134,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f17c),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x1460794,2110,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f530),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x1d94008)->(0x21ed868, 0, (nil)), hacked
stub.
fixme:ole:OLEPictureImpl_Render type -1 not implemented
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
HERE IS THE 'STRANGE' LINE
fixme:ole:_invoke unsupported number of arguments 70 in stdcall
fixme:ole:OLEPictureImpl_Render type -1 not implemented
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
fixme:ole:OLEPictureImpl_Render type -1 not implemented
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
... continue
In the wine sources:
/dlls/oleaut32.dll, file typelib.c
/* ITypeInfo::Invoke
DWORD _invoke(FARPROC func,CALLCONV callconv, int nrargs, DWORD *args) {
...
switch (callconv) {
case CC_STDCALL:
switch (nrargs) {
case 0:
res = func();
break;
case 1:
res = func(args[0]);
break;
...
case 30: ...
it finishes at 30, but the application seems to need also the 46 and 70 case.
I have added the two case and seems ok (it stops for another thing after this
but I think is another story)
My question is: 30 is considered only a big number or there is a reason?
Seems that this application need bigger numbers...
(wine 0.9.47 clean from sources)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=9995
Summary: font/menu problems ocurring with 0.9.41
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Hannes.Krueger(a)uibk.ac.at
I use a windows application with wine. wine version 0.9.39 and 0.9.40 work fine
with this …
[View More]application, versions from 0.9.41 (incl. builds from most recent
git/cvs sources) fail to run this software:
No text is displayed in the main window of the application. Browsing through
the dropdown menus (which also do not contain any text) leads to a crash.
The output of a successfull run with wine 0.9.40 and the output of a crash
using version 0.9.41 is attached.
Maybe somebody has an idea what the problem is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=9989
Summary: Oracle OCI client: Hangs on updating LOB data
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yurtk(a)mail15.com
Created an attachment (id=8509)
--> (http://bugs.winehq.org/attachment.cgi?id=8509)
log …
[View More]file (with WINEDEBUG=+all) containing last lines before freeze
A business application written in Delphi that uses Oracle OCI client, worked
normally in Wine 0.9.33 under Ubuntu 7.04. After upgrade to Wine 0.9.46 (or
even to 0.9.41) it starts working faster but also starts hanging on update LOB
data if these data amount more than ~10 KBytes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=10761
Summary: Sim Town fails to play background music.
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Sim Town fails to play the game's background music. Sound effects work fine.
…
[View More]Related fixme's:
fixme:mcimidi:MIDI_mciPlay NIY: MIDI port=0, track=1
fixme:mcimidi:MIDI_mciPlay NIY: MIDI port=0, track=2
fixme:mcimidi:MIDI_mciPlay NIY: MIDI port=0, track=3
fixme:mcimidi:MIDI_mciPlay NIY: MIDI port=0, track=4
The demo of this game does not work due to bug 10760.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11685
Summary: PSN Downloader, PSP not up to date
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shindekokoro(a)gmail.com
Playstation network downloader does not allow download of PSN title because it
says that PSP …
[View More]system is not up to date.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11451
Summary: Guild 2: Smaller Screen with Bloomshader
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Renegade2200(a)yahoo.de
In Guild 2, the visual screen is smaller that the normal screenresolution if
activating …
[View More]Bloomshader (see screenshot:
http://appdb.winehq.org/screenshots.php?iAppId=4854&iVersionId=10510 )
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=10758
Summary: myst4 crashes during startup
Product: Wine
Version: 0.9.50.
Platform: PC
URL: http://mystworlds.ubi.com/us/mystiv_demo.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sjs(a)khadrin.com
CC: stefandoesinger(a)gmx.at
…
[View More]
myst4 crashes during startup. It started fine in 0.9.49. Regression testing
suggests a problem with this patch:
e4f8a2da2b601964aa4261cb1617ba41f58b5a69 is first bad commit
commit e4f8a2da2b601964aa4261cb1617ba41f58b5a69
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sat Nov 10 00:19:19 2007 +0100
wined3d: Depth stencil fixes.
:040000 040000 87c42f53fd06ea5e0d79dccab11f605e6919d9e8
15eb241f3cda2c66c32b9c8100b405c43b74cce2 M dlls
A demo is available from http://mystworlds.ubi.com/us/mystiv_demo.php.
I'm running Ubuntu 7.10 with nvidia drivers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=10720
Summary: "AddFontRessource" Visualbasic function isn't
interpretated by wine
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam050986(a)yahoo.fr
Hi,
It seems that "AddFontRessource" (…
[View More]visualbasic function ??) isn't interprated by
wine. At the installation of Guitar Pro 5.X, I got message :
"Addfontressource failed"
[Cancel] [Reapeat] [Ignore]
This affect application, because all chords lyrics aren't displayed...
Any solution would be welcome
Thank you for correcting that bug !
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=10651
Summary: attempt to save storage snapshot of PalmOS simulator
causes crash
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michal.seliga(a)visicom.sk
Created an attachment (id=9464)
--> …
[View More](http://bugs.winehq.org/attachment.cgi?id=9464)
bzipped log (WINEDEBUG=warn+all,+relay wine PalmSim.exe)
i used simulator
Treo_650_Simulator_GSM_Cingular-Consumer_MR3_EN_Debug_Build_350
its downloadable from pdn.palm.com after registration(registration is for free)
start simulator, wait until it 'boots', press right mouse button, in menu
choose storage andsave snapshot. it will ask you for file name and when you
confirm everything simulator will crash. this doesn't happen in windows xp
also there are some other storage based issues(storage size is reported to be
1.8gb even if simulator is set to 32mb, installing programs sometimes fails,
after crash of simulator some programs become corrupted) so i think that there
must be something big hidden, maybe fixing this crash will help with other
issues too
last lines before crash were:
0009:Ret comdlg32.GetSaveFileNameA() retval=00000001 ret=03008d95
0009:Call KERNEL32.GetCurrentThreadId() ret=1004675f
0009:Ret KERNEL32.GetCurrentThreadId() retval=00000009 ret=1004675f
0009:Call KERNEL32.TlsGetValue(00000006) ret=10046f1a
0009:Ret KERNEL32.TlsGetValue() retval=00000000 ret=10046f1a
0009:Call
KERNEL32.WaitForMultipleObjectsEx(00000001,0034f928,00000000,00000000,00000001)
ret=10046f5e
0009:Ret KERNEL32.WaitForMultipleObjectsEx() retval=00000102 ret=10046f5e
0009:Call KERNEL32.DebugBreak() ret=100375ac
0009:Call KERNEL32.GetLastError() ret=03027d9c
0009:Ret KERNEL32.GetLastError() retval=00000000 ret=03027d9c
0009:Call KERNEL32.TlsGetValue(00000003) ret=03027dab
0009:Ret KERNEL32.TlsGetValue() retval=007f0138 ret=03027dab
0009:Call KERNEL32.SetLastError(00000000) ret=03027e21
0009:Ret KERNEL32.SetLastError() retval=00000000 ret=03027e21
0009:Call KERNEL32.UnhandledExceptionFilter(0034f448) ret=03027f9d
0009:Call KERNEL32.IsBadCodePtr(1005d240) ret=00b26115
0009:Ret KERNEL32.IsBadCodePtr() retval=00000000 ret=00b26115
wine: Unhandled exception 0x80000003 at address 0x7b840c53 (thread 0009),
starting debugger...
i already added this application to AppDB, when it will be confirmed i will
post here link for it
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]