Strange error porting from Core 2 Duo to Core Duo

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Dee Ayy

Strange error porting from Core 2 Duo to Core Duo

Post by Dee Ayy »

I built an app in MS Windows with VC++ 6.0 (the one I'd like to port
to the iPhone if you saw my last post).

Both Macs have the same MacPorts version of Wine 0.9.56.
It runs fine on Mac OSX Tiger Intel [Core 2 Duo] (MacBook Pro). But
when I copy the files to the same version of Mac OSX Tiger Intel [Core
Duo] (Mac Mini), I get the following unexpected extra text when I
launch the app. I just noticed that the app seems to run fine if I'm
patient and let it run on this slightly slower machine.

08:03:09:02:40:06 Main==> Start: Parameters:C:\PROG~FBU\HAUP~AMU\MVPStart.exe
fixme:ntdll:find_reg_tz_info Can't find matching timezone information
in the registry for bias 360, std (d/m/y): 2/11/2008, dlt (d/m/y):
9/03/2008

This text above is referencing another exe that only is present on the
Mac Mini, "C:\Program Files\Hauppauge MediaMVP\MVPStart.exe", which
has nothing to do with the program I'm trying to run.
It is either left over from a manual build from WineHQ (as opposed to
MacPorts) or from a CrossOver Mac Trial, or maybe even Darwine.

I just searched for ntdll on MS Windows and found ntdll.dll, but I
don't believe I used that on the MacBook Pro. I added it to the
directory from where I call "wine my.exe" and I don't get the 1st line
above anymore, but I still get the "fixme:ntdll" 2nd line.

Thoughts?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Strange error porting from Core 2 Duo to Core Duo

Post by vitamin »

Remove ~/.wine directory and reinstall your application
Dee Ayy

Strange error porting from Core 2 Duo to Core Duo

Post by Dee Ayy »

On Sat, Mar 8, 2008 at 11:07 PM, vitamin <[email protected]> wrote:
Remove ~/.wine directory and reinstall your application
Cool.
I moved ~/.wine to ~/oldwine
uninstalled and reinstalled wine through macports
launched wine to run my exe (it wasn't an "installed" type app)

On the first run I got:
wine: creating configuration directory '/Users/aUserDir/.wine'...
Could not load Mozilla. HTML rendering will be disabled.
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling
OpenGL support !
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling
OpenGL support !
err:wgl:X11DRV_wglGetProcAddress No libGL on this box - disabling
OpenGL support !
wine: '/Users/aUserDir/.wine' created successfully.

And on the second run I only saw the output I expected.
Thanks.
Locked