Hi list,
I'm still trying to get Wine running with kernel 2.6.
I've finally got Wine built (OpenGL header prob.), but now it says this about files that Wine could run before my switch to 2.6:
$ wine machine.exe:
Warning: Language '' was not recognized, defaulting to English. err:module:map_image Could not map section .text, file probably truncated wine: could not load L"G:\Corp\machine.exe" as Win32 binary
The only program (Skype) I have which actually starts (or well, almost starts) displays a msgbox:
Exception EAccessViolation in module uxtheme.dll at 000063BE. Acess violation at adress 427963BE in module 'uxtheme.dll'. Write of adress 00000000.
Any help?
Can you run this program with --debugmsg +uxtheme and post results here? If error happens in MSSTYLES_SetActiveTheme then try my patch I just posted to wine-patches.
Saturday, January 24, 2004, 10:01:49 AM, you wrote:
Hi list,
I'm still trying to get Wine running with kernel 2.6.
I've finally got Wine built (OpenGL header prob.), but now it says this about files that Wine could run before my switch to 2.6:
$ wine machine.exe:
Warning: Language '' was not recognized, defaulting to English. err:module:map_image Could not map section .text, file probably truncated wine: could not load L"G:\Corp\machine.exe" as Win32 binary
The only program (Skype) I have which actually starts (or well, almost starts) displays a msgbox:
Exception EAccessViolation in module uxtheme.dll at 000063BE. Acess violation at adress 427963BE in module 'uxtheme.dll'. Write of adress 00000000.
Any help?
Hi, I tried your suggestion and saw that the uxtheme.dll couldn't find a reg key. I did a 'regedit winedefaults.reg' and it stop'd complaining.
Now Skype only makes wine enter the debugger.
But, I still have the problem that most of my .exe files can't be started.