Skip to main content

News

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Eggbertx

346
Nope. adding
Code: [Select]

gamePaths=C:\Users\Joshua\Dropbox\Programming\Sphere\games

to Sphere Studio.ini gives this error

Code: [Select]
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
   at SphereStudio.IDE.Project..ctor(String filepath)
   at SphereStudio.IDE.Project.Open(String rootPath)
   at SphereStudio.Components.StartPage.PopulateGameList()
   at SphereStudio.IDEForm..ctor()
   at SphereStudio.Program.Main(String[] args)
Segmentation fault
347
Engine Development / Re: minisphere 1.7.1
This may have been covered already, but there are 32 pages. minisphere doesn't accept constant (const) variables?
Also, it doesn't really look like the engine doesn't really say much about what went wrong. It just says "Parse error"
348
Alright, I'm having an issue with setting my games folder. in my Dropbox older, I have Dropbox\Programming\Sphere
Inside the Sphere folder, there is games, minisphere GDK, and Sphere 1.6
I want to set the games folder as the project folder, but when I click save and/or apply, it drops the from the list. The games folder has the usual game folders with the usual game folder contents.
349
Damn. Like a console?
350
so is miniSphere the most feature-complete engine?
351
>Lord English Special color scheme
http://i1.kym-cdn.com/entries/icons/original/000/007/839/f5753870a40ccef114a6cb88e7f48531.jpg

But yeah, I rezipped and unzipped it, and that fixed it.
352
Yeah, I thought that was kind of funny. I was just curious why it was throwing this with Radnen's editor

also, the editor won't start now. I tried to run it from explorer and got no response. I tried to run it from the command line and didn't get any output, so I ran it in Cygwin and got this

Code: [Select]

Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Users\Joshua\Dropbox\Programming\Sphere\Plugins\FontEditPlugin.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) ---> System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
   --- End of inner exception stack trace ---
   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at SphereStudio.Global.EvalPlugins()
   at SphereStudio.IDEForm..ctor()
   at SphereStudio.Program.Main(String[] args)
353
This is in Windows 10
354
I don't know if anyone else has noticed this, but when I download the zip file in the OP in Firefox, it blocks it because it thinks it's malware. I can right click and have it unblock it, but I shouldn't have to do that in first place. Any ideas?
355
Off-Topic Discussions / Re: Windows 10
Yeah, that's pretty irritating. I noticed Steam seems to do it the most. And my HDD isn't even slow. Though it isn't a SSD.
>killing system services = bad idea
Please, I do that all the time! :P
356
Off-Topic Discussions / Re: Windows 10
@Radnen
I noticed it's pretty faced too, though I wasn't paying attention to the disk usage.
And I noticed Windows 8.x was faster as well. Though I had to disable the FastBoot thing, because I share a lot of stuff on my main hard drive with Arch Linux, which is on a smaller drive. I have it in my fstab, and since FastBoot's hibernation mode locks the drive, Arch would Panic on boot. Even after I disabled it, I had to do some command line hackery to get it to actually work.

@Lord English
I didn't know people wanted Aero back. That seems kind of silly. Transparency is nice, but I like the flat, simple look.


The best part?  The machines that got the upgrade were running pirate copies of Win8.1 Pro.  The free Win10 upgrade replaced it with a legimate permanent activation, so all my machines are legit now!  I don't even think they're trying anymore...

Hah, nice.
357
Off-Topic Discussions / Windows 10
Anyone else here upgrading to Windows 10? What are your thoughts?
cmd.exe finally dropped the max width! And they fixed the issues with some old games (Like RPG Maker 2k/3 ones) having choppy full screen animation.
I'm still waiting for a tabbed Explorer, though.
358
Engine Development / Re: JavaSphere Redux

I like the idea, and reusing the swords. For once the logo actually has a sphere in it!

That was the idea. I never understood why the logo had nothing to do with a sphere.



You could always use Duke, the Java mascot.  The character is open-source, just like Tux for Linux.

I had no idea what its name was. Would most people associate that with Java? I've always thought of Java's main logo as being the cup. I mean even the Wikipedia page still has it. If licensing isn't an issue though, I might just go with that.
359
Engine Development / Re: JavaSphere Redux
So I'm working on the most important part of the engine: the icon. This is still sort of a rough idea, but what do you guys think?


I was thinking of putting the Java logo there instead of the J, but that might be a branding issue.
360
Engine Development / Re: JavaSphere Redux
I figured I may as well go with JOGL, straight up Java OpenGL, which seems to just be a very thin OpenGL wrapper, and I want to stay as close to the main stuff as I can