[Bug 13796] New: RC4 breaks app.
http://bugs.winehq.org/show_bug.cgi?id=13796 Summary: RC4 breaks app. Product: Wine Version: 1.0-rc4 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: xantam(a)gmail.com An app I've been using worked fine in RC3 & prior, but won't run in RC4. Gives the following error: "Failed to load control 'SSTab' from TABCTL32.OCX. Your version of TABCTL32.OCX may be outdated. Make sure you are using the version of the control that was provided with your application." -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13796 --- Comment #1 from Tanath <xantam(a)gmail.com> 2008-06-09 03:24:57 --- Tried again with wineprefix in terminal, and got this: (%:~)WINEPREFIX=~/.wine2 wine ~/.wine/drive_c/Program\ Files/Hero\ Editor/Hero\ Editor.exe wine: created the configuration directory '/home/tanath/.wine2' Could not load Mozilla. HTML rendering will be disabled. wine: configuration in '/home/tanath/.wine2' has been updated. err:module:import_dll Library MSVBVM60.DLL (which is needed by L"Z:\\home\\tanath\\.wine\\drive_c\\Program Files\\Hero Editor\\Hero Editor.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\tanath\\.wine\\drive_c\\Program Files\\Hero Editor\\Hero Editor.exe" failed, status c0000135 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13796 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-09 03:50:10 --- Install the VB6 runtime (winetricks vb6run). -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13796 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-09 03:50:26 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13796 Tanath <xantam(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID | --- Comment #4 from Tanath <xantam(a)gmail.com> 2008-06-09 16:03:28 --- Did not work, reopening. If it matters, winetricks gave this output: (%:~)- sh winetricks vb6run system.reg is not a valid registry file userdef.reg is not a valid registry file user.reg is not a valid registry file Executing wget -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/vb60pro/install/6/win98me/en-us/vbrun... --16:59:53-- http://download.microsoft.com/download/vb60pro/install/6/win98me/en-us/vbrun... => `vbrun60.exe' Resolving download.microsoft.com... 216.221.80.231, 216.221.80.239 Connecting to download.microsoft.com|216.221.80.231|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1,067,688 (1.0M) [application/octet-stream] 100%[===============================================================================================>] 1,067,688 771.96K/s 16:59:54 (770.31 KB/s) - `vbrun60.exe' saved [1067688/1067688] fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f9ac,0 err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\IXP000.TMP\\OLEAUT32.DLL" -> L"C:\\windows\\system32\\OLEAUT32.DLL" fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f9ac,0 err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\IXP000.TMP\\OLEPRO32.DLL" -> L"C:\\windows\\system32\\OLEPRO32.DLL" fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f9ac,0 err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\IXP000.TMP\\ASYCFILT.DLL" -> L"C:\\windows\\system32\\ASYCFILT.DLL" fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f9ac,0 err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\IXP000.TMP\\MSVBVM60.DLL" -> L"C:\\windows\\system32\\MSVBVM60.DLL" fixme:ole:DllRegisterServer stub Install of vb6run done winetricks done. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13796 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-06-09 16:07:39 --- (In reply to comment #4)
Did not work, reopening. If it matters, winetricks gave this output:
(%:~)- sh winetricks vb6run system.reg is not a valid registry file userdef.reg is not a valid registry file user.reg is not a valid registry file
Try: $ mv ~/.wine ~/.wine.bak $ sh winetricks vb6run Then reinstall and test. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13796 --- Comment #6 from Tanath <xantam(a)gmail.com> 2008-06-09 16:48:33 --- Tried with a new wineprefix and got this: "Component 'TABCTL32.OCX' or one of its dependencies not correctly registered: a file is missing or invalid" Terminal output: <Output from installing vb6 runtime for 2nd wineprefix> (%:~)- WINEPREFIX=~/.wine2 sh winetricks vb6run fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f9ac,0 err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\temp\\IXP000.TMP\\OLEAUT32.DLL" -> L"C:\\windows\\system32\\OLEAUT32.DLL" fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 32f9ac,0 err:setupapi:SetupDefaultQueueCallbackW copy error 0 L"C:\\windows\\temp\\IXP000.TMP\\OLEPRO32.DLL" -> L"C:\\windows\\system32\\OLEPRO32.DLL" fixme:ole:DllRegisterServer stub Install of vb6run done winetricks done. <Retrying> (%:~)- WINEPREFIX=~/.wine2 wine ~/.wine/drive_c/Program\ Files/Hero\ Editor/Hero\ Editor.exe fixme:ole:OleLoadPictureEx (0x119287c,78925,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32faf0), partially implemented. fixme:ole:OleLoadPictureEx (0x119287c,1086,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32faf0), partially implemented. fixme:ole:OleLoadPictureEx (0x119287c,9152,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa90), partially implemented. fixme:ole:OleLoadPictureEx (0x119287c,9152,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa90), partially implemented. fixme:ole:OleLoadPictureEx (0x119287c,9152,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa90), partially implemented. fixme:ole:OleLoadPictureEx (0x119287c,9152,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa90), partially implemented. fixme:ole:OleLoadPictureEx (0x119287c,9152,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fa90), partially implemented. err:ole:CoGetClassObject class {bdc217c5-ed16-11cd-956c-0000c04e4c0a} not registered err:ole:CoGetClassObject class {bdc217c5-ed16-11cd-956c-0000c04e4c0a} not registered err:ole:CoGetClassObject no class object {bdc217c5-ed16-11cd-956c-0000c04e4c0a} could be created for context 0x3 err:ole:CoGetClassObject class {bdc217c5-ed16-11cd-956c-0000c04e4c0a} not registered err:ole:CoGetClassObject class {bdc217c5-ed16-11cd-956c-0000c04e4c0a} not registered err:ole:CoGetClassObject no class object {bdc217c5-ed16-11cd-956c-0000c04e4c0a} could be created for context 0x3 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13796 Tanath <xantam(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #7 from Tanath <xantam(a)gmail.com> 2008-06-09 16:54:36 --- OK, nevermind. I goofed. Reinstalled the app for the 2nd wineprefix, and now it works, though it complains about a lot of partially implemented things. I think a kernel panic corrupted the registry files and that's the source of the problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13796 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID --- Comment #8 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-10 00:14:35 --- This is still invalid. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13796 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-10 00:14:50 --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org