PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Apache Development (http://forum.ppcgeeks.com/forumdisplay.php?f=53)
-   -   Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308 (http://forum.ppcgeeks.com/showthread.php?t=20492)

Trident 08-30-2008 10:23 AM

Re: Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308
 
After getting a ROM that's the right size (after installing all updates from Updater) I'm getting an error that I can't get around.

G'reloc(2)
Cannot create file C:\DocumentsandSettings\Owner\application Data\hlqInc\PPC-BuildOS\9.05.2.7Temp\temp\dump\msxml.dll\tmp

When I click "OK" I get a window titled G'Reloc v1 beta with the following info:
About
VM
Slot 0: 01F90000
Slot 1: 03DEC000
Size of rom: 94000000
Unknown: 00000000
[a button that says "Doit!"]

Ready Total 431

buickman1994 09-01-2008 01:08 PM

Re: Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308
 
I installed the kitchen and it worked fine one time. After that I get a .net error about writing to protected memory. I have uninstalled and reinstalled .net and still got the same error. Here is the error:



See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at System.Windows.Forms.UnsafeNativeMethods.CallWindo wProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at System.Windows.Forms.NativeWindow.DefWndProc(Messa ge& m)
at System.Windows.Forms.Control.DefWndProc(Message& m)
at System.Windows.Forms.Control.WmEraseBkgnd(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ListView.WndProc(Message& m)
at EventListView.EventListView.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///c:/WINDOWS/Microsoft.NET/Fra...7/mscorlib.dll
----------------------------------------
PPC-BuildOS
Assembly Version: 9.5.0.0
Win32 Version: 9.05.2.7
CodeBase: file:///C:/Program%20Files/PPCkitche...PC-BuildOS.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL...isualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL...089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL...dows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL...em.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL...e.Remoting.dll
----------------------------------------
EventListView
Assembly Version: 1.0.3037.22458
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/PPCkitche...ntListView.DLL
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL...figuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL...System.Xml.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_32/S...ystem.Data.dll
----------------------------------------
System.Web.Services
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL...b.Services.dll
----------------------------------------
3duke3r-
Assembly Version: 9.5.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL...089/System.dll
----------------------------------------
System.Deployment
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL...Deployment.dll
----------------------------------------
UnRARNET
Assembly Version: 1.0.3039.20609
Win32 Version: 1.0.3039.20609
CodeBase: file:///C:/Program%20Files/PPCkitche...S/UnRARNET.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Thanks for any help.

buickman1994 09-02-2008 12:13 AM

Re: Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308
 
Never mind I fixed the problem. I installed I.E. 8 Beta 2 and it conflicted with the .net program.

edubb521 09-02-2008 03:38 PM

Re: Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308
 
I have been trying to flash my Apache for the last 3 hours. I successfully did my Titan but for some reason I cannot get it right with my Apache. I get all the way to the end where it is starting RUU and get the following message, "Failed to start ROMUpgradeUT.exe THe system cannot find the file specified"

Please help.

gguruusa 09-05-2008 11:29 AM

Re: Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308
 
What bootloader version did you pick in the REV dropdown?

1Bad 09-06-2008 04:50 PM

Re: Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308
 
Hi, I installed this ROM on my xv6700 but I cannot get wireless wpa-psk access to connect. I have read this is a known issue, is it still unresolved? The work around trick does not work for me.

mastersm 09-07-2008 06:48 AM

Re: Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308
 
Quote:

Originally Posted by buickman1994 (Post 401047)
Never mind I fixed the problem. I installed I.E. 8 Beta 2 and it conflicted with the .net program.

I have the same problem with IE8 Beta 2. Anyone come up with a way around this error or do I need to uninstall IE8?

Also anyone know if there are to be more update for the Apache eg: to a newer 6.1 Build?

puff 09-07-2008 11:23 PM

Re: Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308
 
Quote:

Originally Posted by mastersm (Post 406442)
I have the same problem with IE8 Beta 2. Anyone come up with a way around this error or do I need to uninstall IE8?

Also anyone know if there are to be more update for the Apache eg: to a newer 6.1 Build?

try this:
Quote:

Originally Posted by gguruusa (Post 400405)
You can work around this by removing (or commenting out) the backgroundimage= line in the kitchen_config.txt file in Titan_Core.rar. A permanent fix is in the works.


mastersm 09-08-2008 02:29 AM

Re: Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308
 
Quote:

Originally Posted by puff (Post 407103)
try this:

Hi Puff thanks for your suggestion. Went into BuildOS_config.txt and deleted backgroundimage= line under c:\BuildOS, but still get the same error?

Any other suggestion welcomed as I've got use to IE8. Anyone else having the same issue?

typo lad 09-08-2008 08:07 AM

Re: Apache WM6.1 Kitchen CE OS 5.2.19716 (Build 19716.1.0.0) - UPDATED 20080308
 
Quote:

Originally Posted by Trident (Post 399027)
After getting a ROM that's the right size (after installing all updates from Updater) I'm getting an error that I can't get around.

G'reloc(2)
Cannont create file C:\DocumentsandSettings\Owner\application Data\hlqInc\PPC-BuildOS\9.05.2.7Temp\temp\dump\msxml.dll\tmp

When I click "OK" I get a window titled G'Reloc v1 beta with the following info:
About
VM
Slot 0: 01F90000
Slot 1: 03DEC000
Size of rom: 94000000
Unknown: 00000000
[a button that says "Doit!"]

Ready Total 431

I'm having the same issue. Did you find a solution?


All times are GMT -4. The time now is 02:14 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0