http://bugs.winehq.org/show_bug.cgi?id=2694
Summary: Wine crashes in startup, complaining about missing
symbol EnumCalendarInfo
Product: Wine
Version: 20050111
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diego_floreso(a)yahoo.com.ar
Wine, version 20050111
Updating from: Wine-20050111.diff.gz
First of all, when executing make:
cpp0: In file included from headers.c:35:
../../../include/msvcrt/crtdbg.h:73:48: warning: invalid character in macro
parameter name
../../../include/msvcrt/crtdbg.h:73:48: badly punctuated parameter list in
`#define'
In the file:
(top)/include/msvcrt/crtdgb.h
Line 73, where it says:
#define _CrtDbgReport(...) ((int)0)
It should say:
#define _CrtDbgReport() ( (int) 0)
with that, the test compiles and everyting follows its course.
---------->> When executing wine, even to get the help or version number:
err:module:load_builtin_dll failed to load .so lib for builtin L"kernel32.dll":
/usr/local/lib/wine/kernel32.dll.so: undefined symbol: EnumCalendarInfoA
wine: could not load kernel32.dll, status c000007a
Then, as superuser, as I forgot to make .wine:
wine: creating configuration directory '/root/.wine'...
err:module:load_builtin_dll failed to load .so lib for builtin L"kernel32.dll":
/usr/local/lib/wine/kernel32.dll.so: undefined symbol: EnumCalendarInfoA
wine: could not load kernel32.dll, status c000007a
wine: wineprefixcreate failed while creating '/root/.wine'.
But it's the same thing.
Include in the attachment my config file and extra info on my system, as
well as the share object that is defective.
--
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=2693
Summary: TZ_INFO needs EST added to time.c
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: penseleit(a)linuxmail.org
EST is Australian "Eastern Standard Time" Time Zone
I don't know how to do this, can this be added to time.c please.
I am trying to run TOWER Software's TRIM Context product on Novell Desktop 9 and
an exe will not run because it is looking for EST in TZ_INFO according to wine
debug window:
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "EST" to an entry
in TZ_INFO
fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and submit
as patch to wine-patches
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "EST" to an entry
in TZ_INFO
fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and submit
as patch to wine-patches
fixme:advapi:RegisterEventSourceW (L"",L"TRIMWorkgroup"): stub
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "EST" to an entry
in TZ_INFO
fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and submit
as patch to wine-patches
fixme:advapi:DeregisterEventSource (0x1): stub
many thanks
Pepe
--
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=2688
------- Additional Comments From lionel.ulmer(a)free.fr 2005-02-02 14:42 -------
I think that bug '2673' is reporting the same problem. For the moment, I doubt
that with only a log it will be possible to find out what causes the 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=2505
arnvid(a)isd.no changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040408 |20050111
------- Additional Comments From arnvid(a)isd.no 2005-02-02 10:27 -------
Updated to 20050111 and same 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=1142
------- Additional Comments From wine(a)deesconsulting.com 2005-02-02 09:38 -------
This bug has been fixed as of Crossover Office 4.1. I believe the proper fix
was implemented in other versions of Wine shortly after this bug was originally
filed, and I believe them not to have been affected since.
According to Codeweavers, the persistence of this bug in their version was
caused by a mistake in their build process. I believe the cause was compiling
on a system too old to properly support Wine file locking.
--
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=2505
------- Additional Comments From arnvid(a)isd.no 2005-02-02 07:40 -------
Added a AppDB entry for this application.
It's the tree view on the left side of the screen that don't work. It's either a
TreeView or ListView component.
--
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.