http://bugs.winehq.org/show_bug.cgi?id=2138
Summary: Missing DLLs when running Reason
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silverblade_uk(a)hotmail.com
This is quite a strange bug.
I realize that WINE uses its own equivalents of the Windows DLLs to do things,
so applications use WINE's internal DLLs rather than Windows ones (after all,
that is the entire point of WINE - to act like Windows.)
Anyway, I tried running Propellerheads Reason (www.propellerhead.se) from my
Windows drive, and it complained about a missing shell32.dll. So, I copied it
into my virtual C drive, and tried again. This time, it reported another DLL,
and each time would report others (including gdi32.dll, user32.dll,
kernel32.dll ...)
After a while, it was happy, and started up, but gave the error "An unknown
error occurred" or something similar.
I think that Reason might be attempting to search for DLLs in the virtual
Windows/System folder. Would it be a good idea to somehow make fake files for
each of the DLLs in the folder, so that applications can actually see that
there's something there if they're that fussy?
--
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=560
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-03 13:36 -------
bugs without app in appdb 201-300
Bug 201 - igowin
Bug 219 - RealMyst
Bug 232 - DaggerFall
Bug 262 - Prolog
Bug 267 - Arnold Palmer Course Designer
Bug 270 - Monopoly
Bug 271 - Monopoly
Bug 274 - NSBasic Palm
--
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=2135
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-31-03 06:29 -------
Yes, I get the picture.
I would advocate leaving this bug report active (while relevant) as a signpost
to those who wonder why they can no longer successfully 'point-and-click', as it
generalises the explanation and pinpoints the moment of breakage. But, if that
is considered unnecessary, then please let me know and I shall close it.
--
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=2137
Summary: wine: failed to create the process heap
Product: Wine
Version: 20040309
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markf78(a)yahoo.com
[root@markf78 windows]# wine calc.exe
wine: failed to create the process heap
[root@markf78 windows]# wine notepad.exe
wine: failed to create the process heap
[root@markf78 windows]# wine
wine: failed to create the process heap
i'm running FC2 test2... i keep getting the above error message. i was also
unable to use february's release but prior to that i had no problems using wine
for calc.exe. i've tried installing via RPM and by compiling the source (via
gcc). i'd provide more debugging info but i'm fairly new to wine and i'm not
sure how to do this. if you need more info reply with instructions and i will
provide it promptly. thank you.
--
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=2136
Summary: Associated extensions do not work
Product: Wine
Version: 20040309
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tp22a(a)softhome.net
I have installed Lotus Notes Client 5.0.12 and Adobe Acrobat Reader 5.1 and
all of the Microsoft Viewers (Excel, Word, Powerpoint, Visio) and Microsoft
Internet Explorer 6 SP1. Now when I try to lunch an attachment from an mail
directly in Notes, I get the error that the application is not installed.
I have tried to lunch Notes with --debugmsg +reg to see what is happening and
as far as I can tell, Notes is opening the right registry key, but fails to
read the default entry (the one with @ at the beginning).
It is long time, that I did not use Wine, but I think with the old version of
Wine I did not have this problem.
Wine is installed from source on an Gentoo Linux system.
Is there any thing I can do? Provide more info or any thing else?
--
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=2135
Summary: Regression - Apps Not Launching from Icon
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: Andrew.Talbot(a)talbotville.com
Patch http://cvs.winehq.org/patch.py?id=11698 introduced a bug which took away
the ability to launch an app. by clicking on it's icon in Konqueror. (They run
fine from the shell prompt.)
--
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=2134
Summary: IDEFAULTMACCODEPAGE in zhi.nls
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: pinxue(a)hotmail.com
When I install a copy on my linux box, I may run some windows program but always
get a error message like
> fixme:string:GetLocaleInfoA 'IDEFAULTMACCODEPAGE' is not defined
> for your language (0804).
> Please define it in dlls/kernel/nls/YourLanguage.nls
> and submit patch for inclusion into the next Wine release.
So I tried to add a line into dlls/kernel/nls/zhi.nls
LOCVAL(LOCALE_IDEFAULTMACCODEPAGE, "10008")
/* 10008 is Simplified Chinese code page in MAC */
It works fine.
--
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.