http://bugs.winehq.org/show_bug.cgi?id=3376
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-03 15:38 -------
Closing duplicate.
--
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=3347
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-03 15:37 -------
Closing duplicate.
--
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=3322
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-20-03 15:37 -------
Closing duplicate.
--
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=4896
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 2006-20-03 15:35 -------
in a +relay,+seh trace ,Just before the crash there is:
0009:Call kernel32.WideCharToMultiByte(00000000,00000000,7fee4580 L"Erreur \00e0
la cr\00e9ation de l'objet. V\00e9rifiez que les composants Microsoft Data
Access 2.1 (ou sup\00e9rieur) ont \00e9t\00e9 correctement
install\00e9s",00000085,7fc3e97c,00000fff,00000000,00000000) ret=7faa4feb
So i guess you need to install that M$ stuff first?
--
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=4897
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
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=4897
Summary: Regression page fault at access to 0xffffffff in 16 bit
application
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
After this patch
http://source.winehq.org/git/?p=wine.git;a=commit;h=1a4f6e579b6aab685fae2e6…
a control system simulation tool set written using Delphi 1.0 and BC++4.5 in the
16 bit mode fails with a page fault. This program has been running on wine for a
year or This program is a 16 bit program and will run on win95 but not on on win98.
I tried mangage and unmanaged window mode in winecfg.
I can post a like to a zip with the exe's and dll's require to run or generate
traces as required.
I have the C program using borlands easy windows which spawns the Delphi 1.0 GUI
interface. They use a common DLL which in the 16 bit mode share the same memory
to communicate with message passing.
The next trace +win I think show a 32 bit window created for use by my 16 bit
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=4896
Summary: Application Iriswin.exe fails on start
Product: Wine
Version: 0.9.9.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c.bourgois(a)iwall.fr
When I start the application, I have the following error :
tof@ChtiPc:~/.wine/drive_c/iris$ wine Iriswin.exe
fixme:imm:ImmReleaseContext (0x10020, 0x7fd27be8): stub
fixme:system:SystemParametersInfoW Unimplemented action: 4098 (SPI_GETMENUANIMATION)
fixme:system:SystemParametersInfoW Unimplemented action: 4099 (SPI_SETMENUANIMATION)
err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not registered
err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not registered
err:ole:CoGetClassObject no class object {00000507-0000-0010-8000-00aa006d2ea4}
could be created for for context 0x5
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00000507-0000-0010-8000-00aa006d2ea4}, hres is 0x80040154
fixme:system:SystemParametersInfoW Unimplemented action: 4099 (SPI_SETMENUANIMATION)
wine: Unhandled page fault on read access to 0x73ac6498 at address
0x0000:0x00404ef2 (thread 0009), starting debugger...
WineDbg starting on pid 0x8
To reproduce this bug, download :
ftp://193.253.222.167/iris.tar.gz
Then type :
wine iris/Iriswin.exe
This program is made with Delphi.
I think the problem appears because of the shockwave components that Delphi is
calling.
I tried to put some dlls but it don't works.
I Thank you to help me.
Tof
--
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=4895
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-20-03 14:35 -------
Well, i'm not really familiar with this stuff, but looking at that patch , i added
in line 1195 in wined3d/device.c this line:
object->win_handle = GetAncestor(object->win_handle, GA_ROOT);
and now it starts up in full screen mode as well (it crashed for me before)
When i open an .rfx file now, the whole window is overdrawn with black , and all
menu's get hidden by it. I cannot see any rendered model or so. Any ideas where
that comes from?
--
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.