UltraLibrarian: Error loading text style ""

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
throbscottle
Newbie
Newbie
Posts: 4
Joined: Fri Nov 08, 2013 8:45 am

UltraLibrarian: Error loading text style ""

Post by throbscottle »

Downloaded this from TI's website: http://webench.ti.com/cad/cad.cgi (page) http://webench.ti.com/cad/ULib.zip (file)

It installs fine, asks to install some MS db related stuff, did that ok. When I run the application the splash screen comes up, then a message on top of it which says:
Error loading text style "".
When I click OK on that I get another one that says:
Errors encountered loading configuration data. Reload the software. Application will not be started.
The minimum version of windows the program requires is NT4.

The wine console output looks like this:

Code: Select all

~/.wine/c/UltraLibrarian$ wine ULADICIS.exe 
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:RegisterEventSourceW ((null),L"DatamngrCoordinator"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0002,0x00000000,0x280e788,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 0 0x3bfdf44
fixme:winhttp:request_set_option 0 (null) (null)
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 0 0x4f1e3f4
fixme:olepicture:OleLoadPictureEx (0x1ddb91c,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa30), partially implemented.
fixme:olepicture:OleLoadPictureEx (0x1ddb91c,1869,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f970), partially implemented.
fixme:olepicture:OleLoadPictureEx (0x1ddb91c,3233,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f970), partially implemented.
fixme:olepicture:OleLoadPictureEx (0x1ddb91c,5218,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f970), partially implemented.
fixme:olepicture:OleLoadPictureEx (0x1ddb91c,2259,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f970), partially implemented.
fixme:olepicture:OleLoadPictureEx (0x1ddb91c,4789,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f970), partially implemented.
fixme:olepicture:OleLoadPictureEx (0x1ddb91c,5060,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f970), partially implemented.
fixme:olepicture:OleLoadPictureEx (0x1ddb91c,4322,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f970), partially implemented.
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x1aaea0)->(0x1c9c50, 0, (nil)), hacked stub.
fixme:olepicture:OleLoadPictureEx (0x1de98e4,756566,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32ede4), partially implemented.
fixme:olepicture:OleLoadPictureEx (0x1de98e4,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32ede4), partially implemented.
fixme:olepicture:OLEPictureImpl_SaveAsFile (0x1c00e8)->(0x1eaeb8, 0, (nil)), hacked stub.
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 0 0x4f1e3f4
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 0 0x4f1e3f4
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 0 0x4f1e3f4
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 0 0x4f1e3f4
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 0 0x4f1e3f4
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:process:WTSGetActiveConsoleSessionId stub
fixme:wtsapi:WTSQueryUserToken 0 0x4f1e3f4

How can I fix this, or do I need to report a bug?
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: UltraLibrarian: Error loading text style ""

Post by dimesio »

Wine version? If it's not the latest development release, upgrade.
throbscottle
Newbie
Newbie
Posts: 4
Joined: Fri Nov 08, 2013 8:45 am

Re: UltraLibrarian: Error loading text style ""

Post by throbscottle »

Was wine 1.7.5. Just upgraded to Arch testing, wine-1.7.6-1. Still get same error, thanks.
Locked