Jump to content
UBot Underground

Saving failed (Since 5.5.6)


Recommended Posts

Hello.

 

I have a strange problem since 5.5.6. After a while, I can't save my ubot file anymore. 
So far I don't know exactly why and when it happens. But it normally only occurs after I have tested my bot a couple of times in Ubot studio.

This is a new issue that first occurred with 5.5.6. But still exists with 5.5.7

 

The error message I get is something like:

Saving failed: Object reference not set to an object instance.

 

 

 

From the ubot_log.txt

2014-11-26 18:18:23: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei UBotCore.UScript.Bot.(Stream , String )
   bei UBotDev.MainWindow.DoSave(String filename, Boolean autosave)
2014-11-26 18:18:34: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei UBotCore.UScript.Bot.(Stream , String )
   bei UBotDev.MainWindow.DoSave(String filename, Boolean autosave)
2014-11-26 18:19:24: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei UBotCore.UScript.Bot.(Stream , String )
   bei UBotDev.MainWindow.DoSave(String filename, Boolean autosave)
 
 
Anyone else here who has a similar problem since 5.5.6 (also with 5.5.7)
 
I did not open a ticket so far because I don't have a way to reproduce the problem at the moment.
 
Thanks in advance for your help
Danny
Link to post
Share on other sites

Hm. What I've just seen is, that there are multiple instances of ubot studio started in my task manager when this error happens.

But I only have one UI open. Very strange. 

 

Have to do some more research.

 

Dan

Link to post
Share on other sites

I have had both the problem you describe Dan and the one Kev123 mentioned.  Although the problem with it not opening I have had more frequently.  It seems to be the way 5.5.6/7 is saving the files, because I couldn't open it in ubot 4 either.  Here is a fix to retrieve the file you can't open Kev123:

 

1. Rename the ".ubot" extension to ".zip"
2. Open the zip file and Extract the ".uscript" files.
3. Open the ".uscript" files in textpad or notepad++.
4. Then you can copy & paste the code to a new bot file in the Code View area.

Once you get your code copied into the new bot then switch to "Node View" and then Save the bot.

 

Have had to do it half a dozen times in the last 24 hours.  Have had to once again switch back to u4...ugh

 

Hope this helps

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...