http://bugs.winehq.com/show_bug.cgi?id=894
------- Additional Comments From ithaqua(a)inreach.com 2003-15-12 21:52 -------
Hello Marcus: Thanks for your reply, do you have any guidance about this issue?First, does any body have Terragen running under Redhat 9.0 or Mandrake 8.2 or Mandrake 8.1? Second, did you get past selecting a color-related function like Edit Cloud Color or similar function like Edit Surface Layer Color operation? These operations cause my Terragen to just freeze. Thanks for any help at all, including install pointers, especially regarding DLL installation... or any help with freeze issue (bug?).Wine 20020605 and Terragen 0.8.44Michael - Graphics & Engineering http://www.bowlvisions.com/
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1887
Summary: microsoft movie maker 2 installer fails
Product: Wine
Version: CVS
Platform: PC
URL: http://www.microsoft.com/windowsxp/moviemaker/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
It's a xp only app. The installer starts, asks to upgrade the windows installer,
and reports it can't perform the upgrade. I'll attach a relay trace.
I'm using wine CVS current (20031216) on mdk 9.2 (kernel 2.4.22-21tmb) and glibc 2.3
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1886
Summary: windows media player 9 setup fails
Product: Wine
Version: CVS
Platform: PC
URL: http://www.microsoft.com/windows/windowsmedia/default.as
px
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
There are 2 versions os the installer, one for windows xp only, and one for
windows 98se/me/2000/xp. The XP installer fails saying that you can only install
it on windows xp, even if you set winver to xp or 2k3, so xp emulation obviously
isn't working as it should. The other installer starts, but says that it can't
find current updates. After clicking OK, the setup exits and wine crashes, the
log is
[ivan@localhost player]$ wine MPSetup.exe
fixme:shell:SHGetSpecialFolderPathA folder 0x002e unknown, please add.
fixme:ole:CoCreateInstance no classfactory created for CLSID
{cfc399af-d876-11d0-9c10-00c04fc99c8e}, hres is 0x80040154
fixme:ole:CoCreateInstance no classfactory created for CLSID
{cfc399af-d876-11d0-9c10-00c04fc99c8e}, hres is 0x80040154
fixme:dosfs:QueryDosDeviceW (L"A:") not detected as DOS device!
fixme:dosfs:QueryDosDeviceW (L"B:") not detected as DOS device!
fixme:seh:EXC_RtlRaiseException call to unimplemented function
setupapi.dll.SetupCopyOEMInfW
fixme:msvcrt:_XcptFilter (-2147483392,0x406cc7b8)semi-stub
wine: Unhandled exception (thread 0016), starting debugger...
WineDbg starting on pid 15
Loaded debug information from ELF 'wine' ((nil))
the backtrace is
Unhandled exception: unimplemented function setupapi.dll.SetupCopyOEMInfW called
in 32-bit code (0x40cee056).
In 32-bit mode.
0x40cee056 (SETUPAPI.DLL..text+0xd056 in SETUPAPI.DLL): jmp 0x40cee050
(SETUPAPI.DLL..text+0xd050 in SETUPAPI.DLL)
Wine-dbg>bt.
syntax error
Wine-dbg>bt
Backtrace:
=>0 0x40cee056 (SETUPAPI.DLL..text+0xd056 in SETUPAPI.DLL) (ebp=406ccc48)
1 0x40cee85c (SETUPAPI.DLL.SetupCopyOEMInfW+0x1c in SETUPAPI.DLL) (ebp=406ccc58)
2 0x02104478 (MSOOBCI.DLL.InstallComponentW+0x583 in MSOOBCI.DLL) (ebp=406ce87c)
3 0x02104a3d (MSOOBCI.DLL.DoInstallW+0x25d in MSOOBCI.DLL) (ebp=406ceb7c)
4 0x40713f88 (MSVCRT.DLL._daylight+0x128 in MSVCRT.DLL) (ebp=4024e2ac)
I suppose
unimplemented function setupapi.dll.SetupCopyOEMInfW called
is the problem.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1885
Summary: Wine does not trim trailing spaces from LoadLibrary
calls
Product: Wine
Version: 20030813
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: frederic.howell(a)powertechlabs.com
Because of a bug in one of my Windows programs, I was issuing
h=LoadLibrary("frq ");
This loaded frq.dll on Win2K, which is what I wanted.
However on a fake-windows install of Wine-20030813, the call fails. I see from
the module trace's that wine tries to load
"frq .dll",
which does not exist. I could work around this by copying frq.dll to
"frq .dll".
This does bring up the question of which dll would get loaded in Win2K if I had
both frq.dll and "frq .dll" It turns out that frq.dll still
gets loaded (if one is to believe the Output window in VS). If no frq.dll
exists, but only "frq .dll" exists, then the LoadLibrary call
fails(!). My conclusion for Win2K is that trailing spaces should always be
trimmed for LoadLibrary, if no extension is present in module name. If the
extension is present, then Win2K will load the module with spaces in the filename.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1884
wine(a)tkunkel.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |trivial
Priority|P2 |P5
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1884
Summary: unlimited messages after str-c
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: wine(a)tkunkel.de
Hi there,
I tried to get Galactic Civilisation to work, I started the actual cvs-version
(of today) with the exe of this game:
torsten@torstenpc:/platte_d/games/galciv > wine galciv.exe
wine: Unhandled exception (thread 000f), starting debugger...
WineDbg starting on pid e
Loaded debug information from ELF 'wine' ((nil))
No debug information in 32bit DLL 'D:\games\galciv\galciv.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x401b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40940000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x408c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40770000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x406f0000)
No debug information in 32bit DLL 'D:\GAMES\GALCIV\BINKW32.DLL' (0x30000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40a90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40a10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40ad0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40b30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40980000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DDRAW.DLL' (0x40bf0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x40d40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0x40da0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x40d80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40dd0000)
No debug information in 32bit DLL 'D:\GAMES\GALCIV\SDNETLIB.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40f30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x415f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41640000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41780000)
Unhandled exception: page fault on write access to 0x2178b5f4 in 32-bit code
(0x40341613).
In 32-bit mode.
0x40341613 (NTDLL.DLL.NlsMbOemCodePageTag+0x13a442): addb %bh,0x0(%eax,%eax,1)
Wine-dbg>
when pressing str-c after this point, i get unlimited messages of the string
"winedbg".
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=26
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-15-12 14:53 -------
Looks like a correctly filled signature to me now.
Can you verify, but I think it is correct now.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1883
------- Additional Comments From marcus(a)jet.franken.de 2003-15-12 14:35 -------
are you using tyhe latest release? 20031212?
please upgrade to this one, then report back.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.