search for: tz_info

Displaying 6 results from an estimated 6 matches for "tz_info".

2006 Jun 12
1
running BrilliantPhoto - installed fine
I was able to install Brilliant Photo, but when I try to run it I get this: dotancohen@ety:~/.wine/drive_c/Program Files/Brilliant Labs/BrilliantPhoto$ wine BrilliantPhoto.exe fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "IDT", bias=-180 and dst=1 to an entry in TZ_INFO. 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 "IDT", bias=-180 and dst=1 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and submit as patch to wine-patches dotancohen@ety:~/.w...
2004 Nov 01
1
Time zone info problems...
...C3 has worked for a long time, but doesn't work under this version due to, of all things, time zone information that's missing??? caesar@flash caesar $ wine .wine/drive_c/SIERRA/Caesar3/c3.exe fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "PST" 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 "PST" to an entry in TZ_INFO fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and submit as patch...
2006 Aug 24
3
internet explorer
Help! I tried nearly everything I could and still was not able to get IE working with wine 0.9.19. Manual install using App DB, winetools, ies4linux, etc... everything fails, with different problems and error messages of course. It's really frustrating. Is there a way to install IE that actually works ?
2005 Jan 05
1
many fixme errors
...start the Installation program, it runs okay wine /archiv/Software/win/Any/GPS/TTQV3/qv3www_d.exe > /tmp/Fehlermeldungen but I have many errors on stdout: sort /tmp/Fehlermeldungen | uniq -c 2 fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "CET" to an entry in TZ_INFO 2 fixme:ntdll:TIME_GetTZAsStr Please add appropriate entry to TZ_INFO and submit as patch to wine-patches 986 fixme:ole:ITypeInfo_fnRelease destroy child objects 4 fixme:ole:MSFT_ReadValue BSTR length = -1? 1 fixme:ole:OLEPRO32_DllRegisterServer not implemented (olepro32.dll)...
2006 Jul 13
0
wine>0.12 + iexpore + Hebrew
...:SignalFileOpen (0x00000000):stub. fixme:hook:IsWinEventHookInstalled (32773)-stub! fixme:hook:IsWinEventHookInstalled (32773)-stub! fixme:hook:IsWinEventHookInstalled (32773)-stub! fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "IDT", bias=-180 and dst=1 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and submit as patch to wine-patches fixme:hook:IsWinEventHookInstalled (32773)-stub! fixme:actctx:CreateActCtxW 0x7fb8b9a0 00000008 fixme:actctx:ActivateActCtx 0xf00baa 0x7fb8b768 fixme:actctx:DeactivateActCtx 00000000 00f00bad wine: Unhandled page fault on...
2011 Jul 13
14
Using timezone javascript to set Time.zone
I''ve got a javascript that provides me with the timezone for the client. I want to use this to set Time.zone so that all my times stored in the database are displayed in the timezone for the client. So really simplistically var timezone = jstz.determine_timezone().timezone Time.zone = timezone.olson_tz obviously this can''t be done. I''ve taken a look on the web and can