• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

HL problem using Ubuntu/WINE...

TRO1984

Member
I recently installed Ubuntu 11.10, got Wine setup so I could use Hero Lab. The only problem is whenever I try to close a window or do something that would close a window within Hero Lab, it shuts Hero Lab down....

How do I solve this?


*Sorry, I forgot to mention that this is with pathfinder.
 
Last edited:
Hmm... I am far from an expert on Wine, but this sounds like it's either an exception issue where the program is dying while trying to process the window closing event or it's a case where the command to close the window (are you doing it by keyboard? Clicking a button? Clicking the X in the corner?) gets repeated. I seem to remember there's a way to turn on a diagnostic log for Wine to find out what system calls are being made prior to termination. That may be enlightening.

There are a few posts regarding using Wine including one guy who's running Pathfinder on Ubuntu 11.10, but I don't see any solutions for your problem on first blush.
 
It's when I click the "Close" or "Add and Close" buttons that this happens, as well as happenning when trying to load a portfolio(I have some from before I installed Ubuntu)

This is what I get when I log the process of starting it up:

Code:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 30000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 30000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:HTTPREQ_SetOption unsupported without active connection
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 30000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 30000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:HTTPREQ_SetOption unsupported without active connection
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 30000
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (30000): STUB
fixme:wininet:HTTPREQ_SetOption unsupported without active connection
fixme:wininet:HTTPREQ_SetOption unsupported without active connection
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  53 (X_CreatePixmap)
  Serial number of failed request:  127615
  Current serial number in output stream:  127709

That's when I run it up to crash. The "XError of Failed request" didn't show up if I just loading Hero Lab.
 
Looks similar to Maloric's post. The last time we had a major Wine issue, we got it registered as a bug in Wine and I think that was what eventually led to the fix in Wine that let Hero Lab run. The same might be necessary here.

While it's non-ideal, I have used VirtualBox to run HeroLab under Wine in the past. It's free and fairly intuitive.
 
Might also want to look into Wineskin and see if that works. You can change the version of WINE being used on the fly, so it means you can find one that works and stick with it.

http://wineskin.doh123.com/

OK, thanks I'll check this out when i get home later.

The problem with Virtual Box is going to be getting a Windows 7 disc to get it from(I think I have one somewhere around from when i bought the laptop, but I have no idea where it is)



BTW: Thanks SO much for everyone's help here, I've tried several different help forums and this is the only one that's been able to give me some better options to explore. I appreciate it.
 
UPDATE:

I decided before going too crazy, to try an older version of Wine, and low and behold, it's working fine so far.
 
{nods} It's not difficult to lodge a bug on Wine's site. Letting them know it works for version x, but not for version y, especially if you can provide the error messages, could do them a great favor in trying to track this down.
 
Back
Top