Oscar Stopped Working
Hi .
I have just installed Oscar and imported data from sleepyhead. When complete the 'About Panel' is displayed and I can navigate around it.
When I close the 'About' panel my profile is loaded and reaches 100%. At this point a box pops up informing me that Oscar has stopped working with a choice of Close Program or debug. Debug takes me into Visual Studio.
Checking the events viewer I find the event as below.
Running Windows 10 fully updated. Might not be relevant but after upgrading to Win 10 I had to run 'Sleepyhead - broken gl' , standard on Win 7.
AMD A8-7600 Radeon R7
16G ram
Win 10 10.0.17763 Build 17763.
Any help appreciated.
Thanks Rob
EVENT
Log Name: Application
Source: Application Error
Date: 03/06/2019 17:38:20
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: RobsPC
Description:
Faulting application name: OSCAR.exe, version: 1.0.0.0, time stamp: 0x5cc0f211
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x0000000000000000
Faulting process id: 0x30f0
Faulting application start time: 0x01d51a2ab678b930
Faulting application path: C:\Program Files\OSCAR\OSCAR.exe
Faulting module path: unknown
Report Id: b49392e2-cea1-43fc-8413-81ff93d4c3b4
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2019-06-03T16:38:20.442104000Z" />
<EventRecordID>61632</EventRecordID>
<Channel>Application</Channel>
<Computer>RobsPC</Computer>
<Security />
</System>
<EventData>
<Data>OSCAR.exe</Data>
<Data>1.0.0.0</Data>
<Data>5cc0f211</Data>
<Data>unknown</Data>
<Data>0.0.0.0</Data>
<Data>00000000</Data>
<Data>c0000005</Data>
<Data>0000000000000000</Data>
<Data>30f0</Data>
<Data>01d51a2ab678b930</Data>
<Data>C:\Program Files\OSCAR\OSCAR.exe</Data>
<Data>unknown</Data>
<Data>b49392e2-cea1-43fc-8413-81ff93d4c3b4</Data>
<Data>
</Data>
<Data>
</Data>
</EventData>
</Event>
RE: Oscar Stopped Working
(06-04-2019, 04:31 AM)RobD Wrote: Hi .
I have just installed Oscar and imported data from sleepyhead. When complete the 'About Panel' is displayed and I can navigate around it.
When I close the 'About' panel my profile is loaded and reaches 100%. At this point a box pops up informing me that Oscar has stopped working with a choice of Close Program or debug. Debug takes me into Visual Studio.
Checking the events viewer I find the event as below.
Running Windows 10 fully updated. Might not be relevant but after upgrading to Win 10 I had to run 'Sleepyhead - broken gl' , standard on Win 7.
We can easily enough test to see whether graphics support is the problem by forcing OSCAR to use "legacy graphics" (should be about the same as "brokenGL" in SleepyHead). I'll send you a PM with a link to a script that will edit the registry to turn on that mode.
RE: Oscar Stopped Working
Many thanks, that did the trick, or at least got past that failure. I will continue to try it out, but don't envisage any more problems.
Rob
RE: Oscar Stopped Working
Hi, Guy, I have the same problem....could you please send me the link for the Oscar Broken GL? Thanks, Brenda
RE: Oscar Stopped Working
Here is a batch file that will allow you set any of the graphc engine options.
Set OSCAR Graphic Engine Options
RE: Oscar Stopped Working
(07-12-2019, 11:19 AM)Jeanne64 Wrote: Hi, Guy, I have the same problem....could you please send me the link for the Oscar Broken GL? Thanks, Brenda
We have a registry script that forces OSCAR to use a different version of the graphics engine that may solve your problem.
Download
FixGraphics.reg, open Windows Explorer, navigate to where you saved the file, and double click on FixGraphcs.reg to update the registry. You will get a variety of warning messages from Microsoft about the danger of editing the registry. Go ahead and allow the registry changes to be made. Restart OSCAR and see if that helps.
OSCAR has three different graphics engines available -- OpenGL, ANGLE, and Software engine. OpenGL is the default but does not work with some older computers. (While you can set the desired engine in the Preferences dialog, in cases like yours you cannot get to the Preferences dialog!) The registry script forces use of the Software engine. Later, if you want to try the ANGLE engine, go to File/Preferences/Appearance and select the ANGLE engine. If it doesn't work after you do that, just run the registry script again and you'll be back to the software engine.
Let us know whether this solves your problem.
RE: Oscar Stopped Working
Thanks! Using the registry change did the trick. I went on and checked it with the ANGLE, and that took away all graphics for my nightly data. So I ran the registry change again, and all is well. Thank you SO much!