Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 16 matches

by Seinken
08.04.2018 0:37
Forum: General Discussion
Topic: Stealth not working after the new patch(7.0.63.2)
Replies: 8
Views: 13149

Re: Stealth not working after the new patch(7.0.63.2)

Stealth isn't working right now, black window with screen tearing. Even with shift key pressed.
by Seinken
31.03.2018 13:37
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

Thanks to nah nah for helping me, please to others who have problems with Python execution be sure your python paths are correct and have no duplicates.
by Seinken
31.03.2018 12:45
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

Downloaded newer version, still cannot get python to execute.

Problem is probably from some OS setting I have. I changed config.py as you said but still no change.
by Seinken
31.03.2018 12:01
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

Hello, I try your version in 8.7.5. Unfortunately, python still doesn't execute, only output is Found Python Version now. I tried new install and also full zip package from mega, but same result. Maybe some OS problem? Can I use python 3.6-32? Edit: I test again on remote machine running same OS and...
by Seinken
29.03.2018 16:09
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

You are right, i only chose the easiest option when i first downloaded stealth. I will set up system for external scripts, but I mostly post this for other users from Stealth Discord.
by Seinken
29.03.2018 12:46
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

Even changing function print to addtosystemjournal has the missing character problem, additionally now tracebacks will not show where the error occured.
by Seinken
27.03.2018 20:04
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

Code: Select all

 fmt = 'I' + str(len(data)) + 's'
by Seinken
27.03.2018 17:00
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

Now python works, but print is cutting characters off

print('test') = return 'est'
by Seinken
27.03.2018 12:54
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

https://i.imgur.com/d5x340z.png

Figure a picture says more than words.

Py version 64 bit, testing.py.
by Seinken
27.03.2018 7:29
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

I have updated to 8.7.4, and now, no python executes.

print('test') == no console result, only 'Found Python Version'
by Seinken
26.03.2018 0:32
Forum: Help
Topic: Gumps not responding in 'full' mode.
Replies: 3
Views: 6843

Re: Gumps not responding in 'full' mode.

Works now, thanks.
by Seinken
25.03.2018 14:52
Forum: Help
Topic: Gumps not responding in 'full' mode.
Replies: 3
Views: 6843

Gumps not responding in 'full' mode.

Hello, even with server set to Full Mode I cannot interact with some gumps (crafting, moongate, runebook). Are there more settings for this?

Setup mode does not work either.

Edit: If i close client after opening gump, it will respond for one click only, then no longer works.
by Seinken
25.03.2018 13:00
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

Tested in PyCharm, script loads fine. Any idea why I get the error in Stealth?
by Seinken
24.03.2018 15:28
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Re: Problems with importing libraries.

3.6, i will try that in another IDE.

This error only happens when I run a script inside stealth.
by Seinken
24.03.2018 1:25
Forum: Help
Topic: Problems with importing libraries.
Replies: 20
Views: 19903

Problems with importing libraries.

import pymysql

will return

Code: Select all

ValueError: source code string cannot contain null bytes
Originally, I thought source had null bytes. Looking in Notepad++ and regex replace null byte does not resolve the issue. Is there a problem with importlib machinery?